From owner-freebsd-ports Sun Jan 31 00:20:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28981 for freebsd-ports-outgoing; Sun, 31 Jan 1999 00:20:05 -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 AAA28976 for ; Sun, 31 Jan 1999 00:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA81421; Sun, 31 Jan 1999 00:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 31 Jan 1999 00:20:02 -0800 (PST) Message-Id: <199901310820.AAA81421@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: sada@rr.iij4u.or.jp (SADA Kenji) Subject: Re: ports/9757: Pari/GP ports fix(pari-2.0.13a) Reply-To: sada@rr.iij4u.or.jp (SADA Kenji) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9757; it has been noted by GNATS. From: sada@rr.iij4u.or.jp (SADA Kenji) To: yoshiaki@kt.rim.or.jp Cc: FreeBSD-gnats-submit@FreeBSD.ORG, sada@FreeBSD.ORG Subject: Re: ports/9757: Pari/GP ports fix(pari-2.0.13a) Date: 31 Jan 1999 17:11:26 +0900 >> >Number: 9757 >> >Category: ports : >> >Fix: >> >> This is new ports for pari-2.0.13a. >> >> begin 644 pari-2.0.13a-990129.tar.gz >> M'XL(`".=L#8``^U:>W/:2!+/O^A3]-EX8XPE)"&$34+*A(=#8K`+R":I2A49 : Could you please send us a diff to the former version ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 01:20:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02297 for freebsd-ports-outgoing; Sun, 31 Jan 1999 01:20:03 -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 BAA02281 for ; Sun, 31 Jan 1999 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA60091; Sun, 31 Jan 1999 01:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02135; Sun, 31 Jan 1999 01:17:19 -0800 (PST) (envelope-from nobody) Message-Id: <199901310917.BAA02135@hub.freebsd.org> Date: Sun, 31 Jan 1999 01:17:19 -0800 (PST) From: jesse@cs.uni-magdeburg.de To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9835: Port update: squeak2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9835 >Category: ports >Synopsis: Port update: squeak2 >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 31 01:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: 3.0-STABLE >Organization: University of Magdeburg >Environment: FreeBSD wh4-422.st.uni-magdeburg.de 3.0-STABLE FreeBSD 3.0-STABLE #0: Wed Jan 27 15:48:46 MET 1999 j@wh4-422.st.uni-magdeburg.de:/usr/src/sys/compile/RDJ i386 >Description: n.a. >How-To-Repeat: n.a. >Fix: diff -ruN squeak2.2/Makefile squeak2/Makefile --- squeak2.2/Makefile Tue Jan 26 21:22:21 1999 +++ squeak2/Makefile Sat Jan 30 20:42:55 1999 @@ -1,27 +1,26 @@ # New ports collection makefile for: squeak -# Version required: 2.2 -# Date created: 12/01/1998 -# Whom: nectar@FreeBSD.ORG +# Version required: 2.3 +# Date created: 30 January 1999 +# Whom: jesse@cs.uni-magdeburg.de # -# $Id: Makefile,v 1.7 1999/01/07 05:51:24 nectar Exp $ +# $Id$ # -DISTNAME= 2.2 -PKGNAME= squeak-2.2 +DISTNAME= squeak-2.3 CATEGORIES= lang -MASTER_SITES= http://www.nectar.com/distfiles/squeak/ \ - ftp://alix.inria.fr/pub/squeak/unix/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} image/${SQUEAK_SRC} +MASTER_SITES= http://www.apfel.de/~jesse/squeak/ -MAINTAINER= nectar@FreeBSD.ORG +MAINTAINER= jesse@cs.uni-magdeburg.de -ALLFILES= ${DISTNAME}${EXTRACT_SUFX} ${SQUEAK_SRC} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +EXTRACT_SUFX= .tar.bz2 +BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 +EXTRACT_CMD= bzip2 +EXTRACT_BEFORE_ARGS= -dc +EXTRACT_AFTER_ARGS= | /usr/bin/tar -xpf - USE_XLIB= yes -DIST_SUBDIR= squeak -SQUEAK_SRC= SqueakV2.sources USE_GMAKE= yes +WRKSRC= ${WRKDIR}/2.3 MAKEFILE= GNUmakefile VMBUILD= freebsd MAKE_ARGS= VMBUILD=${VMBUILD} @@ -34,12 +33,10 @@ do-install: @(cd ${WRKSRC}/${VMBUILD} && \ - ${INSTALL_PROGRAM} SqueakVM-2.2-${VMBUILD} ${PREFIX}/bin/SqueakVM) + ${INSTALL_PROGRAM} SqueakVM-2.3-${VMBUILD} ${PREFIX}/bin/SqueakVM) ${MKDIR} ${PREFIX}/share/squeak -.for f in Squeak2.2.changes Squeak2.2.image +.for f in Squeak2.3.changes Squeak2.3.image SqueakV2.sources (cd ${WRKSRC}/image && ${INSTALL_DATA} $f ${PREFIX}/share/squeak/$f) .endfor - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${SQUEAK_SRC} \ - ${PREFIX}/share/squeak/${SQUEAK_SRC} .include diff -ruN squeak2.2/files/md5 squeak2/files/md5 --- squeak2.2/files/md5 Thu Dec 3 05:35:44 1998 +++ squeak2/files/md5 Sat Jan 30 20:38:10 1999 @@ -1,2 +1 @@ -MD5 (squeak/2.2.tar.gz) = 7587f421f9858c00c8c66f8ff2997528 -MD5 (squeak/SqueakV2.sources) = af0663f5112faa78635462dbb6fd3367 +MD5 (squeak-2.3.tar.bz2) = 5d1d9213e8274a16549d271f5a13d2d4 diff -ruN squeak2.2/patches/patch-aa squeak2/patches/patch-aa --- squeak2.2/patches/patch-aa Thu Jan 1 01:00:00 1970 +++ squeak2/patches/patch-aa Sat Jan 30 20:38:10 1999 @@ -0,0 +1,11 @@ +--- /usr/ports/lang/squeak2/work/2.3/src/GNUmakefile.conf Fri Jan 8 14:26:57 1999 ++++ src/GNUmakefile.conf Sat Jan 30 14:13:00 1999 +@@ -102,7 +102,7 @@ + LD= gcc + LDFLAGS:= $(PROFILE) + LIBDIRS= -L/usr/X11R6/lib +- LIBS= -lX11 -lXext -lm -ldl ++ LIBS= -lX11 -lXext -lm + GNU= gnu- + GAWK= awk + endif diff -ruN squeak2.2/patches/patch-ab squeak2/patches/patch-ab --- squeak2.2/patches/patch-ab Thu Jan 1 01:00:00 1970 +++ squeak2/patches/patch-ab Sat Jan 30 20:38:10 1999 @@ -0,0 +1,20 @@ +--- /usr/ports/lang/squeak2/work/2.3/src/sqXWindow.c Thu Jan 28 12:43:05 1999 ++++ src/sqXWindow.c Sat Jan 30 19:09:20 1999 +@@ -85,7 +85,7 @@ + char shortImageName[MAXPATHLEN+1]; /* just the base name */ + char vmPath[MAXPATHLEN+1]; /* full path to interpreter's directory */ + +-int initialHeapSize; /* 5 megabytes by default */ ++int initialHeapSize; /* 10 megabytes by default */ + + int initialArgc; + char **initialArgv; +@@ -2491,7 +2491,7 @@ + if ((ev= getenv("SQUEAK_MEMORY"))) + initialHeapSize= strtobkm(ev); + else +- initialHeapSize= 5*1024*1024; /* 5 megabytes by default */ ++ initialHeapSize= 10*1024*1024; /* 10 megabytes by default */ + + if (getenv("SQUEAK_LAZY")) + sleepWhenUnmapped= 1; diff -ruN squeak2.2/pkg/DESCR squeak2/pkg/DESCR --- squeak2.2/pkg/DESCR Thu Dec 3 05:35:45 1998 +++ squeak2/pkg/DESCR Sat Jan 30 20:38:10 1999 @@ -9,9 +9,10 @@ construction, * and much more. -Squeak was developed at Apple Labs, and has been ported to a variety -of computers (including most flavors of UNIX and Windows). Compared to -other Smalltalk systems, Squeak has 4 important features: +Squeak was developed at Apple Labs and Walt Disney and has been ported +to a variety of computers (including most flavors of UNIX and +Windows). Compared to other Smalltalk systems, Squeak has 4 important +features: * Portability (to Mac, Windows, WinCE, and many flavors of UNIX); * Speed (it uses native C for compute-intensive code); @@ -19,4 +20,6 @@ applications!); and * Sophistication (full Smalltalk-80 language, libraries, and tools). -Jacques Vidrine +See http://squeak.cs.uiuc.edu/ for more information. + +Jacques Vidrine , Roland Jesse diff -ruN squeak2.2/pkg/PLIST squeak2/pkg/PLIST --- squeak2.2/pkg/PLIST Thu Dec 3 05:35:45 1998 +++ squeak2/pkg/PLIST Sat Jan 30 20:38:10 1999 @@ -1,5 +1,5 @@ bin/SqueakVM -share/squeak/Squeak2.2.changes -share/squeak/Squeak2.2.image +share/squeak/Squeak2.3.changes +share/squeak/Squeak2.3.image share/squeak/SqueakV2.sources @dirrm share/squeak >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 01:30:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA03306 for freebsd-ports-outgoing; Sun, 31 Jan 1999 01:30:07 -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 BAA03271 for ; Sun, 31 Jan 1999 01:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA60826; Sun, 31 Jan 1999 01:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02806 for ; Sun, 31 Jan 1999 01:24:16 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem35.masternet.it [194.184.65.45]) by www.giovannelli.it (8.8.8/8.8.5) with SMTP id KAA04929 for ; Sun, 31 Jan 1999 10:24:06 +0100 (MET) Message-Id: <4.1.19990131102914.00955e60@194.184.65.4> Date: Sun, 31 Jan 1999 10:32:27 +0100 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9836: New port: misc/delay-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9836 >Category: ports >Synopsis: New port: misc/delay-1.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: Sun Jan 31 01:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD gmarco.eclipse.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Jan 30 16:31:06 CET 1999 gmarco@gmarco.eclipse.org:/usr/src/sys/compile/GMARCO i386 >Description: Delay is a program that counts down the number of seconds specified on its command line. In this way, it's sort of like the standard sleep(1) command, except for the fact that it provides feedback of the time remaining. It allows for short, long, and customized messages for the display of the time remaining. It also attempts to compensate for the time used in printing the message, so there should be no inaccuracy proportional to the amount of time to be delayed, above and beyond the time it takes for the program to start up and shut down. >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: # # delay # delay/files # delay/files/md5 # delay/pkg # delay/pkg/COMMENT # delay/pkg/DESCR # delay/pkg/PLIST # delay/patches # delay/Makefile # echo c - delay mkdir -p delay > /dev/null 2>&1 echo c - delay/files mkdir -p delay/files > /dev/null 2>&1 echo x - delay/files/md5 sed 's/^X//' >delay/files/md5 << 'END-of-delay/files/md5' XMD5 (delay-1.0.tar.gz) = 85b8739547ff5c607fdecfd649067c22 END-of-delay/files/md5 echo c - delay/pkg mkdir -p delay/pkg > /dev/null 2>&1 echo x - delay/pkg/COMMENT sed 's/^X//' >delay/pkg/COMMENT << 'END-of-delay/pkg/COMMENT' Xa delay program with feedback to the user END-of-delay/pkg/COMMENT echo x - delay/pkg/DESCR sed 's/^X//' >delay/pkg/DESCR << 'END-of-delay/pkg/DESCR' XDelay is a program that counts down the number of seconds specified Xon its command line. XIn this way, it's sort of like the standard sleep(1) command, except Xfor the fact that it provides feedback of the time remaining. X XIt allows for short, long, and customized messages for the display of Xthe time remaining. It also attempts to compensate for the time used Xin printing the message, so there should be no inaccuracy proportional Xto the amount of time to be delayed, above and beyond the time it takes Xfor the program to start up and shut down. X XI've been using it in shell scripts. XI've decided to release this source on the off chance that someone else will Xfind this program useful. X X X- author: Tom Rothamel X- usage: delay [-hv] [-c custom] X- distfile size: 32 kb X- example of output : delay -v 500000 X Time Remaining: 5 days, 18:53:18. X X- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it) END-of-delay/pkg/DESCR echo x - delay/pkg/PLIST sed 's/^X//' >delay/pkg/PLIST << 'END-of-delay/pkg/PLIST' Xbin/delay END-of-delay/pkg/PLIST echo c - delay/patches mkdir -p delay/patches > /dev/null 2>&1 echo x - delay/Makefile sed 's/^X//' >delay/Makefile << 'END-of-delay/Makefile' X# New ports collection makefile for: misc/delay X# Version required: delay-1.0 X# Date created: 30 Jan 1999 X# Whom: gmarco@scotty.masternet.it X# X# $Id$ X# X XDISTNAME= delay-1.0 XCATEGORIES= misc XMASTER_SITES= http://onegeek.org/~tom/software/delay/ X XMAINTAINER= freebsd@scotty.masternet.it X XHAS_CONFIGURE= yes X XMAN1= delay.1 X Xdo-install: X X ${INSTALL_PROGRAM} ${WRKSRC}/delay ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/delay.1 ${PREFIX}/man/man1 X X.include END-of-delay/Makefile exit Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 03:10:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12127 for freebsd-ports-outgoing; Sun, 31 Jan 1999 03:10:17 -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 DAA12086 for ; Sun, 31 Jan 1999 03:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA05068; Sun, 31 Jan 1999 03:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 31 Jan 1999 03:10:01 -0800 (PST) Message-Id: <199901311110.DAA05068@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Yoshiaki Uchikawa Subject: Re: ports/9757: Pari/GP ports fix(pari-2.0.13a) Reply-To: Yoshiaki Uchikawa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9757; it has been noted by GNATS. From: Yoshiaki Uchikawa To: sada@rr.IIJ4U.OR.JP Cc: yoshiaki@kt.rim.or.jp, FreeBSD-gnats-submit@FreeBSD.ORG, sada@FreeBSD.ORG Subject: Re: ports/9757: Pari/GP ports fix(pari-2.0.13a) Date: Sun, 31 Jan 1999 20:00:25 +0900 >>>>> From: sada@rr.IIJ4U.OR.JP (SADA Kenji) >>>>> Date: Re: ports/9757: Pari/GP ports fix(pari-2.0.13a) > > Could you please send us a diff to the former version ? > OK. diff -ruN pari2.0.13a-990119/patches/patch-ac pari/patches/patch-ac --- pari2.0.13a-990119/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ pari/patches/patch-ac Fri Jan 29 02:05:55 1999 @@ -0,0 +1,21 @@ +--- config/Makefile.SH.orig Fri Jan 29 01:40:57 1999 ++++ config/Makefile.SH Fri Jan 29 02:05:25 1999 +@@ -373,13 +373,13 @@ + + if test -n "$emacs"; then + cat >> $file << EOT +-$pari_elc: $emx/pari.el +- @echo "Byte-Compiling pari.el..." +- -cd $emx; $emacs -batch -l compile ++#$pari_elc: $emx/pari.el ++# @echo "Byte-Compiling pari.el..." ++# -cd $emx; $emacs -batch -l compile + +-$install_emacs_files: $pari_elc ++$install_emacs_files: #$pari_elc + -mkdir -p \$(MISCDIR) +- -\$(INSTALL_DATA) $pari_elc \$(MISCDIR) ++# -\$(INSTALL_DATA) $pari_elc \$(MISCDIR) + \$(INSTALL_DATA) $emx/pari.el \$(MISCDIR) + # otherwise Warning from emacs (file not writeable) + \$(INSTALL) -m 666 $emx/pari.menu \$(MISCDIR) diff -ruN pari2.0.13a-990119/pkg/PLIST pari/pkg/PLIST --- pari2.0.13a-990119/pkg/PLIST Sat Jan 16 14:57:01 1999 +++ pari/pkg/PLIST Fri Jan 29 02:13:58 1999 @@ -1,7 +1,6 @@ ./lib/libpari.so.2.0.13 ./lib/libpari.so.2.0 ./lib/libpari.so -./lib/pari/pari.elc ./lib/pari/pari.el ./lib/pari/pari.menu ./lib/pari/pariemacs.txt @@ -26,7 +25,7 @@ ./include/pari/paridecl.h ./bin/gp-2.0 ./bin/gp -@exec /bin/mkdir %D/lib/pari %D/include/pari +@exec /bin/mkdir -p %D/lib/pari %D/include/pari %D/lib/pari/data @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @unexec /bin/rmdir %D/lib/pari/data -- yoshiaki@kt.rim.or.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 05:00:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA26319 for freebsd-ports-outgoing; Sun, 31 Jan 1999 05:00:06 -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 FAA26311 for ; Sun, 31 Jan 1999 05:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA10640; Sun, 31 Jan 1999 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 31 Jan 1999 05:00:01 -0800 (PST) Message-Id: <199901311300.FAA10640@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Kris Kennaway Subject: Re: ports/9834: new port: wmdate-0.3 Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9834; it has been noted by GNATS. From: Kris Kennaway To: jim@corp.au.triax.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/9834: new port: wmdate-0.3 Date: Sun, 31 Jan 1999 23:25:51 +1030 (CST) On Sun, 31 Jan 1999 jim@phrantic.phear.net wrote: > >Synopsis: new port: wmdate-0.3 0.5 is out - I whipped up a quick port myself earlier this afternoon, but looks like it's vanished from my HD. It compiled just as easily as 0.3 seems to, so it should be just a matter of changing the md5 and distname. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 05:20:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA27897 for freebsd-ports-outgoing; Sun, 31 Jan 1999 05:20:04 -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 FAA27890 for ; Sun, 31 Jan 1999 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA11437; Sun, 31 Jan 1999 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA27389 for ; Sun, 31 Jan 1999 05:10:38 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.78 (dialup-8.rebel.net.au [203.20.69.78]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id XAA11065 for ; Sun, 31 Jan 1999 23:40:29 +1030 Received: (qmail 38827 invoked by uid 0); 31 Jan 1999 13:10:50 -0000 Message-Id: <19990131131049.38826.qmail@morden.rebel.net.au> Date: 31 Jan 1999 13:10:49 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9838: New port: audio/realplayer (RealPlayer 5.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9838 >Category: ports >Synopsis: New port: audio/realplayer (RealPlayer 5.0) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 31 05:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-4.0 >Organization: FreeBSD >Environment: >Description: This is a port of the Linux version of RealPlayer 5.0. Due to license restrictions it must be fetched manually from www.real.com. >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: # # realplayer # realplayer/files # realplayer/files/md5 # realplayer/pkg # realplayer/pkg/PLIST # realplayer/pkg/COMMENT # realplayer/pkg/DESCR # realplayer/Makefile # echo c - realplayer mkdir -p realplayer > /dev/null 2>&1 echo c - realplayer/files mkdir -p realplayer/files > /dev/null 2>&1 echo x - realplayer/files/md5 sed 's/^X//' >realplayer/files/md5 << 'END-of-realplayer/files/md5' XMD5 (rv50_linux20.tar.gz) = 631018a5eeb530dbc8e441fd1236f625 END-of-realplayer/files/md5 echo c - realplayer/pkg mkdir -p realplayer/pkg > /dev/null 2>&1 echo x - realplayer/pkg/PLIST sed 's/^X//' >realplayer/pkg/PLIST << 'END-of-realplayer/pkg/PLIST' Xbin/rvplayer Xlib/rvplayer5.0/License.txt Xlib/rvplayer5.0/Mailcap Xlib/rvplayer5.0/Mime.types Xlib/rvplayer5.0/RAObserver.class Xlib/rvplayer5.0/RAPlayer.class Xlib/rvplayer5.0/rvplayer.ad Xlib/rvplayer5.0/libdecdnet.so Xlib/rvplayer5.0/libra14_4.so Xlib/rvplayer5.0/libra28_8.so Xlib/rvplayer5.0/libradnet.so Xlib/rvplayer5.0/librarv10.so Xlib/rvplayer5.0/librasipr.so Xlib/rvplayer5.0/librv10dec.so Xlib/rvplayer5.0/librvcore.so Xlib/rvplayer5.0/librvplayer.so Xshare/doc/rvplayer5.0/gifs/webhelp.gif Xshare/doc/rvplayer5.0/gifs/config4_1.jpg Xshare/doc/rvplayer5.0/gifs/config4_2.jpg Xshare/doc/rvplayer5.0/gifs/download.gif Xshare/doc/rvplayer5.0/gifs/emhelp.gif Xshare/doc/rvplayer5.0/gifs/plugin.jpg Xshare/doc/rvplayer5.0/gifs/prefs.jpg Xshare/doc/rvplayer5.0/gifs/ra-logo.gif Xshare/doc/rvplayer5.0/gifs/ra-logo2.gif Xshare/doc/rvplayer5.0/gifs/realplayer4.jpg Xshare/doc/rvplayer5.0/gifs/rnlogo.gif Xshare/doc/rvplayer5.0/gifs/config3.jpg Xshare/doc/rvplayer5.0/browser.htm Xshare/doc/rvplayer5.0/configure.htm Xshare/doc/rvplayer5.0/contents.htm Xshare/doc/rvplayer5.0/embed.htm Xshare/doc/rvplayer5.0/freebsd.htm Xshare/doc/rvplayer5.0/general.htm Xshare/doc/rvplayer5.0/install.htm Xshare/doc/rvplayer5.0/intro.htm Xshare/doc/rvplayer5.0/irix.htm Xshare/doc/rvplayer5.0/license.htm Xshare/doc/rvplayer5.0/linux.htm Xshare/doc/rvplayer5.0/notes.htm Xshare/doc/rvplayer5.0/notice.html Xshare/doc/rvplayer5.0/path.htm Xshare/doc/rvplayer5.0/plugin.htm Xshare/doc/rvplayer5.0/setup.htm Xshare/doc/rvplayer5.0/shared.htm Xshare/doc/rvplayer5.0/solaris.htm Xshare/doc/rvplayer5.0/sysreq.htm Xshare/doc/rvplayer5.0/title.html Xshare/doc/rvplayer5.0/toc.html Xshare/doc/rvplayer5.0/index.htm Xshare/doc/rvplayer5.0/README Xshare/rvplayer5.0/welcome.rm X@dirrm share/rvplayer5.0 X@dirrm share/doc/rvplayer5.0/gifs X@dirrm share/doc/rvplayer5.0 X@dirrm lib/rvplayer5.0 END-of-realplayer/pkg/PLIST echo x - realplayer/pkg/COMMENT sed 's/^X//' >realplayer/pkg/COMMENT << 'END-of-realplayer/pkg/COMMENT' XLinux RealPlayer 5.0 from RealNetworks. END-of-realplayer/pkg/COMMENT echo x - realplayer/pkg/DESCR sed 's/^X//' >realplayer/pkg/DESCR << 'END-of-realplayer/pkg/DESCR' XThis is the Linux version of RealPlayer 5.0 from RealNetworks, the player Xfor RealAudio and RealVideo streaming broadcasts from the net. It can be Xused as a standalone application, an external "helper" app from Netscape, Xor a plugin in the Linux version of netscape. X XPlaying back video streams such as /usr/local/share/rvplayer5.0/welcome.rm Xdoesn't seem to work too well on my 4.0-CURRENT machine. X XDue to license restrictions, this package must be manually downloaded Xfrom: X Xhttp://www.real.com/products/player/50player/downloadrealplayer.html X?wp=dl1198&src=download X XKris Kennaway END-of-realplayer/pkg/DESCR echo x - realplayer/Makefile sed 's/^X//' >realplayer/Makefile << 'END-of-realplayer/Makefile' X# New ports collection makefile for: realplayer X# Version required: 5.0 X# Date created: 31 January 1999 X# Whom: Kris Kennaway X# X# $Id$ X# X XDISTNAME= rv50_linux20 XPKGNAME= realplayer-5.0 XCATEGORIES= audio XMASTER_SITES= "Fetch must be performed manually" X XMAINTAINER= kkennawa@physics.adelaide.edu.au X XRUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib X XONLY_FOR_ARCHS= i386 XNO_CDROM= "Redistribution not allowed" X XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/rvplayer5.0/ X XLIBFILES= libdecdnet.so libra14_4.so libra28_8.so libradnet.so \ X librarv10.so librasipr.so librv10dec.so librvcore.so \ X librvplayer.so X XDATAFILES= License.txt Mailcap Mime.types RAObserver.class \ X RAPlayer.class rvplayer.ad X X.include X X.if !exists(${DISTDIR}/${DISTNAME}.tar.gz) XIGNORE= may not be automatically fetched due to licensing\ X restrictions. You MUST fetch the source manually after\ X reading and agreeing to the license at:\ X http://www.real.com/products/player/50player/downloadrealplayer.html?wp=dl1198&src=download\ X - once ${DISTFILES}.tar.gz has been downloaded, move it to\ X ${DISTDIR} and then restart this build. X.endif X Xdo-install: X X ${MKDIR} ${PREFIX}/lib/rvplayer5.0/ X ${MKDIR} ${PREFIX}/share/rvplayer5.0/ X X.for i in ${DATAFILES} X ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/rvplayer5.0/ X.endfor X X.if !defined(NOPORTSDOCS) X ${MKDIR} ${PREFIX}/share/doc/rvplayer5.0/ X ${CP} -rp ${WRKSRC}/README ${WRKSRC}/index.htm ${WRKSRC}/doc/ \ X ${PREFIX}/share/doc/rvplayer5.0/ X.endif X X.for i in ${LIBFILES} X ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/lib/rvplayer5.0/ X.endfor X X ${INSTALL_PROGRAM} ${WRKSRC}/rvplayer ${PREFIX}/bin/ X /usr/bin/brandelf -t Linux ${PREFIX}/bin/rvplayer X X ${INSTALL_DATA} ${WRKSRC}/welcome.rm ${PREFIX}/share/rvplayer5.0/ X X @echo --------------------------------------------------------------- X @echo You must add ${PREFIX}/lib/rvplayer5.0 to your X @echo LD_LIBRARY_PATH environment variable to use RealPlayer 5.0. X @echo X @echo To use the Netscape plugin, you must have a Linux version of X @echo netscape \(e.g., ${PORTSDIR}/www/linux-netscape4/\) - see X @echo ${PREFIX}/share/doc/rvplayer5.0/plugin.html for instructions. X @echo X @echo To use rvplayer as an external helper app for Netscape \(any X @echo version\), follow the instructions in X @echo ${PREFIX}/share/doc/rvplayer5.0/browser.htm. X @echo --------------------------------------------------------------- X X.include END-of-realplayer/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 05:30:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA28505 for freebsd-ports-outgoing; Sun, 31 Jan 1999 05:30:03 -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 FAA28481 for ; Sun, 31 Jan 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA11707; Sun, 31 Jan 1999 05:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA28376 for ; Sun, 31 Jan 1999 05:27:51 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.78 (dialup-8.rebel.net.au [203.20.69.78]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id XAA11149 for ; Sun, 31 Jan 1999 23:57:45 +1030 Received: (qmail 45764 invoked by uid 0); 31 Jan 1999 13:28:11 -0000 Message-Id: <19990131132810.45763.qmail@morden.rebel.net.au> Date: 31 Jan 1999 13:28:10 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9839: New port - www/snarf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9839 >Category: ports >Synopsis: New port - www/snarf >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 31 05:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-4.0 >Organization: FreeBSD >Environment: >Description: This is a port of snarf, yet another small utility for fetching data via http/ftp/gopher/finger. >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: # # snarf/ # snarf/pkg # snarf/pkg/PLIST # snarf/pkg/COMMENT # snarf/pkg/DESCR # snarf/files # snarf/files/md5 # snarf/Makefile # echo c - snarf/ mkdir -p snarf/ > /dev/null 2>&1 echo c - snarf/pkg mkdir -p snarf/pkg > /dev/null 2>&1 echo x - snarf/pkg/PLIST sed 's/^X//' >snarf/pkg/PLIST << 'END-of-snarf/pkg/PLIST' Xbin/snarf END-of-snarf/pkg/PLIST echo x - snarf/pkg/COMMENT sed 's/^X//' >snarf/pkg/COMMENT << 'END-of-snarf/pkg/COMMENT' XAnother small command-line URL (http/ftp/gopher/finger) fetcher. END-of-snarf/pkg/COMMENT echo x - snarf/pkg/DESCR sed 's/^X//' >snarf/pkg/DESCR << 'END-of-snarf/pkg/DESCR' XSnarf is another small command-line URL fetcher. It supports proxying, Xhttp redirect, http and ftp resume, http and ftp authentication, as well Xas retrieving data via gopher and finger protocols. X Xhttp://www.xach.com/snarf/ END-of-snarf/pkg/DESCR echo c - snarf/files mkdir -p snarf/files > /dev/null 2>&1 echo x - snarf/files/md5 sed 's/^X//' >snarf/files/md5 << 'END-of-snarf/files/md5' XMD5 (snarf-latest.tar.gz) = 90502b4519bc150ccc330cf50f549db3 END-of-snarf/files/md5 echo x - snarf/Makefile sed 's/^X//' >snarf/Makefile << 'END-of-snarf/Makefile' X# New ports collection makefile for: snarf X# Version required: 2.0.5 X# Date created: 2 January 1999 X# Whom: Kris Kennaway X# X# $Id$ X# X XDISTNAME= snarf-latest XPKGNAME= snarf-2.0.5 XCATEGORIES= www XMASTER_SITES= http://www.xach.com/snarf/ X XMAINTAINER= kkennawa@physics.adelaide.edu.au X XWRKSRC= ${WRKDIR}/snarf-2.0.5/ X XGNU_CONFIGURE= yes X XMAN1= snarf.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/snarf ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/snarf.1 ${PREFIX}/man/man1/ X X.include END-of-snarf/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 06:30:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA05534 for freebsd-ports-outgoing; Sun, 31 Jan 1999 06:30:05 -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 GAA05511 for ; Sun, 31 Jan 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA13476; Sun, 31 Jan 1999 06:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.atl.bellsouth.net (mail.atl.bellsouth.net [205.152.0.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA04706 for ; Sun, 31 Jan 1999 06:22:33 -0800 (PST) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (wghicks@host-216-76-138-9.ath.bellsouth.net [216.76.138.9]) by mail.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id JAA05667 for ; Sun, 31 Jan 1999 09:22:29 -0500 (EST) Received: (from wghicks@localhost) by wghicks.bellsouth.net (8.9.2/8.9.2) id JAA70045; Sun, 31 Jan 1999 09:39:22 -0500 (EST) (envelope-from wghicks) Message-Id: <199901311439.JAA70045@bellsouth.net> Date: Sun, 31 Jan 1999 09:39:22 -0500 (EST) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9840: experimental patch for CVS fetching (ports) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9840 >Category: ports >Synopsis: patch allows ports to fetch their sources via CVS >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 31 06:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jerry Hicks >Release: FreeBSD 3.0-STABLE i386 >Organization: Fair Play, Uninc. >Environment: FreeBSD wghicks.bellsouth.net 3.0-STABLE FreeBSD 3.0-STABLE #0: \ Thu Jan 28 07:47:24 EST 1999 >Description: This is an experimental patch to allow a port to specify its sources as a mapping from a CVS repository. This allows one to produce 'ports' of software which are derived from FreeBSD sources, as well as other projects such as RTEMS and EGCS that offer access to their CVS repositories. ports/Mk/bsd.port.mk is patched to provide the hooks for the perl scripts ports/Tools/{cvstool,fmaptool} which implement the fetching and mapping. This is almost certainly done the "wrong way"; I'd appreciate being corrected. Next version will be more disk-efficient. An example is provided in the tarball: ports/lang/uficl Cheers, Jerry Hicks wghicks@bellsouth.net >How-To-Repeat: >Fix: begin 644 fetchcvs.tar.gz M'XL(`&YGM#8``^T\;7O:QK+]BG[%Q/#48!`@7F,?&C"S;-IYO\]$9J_M^+U#WMP0ZRS>\A MVDM9EJ/W">7P\+!05`JE&A3+C>IS_#\AL&2SV:V0*')*I:%4&PCS\B7(Y6(I M5X,L_1S"RY<2)/%_.+-L&#'4E@959+&BU3]].SC]M>?)L0S&"'0V,DRFY\`= M,Q/F#J,+8)]FS#:FS'35"5`+C@@9)3R;A7URF4GLXV-.6E"Z>)U($)FS^60" M,]4=@VO!R)T5QJX[$RA!LZ93U=2I*Z;E@F%"ZMU)_RUB222H=1H[J,XG+L[' MW+$+0\,L\(:9?$CH5>NLTVT-3KIO>B#S$:F5GN>4$F1K9257JO`QN3CYI776 M/F_]U$PD+M0;1I,L:@>MRU^S6/NNBP#_:*8^BXLEG'=.3\Y?G?1:6!=<+^$? MBN)5>E=+N.CTVV?G[5?-O=1G_WJY!Z=GYR=O>E0IKK`*'[QN=ZE*7"WW))"R M^7`FTL$T9:3L96=P^K9U^DOO_05V<,$<*?NZW>L/>N^I+;&2^DP5ER<7K:64 MQ4;=3J=/]:IID>B^]'[S(YLQDB7+OFX4L((#]SN=(%ASI'`@**QD]`X?.)X;C\^6^=[B_T/(^5=Y9](V7/+D[>[<8]FJHS@9S@ MMF$G"(&>(`+\5"T(Y-G$P=FC86.?$-!)KTF'%,H@-5U]BI*S(3@H`"F9/!EP> M\+D\X@*KE.JU7!VR2NE0R2E"BXF[9VCLKYF;UBW99\R_1+5.O$1Q^X6&#%*? M!R0(=+U3G!`^K>E1T"/X*&6%#F.3#_`,9'KN3>H2KN!(&(8`C$KJ<^OT;6=P MT7NSA#TTFL<`9YY]`,>:VQISX,Y`=2?+D?:$LLG1TM4RL\?I)@2VS>?@T6]& M>H)BU.J>+T7G2+:6((_$'4G0$B*LC`S8P9@O3M_`V:G-5)'BOSUW\@9ROX?'K-*.F0%5]/EJ)W`3;!FJ\=.WG+^(J0W3JQD(`1 MK0'49[*K'#]7,GRL6QPBX8\.$DQQ2%D5M_].?2;;)OHCGOT;KH)!PZ:BK3P. M6EIT\T`[(>R'A[1@*>42"3W).F)#179!\3HN..67NF6R3*A:4=G&E>+T+>=H MEW!OC$'8Q!\$WJ-Z6?2H7JM[:RA9I.Z%-Q7AR*VC(!(C([/:KXB-SNPV[@EY MO$*[:R2#TZC0?\_VJI M5/7]?Z5<*Z'_7U:JM=C_?XJ2?!:LI^BB3J0DI-IZ"G_H#L,"'95:FW//U25_ M7'6AU3E#5_U_YH;-H)HO%JM'$OFY#CKOFBNNWS#7FKF-QKEE7A])TG0!*>.( M__S.?U[B*NR(*[[VDG,BGGO^J[AQU%NF&[:X,<-.R- MFLY>#CZ&$)`YDHQ1.K`2$'V$_WV6`+2)A1U-`^GX)34`L&9H4OE]#O9>A&WV M`$V>;C#88[9MV0U(/?MH[AU)2XE3>1:A@ZYON.SZI%9KF[#_D#.Y?Q]N8<#6 M<8M:Q.U[C0)'$DVU[;@Y#!=L9)>666O$0Q+.G70W1O[2\.+8'Q4,TF9'6T*2 M:"'A<&X6X-JJ,:&EW&1W^(O>-(!32/_KP[\^)J\.,ND/^)/-'Z0RA912.%I! M,,8YQLEPQ@Q[Y+@+O*:91S$C)%P\D!D'O587]F%_6X^2@(X<9V5DL(E.[4P, MG("&+97D&%Z@E1M-9SZ;31;@15%P MRVP>IW%GAQI_4*ZPXWMO6R>O]S9['?9YS%0=A@$B1+!<[<2S)BC>I`#,;,-T M231;W6X@A89YJTX,7XZ`1V(V=\81K<*CD;,F0E@4*]0!FVFN92]R,$6[R2-,'B^@8"&DOLA+TQL$6I7* M7+U>A2]?A`9IJKGOPA0#QC71#7!CK[7Q!I(CWITQTVZ`X:`O7.X=6\BXZ@!9 M(^:X3)?(.4D9J-9%R.-()`,^?77QXV.4<44#A@,NQG[U2?'J*"+.:=AWQOLYV)9X']GZ8]6%Z% MPI#ZB>2@Z(M!=":7T@`#[=>#@20U29@4(!=1DKQ%'.20!14V?&-`.U M10_"BI%M3?$Y!18VFUF.03,08.S]\[+SKM?N2=*K%Q[>8Y275R_DT3'P*N+T M&*Z"%J];O=-N^UV_W;F4I';8"%<3G)JI@[1".F$/L6\J)4MLW]P%/1;]S$M2 M'V7081.4$;+ZH*("A^SPZ(B;`FLRL>Y(-(BM,$3/H4"5T&V=MR[?#,I2V%CU>ZGY MM@+";(G`X=^#DB^5RH)3;K7!9?8TX')M[*:6/I^P7*@WM$@%M`A?'D`,FF:9 MNK2!RUE,A]8$85WUFMKZW3/GTR%.!,X&F1:A^]X\Y0ANJBY@Z%E/B1)0/.]$ M8*]>D-D[]C'E`ZGH<(%`,6I:^`RJ>&&@M&\($HK,R,-$#RR^PH/A"*MK4%K- M%V\R-\Y*YSASGD2'*/-2!X'L.\/!L4)7S]15VS>9AL/14#^'JG83=!?M0;O; MN;QH7?8WNMQ^X5F*X\A@AA(2F2%$^UH8=X?DJ_WBGE7_F*+JN>D)?WZ%&)F_ M=6+AI"-FO&3&+5L9C`WBOENP26F%]9/W_;>=KD__9UQI%O#6T&YP+?V=;O)C MNGEY/6&FNK!9'G7I.&C\ZOT;G&.3,9H9M,>HAD#F`V8IG4'=VR?!,&84IRO63/1?72&28V=`J+F+A5R:%"X0FZ.2(WY'3,H7L%A M$MX9F4MRW*_9)QX]"$=N0<,1<1LY;L`UQJ3H%M"'=(PAA@CK\:PW.YZ*)`43 M?+#Y>ZV(8^@IF_<>V(O/"=1F/+8$3]?W@B$HI#SL7E"[%Z0?(@$L'UL>P\[P M[[V-1?9A+;#ER94@FEZ34S$QG@BM(Q1A+^>:SPH?O2`"O)Y80T@C\W.,/6X9 M3AV%UCIR.\)_IL;?I2VF*/HW3F8M$:#-0)Z==W&$"U&+MLI2\0IV,_L?1ODB MTW3_:""E!SN&8K;9HZ4OSV-T\'$T%CS*CP@ICB"ZY1HM?QCG>2&TZDK1H4GC M:J)'%E29_R5$7^`39P*C2GED9Y#@PP.P4Q;6..>++*ZDME`L7DM?+DP8?W-X M4,`.%#*AROIO$+D%QH%888'<.^V/$1]$GP_O]>**^C]>]U?%>(TF-[827Q>+ M>+$]B1/Z*#X:=?-]:21WXX=]6S,W/C**M&6=_OI=BB9S1I[WGKTI`K`X(C5?:W6"GK`4I*%\$(.'WS-Y@E9]$AIG9#M-0J72368]&Q+,A"3U M(OD:/O?H)/&/?$Q7-4R1"Z#YIP[ZXN$MMHZ73$$>PCP*+07!F.9"5SC,I@2M M^3RN)DQP/"^\Q]^6?_OV!)S7:HK3!7F-V_+\V),36A/9)Q779^9X:5%Q4U!M M;5PPRL]KA8/\!VU\%8)Y^&8351.3J--TVD%>#YU;BY)Q8LFRM8)X7CC@E=^4 M'_(=D?6<#?G9*T[09H[&=^B_-1T4-0'WX=^5`VJCC37(-4#317DR+C6A*\$] M32_/CQ/A29^OU3+9'7\4&.XBBL):(DKZ_1)3(_TQ4\[HPIQQVX4^@`95BO5K=F?_A-_[WOV4%?76E M5*Y5?H#JG]"7C?*=YW\VYG]V<_W8,O"U\U^IENI%IO\GW8N M:'%[+!H/Y'\!*F5O_LO%$I__2DFIQ_G?IRA]6NK)S^4O,--G])<A_O50N58MD_^OU6/^?I'R%_DL?I=E0__]K]$>D<9# M^E^I*L'ZCX$?Z;]2C/7_24H2+MF=MRAKUL3[OI*_5^399%RV&PEA()+PJ_>) MH/=UB-Y(O'#89.1G!)E^C$"OZ76%>&N!`(ER$7Y6S3F]!J;]M@CPV]B:XH/$ M)RI2,MAR($G^AJVFH"@K^:)T>M)OO>ETVZU>$TA,I8N37K_5'?3:?:I*>A\B M8G7[LH__6MUF8E?.4%#P=A(U!5=2L(6HF?AGJR=)>8JR8_[]'<./0N-!_Z\6V/]JA>__ M(D[YQ'WC^_;"`<3AVM^L[-!_[_/YQZ'QH/[7(_:?^W]5I1SG?YZD M)"/[-QZV`.$.E[^ZWW%YG+)#_Z?Z(SI?#^I_-=#_6JG&\S]*.?[^_TE*Y_ULHWKQ(5E4L8.E.=T M*EZQVBC51.:.CL_S01,]U>50Y2(^;)1*C6>XR>W+?JM[>7(NH%:J>OV3?ON4/^#'O6'+-X1))/^`CE8:]+JG/:S3 M#N9E'249)/SULGE_QX(P0+'_`7IE/5,*7L`R@"2,26O>Q_U4O/>",(!N=L_YOG>[K7@1\9,/O8_KP M>D*74]6^839>$0JQ24^=0*<3ON2-XDL&"+$#ED4(M(GJ.(SV/=/4AK#9;Z`- M&ZCH<"8ZX;!!8Y`_?=_E)]Y%>B*."L1>R.T0`$=H6S7(K_NM7I]RR80X'+@& M(@^Z&9D<]>Y&@H0X=FJ3^!&Z4RZLM/P"V(0V&T919."8VO=/NF]:_25-TFH2 M>F(,>0Y:EF1?%AK"=D:HAE)"%$F&)#GQDF(Y0QS5%0H7/ZF+:6,+4JG/QC*? MS_-#T.0$(3P]Q6$@'-X9BY$QB9+C+8_X:6)$AV,CGKB.($:JW(IL$&"+:DE" MT^C`LW`4=K+6>?5SCY_)MY*FMZUK/D00>ZK?5!Y:_X>/0..!]5\I5X+UOU2J MEOGZKU3B]?\I"JW__LHFUO_^>"[6_PJZ`+BL-XKE26\`4$6)/G6,G1))G'N(+;T&3H` M@U\OX&#VZP4B^XS69C[0QK0O[(A?&Z9;+@U5;Y'Y.F;;YI_'*W:5,\%O!?#<&6]P'/"8%`#VXMSQD_[5'H/%0_J]:J@3Q7Z5([W_Q,L[_/4GA]M_W M5PO_HSUT7.';"[L/B2+H\QG?_#EQOL"/'/Q'?K:"`.,M MOJ!)HG-C/\*0=BM/F3NV=(=6$L?0Q7:_B67-R$HX_+P$8\J\)@*+LP>$>8_` M;N8S66`@>$[1.T`7"(YH;X.C>H33;6L66YRXQ"4N<8E+7.(2E[C$)2YQB4M< 6XA*7N,0E+G&)RU]>_A=GCGHX`'@``&L6 ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 08:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14295 for freebsd-ports-outgoing; Sun, 31 Jan 1999 08:10:05 -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 IAA14286 for ; Sun, 31 Jan 1999 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA51277; Sun, 31 Jan 1999 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 31 Jan 1999 08:10:02 -0800 (PST) Message-Id: <199901311610.IAA51277@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Bill Fumerola Subject: Re: ports/9835: Port update: squeak2 Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9835; it has been noted by GNATS. From: Bill Fumerola To: jesse@cs.uni-magdeburg.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/9835: Port update: squeak2 Date: Sun, 31 Jan 1999 05:10:39 -0500 (EST) On Sun, 31 Jan 1999 jesse@cs.uni-magdeburg.de wrote: > -# Date created: 12/01/1998 > -# Whom: nectar@FreeBSD.ORG > +# Date created: 30 January 1999 > +# Whom: jesse@cs.uni-magdeburg.de No. These two values are for the initial creation. > -# $Id: Makefile,v 1.7 1999/01/07 05:51:24 nectar Exp $ > +# $Id$ No. Please don't clear the $Id: $ tags, even if this is how things were done, you're missing a ":" > -MAINTAINER= nectar@FreeBSD.ORG > +MAINTAINER= jesse@cs.uni-magdeburg.de Did you ask the original maintainer? - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 08:55:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19137 for freebsd-ports-outgoing; Sun, 31 Jan 1999 08:55:29 -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 IAA18950; Sun, 31 Jan 1999 08:55:13 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA54131; Sun, 31 Jan 1999 08:55:11 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 08:55:11 -0800 (PST) Message-Id: <199901311655.IAA54131@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9803 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: gtk+-1.1.14 State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 08:54:06 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 08:57:40 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA19432 for freebsd-ports-outgoing; Sun, 31 Jan 1999 08:57:40 -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 IAA19407; Sun, 31 Jan 1999 08:57:29 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA54414; Sun, 31 Jan 1999 08:57:29 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 08:57:29 -0800 (PST) Message-Id: <199901311657.IAA54414@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9801 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: ORBit State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 08:55:53 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 09:01:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA20017 for freebsd-ports-outgoing; Sun, 31 Jan 1999 09:01:17 -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 JAA20012; Sun, 31 Jan 1999 09:01:04 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA54745; Sun, 31 Jan 1999 09:01:03 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 09:01:03 -0800 (PST) Message-Id: <199901311701.JAA54745@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9805 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: gtk-engines State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 09:00:51 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 09:11:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21616 for freebsd-ports-outgoing; Sun, 31 Jan 1999 09:11:57 -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 JAA21604; Sun, 31 Jan 1999 09:11:46 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA55593; Sun, 31 Jan 1999 09:11:45 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 09:11:45 -0800 (PST) Message-Id: <199901311711.JAA55593@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9813 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: libghttp State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 09:10:33 PST 1999 State-Changed-Why: Committed. thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 09:30:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23863 for freebsd-ports-outgoing; Sun, 31 Jan 1999 09:30:06 -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 JAA23824 for ; Sun, 31 Jan 1999 09:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA56580; Sun, 31 Jan 1999 09:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23614 for ; Sun, 31 Jan 1999 09:28:31 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id UAA28074; Sun, 31 Jan 1999 20:28:27 +0300 (MSK) Message-Id: <199901311728.UAA28074@netserv1.chg.ru> Date: Sun, 31 Jan 1999 20:28:27 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9842: New port - SquidTimes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9842 >Category: ports >Synopsis: New port - SquidTimes >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 31 09:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: New port of squidtimes - another program to analyze Squid's logs. >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/MESSAGE # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: squidtimes X# Version required: 1.12 X# Date created: 31 January 1999 X# Whom: Dima Sivachenko X# X# $Id:$ X# X XDISTNAME= squidtimes-1.12-freebsd.bin XPKGNAME= squidtimes-1.12 XCATEGORIES= www XMASTER_SITES= http://www.cineca.it/~nico/binaries/ XEXTRACT_SUFX= X XMAINTAINER= dima@chg.ru X XNO_BUILD= YES XNO_WRKSUBDIR= YES X XEXTRACT_CMD= ${CP} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= . X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes X Xpost-install: X @ ${CAT} ${PKGDIR}/MESSAGE X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (squidtimes-1.12-freebsd.bin) = bbfca145be655cb15c84ef9124f2e48d END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XGenerates a report of average transfer times of Squid cache END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XGenerates a report of average transfer times of Squid caching proxy. All Xresults are presented in graphic form. X Xhttp://www.cineca.it/~nico/squidtimes.html X X--Dima Xdima@Chg.RU END-of-./pkg/DESCR echo x - ./pkg/MESSAGE sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE' X-------------------------------------------------------------------------------- XUsage: squidtimes [proxyhost] < access.log > squidtimes.html X(also writes 6 gifs in the current directory) X-------------------------------------------------------------------------------- END-of-./pkg/MESSAGE echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/squidtimes END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 10:11:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28631 for freebsd-ports-outgoing; Sun, 31 Jan 1999 10:11:57 -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 KAA28618; Sun, 31 Jan 1999 10:11:45 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA58817; Sun, 31 Jan 1999 10:11:45 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 10:11:45 -0800 (PST) Message-Id: <199901311811.KAA58817@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9804 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: imlib State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 10:11:31 PST 1999 State-Changed-Why: Committed. thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 10:12:59 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28824 for freebsd-ports-outgoing; Sun, 31 Jan 1999 10:12:59 -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 KAA28788; Sun, 31 Jan 1999 10:12:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA58930; Sun, 31 Jan 1999 10:12:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 10:12:48 -0800 (PST) Message-Id: <199901311812.KAA58930@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9820 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: mc State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 10:12:04 PST 1999 State-Changed-Why: Committed. thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 11:04:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05534 for freebsd-ports-outgoing; Sun, 31 Jan 1999 11:04: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 LAA05460; Sun, 31 Jan 1999 11:03:57 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA62205; Sun, 31 Jan 1999 11:03:57 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 11:03:57 -0800 (PST) Message-Id: <199901311903.LAA62205@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9810 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: libgtop State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 11:03:47 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 11:08:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06121 for freebsd-ports-outgoing; Sun, 31 Jan 1999 11:08: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 LAA06106; Sun, 31 Jan 1999 11:08:02 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA62935; Sun, 31 Jan 1999 11:08:01 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 11:08:01 -0800 (PST) Message-Id: <199901311908.LAA62935@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9807 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: gnomelibs State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 11:07:49 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 11:37:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10368 for freebsd-ports-outgoing; Sun, 31 Jan 1999 11:37:14 -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 LAA06242; Sun, 31 Jan 1999 11:09:04 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA63321; Sun, 31 Jan 1999 11:09:04 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 11:09:04 -0800 (PST) Message-Id: <199901311909.LAA63321@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9814 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: gnomeaudio State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 11:08:54 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 12:05:19 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA13576 for freebsd-ports-outgoing; Sun, 31 Jan 1999 12:05:19 -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 MAA13569; Sun, 31 Jan 1999 12:05:16 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA66679; Sun, 31 Jan 1999 12:05:16 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Sun, 31 Jan 1999 12:05:16 -0800 (PST) Message-Id: <199901312005.MAA66679@freefall.freebsd.org> To: billf@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, billf@FreeBSD.ORG Subject: Re: ports/9842 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - SquidTimes Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Sun Jan 31 12:04:58 PST 1999 Responsible-Changed-Why: I will import this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 12:20:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15331 for freebsd-ports-outgoing; Sun, 31 Jan 1999 12:20:04 -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 MAA15314 for ; Sun, 31 Jan 1999 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA67400; Sun, 31 Jan 1999 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail1.lig.bellsouth.net (mail1.lig.bellsouth.net [205.152.0.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14893 for ; Sun, 31 Jan 1999 12:16:27 -0800 (PST) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-209-214-146-176.msy.bellsouth.net [209.214.146.176]) by mail1.lig.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id PAA08276 for ; Sun, 31 Jan 1999 15:15:47 -0500 (EST) Received: (from glenn@localhost) by gforce.johnson.home (8.9.2/8.9.2) id OAA50891; Sun, 31 Jan 1999 14:16:21 -0600 (CST) (envelope-from glenn) Message-Id: <199901312016.OAA50891@gforce.johnson.home> Date: Sun, 31 Jan 1999 14:16:21 -0600 (CST) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9844: Update of libProplistgnome/libProplist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9844 >Category: ports >Synopsis: Update of libProplistgnome/libProplist >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 31 12:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.0-STABLE i386 >Organization: >Environment: >Description: This is an update of libProplistgnome 0.7.1 to 0.8.3 for use with some gnome applications and Window Maker. The gnome and Window Maker versions have been combined into one version so I would recommend that this be put into devel/libPropList to replace devel/libPropListgnome. The enclosed diff is against devel/libPropListgnome. >How-To-Repeat: >Fix: Apply the following diff to a copy of the devel/libPropListgnome port, named devel/libPropList, to create a devel/libPropList port. diff -ruN libPropListgnome/Makefile libPropList/Makefile --- libPropListgnome/Makefile Wed Jan 27 02:31:49 1999 +++ libPropList/Makefile Sun Jan 31 13:10:21 1999 @@ -6,29 +6,16 @@ # $Id: Makefile,v 1.2 1999/01/27 08:31:49 fenner Exp $ # -DISTNAME= libPropList-0.7.1gnome -PKGNAME= libproplistgnome-0.7.1 +DISTNAME= libPropList-0.8.3 +PKGNAME= libproplist-0.8.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} + MASTER_SITE_SUBDIR= libPropList MAINTAINER= gljohns@bellsouth.net -WRKSRC= ${WRKDIR}/libPropList USE_X_PREFIX= yes +GNU_CONFIGURE= yes -.include - -pre-build: - ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile - bison -d ${WRKSRC}/proplist.y -o ${WRKSRC}/proplist.tab.c - flex -t -B ${WRKSRC}/proplist.l > ${WRKSRC}/lex.pl.c - -post-install: - @${INSTALL_DATA} ${WRKSRC}/proplist.h ${PREFIX}/include/proplistgnome.h - @if [ "${PORTOBJFORMAT}" = "aout" ]; then \ - ${LN} -sf libPropListgnome.so.1.0 ${PREFIX}/lib/libPropListgnome.so; \ - fi - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - -.include +.include diff -ruN libPropListgnome/files/md5 libPropList/files/md5 --- libPropListgnome/files/md5 Tue Dec 8 23:11:56 1998 +++ libPropList/files/md5 Sun Jan 31 13:06:13 1999 @@ -1 +1 @@ -MD5 (libPropList-0.7.1gnome.tar.gz) = c9c1347220765200d36f9644822f064c +MD5 (libPropList-0.8.3.tar.gz) = ead0257bca9448d0ce1d4cdfecd65d1f diff -ruN libPropListgnome/patches/patch-aa libPropList/patches/patch-aa --- libPropListgnome/patches/patch-aa Wed Dec 31 18:00:00 1969 +++ libPropList/patches/patch-aa Sun Jan 31 13:06:02 1999 @@ -0,0 +1,25 @@ +--- ltconfig.orig Thu Jan 7 23:01:56 1999 ++++ ltconfig Sun Jan 31 12:41:41 1999 +@@ -1201,7 +1201,7 @@ + ;; + + # FreeBSD 3, at last, uses gcc -shared to do shared libraries. +- freebsd3*) ++ freebsd3* | freebsd4*) + archive_cmds='$CC -shared -o $lib$libobjs$deplibs' + hardcode_libdir_flag_spec='-R$libdir' + hardcode_direct=yes +@@ -1606,11 +1606,11 @@ + shlibpath_var=PATH + ;; + +-freebsd2* | freebsd3*) ++freebsd2* | freebsd3* | freebsd4*) + objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` + version_type=freebsd-$objformat + library_names_spec='${libname}${release}.so$versuffix $libname.so' +- finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir' ++ finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$PORTOBJFORMAT" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + ;; + diff -ruN libPropListgnome/pkg/COMMENT libPropList/pkg/COMMENT --- libPropListgnome/pkg/COMMENT Tue Dec 8 23:11:56 1998 +++ libPropList/pkg/COMMENT Sun Jan 31 13:57:19 1999 @@ -1 +1 @@ -Property library for gnome +Property library for gnome and Window Maker diff -ruN libPropListgnome/pkg/PLIST libPropList/pkg/PLIST --- libPropListgnome/pkg/PLIST Sun Jan 31 13:03:35 1999 +++ libPropList/pkg/PLIST Sun Jan 31 13:06:13 1999 @@ -1,6 +1,7 @@ -include/proplistgnome.h -lib/libPropListgnome.a -lib/libPropListgnome.so -lib/libPropListgnome.so.1 +include/proplist.h +lib/libPropList.so.1 +lib/libPropList.so +lib/libPropList.la +lib/libPropList.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 12:48:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19453 for freebsd-ports-outgoing; Sun, 31 Jan 1999 12:48:49 -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 MAA19432; Sun, 31 Jan 1999 12:48:36 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA69280; Sun, 31 Jan 1999 12:48:36 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 12:48:36 -0800 (PST) Message-Id: <199901312048.MAA69280@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9816 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: gnomecontrolcenter State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 12:48:15 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 12:51:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19831 for freebsd-ports-outgoing; Sun, 31 Jan 1999 12:51:27 -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 MAA19768; Sun, 31 Jan 1999 12:51:10 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA69520; Sun, 31 Jan 1999 12:51:09 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 12:51:09 -0800 (PST) Message-Id: <199901312051.MAA69520@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9815 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: gnomecore State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 12:50:57 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 12:52:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20032 for freebsd-ports-outgoing; Sun, 31 Jan 1999 12:52:57 -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 MAA20020; Sun, 31 Jan 1999 12:52:46 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA69658; Sun, 31 Jan 1999 12:52:45 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 12:52:45 -0800 (PST) Message-Id: <199901312052.MAA69658@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9828 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: electriceyes State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 12:52:36 PST 1999 State-Changed-Why: Comitted, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 12:58:47 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20986 for freebsd-ports-outgoing; Sun, 31 Jan 1999 12:58:47 -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 MAA20948; Sun, 31 Jan 1999 12:58:33 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA70185; Sun, 31 Jan 1999 12:58:33 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 12:58:33 -0800 (PST) Message-Id: <199901312058.MAA70185@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9821 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: x11-fm/gnomemc State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 12:58:23 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 13:01:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21275 for freebsd-ports-outgoing; Sun, 31 Jan 1999 13:01: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 NAA21270; Sun, 31 Jan 1999 13:01:09 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA70357; Sun, 31 Jan 1999 13:01:09 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 13:01:09 -0800 (PST) Message-Id: <199901312101.NAA70357@freefall.freebsd.org> To: vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: ports/9844 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of libProplistgnome/libProplist Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Sun Jan 31 13:00:36 PST 1999 Responsible-Changed-Why: I will commit this one after asami copy libproplistgnome to libproplist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 13:14:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA22751 for freebsd-ports-outgoing; Sun, 31 Jan 1999 13:14:28 -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 NAA22644; Sun, 31 Jan 1999 13:14:14 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA71142; Sun, 31 Jan 1999 13:14:14 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Sun, 31 Jan 1999 13:14:14 -0800 (PST) Message-Id: <199901312114.NAA71142@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9817 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port upgrade: gnomeobjc State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Jan 31 13:14:02 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 13:23:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24016 for freebsd-ports-outgoing; Sun, 31 Jan 1999 13:23:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from qix (hibou.obs-besancon.fr [193.52.184.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA24010 for ; Sun, 31 Jan 1999 13:23:19 -0800 (PST) (envelope-from jmz@FreeBSD.ORG) Received: (from jmz@localhost) by qix (8.9.2/8.8.7) id WAA35748; Sun, 31 Jan 1999 22:25:57 +0100 (MET) Date: Sun, 31 Jan 1999 22:25:57 +0100 (MET) Message-Id: <199901312125.WAA35748@qix> X-Authentication-Warning: qix: jmz set sender to jmz@qix using -f From: Jean-Marc Zucconi To: rezidew@rezidew.net CC: ports@FreeBSD.ORG In-reply-to: <36B3EB88.65CA5498@rezidew.net> (message from Graphic Rezidew on Sat, 30 Jan 1999 23:35:04 -0600) Subject: Re: FreeBSD Port: mshell-1.0 X-Mailer: Emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Graphic Rezidew writes: > I am trying to find information on how to make menu's with mshell > any information would be greatly appreciated. You already posted the same question 8 months ago (Date: Tue, 09 Jun 1998 23:50:26 -0500). Reread what I replied! Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 13:30:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24685 for freebsd-ports-outgoing; Sun, 31 Jan 1999 13:30:03 -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 NAA24621 for ; Sun, 31 Jan 1999 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA71814; Sun, 31 Jan 1999 13:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23792 for ; Sun, 31 Jan 1999 13:21:44 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id AAA00348; Mon, 1 Feb 1999 00:21:41 +0300 (MSK) Message-Id: <199901312121.AAA00348@netserv1.chg.ru> Date: Mon, 1 Feb 1999 00:21:41 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9846: New port - WebCrawl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9846 >Category: ports >Synopsis: New port - WebCrawl >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 31 13:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: New port of webcrawl program - web site downloader >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: webcrawl X# Version required: 1.00 X# Date created: 31 January 1999 X# Whom: Dima Sivachenko X# X# $Id:$ X# X XDISTNAME= webcrawl-1.00 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/www/mirroring XEXTRACT_SUFX= .tgz X XMAINTAINER= dima@chg.ru X XALL_TARGET= X XMAN1= webcrawl.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/webcrawl ${PREFIX}/bin/ X @ ${INSTALL_MAN} ${WRKSRC}/webcrawl.1 ${MAN1PREFIX}/man/man1/ X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (webcrawl-1.00.tgz) = 3523479a747c2f22e24eb1f78fe517d5 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XWebCrawl - download web sites, following links END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XWebCrawl is a program designed to download an entire web-site without Xuser interaction (although an interactive mode is available). It works simply Xby starting with a single web page, and following all links from that page Xto attempt to recreate the directory structure on the remote server. X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/webcrawl END-of-./pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 14:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29764 for freebsd-ports-outgoing; Sun, 31 Jan 1999 14:10:05 -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 OAA29740 for ; Sun, 31 Jan 1999 14:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA73791; Sun, 31 Jan 1999 14:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29659 for ; Sun, 31 Jan 1999 14:09:51 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id BAA00891; Mon, 1 Feb 1999 01:09:49 +0300 (MSK) Message-Id: <199901312209.BAA00891@netserv1.chg.ru> Date: Mon, 1 Feb 1999 01:09:49 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9847: New port - urlget Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9847 >Category: ports >Synopsis: New port - urlget >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 31 14:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: urlget - program to retreive files from web. Allows to use proxy. >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: # # . # ./Makefile # ./patches # ./patches/patch-aa # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./pkg/MESSAGE # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: urlget X# Version required: 3.12 X# Date created: 31 January 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= urlget-3.12 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/www/mirroring X XMAINTAINER= dima@chg.ru X XALL_TARGET= X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/urlget ${PREFIX}/bin/ X @ ${MKDIR} ${PREFIX}/share/urlget X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/urlget/ X Xpost-install: X @ ${CAT} ${PKGDIR}/MESSAGE X X.include END-of-./Makefile echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- config.h.orig Mon Feb 1 00:36:10 1999 X+++ config.h Mon Feb 1 00:36:27 1999 X@@ -82,7 +82,7 @@ X #ifdef HAVE_STRCASECMP X /* this is for "-ansi -Wall -pedantic" to stop complaining! */ X extern int strcasecmp(const char *s1, const char *s2); X-int fileno( FILE *stream); X+/* int fileno( FILE *stream); */ X #endif X X #endif END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xurlget - get a file from a FTP, HTTP or GOPHER server END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XUrlget is a client to get documents/files from servers, using any of the Xsupported protocols. The program is designed to work without user Xinteraction. Urlget may use web cache when fetching the data. X Xhttp://www.inf.ufrgs.br/~sagula/urlget.html X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/urlget Xshare/urlget/README X@dirrm share/urlget END-of-./pkg/PLIST echo x - ./pkg/MESSAGE sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE' X------------------------------------------------------------------------------- XThis program has no manual pages. Please refer to the share/urlget/README file Xfor the usage information. X------------------------------------------------------------------------------- END-of-./pkg/MESSAGE echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (urlget-3.12.tar.gz) = e706e4c2597c88d78c165e485df7f33a END-of-./files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 15:00:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06500 for freebsd-ports-outgoing; Sun, 31 Jan 1999 15:00:53 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sims-ha.videotron.net (faure.videotron.net [205.151.222.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06494 for ; Sun, 31 Jan 1999 15:00:51 -0800 (PST) (envelope-from luc_m@videotron.ca) Received: from videotron.ca ([207.96.216.210]) by sims-ha.videotron.net (Sun Internet Mail Server sims.3.5.1998.03.08.20.27) with ESMTP id <0F6G00BEQ59547@sims-ha.videotron.net> for ports@freebsd.org; Sun, 31 Jan 1999 18:00:43 -0500 (EST) Date: Sun, 31 Jan 1999 18:02:48 -0500 From: Luc Morin Subject: "make upgrade" for ports To: ports@FreeBSD.ORG Message-id: <36B4E118.F2DA78CE@videotron.ca> MIME-version: 1.0 X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-STABLE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Before starting a project of my own, I want to make sure there's not already an ongoing effort of the same nature. What I intend to do is add a mechanism that will let you upgrade a port, even if other packages rely on it. Right now, one has to do a pkg_delete -f every time he wants to upgrade a port, but this breaks dependencies. I'd like to be able to type "make upgrade" in a ports directory, and have make upgrade it if a newer version is available, along with all other ports on which it relies if those have newer versions as well. Then all the dependencies would be rebuilt so that pkg_info -a will report them correctly. If anyone is working on such a project, I'd be interested to help. If not, I'd like to get some more detailed information on the ports/pkg_add/pkg_delete mechanism so I can start on it. Thank you very much. Luc Morin Electrical Engineering Technologist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 15:07:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07474 for freebsd-ports-outgoing; Sun, 31 Jan 1999 15:07:30 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from corp.au.triax.com (slwag1p05.ozemail.com.au [203.108.157.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA07451; Sun, 31 Jan 1999 15:07:26 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: from localhost (jim@localhost) by corp.au.triax.com (8.9.2/8.9.2) with ESMTP id KAA00890; Mon, 1 Feb 1999 10:07:06 +1100 (EST) Date: Mon, 1 Feb 1999 10:07:05 +1100 (EST) From: Jim Mock To: Kris Kennaway cc: FreeBSD-gnats-submit@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports/9834: new port: wmdate-0.3 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 Sun, 31 Jan 1999, Kris Kennaway wrote: > On Sun, 31 Jan 1999 jim@phrantic.phear.net wrote: > > > >Synopsis: new port: wmdate-0.3 > > 0.5 is out - I whipped up a quick port myself earlier this > afternoon, but looks like it's vanished from my HD. It compiled just > as easily as 0.3 seems to, so it should be just a matter of changing > the md5 and distname. > Please close the original PR (ports/9834). I'll submit the updated port today since it hasn't been committed yet. Kris, thanks for the info on the update. -- : Jim Mock | [jim@corp.au.triax.com] : : System Administrator | http://www.triax.com/ : : Triax Internet Services | ----------------------------- : : Portland, OR USA | The FreeBSD' zine : : Wagga Wagga, NSW Australia | http://www.freebsdzine.org/ : : FreeBSD: The Power To Serve | http://www.freebsd.org/ : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 15:10:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA07900 for freebsd-ports-outgoing; Sun, 31 Jan 1999 15:10:04 -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 PAA07861 for ; Sun, 31 Jan 1999 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA77487; Sun, 31 Jan 1999 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 31 Jan 1999 15:10:01 -0800 (PST) Message-Id: <199901312310.PAA77487@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Jim Mock Subject: Re: ports/9834: new port: wmdate-0.3 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9834; it has been noted by GNATS. From: Jim Mock To: Kris Kennaway Cc: FreeBSD-gnats-submit@freebsd.org, ports@freebsd.org Subject: Re: ports/9834: new port: wmdate-0.3 Date: Mon, 1 Feb 1999 10:07:05 +1100 (EST) On Sun, 31 Jan 1999, Kris Kennaway wrote: > On Sun, 31 Jan 1999 jim@phrantic.phear.net wrote: > > > >Synopsis: new port: wmdate-0.3 > > 0.5 is out - I whipped up a quick port myself earlier this > afternoon, but looks like it's vanished from my HD. It compiled just > as easily as 0.3 seems to, so it should be just a matter of changing > the md5 and distname. > Please close the original PR (ports/9834). I'll submit the updated port today since it hasn't been committed yet. Kris, thanks for the info on the update. -- : Jim Mock | [jim@corp.au.triax.com] : : System Administrator | http://www.triax.com/ : : Triax Internet Services | ----------------------------- : : Portland, OR USA | The FreeBSD' zine : : Wagga Wagga, NSW Australia | http://www.freebsdzine.org/ : : FreeBSD: The Power To Serve | http://www.freebsd.org/ : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 15:30:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA10541 for freebsd-ports-outgoing; Sun, 31 Jan 1999 15:30: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 PAA10483 for ; Sun, 31 Jan 1999 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA78486; Sun, 31 Jan 1999 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 31 Jan 1999 15:30:01 -0800 (PST) Message-Id: <199901312330.PAA78486@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Roland Jesse Subject: Re: ports/9835: Port update: squeak2 Reply-To: Roland Jesse Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9835; it has been noted by GNATS. From: Roland Jesse To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/9835: Port update: squeak2 Date: Mon, 1 Feb 1999 00:23:58 +0100 Bill Fumerola wrote: > > +# Date created: 30 January 1999 > > +# Whom: jesse@cs.uni-magdeburg.de > > No. These two values are for the initial creation. Sorry about this. > No. Please don't clear the $Id: $ tags, even if this is how things were > done, you're missing a ":" dito. Usually, I do not need $Id: $. RCS fills in a $Id$ tag just fine. > > -MAINTAINER= nectar@FreeBSD.ORG > > +MAINTAINER= jesse@cs.uni-magdeburg.de > > Did you ask the original maintainer? No, not for this specific update. But we did have some discussion about the squeak port some time ago (when 2.2 was current). The initial port (now: lang/squeak1) was done by me. I did not have the time to do any squeak2 porting (as I was studying at another university for a year without access to a FreeBSD machine), so he did it. Now, I just updated the port as I am was compiling 2.3 anyway. Is there anything wrong about it? Regards, Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 16:59:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23200 for freebsd-ports-outgoing; Sun, 31 Jan 1999 16:59:29 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from catastrophe.gelemna.ft-wayne.in.us (fw5-30.fwi.com [209.84.173.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23195 for ; Sun, 31 Jan 1999 16:59:26 -0800 (PST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id TAA00310 for ; Sun, 31 Jan 1999 19:59:21 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.2/8.9.2) id TAA72738; Sun, 31 Jan 1999 19:59:54 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) To: ports@FreeBSD.ORG Subject: Preference between egcs and gcc28? Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 31 Jan 1999 19:59:53 -0500 Organization: Minimal at best Message-ID: <86ww23djli.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 9 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm working on a port for a C++ program that won't build with the system version of gcc, but does fine with either egcs' or gcc28's C++ compiler. Is there any strong preference towards using one or the other as a build dependency? -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 17:30:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA27517 for freebsd-ports-outgoing; Sun, 31 Jan 1999 17:30:07 -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 RAA27473 for ; Sun, 31 Jan 1999 17:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA83873; Sun, 31 Jan 1999 17:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from test4.gsoft.com.au (test4.gsoft.com.au [203.38.152.119]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA26800 for ; Sun, 31 Jan 1999 17:23:44 -0800 (PST) (envelope-from radar@test4.gsoft.com.au) Received: (from root@localhost) by test4.gsoft.com.au (8.8.8/8.8.8) id LAA11121; Mon, 1 Feb 1999 11:52:28 +1030 (CST) (envelope-from radar) Message-Id: <199902010122.LAA11121@test4.gsoft.com.au> Date: Mon, 1 Feb 1999 11:52:28 +1030 (CST) From: "Radar User" Reply-To: radar@test4.gsoft.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9850: graphics/tiff34 port fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9850 >Category: ports >Synopsis: graphics/tiff34 port fails >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 31 17:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Daniel O'Connor >Release: FreeBSD 2.2.7-STABLE i386 >Organization: Genesis Software >Environment: 2.2.7 + CAM >Description: The tiff library doesn't build (ar gets called with no args) >How-To-Repeat: make install >Fix: Patch Makefile.in (some more) *** tiff-v3.4/libtiff/Makefile.in.orig Mon Feb 1 11:50:40 1999 --- tiff-v3.4/libtiff/Makefile.in Mon Feb 1 11:50:36 1999 *************** *** 143,149 **** fi libtiff.a: ${OBJS} ! ${AR} ${AROPTS} libtiff.a $? ${RANLIB} libtiff.a # --- 143,149 ---- fi libtiff.a: ${OBJS} ! ${AR} ${AROPTS} libtiff.a ${OBJS} ${RANLIB} libtiff.a # >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 19:01:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07389 for freebsd-ports-outgoing; Sun, 31 Jan 1999 19:01:27 -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 TAA07383; Sun, 31 Jan 1999 19:01:24 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA87914; Sun, 31 Jan 1999 19:01:24 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Sun, 31 Jan 1999 19:01:24 -0800 (PST) Message-Id: <199902010301.TAA87914@freefall.freebsd.org> To: jim@corp.au.triax.com, jkoshy@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9834 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmdate-0.3 State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Sun Jan 31 18:59:36 PST 1999 State-Changed-Why: Requested by originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 19:20:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09200 for freebsd-ports-outgoing; Sun, 31 Jan 1999 19:20:07 -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 TAA09179 for ; Sun, 31 Jan 1999 19:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA88631; Sun, 31 Jan 1999 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from universe.serc.rmit.edu.au (universe.serc.rmit.edu.au [131.170.42.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08915 for ; Sun, 31 Jan 1999 19:17:40 -0800 (PST) (envelope-from maurice@planetoid.serc.rmit.edu.au) Received: from planetoid.serc.rmit.edu.au (planetoid.serc.rmit.edu.au [131.170.42.70]) by universe.serc.rmit.edu.au (8.8.5/8.8.5) with ESMTP id OAA15810 for ; Mon, 1 Feb 1999 14:17:37 +1100 (EST) Received: (from root@localhost) by planetoid.serc.rmit.edu.au (8.8.7/8.8.5) id OAA19915; Mon, 1 Feb 1999 14:17:37 +1100 (EST) Message-Id: <199902010317.OAA19915@planetoid.serc.rmit.edu.au> Date: Mon, 1 Feb 1999 14:17:37 +1100 (EST) From: Maurice Castro Reply-To: maurice@serc.rmit.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9851: R update 0.63.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9851 >Category: ports >Synopsis: Port update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 31 19:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Maurice Castro >Release: FreeBSD 2.2.2-RELEASE i386 >Organization: Software Engineering Research Centre >Environment: All versions FreeBSD >Description: Port update for R >How-To-Repeat: Two share files are included >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: # # R-a4 # R-a4/Makefile # echo c - R-a4 mkdir -p R-a4 > /dev/null 2>&1 echo x - R-a4/Makefile sed 's/^X//' >R-a4/Makefile << 'END-of-R-a4/Makefile' X# New ports collection makefile for: R (a4) X# Version required: R-0.63.2 X# Date created: Tue Jun 23 07:36:55 EST 1998 X# Whom: Maurice Castro X# X# $Id: Makefile,v 1.1 1998/11/20 04:14:57 asami Exp $ X# X XPAPERSIZE= a4 XMASTERDIR= ${.CURDIR}/../R-letter X Xpre-extract: X ln -s ../R-letter/patches X ln -s ../R-letter/pkg X ln -s ../R-letter/files X Xpre-clean: X ${RM} -f patches X ${RM} -f pkg X ${RM} -f files X X.include "${MASTERDIR}/Makefile" END-of-R-a4/Makefile exit # 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: # # R-letter # R-letter/files # R-letter/files/md5 # R-letter/pkg # R-letter/pkg/COMMENT # R-letter/pkg/DESCR # R-letter/pkg/PLIST # R-letter/Makefile # R-letter/patches # echo c - R-letter mkdir -p R-letter > /dev/null 2>&1 echo c - R-letter/files mkdir -p R-letter/files > /dev/null 2>&1 echo x - R-letter/files/md5 sed 's/^X//' >R-letter/files/md5 << 'END-of-R-letter/files/md5' XMD5 (R-0.63.2.tgz) = 36fe8fd9c0fe9c69328a2845a5ce1ce8 END-of-R-letter/files/md5 echo c - R-letter/pkg mkdir -p R-letter/pkg > /dev/null 2>&1 echo x - R-letter/pkg/COMMENT sed 's/^X//' >R-letter/pkg/COMMENT << 'END-of-R-letter/pkg/COMMENT' XR a language for statistics similar to AT&T's S END-of-R-letter/pkg/COMMENT echo x - R-letter/pkg/DESCR sed 's/^X//' >R-letter/pkg/DESCR << 'END-of-R-letter/pkg/DESCR' XR is a language which is not entirely unlike the S language developed Xat AT&T Bell Laboratories by Rick Becker, John Chambers and Allan XWilks. X XR is free software distributed under a GNU-style copyleft. X XThis port has most of the functionality in the first S book (the X"Blue Book") and many of the applications. In addition, a certain Xamount of functionality from the second S book (the "White Book") Xhas been implemented. In particular functioning versions of "lm" Xand "glm" and their associated "summary" and "anova" methods are Xprovided. END-of-R-letter/pkg/DESCR echo x - R-letter/pkg/PLIST sed 's/^X//' >R-letter/pkg/PLIST << 'END-of-R-letter/pkg/PLIST' X@exec mkdir %D/share/R X@exec mkdir %D/share/R/bin X@exec mkdir %D/share/R/afm X@exec mkdir %D/share/R/etc X@exec mkdir %D/share/R/etc/Rdoc X@exec mkdir %D/share/R/etc/older-stuff X@exec mkdir %D/share/R/etc/undoc X@exec mkdir %D/share/R/doc X@exec mkdir %D/share/R/doc/html X@exec mkdir %D/share/R/doc/html/search X@exec mkdir %D/share/R/doc/manual X@exec mkdir %D/share/R/include X@exec mkdir %D/share/R/library X@exec mkdir %D/share/R/library/base X@exec mkdir %D/share/R/library/base/R X@exec mkdir %D/share/R/library/base/data X@exec mkdir %D/share/R/library/base/help X@exec mkdir %D/share/R/library/base/html X@exec mkdir %D/share/R/library/base/latex X@exec mkdir %D/share/R/library/base/R-ex X@exec mkdir %D/share/R/library/eda X@exec mkdir %D/share/R/library/eda/R X@exec mkdir %D/share/R/library/eda/libs X@exec mkdir %D/share/R/library/eda/help X@exec mkdir %D/share/R/library/eda/html X@exec mkdir %D/share/R/library/eda/latex X@exec mkdir %D/share/R/library/eda/R-ex X@exec mkdir %D/share/R/library/modreg X@exec mkdir %D/share/R/library/modreg/R X@exec mkdir %D/share/R/library/modreg/data X@exec mkdir %D/share/R/library/modreg/libs X@exec mkdir %D/share/R/library/modreg/help X@exec mkdir %D/share/R/library/modreg/html X@exec mkdir %D/share/R/library/modreg/latex X@exec mkdir %D/share/R/library/modreg/R-ex X@exec mkdir %D/share/R/library/mva X@exec mkdir %D/share/R/library/mva/R X@exec mkdir %D/share/R/library/mva/libs X@exec mkdir %D/share/R/library/mva/help X@exec mkdir %D/share/R/library/mva/html X@exec mkdir %D/share/R/library/mva/latex X@exec mkdir %D/share/R/library/mva/R-ex X@exec mkdir %D/share/R/library/stepfun X@exec mkdir %D/share/R/library/stepfun/R X@exec mkdir %D/share/R/library/stepfun/help X@exec mkdir %D/share/R/library/stepfun/html X@exec mkdir %D/share/R/library/stepfun/latex X@exec mkdir %D/share/R/library/stepfun/R-ex X@exec mkdir %D/share/R/demos X@exec mkdir %D/share/R/demos/dynload X@exec mkdir %D/share/R/demos/models X@exec mkdir %D/share/R/demos/graphics X@exec mkdir %D/share/R/demos/language X@exec mkdir %D/share/R/demos/nlm Xman/man1/R.1 Xman/man1/Rdconv.1 Xbin/R Xshare/R/bin/R.binary Xshare/R/bin/R Xshare/R/bin/BATCH Xshare/R/bin/Rd2txt Xshare/R/bin/Rd2dvi Xshare/R/bin/filename Xshare/R/bin/help Xshare/R/bin/help.links Xshare/R/bin/pager Xshare/R/bin/massage-Examples Xshare/R/bin/check Xshare/R/bin/COMPILE Xshare/R/bin/INSTALL Xshare/R/bin/REMOVE Xshare/R/bin/Rdconv Xshare/R/bin/Rdindex Xshare/R/bin/Rman2Rd Xshare/R/bin/SHLIB Xshare/R/bin/Sd2Rd Xshare/R/bin/build-help Xshare/R/bin/fwf2table Xshare/R/bin/help.pretty Xshare/R/bin/html2dos Xshare/R/afm/Makefile.in Xshare/R/afm/agd_____.lt1 Xshare/R/afm/agdo____.lt1 Xshare/R/afm/agw_____.lt1 Xshare/R/afm/agwo____.lt1 Xshare/R/afm/bkd_____.lt1 Xshare/R/afm/bkdi____.lt1 Xshare/R/afm/bkl_____.lt1 Xshare/R/afm/bkli____.lt1 Xshare/R/afm/cob_____.lt1 Xshare/R/afm/cobo____.lt1 Xshare/R/afm/com_____.lt1 Xshare/R/afm/coo_____.lt1 Xshare/R/afm/hv______.lt1 Xshare/R/afm/hvb_____.lt1 Xshare/R/afm/hvbo____.lt1 Xshare/R/afm/hvn_____.lt1 Xshare/R/afm/hvnb____.lt1 Xshare/R/afm/hvnbo___.lt1 Xshare/R/afm/hvno____.lt1 Xshare/R/afm/hvo_____.lt1 Xshare/R/afm/ncb_____.lt1 Xshare/R/afm/ncbi____.lt1 Xshare/R/afm/nci_____.lt1 Xshare/R/afm/ncr_____.lt1 Xshare/R/afm/pob_____.lt1 Xshare/R/afm/pobi____.lt1 Xshare/R/afm/poi_____.lt1 Xshare/R/afm/por_____.lt1 Xshare/R/afm/sy______.afm Xshare/R/afm/tib_____.lt1 Xshare/R/afm/tibi____.lt1 Xshare/R/afm/tii_____.lt1 Xshare/R/afm/tir_____.lt1 Xshare/R/afm/Makefile Xshare/R/etc/Makeconf.in Xshare/R/etc/Rd.files Xshare/R/etc/Makefile.in Xshare/R/etc/colors.big Xshare/R/etc/Rdconvlib.pl Xshare/R/etc/build-help.in Xshare/R/etc/buildlib.pl Xshare/R/etc/colors.small Xshare/R/etc/html-layout.pl Xshare/R/etc/tasks Xshare/R/etc/test-things.Rd Xshare/R/etc/Rdoc/Rdconv.pl Xshare/R/etc/Rdoc/Rdoc.pm Xshare/R/etc/Rdoc/Rdtest.pl Xshare/R/etc/older-stuff/doc2EX Xshare/R/etc/older-stuff/doc2dvi Xshare/R/etc/older-stuff/doc2html Xshare/R/etc/older-stuff/doc2latex Xshare/R/etc/older-stuff/doc2ms Xshare/R/etc/older-stuff/extract-Examples Xshare/R/etc/older-stuff/help.format Xshare/R/etc/older-stuff/help.index Xshare/R/etc/older-stuff/help.pretty Xshare/R/etc/older-stuff/help.pretty.perl Xshare/R/etc/older-stuff/help.update Xshare/R/etc/undoc/NoEx Xshare/R/etc/undoc/Makefile Xshare/R/etc/undoc/extrExamp Xshare/R/etc/undoc/R-funs Xshare/R/etc/undoc/extrAllExamp Xshare/R/etc/undoc/getDoc Xshare/R/etc/undoc/getFunctions Xshare/R/etc/undoc/getnames Xshare/R/etc/Makefile Xshare/R/etc/Makeconf Xshare/R/doc/KEYWORDS Xshare/R/doc/R.1 Xshare/R/doc/Makefile.in Xshare/R/doc/Rdconv.1 Xshare/R/doc/html/about.html Xshare/R/doc/html/authors.html Xshare/R/doc/html/index.html Xshare/R/doc/html/left.jpg Xshare/R/doc/html/logo.jpg Xshare/R/doc/html/logosm.jpg Xshare/R/doc/html/packages-foot.html Xshare/R/doc/html/packages-head.html Xshare/R/doc/html/resource.html Xshare/R/doc/html/right.jpg Xshare/R/doc/html/template.html Xshare/R/doc/html/thanks.html Xshare/R/doc/html/up.jpg Xshare/R/doc/html/search/IndexEntry.class Xshare/R/doc/html/search/Value.class Xshare/R/doc/html/search/IndexEntry.java Xshare/R/doc/html/search/IndexStream.class Xshare/R/doc/html/search/IndexStream.java Xshare/R/doc/html/search/IndexTable.class Xshare/R/doc/html/search/IndexTable.java Xshare/R/doc/html/search/SearchEngine.class Xshare/R/doc/html/search/SearchEngine.html Xshare/R/doc/html/search/SearchEngine.java Xshare/R/doc/html/search/Tracer.class Xshare/R/doc/html/search/Tracer.java Xshare/R/doc/html/search/index.txt Xshare/R/doc/html/search/Value.java Xshare/R/doc/html/packages.html Xshare/R/doc/html/function.html Xshare/R/doc/keyword-test.in Xshare/R/doc/manual/ABOUT.tex.in Xshare/R/doc/manual/EQN Xshare/R/doc/manual/Man.tex.in Xshare/R/doc/manual/Makefile.in Xshare/R/doc/manual/Rd.sty Xshare/R/doc/manual/Rd2dvi.tex Xshare/R/doc/manual/lib2tex.in Xshare/R/doc/manual/plotmath.tex Xshare/R/doc/manual/primitive-funs.tex Xshare/R/doc/manual/writing-Rd.tex Xshare/R/doc/manual/Makefile Xshare/R/doc/manual/ABOUT.tex Xshare/R/doc/manual/Man.tex Xshare/R/doc/manual/lib2tex Xshare/R/doc/Makefile Xshare/R/doc/keyword-test Xshare/R/include/S.h Xshare/R/include/S_compat.h Xshare/R/include/f2c.h Xshare/R/include/Arith.h Xshare/R/include/Complex.h Xshare/R/include/Error.h Xshare/R/include/Errormsg.h Xshare/R/include/Fortran.h Xshare/R/include/Applic.h Xshare/R/include/Blas.h Xshare/R/include/Linpack.h Xshare/R/include/Mathlib.h Xshare/R/include/Memory.h Xshare/R/include/PrtUtil.h Xshare/R/include/Random.h Xshare/R/include/Utils.h Xshare/R/include/Platform.h Xshare/R/library/base/R/base Xshare/R/library/base/R/Rprofile Xshare/R/library/base/data/acid.R Xshare/R/library/base/data/warpbreaks.R Xshare/R/library/base/data/volcano.R Xshare/R/library/base/data/uspop.R Xshare/R/library/base/data/trees.R Xshare/R/library/base/data/swiss.tab Xshare/R/library/base/data/sunspots.R Xshare/R/library/base/data/state.R Xshare/R/library/base/data/stackloss.R Xshare/R/library/base/data/sleep.R Xshare/R/library/base/data/savings.R Xshare/R/library/base/data/rivers.R Xshare/R/library/base/data/randu.R Xshare/R/library/base/data/quakes.R Xshare/R/library/base/data/pressure.R Xshare/R/library/base/data/presidents.R Xshare/R/library/base/data/precip.R Xshare/R/library/base/data/plants.R Xshare/R/library/base/data/pigs.R Xshare/R/library/base/data/phones.R Xshare/R/library/base/data/nhtemp.R Xshare/R/library/base/data/mtcars.R Xshare/R/library/base/data/longley.R Xshare/R/library/base/data/judges.R Xshare/R/library/base/data/islands.R Xshare/R/library/base/data/iris3.R Xshare/R/library/base/data/iris.R Xshare/R/library/base/data/insects.R Xshare/R/library/base/data/infert.R Xshare/R/library/base/data/index.doc Xshare/R/library/base/data/freeny.R Xshare/R/library/base/data/faithful.R Xshare/R/library/base/data/eurodist.R Xshare/R/library/base/data/euro.R Xshare/R/library/base/data/esoph.R Xshare/R/library/base/data/discoveries.R Xshare/R/library/base/data/deaths.R Xshare/R/library/base/data/crimes.tab Xshare/R/library/base/data/consume.R Xshare/R/library/base/data/chickwts.R Xshare/R/library/base/data/cars.R Xshare/R/library/base/data/bees.R Xshare/R/library/base/data/attitude.R Xshare/R/library/base/data/attenu.R Xshare/R/library/base/data/anscombe.R Xshare/R/library/base/data/airquality.tab Xshare/R/library/base/data/airmiles.R Xshare/R/library/base/data/women.R Xshare/R/library/base/data/rock.rda Xshare/R/library/base/TITLE Xshare/R/library/base/INDEX Xshare/R/library/base/help/00Titles Xshare/R/library/base/help/AnIndex Xshare/R/library/base/help/Alias Xshare/R/library/base/help/Arithmetic Xshare/R/library/base/help/BATCH Xshare/R/library/base/help/Bessel Xshare/R/library/base/help/Beta Xshare/R/library/base/help/Binomial Xshare/R/library/base/help/C Xshare/R/library/base/help/COMPILE Xshare/R/library/base/help/Cauchy Xshare/R/library/base/help/Chisquare Xshare/R/library/base/help/Comparison Xshare/R/library/base/help/Constants Xshare/R/library/base/help/Control Xshare/R/library/base/help/Defunct Xshare/R/library/base/help/Deprecated Xshare/R/library/base/help/Devices Xshare/R/library/base/help/Exponential Xshare/R/library/base/help/Extract Xshare/R/library/base/help/Extremes Xshare/R/library/base/help/FDist Xshare/R/library/base/help/Foreign Xshare/R/library/base/help/GammaDist Xshare/R/library/base/help/Geometric Xshare/R/library/base/help/Hyperbolic Xshare/R/library/base/help/Hypergeometric Xshare/R/library/base/help/INSTALL Xshare/R/library/base/help/IQR Xshare/R/library/base/help/Internal Xshare/R/library/base/help/Log Xshare/R/library/base/help/Logic Xshare/R/library/base/help/Logistic Xshare/R/library/base/help/Lognormal Xshare/R/library/base/help/Machine Xshare/R/library/base/help/Math Xshare/R/library/base/help/Memory Xshare/R/library/base/help/Methods Xshare/R/library/base/help/NA Xshare/R/library/base/help/NChisquare Xshare/R/library/base/help/NULL Xshare/R/library/base/help/NegBinomial Xshare/R/library/base/help/Normal Xshare/R/library/base/help/Poisson Xshare/R/library/base/help/Primitive Xshare/R/library/base/help/REMOVE Xshare/R/library/base/help/RHOME Xshare/R/library/base/help/Random Xshare/R/library/base/help/Recall Xshare/R/library/base/help/Round Xshare/R/library/base/help/SHLIB Xshare/R/library/base/help/SignRank Xshare/R/library/base/help/Special Xshare/R/library/base/help/Startup Xshare/R/library/base/help/TDist Xshare/R/library/base/help/Trig Xshare/R/library/base/help/Tukey Xshare/R/library/base/help/Uniform Xshare/R/library/base/help/Version Xshare/R/library/base/help/Weibull Xshare/R/library/base/help/Wilcoxon Xshare/R/library/base/help/abbreviate Xshare/R/library/base/help/abline Xshare/R/library/base/help/acid Xshare/R/library/base/help/add1 Xshare/R/library/base/help/aggregate Xshare/R/library/base/help/airmiles Xshare/R/library/base/help/airquality Xshare/R/library/base/help/alias Xshare/R/library/base/help/all Xshare/R/library/base/help/allnames Xshare/R/library/base/help/anova Xshare/R/library/base/help/anscombe Xshare/R/library/base/help/aov Xshare/R/library/base/help/aperm Xshare/R/library/base/help/append Xshare/R/library/base/help/apply Xshare/R/library/base/help/approxfun Xshare/R/library/base/help/apropos Xshare/R/library/base/help/args Xshare/R/library/base/help/array Xshare/R/library/base/help/arrows Xshare/R/library/base/help/as.function Xshare/R/library/base/help/assign Xshare/R/library/base/help/attach Xshare/R/library/base/help/attenu Xshare/R/library/base/help/attr Xshare/R/library/base/help/attributes Xshare/R/library/base/help/autoload Xshare/R/library/base/help/ave Xshare/R/library/base/help/axis Xshare/R/library/base/help/backsolve Xshare/R/library/base/help/barplot Xshare/R/library/base/help/bees Xshare/R/library/base/help/body Xshare/R/library/base/help/box Xshare/R/library/base/help/boxplot Xshare/R/library/base/help/boxplot.stats Xshare/R/library/base/help/browser Xshare/R/library/base/help/bug.report Xshare/R/library/base/help/bxp Xshare/R/library/base/help/c Xshare/R/library/base/help/call Xshare/R/library/base/help/cars Xshare/R/library/base/help/case.names Xshare/R/library/base/help/cat Xshare/R/library/base/help/cbind Xshare/R/library/base/help/character Xshare/R/library/base/help/charmatch Xshare/R/library/base/help/check.options Xshare/R/library/base/help/chickwts Xshare/R/library/base/help/chisq.test Xshare/R/library/base/help/chol Xshare/R/library/base/help/chol2inv Xshare/R/library/base/help/class Xshare/R/library/base/help/codes Xshare/R/library/base/help/coefficients Xshare/R/library/base/help/col Xshare/R/library/base/help/colnames Xshare/R/library/base/help/colors Xshare/R/library/base/help/comment Xshare/R/library/base/help/complete.cases Xshare/R/library/base/help/complex Xshare/R/library/base/help/conflicts Xshare/R/library/base/help/consume Xshare/R/library/base/help/contour Xshare/R/library/base/help/contrast Xshare/R/library/base/help/contrasts Xshare/R/library/base/help/contributors Xshare/R/library/base/help/convolve Xshare/R/library/base/help/coplot Xshare/R/library/base/help/cor Xshare/R/library/base/help/count.fields Xshare/R/library/base/help/cov.wt Xshare/R/library/base/help/crimes Xshare/R/library/base/help/crossprod Xshare/R/library/base/help/cumsum Xshare/R/library/base/help/curve Xshare/R/library/base/help/cut Xshare/R/library/base/help/data Xshare/R/library/base/help/data.class Xshare/R/library/base/help/data.frame Xshare/R/library/base/help/data.matrix Xshare/R/library/base/help/dataentry Xshare/R/library/base/help/date Xshare/R/library/base/help/dev Xshare/R/library/base/help/deaths Xshare/R/library/base/help/debug Xshare/R/library/base/help/delay Xshare/R/library/base/help/delete.response Xshare/R/library/base/help/demo Xshare/R/library/base/help/density Xshare/R/library/base/help/deparse Xshare/R/library/base/help/deriv Xshare/R/library/base/help/detach Xshare/R/library/base/help/dev2 Xshare/R/library/base/help/deviance Xshare/R/library/base/help/df.residual Xshare/R/library/base/help/diag Xshare/R/library/base/help/diff Xshare/R/library/base/help/dim Xshare/R/library/base/help/dimnames Xshare/R/library/base/help/discoveries Xshare/R/library/base/help/do.call Xshare/R/library/base/help/dotplot Xshare/R/library/base/help/double Xshare/R/library/base/help/dput Xshare/R/library/base/help/drop Xshare/R/library/base/help/dummy.coef Xshare/R/library/base/help/dump Xshare/R/library/base/help/duplicated Xshare/R/library/base/help/dynload Xshare/R/library/base/help/edit Xshare/R/library/base/help/eff.aovlist Xshare/R/library/base/help/effects Xshare/R/library/base/help/eigen Xshare/R/library/base/help/environment Xshare/R/library/base/help/esoph Xshare/R/library/base/help/euro Xshare/R/library/base/help/eurodist Xshare/R/library/base/help/eval Xshare/R/library/base/help/example Xshare/R/library/base/help/exists Xshare/R/library/base/help/expand.grid Xshare/R/library/base/help/expression Xshare/R/library/base/help/extractAIC Xshare/R/library/base/help/factor Xshare/R/library/base/help/factor.scope Xshare/R/library/base/help/faithful Xshare/R/library/base/help/family Xshare/R/library/base/help/fft Xshare/R/library/base/help/fitted.values Xshare/R/library/base/help/fivenum Xshare/R/library/base/help/fix Xshare/R/library/base/help/formals Xshare/R/library/base/help/format Xshare/R/library/base/help/format.info Xshare/R/library/base/help/formatc Xshare/R/library/base/help/formula Xshare/R/library/base/help/frame Xshare/R/library/base/help/freeny Xshare/R/library/base/help/function Xshare/R/library/base/help/gc Xshare/R/library/base/help/gctorture Xshare/R/library/base/help/get Xshare/R/library/base/help/gl Xshare/R/library/base/help/getenv Xshare/R/library/base/help/glm Xshare/R/library/base/help/glm.summaries Xshare/R/library/base/help/gray Xshare/R/library/base/help/grep Xshare/R/library/base/help/grid Xshare/R/library/base/help/hdf5 Xshare/R/library/base/help/help Xshare/R/library/base/help/help.start Xshare/R/library/base/help/hist Xshare/R/library/base/help/hsv Xshare/R/library/base/help/identify Xshare/R/library/base/help/ifelse Xshare/R/library/base/help/image Xshare/R/library/base/help/infert Xshare/R/library/base/help/influence.measures Xshare/R/library/base/help/insects Xshare/R/library/base/help/integer Xshare/R/library/base/help/interactive Xshare/R/library/base/help/invisible Xshare/R/library/base/help/is.finite Xshare/R/library/base/help/is.function Xshare/R/library/base/help/is.language Xshare/R/library/base/help/is.recursive Xshare/R/library/base/help/is.single Xshare/R/library/base/help/isR Xshare/R/library/base/help/islands Xshare/R/library/base/help/judges Xshare/R/library/base/help/kappa Xshare/R/library/base/help/labels Xshare/R/library/base/help/lapply Xshare/R/library/base/help/layout Xshare/R/library/base/help/legend Xshare/R/library/base/help/length Xshare/R/library/base/help/levels Xshare/R/library/base/help/library Xshare/R/library/base/help/library.dynam Xshare/R/library/base/help/license Xshare/R/library/base/help/lines Xshare/R/library/base/help/list Xshare/R/library/base/help/lm Xshare/R/library/base/help/lm.influence Xshare/R/library/base/help/lm.summaries Xshare/R/library/base/help/load Xshare/R/library/base/help/locator Xshare/R/library/base/help/logical Xshare/R/library/base/help/loglin Xshare/R/library/base/help/longley Xshare/R/library/base/help/lower.tri Xshare/R/library/base/help/lowess Xshare/R/library/base/help/ls Xshare/R/library/base/help/ls.diag Xshare/R/library/base/help/ls.print Xshare/R/library/base/help/lsfit Xshare/R/library/base/help/machine Xshare/R/library/base/help/macintosh Xshare/R/library/base/help/mad Xshare/R/library/base/help/mahalanobis Xshare/R/library/base/help/make.link Xshare/R/library/base/help/make.names Xshare/R/library/base/help/make.tables Xshare/R/library/base/help/mat.or.vec Xshare/R/library/base/help/match Xshare/R/library/base/help/match.arg Xshare/R/library/base/help/match.call Xshare/R/library/base/help/matmult Xshare/R/library/base/help/matplot Xshare/R/library/base/help/matrix Xshare/R/library/base/help/mean Xshare/R/library/base/help/median Xshare/R/library/base/help/menu Xshare/R/library/base/help/methods Xshare/R/library/base/help/missing Xshare/R/library/base/help/mode Xshare/R/library/base/help/model.extract Xshare/R/library/base/help/model.frame Xshare/R/library/base/help/model.matrix Xshare/R/library/base/help/model.tables Xshare/R/library/base/help/mosaicplot Xshare/R/library/base/help/mtext Xshare/R/library/base/help/na.action Xshare/R/library/base/help/na.fail Xshare/R/library/base/help/name Xshare/R/library/base/help/names Xshare/R/library/base/help/nargs Xshare/R/library/base/help/nchar Xshare/R/library/base/help/nextn Xshare/R/library/base/help/nhtemp Xshare/R/library/base/help/nlevels Xshare/R/library/base/help/nlm Xshare/R/library/base/help/noquote Xshare/R/library/base/help/notyet Xshare/R/library/base/help/nrow Xshare/R/library/base/help/numeric Xshare/R/library/base/help/offset Xshare/R/library/base/help/on.exit Xshare/R/library/base/help/optimize Xshare/R/library/base/help/options Xshare/R/library/base/help/order Xshare/R/library/base/help/outer Xshare/R/library/base/help/pairs Xshare/R/library/base/help/palette Xshare/R/library/base/help/palettes Xshare/R/library/base/help/panel.smooth Xshare/R/library/base/help/par Xshare/R/library/base/help/parse Xshare/R/library/base/help/paste Xshare/R/library/base/help/persp Xshare/R/library/base/help/phones Xshare/R/library/base/help/pictex Xshare/R/library/base/help/piechart Xshare/R/library/base/help/pigs Xshare/R/library/base/help/plot Xshare/R/library/base/help/plot.window Xshare/R/library/base/help/plot.xy Xshare/R/library/base/help/plotdefault Xshare/R/library/base/help/plotfactor Xshare/R/library/base/help/plotformula Xshare/R/library/base/help/pmatch Xshare/R/library/base/help/points Xshare/R/library/base/help/poly Xshare/R/library/base/help/polygon Xshare/R/library/base/help/polyroot Xshare/R/library/base/help/postscript Xshare/R/library/base/help/ppoints Xshare/R/library/base/help/precip Xshare/R/library/base/help/predict Xshare/R/library/base/help/predict.glm Xshare/R/library/base/help/predict.lm Xshare/R/library/base/help/presidents Xshare/R/library/base/help/pretty Xshare/R/library/base/help/print Xshare/R/library/base/help/print.coefmat Xshare/R/library/base/help/print.default Xshare/R/library/base/help/print.matrix Xshare/R/library/base/help/proc.time Xshare/R/library/base/help/prod Xshare/R/library/base/help/proj Xshare/R/library/base/help/prompt Xshare/R/library/base/help/prop.test Xshare/R/library/base/help/qqnorm Xshare/R/library/base/help/qr Xshare/R/library/base/help/qraux Xshare/R/library/base/help/quakes Xshare/R/library/base/help/quantile Xshare/R/library/base/help/quit Xshare/R/library/base/help/range Xshare/R/library/base/help/rank Xshare/R/library/base/help/read.fwf Xshare/R/library/base/help/read.table Xshare/R/library/base/help/readline Xshare/R/library/base/help/real Xshare/R/library/base/help/rect Xshare/R/library/base/help/remove Xshare/R/library/base/help/rep Xshare/R/library/base/help/replace Xshare/R/library/base/help/replications Xshare/R/library/base/help/residuals Xshare/R/library/base/help/rev Xshare/R/library/base/help/rgb Xshare/R/library/base/help/rivers Xshare/R/library/base/help/rle Xshare/R/library/base/help/row Xshare/R/library/base/help/rowsum Xshare/R/library/base/help/rug Xshare/R/library/base/help/sample Xshare/R/library/base/help/save Xshare/R/library/base/help/savings Xshare/R/library/base/help/scale Xshare/R/library/base/help/scan Xshare/R/library/base/help/screen Xshare/R/library/base/help/sd Xshare/R/library/base/help/se.contrast Xshare/R/library/base/help/search Xshare/R/library/base/help/seq Xshare/R/library/base/help/sequence Xshare/R/library/base/help/sign Xshare/R/library/base/help/sink Xshare/R/library/base/help/solve Xshare/R/library/base/help/sort Xshare/R/library/base/help/source Xshare/R/library/base/help/splinefun Xshare/R/library/base/help/split Xshare/R/library/base/help/stackloss Xshare/R/library/base/help/stat.anova Xshare/R/library/base/help/state Xshare/R/library/base/help/stem Xshare/R/library/base/help/step Xshare/R/library/base/help/stop Xshare/R/library/base/help/str Xshare/R/library/base/help/stripplot Xshare/R/library/base/help/strsplit Xshare/R/library/base/help/structure Xshare/R/library/base/help/strwidth Xshare/R/library/base/help/subset Xshare/R/library/base/help/substitute Xshare/R/library/base/help/substr Xshare/R/library/base/help/sum Xshare/R/library/base/help/summary Xshare/R/library/base/help/svd Xshare/R/library/base/help/sweep Xshare/R/library/base/help/swiss Xshare/R/library/base/help/switch Xshare/R/library/base/help/symnum Xshare/R/library/base/help/sys.parent Xshare/R/library/base/help/system Xshare/R/library/base/help/system.file Xshare/R/library/base/help/system.time Xshare/R/library/base/help/t Xshare/R/library/base/help/t.test Xshare/R/library/base/help/table Xshare/R/library/base/help/tabulate Xshare/R/library/base/help/tapply Xshare/R/library/base/help/tempfile Xshare/R/library/base/help/terms Xshare/R/library/base/help/text Xshare/R/library/base/help/time Xshare/R/library/base/help/title Xshare/R/library/base/help/trace Xshare/R/library/base/help/traceback Xshare/R/library/base/help/transform Xshare/R/library/base/help/trees Xshare/R/library/base/help/ts Xshare/R/library/base/help/typeof Xshare/R/library/base/help/unique Xshare/R/library/base/help/uniroot Xshare/R/library/base/help/units Xshare/R/library/base/help/unlink Xshare/R/library/base/help/unlist Xshare/R/library/base/help/update Xshare/R/library/base/help/update.formula Xshare/R/library/base/help/update.lm Xshare/R/library/base/help/uspop Xshare/R/library/base/help/var Xshare/R/library/base/help/vector Xshare/R/library/base/help/volcano Xshare/R/library/base/help/warning Xshare/R/library/base/help/x11 Xshare/R/library/base/help/warpbreaks Xshare/R/library/base/help/weighted.mean Xshare/R/library/base/help/which Xshare/R/library/base/help/window Xshare/R/library/base/help/women Xshare/R/library/base/help/write Xshare/R/library/base/help/write.table Xshare/R/library/base/help/xy.coords Xshare/R/library/base/html/00Index.html Xshare/R/library/base/html/Alias.html Xshare/R/library/base/html/Arithmetic.html Xshare/R/library/base/html/BATCH.html Xshare/R/library/base/html/Bessel.html Xshare/R/library/base/html/Beta.html Xshare/R/library/base/html/Binomial.html Xshare/R/library/base/html/C.html Xshare/R/library/base/html/COMPILE.html Xshare/R/library/base/html/Cauchy.html Xshare/R/library/base/html/Chisquare.html Xshare/R/library/base/html/Comparison.html Xshare/R/library/base/html/Constants.html Xshare/R/library/base/html/Control.html Xshare/R/library/base/html/Defunct.html Xshare/R/library/base/html/Deprecated.html Xshare/R/library/base/html/Devices.html Xshare/R/library/base/html/Exponential.html Xshare/R/library/base/html/Extract.html Xshare/R/library/base/html/Extremes.html Xshare/R/library/base/html/FDist.html Xshare/R/library/base/html/Foreign.html Xshare/R/library/base/html/GammaDist.html Xshare/R/library/base/html/Geometric.html Xshare/R/library/base/html/Hyperbolic.html Xshare/R/library/base/html/Hypergeometric.html Xshare/R/library/base/html/INSTALL.html Xshare/R/library/base/html/IQR.html Xshare/R/library/base/html/Internal.html Xshare/R/library/base/html/Log.html Xshare/R/library/base/html/Logic.html Xshare/R/library/base/html/Logistic.html Xshare/R/library/base/html/Lognormal.html Xshare/R/library/base/html/Machine.html Xshare/R/library/base/html/Math.html Xshare/R/library/base/html/Memory.html Xshare/R/library/base/html/Methods.html Xshare/R/library/base/html/NA.html Xshare/R/library/base/html/NChisquare.html Xshare/R/library/base/html/NULL.html Xshare/R/library/base/html/NegBinomial.html Xshare/R/library/base/html/Normal.html Xshare/R/library/base/html/Poisson.html Xshare/R/library/base/html/Primitive.html Xshare/R/library/base/html/REMOVE.html Xshare/R/library/base/html/RHOME.html Xshare/R/library/base/html/Random.html Xshare/R/library/base/html/Recall.html Xshare/R/library/base/html/Round.html Xshare/R/library/base/html/SHLIB.html Xshare/R/library/base/html/SignRank.html Xshare/R/library/base/html/Special.html Xshare/R/library/base/html/Startup.html Xshare/R/library/base/html/TDist.html Xshare/R/library/base/html/Trig.html Xshare/R/library/base/html/Tukey.html Xshare/R/library/base/html/Uniform.html Xshare/R/library/base/html/Version.html Xshare/R/library/base/html/Weibull.html Xshare/R/library/base/html/Wilcoxon.html Xshare/R/library/base/html/abbreviate.html Xshare/R/library/base/html/abline.html Xshare/R/library/base/html/acid.html Xshare/R/library/base/html/add1.html Xshare/R/library/base/html/aggregate.html Xshare/R/library/base/html/airmiles.html Xshare/R/library/base/html/airquality.html Xshare/R/library/base/html/alias.html Xshare/R/library/base/html/all.html Xshare/R/library/base/html/allnames.html Xshare/R/library/base/html/anova.html Xshare/R/library/base/html/anscombe.html Xshare/R/library/base/html/aov.html Xshare/R/library/base/html/aperm.html Xshare/R/library/base/html/append.html Xshare/R/library/base/html/apply.html Xshare/R/library/base/html/approxfun.html Xshare/R/library/base/html/apropos.html Xshare/R/library/base/html/args.html Xshare/R/library/base/html/array.html Xshare/R/library/base/html/arrows.html Xshare/R/library/base/html/as.function.html Xshare/R/library/base/html/assign.html Xshare/R/library/base/html/attach.html Xshare/R/library/base/html/attenu.html Xshare/R/library/base/html/attr.html Xshare/R/library/base/html/attributes.html Xshare/R/library/base/html/autoload.html Xshare/R/library/base/html/ave.html Xshare/R/library/base/html/c.html Xshare/R/library/base/html/axis.html Xshare/R/library/base/html/backsolve.html Xshare/R/library/base/html/barplot.html Xshare/R/library/base/html/bees.html Xshare/R/library/base/html/body.html Xshare/R/library/base/html/box.html Xshare/R/library/base/html/boxplot.html Xshare/R/library/base/html/boxplot.stats.html Xshare/R/library/base/html/browser.html Xshare/R/library/base/html/bug.report.html Xshare/R/library/base/html/bxp.html Xshare/R/library/base/html/call.html Xshare/R/library/base/html/cars.html Xshare/R/library/base/html/case.names.html Xshare/R/library/base/html/cat.html Xshare/R/library/base/html/cbind.html Xshare/R/library/base/html/character.html Xshare/R/library/base/html/charmatch.html Xshare/R/library/base/html/check.options.html Xshare/R/library/base/html/chickwts.html Xshare/R/library/base/html/chisq.test.html Xshare/R/library/base/html/chol.html Xshare/R/library/base/html/gc.html Xshare/R/library/base/html/chol2inv.html Xshare/R/library/base/html/class.html Xshare/R/library/base/html/codes.html Xshare/R/library/base/html/coefficients.html Xshare/R/library/base/html/col.html Xshare/R/library/base/html/colnames.html Xshare/R/library/base/html/colors.html Xshare/R/library/base/html/comment.html Xshare/R/library/base/html/complete.cases.html Xshare/R/library/base/html/complex.html Xshare/R/library/base/html/conflicts.html Xshare/R/library/base/html/consume.html Xshare/R/library/base/html/contour.html Xshare/R/library/base/html/contrast.html Xshare/R/library/base/html/contrasts.html Xshare/R/library/base/html/contributors.html Xshare/R/library/base/html/convolve.html Xshare/R/library/base/html/coplot.html Xshare/R/library/base/html/cor.html Xshare/R/library/base/html/count.fields.html Xshare/R/library/base/html/cov.wt.html Xshare/R/library/base/html/crimes.html Xshare/R/library/base/html/crossprod.html Xshare/R/library/base/html/cumsum.html Xshare/R/library/base/html/curve.html Xshare/R/library/base/html/cut.html Xshare/R/library/base/html/data.html Xshare/R/library/base/html/data.class.html Xshare/R/library/base/html/data.frame.html Xshare/R/library/base/html/data.matrix.html Xshare/R/library/base/html/dataentry.html Xshare/R/library/base/html/date.html Xshare/R/library/base/html/deaths.html Xshare/R/library/base/html/debug.html Xshare/R/library/base/html/delay.html Xshare/R/library/base/html/delete.response.html Xshare/R/library/base/html/demo.html Xshare/R/library/base/html/density.html Xshare/R/library/base/html/deparse.html Xshare/R/library/base/html/deriv.html Xshare/R/library/base/html/detach.html Xshare/R/library/base/html/dev.html Xshare/R/library/base/html/dev2.html Xshare/R/library/base/html/deviance.html Xshare/R/library/base/html/diag.html Xshare/R/library/base/html/df.residual.html Xshare/R/library/base/html/diff.html Xshare/R/library/base/html/dim.html Xshare/R/library/base/html/dimnames.html Xshare/R/library/base/html/discoveries.html Xshare/R/library/base/html/do.call.html Xshare/R/library/base/html/dotplot.html Xshare/R/library/base/html/double.html Xshare/R/library/base/html/dput.html Xshare/R/library/base/html/drop.html Xshare/R/library/base/html/dummy.coef.html Xshare/R/library/base/html/dump.html Xshare/R/library/base/html/duplicated.html Xshare/R/library/base/html/dynload.html Xshare/R/library/base/html/edit.html Xshare/R/library/base/html/eff.aovlist.html Xshare/R/library/base/html/effects.html Xshare/R/library/base/html/eigen.html Xshare/R/library/base/html/environment.html Xshare/R/library/base/html/esoph.html Xshare/R/library/base/html/euro.html Xshare/R/library/base/html/eurodist.html Xshare/R/library/base/html/eval.html Xshare/R/library/base/html/example.html Xshare/R/library/base/html/exists.html Xshare/R/library/base/html/expand.grid.html Xshare/R/library/base/html/expression.html Xshare/R/library/base/html/extractAIC.html Xshare/R/library/base/html/factor.html Xshare/R/library/base/html/factor.scope.html Xshare/R/library/base/html/faithful.html Xshare/R/library/base/html/family.html Xshare/R/library/base/html/fft.html Xshare/R/library/base/html/fitted.values.html Xshare/R/library/base/html/fivenum.html Xshare/R/library/base/html/fix.html Xshare/R/library/base/html/formals.html Xshare/R/library/base/html/format.html Xshare/R/library/base/html/format.info.html Xshare/R/library/base/html/formatc.html Xshare/R/library/base/html/formula.html Xshare/R/library/base/html/frame.html Xshare/R/library/base/html/freeny.html Xshare/R/library/base/html/function.html Xshare/R/library/base/html/gctorture.html Xshare/R/library/base/html/get.html Xshare/R/library/base/html/getenv.html Xshare/R/library/base/html/gl.html Xshare/R/library/base/html/glm.html Xshare/R/library/base/html/glm.summaries.html Xshare/R/library/base/html/gray.html Xshare/R/library/base/html/grep.html Xshare/R/library/base/html/grid.html Xshare/R/library/base/html/hdf5.html Xshare/R/library/base/html/help.html Xshare/R/library/base/html/help.start.html Xshare/R/library/base/html/hist.html Xshare/R/library/base/html/hsv.html Xshare/R/library/base/html/identify.html Xshare/R/library/base/html/ifelse.html Xshare/R/library/base/html/image.html Xshare/R/library/base/html/infert.html Xshare/R/library/base/html/influence.measures.html Xshare/R/library/base/html/insects.html Xshare/R/library/base/html/integer.html Xshare/R/library/base/html/interactive.html Xshare/R/library/base/html/invisible.html Xshare/R/library/base/html/is.finite.html Xshare/R/library/base/html/is.function.html Xshare/R/library/base/html/is.language.html Xshare/R/library/base/html/is.recursive.html Xshare/R/library/base/html/is.single.html Xshare/R/library/base/html/isR.html Xshare/R/library/base/html/islands.html Xshare/R/library/base/html/judges.html Xshare/R/library/base/html/kappa.html Xshare/R/library/base/html/labels.html Xshare/R/library/base/html/lapply.html Xshare/R/library/base/html/layout.html Xshare/R/library/base/html/legend.html Xshare/R/library/base/html/length.html Xshare/R/library/base/html/levels.html Xshare/R/library/base/html/library.html Xshare/R/library/base/html/library.dynam.html Xshare/R/library/base/html/license.html Xshare/R/library/base/html/lines.html Xshare/R/library/base/html/list.html Xshare/R/library/base/html/lm.html Xshare/R/library/base/html/lm.influence.html Xshare/R/library/base/html/ls.html Xshare/R/library/base/html/lm.summaries.html Xshare/R/library/base/html/load.html Xshare/R/library/base/html/locator.html Xshare/R/library/base/html/logical.html Xshare/R/library/base/html/loglin.html Xshare/R/library/base/html/longley.html Xshare/R/library/base/html/lower.tri.html Xshare/R/library/base/html/lowess.html Xshare/R/library/base/html/ls.diag.html Xshare/R/library/base/html/ls.print.html Xshare/R/library/base/html/lsfit.html Xshare/R/library/base/html/machine.html Xshare/R/library/base/html/macintosh.html Xshare/R/library/base/html/mad.html Xshare/R/library/base/html/mahalanobis.html Xshare/R/library/base/html/make.link.html Xshare/R/library/base/html/make.names.html Xshare/R/library/base/html/make.tables.html Xshare/R/library/base/html/mat.or.vec.html Xshare/R/library/base/html/match.html Xshare/R/library/base/html/match.arg.html Xshare/R/library/base/html/matrix.html Xshare/R/library/base/html/match.call.html Xshare/R/library/base/html/matmult.html Xshare/R/library/base/html/matplot.html Xshare/R/library/base/html/mean.html Xshare/R/library/base/html/median.html Xshare/R/library/base/html/menu.html Xshare/R/library/base/html/methods.html Xshare/R/library/base/html/missing.html Xshare/R/library/base/html/mode.html Xshare/R/library/base/html/model.extract.html Xshare/R/library/base/html/model.frame.html Xshare/R/library/base/html/model.matrix.html Xshare/R/library/base/html/model.tables.html Xshare/R/library/base/html/mosaicplot.html Xshare/R/library/base/html/mtext.html Xshare/R/library/base/html/na.action.html Xshare/R/library/base/html/na.fail.html Xshare/R/library/base/html/name.html Xshare/R/library/base/html/names.html Xshare/R/library/base/html/nargs.html Xshare/R/library/base/html/nchar.html Xshare/R/library/base/html/nextn.html Xshare/R/library/base/html/nhtemp.html Xshare/R/library/base/html/nlevels.html Xshare/R/library/base/html/nlm.html Xshare/R/library/base/html/noquote.html Xshare/R/library/base/html/notyet.html Xshare/R/library/base/html/nrow.html Xshare/R/library/base/html/numeric.html Xshare/R/library/base/html/offset.html Xshare/R/library/base/html/on.exit.html Xshare/R/library/base/html/optimize.html Xshare/R/library/base/html/options.html Xshare/R/library/base/html/order.html Xshare/R/library/base/html/outer.html Xshare/R/library/base/html/pairs.html Xshare/R/library/base/html/palette.html Xshare/R/library/base/html/palettes.html Xshare/R/library/base/html/panel.smooth.html Xshare/R/library/base/html/par.html Xshare/R/library/base/html/parse.html Xshare/R/library/base/html/paste.html Xshare/R/library/base/html/persp.html Xshare/R/library/base/html/phones.html Xshare/R/library/base/html/pictex.html Xshare/R/library/base/html/piechart.html Xshare/R/library/base/html/pigs.html Xshare/R/library/base/html/plot.html Xshare/R/library/base/html/plot.window.html Xshare/R/library/base/html/plot.xy.html Xshare/R/library/base/html/plotdefault.html Xshare/R/library/base/html/plotfactor.html Xshare/R/library/base/html/plotformula.html Xshare/R/library/base/html/pmatch.html Xshare/R/library/base/html/points.html Xshare/R/library/base/html/poly.html Xshare/R/library/base/html/polygon.html Xshare/R/library/base/html/polyroot.html Xshare/R/library/base/html/postscript.html Xshare/R/library/base/html/ppoints.html Xshare/R/library/base/html/precip.html Xshare/R/library/base/html/predict.html Xshare/R/library/base/html/predict.glm.html Xshare/R/library/base/html/predict.lm.html Xshare/R/library/base/html/presidents.html Xshare/R/library/base/html/pretty.html Xshare/R/library/base/html/print.html Xshare/R/library/base/html/print.coefmat.html Xshare/R/library/base/html/print.default.html Xshare/R/library/base/html/print.matrix.html Xshare/R/library/base/html/proc.time.html Xshare/R/library/base/html/prod.html Xshare/R/library/base/html/proj.html Xshare/R/library/base/html/prompt.html Xshare/R/library/base/html/prop.test.html Xshare/R/library/base/html/qqnorm.html Xshare/R/library/base/html/qr.html Xshare/R/library/base/html/qraux.html Xshare/R/library/base/html/quakes.html Xshare/R/library/base/html/quantile.html Xshare/R/library/base/html/quit.html Xshare/R/library/base/html/range.html Xshare/R/library/base/html/rank.html Xshare/R/library/base/html/read.fwf.html Xshare/R/library/base/html/read.table.html Xshare/R/library/base/html/readline.html Xshare/R/library/base/html/real.html Xshare/R/library/base/html/rect.html Xshare/R/library/base/html/remove.html Xshare/R/library/base/html/rep.html Xshare/R/library/base/html/replace.html Xshare/R/library/base/html/replications.html Xshare/R/library/base/html/residuals.html Xshare/R/library/base/html/rev.html Xshare/R/library/base/html/rgb.html Xshare/R/library/base/html/rivers.html Xshare/R/library/base/html/rle.html Xshare/R/library/base/html/row.html Xshare/R/library/base/html/rowsum.html Xshare/R/library/base/html/rug.html Xshare/R/library/base/html/sample.html Xshare/R/library/base/html/save.html Xshare/R/library/base/html/savings.html Xshare/R/library/base/html/scale.html Xshare/R/library/base/html/scan.html Xshare/R/library/base/html/screen.html Xshare/R/library/base/html/sd.html Xshare/R/library/base/html/se.contrast.html Xshare/R/library/base/html/search.html Xshare/R/library/base/html/seq.html Xshare/R/library/base/html/sequence.html Xshare/R/library/base/html/sign.html Xshare/R/library/base/html/sink.html Xshare/R/library/base/html/solve.html Xshare/R/library/base/html/sort.html Xshare/R/library/base/html/source.html Xshare/R/library/base/html/splinefun.html Xshare/R/library/base/html/split.html Xshare/R/library/base/html/stackloss.html Xshare/R/library/base/html/stat.anova.html Xshare/R/library/base/html/state.html Xshare/R/library/base/html/stem.html Xshare/R/library/base/html/step.html Xshare/R/library/base/html/stop.html Xshare/R/library/base/html/str.html Xshare/R/library/base/html/stripplot.html Xshare/R/library/base/html/strsplit.html Xshare/R/library/base/html/structure.html Xshare/R/library/base/html/strwidth.html Xshare/R/library/base/html/subset.html Xshare/R/library/base/html/substitute.html Xshare/R/library/base/html/substr.html Xshare/R/library/base/html/sum.html Xshare/R/library/base/html/summary.html Xshare/R/library/base/html/svd.html Xshare/R/library/base/html/sweep.html Xshare/R/library/base/html/swiss.html Xshare/R/library/base/html/t.html Xshare/R/library/base/html/switch.html Xshare/R/library/base/html/symnum.html Xshare/R/library/base/html/sys.parent.html Xshare/R/library/base/html/system.html Xshare/R/library/base/html/system.file.html Xshare/R/library/base/html/system.time.html Xshare/R/library/base/html/t.test.html Xshare/R/library/base/html/table.html Xshare/R/library/base/html/tabulate.html Xshare/R/library/base/html/tapply.html Xshare/R/library/base/html/tempfile.html Xshare/R/library/base/html/terms.html Xshare/R/library/base/html/text.html Xshare/R/library/base/html/time.html Xshare/R/library/base/html/title.html Xshare/R/library/base/html/trace.html Xshare/R/library/base/html/traceback.html Xshare/R/library/base/html/transform.html Xshare/R/library/base/html/trees.html Xshare/R/library/base/html/ts.html Xshare/R/library/base/html/typeof.html Xshare/R/library/base/html/unique.html Xshare/R/library/base/html/uniroot.html Xshare/R/library/base/html/units.html Xshare/R/library/base/html/unlink.html Xshare/R/library/base/html/unlist.html Xshare/R/library/base/html/update.html Xshare/R/library/base/html/update.formula.html Xshare/R/library/base/html/update.lm.html Xshare/R/library/base/html/uspop.html Xshare/R/library/base/html/var.html Xshare/R/library/base/html/vector.html Xshare/R/library/base/html/volcano.html Xshare/R/library/base/html/warning.html Xshare/R/library/base/html/warpbreaks.html Xshare/R/library/base/html/weighted.mean.html Xshare/R/library/base/html/which.html Xshare/R/library/base/html/window.html Xshare/R/library/base/html/women.html Xshare/R/library/base/html/write.html Xshare/R/library/base/html/write.table.html Xshare/R/library/base/html/x11.html Xshare/R/library/base/html/xy.coords.html Xshare/R/library/base/latex/Alias.tex Xshare/R/library/base/latex/Arithmetic.tex Xshare/R/library/base/latex/BATCH.tex Xshare/R/library/base/latex/Bessel.tex Xshare/R/library/base/latex/Beta.tex Xshare/R/library/base/latex/Binomial.tex Xshare/R/library/base/latex/C.tex Xshare/R/library/base/latex/COMPILE.tex Xshare/R/library/base/latex/Cauchy.tex Xshare/R/library/base/latex/Chisquare.tex Xshare/R/library/base/latex/Comparison.tex Xshare/R/library/base/latex/Constants.tex Xshare/R/library/base/latex/Control.tex Xshare/R/library/base/latex/Defunct.tex Xshare/R/library/base/latex/Deprecated.tex Xshare/R/library/base/latex/Devices.tex Xshare/R/library/base/latex/Exponential.tex Xshare/R/library/base/latex/Extract.tex Xshare/R/library/base/latex/Extremes.tex Xshare/R/library/base/latex/FDist.tex Xshare/R/library/base/latex/Foreign.tex Xshare/R/library/base/latex/GammaDist.tex Xshare/R/library/base/latex/IQR.tex Xshare/R/library/base/latex/Geometric.tex Xshare/R/library/base/latex/Hyperbolic.tex Xshare/R/library/base/latex/Hypergeometric.tex Xshare/R/library/base/latex/INSTALL.tex Xshare/R/library/base/latex/Internal.tex Xshare/R/library/base/latex/Log.tex Xshare/R/library/base/latex/Logic.tex Xshare/R/library/base/latex/Logistic.tex Xshare/R/library/base/latex/Lognormal.tex Xshare/R/library/base/latex/Machine.tex Xshare/R/library/base/latex/Math.tex Xshare/R/library/base/latex/Memory.tex Xshare/R/library/base/latex/Methods.tex Xshare/R/library/base/latex/NA.tex Xshare/R/library/base/latex/NChisquare.tex Xshare/R/library/base/latex/NULL.tex Xshare/R/library/base/latex/NegBinomial.tex Xshare/R/library/base/latex/Normal.tex Xshare/R/library/base/latex/Poisson.tex Xshare/R/library/base/latex/Primitive.tex Xshare/R/library/base/latex/REMOVE.tex Xshare/R/library/base/latex/RHOME.tex Xshare/R/library/base/latex/Random.tex Xshare/R/library/base/latex/Recall.tex Xshare/R/library/base/latex/Round.tex Xshare/R/library/base/latex/SHLIB.tex Xshare/R/library/base/latex/SignRank.tex Xshare/R/library/base/latex/Special.tex Xshare/R/library/base/latex/Startup.tex Xshare/R/library/base/latex/TDist.tex Xshare/R/library/base/latex/Trig.tex Xshare/R/library/base/latex/Tukey.tex Xshare/R/library/base/latex/Uniform.tex Xshare/R/library/base/latex/Version.tex Xshare/R/library/base/latex/Weibull.tex Xshare/R/library/base/latex/Wilcoxon.tex Xshare/R/library/base/latex/abbreviate.tex Xshare/R/library/base/latex/abline.tex Xshare/R/library/base/latex/acid.tex Xshare/R/library/base/latex/add1.tex Xshare/R/library/base/latex/aggregate.tex Xshare/R/library/base/latex/airmiles.tex Xshare/R/library/base/latex/airquality.tex Xshare/R/library/base/latex/alias.tex Xshare/R/library/base/latex/all.tex Xshare/R/library/base/latex/allnames.tex Xshare/R/library/base/latex/anova.tex Xshare/R/library/base/latex/anscombe.tex Xshare/R/library/base/latex/aov.tex Xshare/R/library/base/latex/aperm.tex Xshare/R/library/base/latex/append.tex Xshare/R/library/base/latex/apply.tex Xshare/R/library/base/latex/approxfun.tex Xshare/R/library/base/latex/apropos.tex Xshare/R/library/base/latex/args.tex Xshare/R/library/base/latex/array.tex Xshare/R/library/base/latex/arrows.tex Xshare/R/library/base/latex/as.function.tex Xshare/R/library/base/latex/assign.tex Xshare/R/library/base/latex/attach.tex Xshare/R/library/base/latex/attenu.tex Xshare/R/library/base/latex/attr.tex Xshare/R/library/base/latex/attributes.tex Xshare/R/library/base/latex/autoload.tex Xshare/R/library/base/latex/ave.tex Xshare/R/library/base/latex/axis.tex Xshare/R/library/base/latex/backsolve.tex Xshare/R/library/base/latex/barplot.tex Xshare/R/library/base/latex/bees.tex Xshare/R/library/base/latex/body.tex Xshare/R/library/base/latex/box.tex Xshare/R/library/base/latex/boxplot.tex Xshare/R/library/base/latex/browser.tex Xshare/R/library/base/latex/boxplot.stats.tex Xshare/R/library/base/latex/bug.report.tex Xshare/R/library/base/latex/bxp.tex Xshare/R/library/base/latex/c.tex Xshare/R/library/base/latex/call.tex Xshare/R/library/base/latex/cars.tex Xshare/R/library/base/latex/case.names.tex Xshare/R/library/base/latex/cat.tex Xshare/R/library/base/latex/cbind.tex Xshare/R/library/base/latex/character.tex Xshare/R/library/base/latex/charmatch.tex Xshare/R/library/base/latex/check.options.tex Xshare/R/library/base/latex/chickwts.tex Xshare/R/library/base/latex/chisq.test.tex Xshare/R/library/base/latex/chol.tex Xshare/R/library/base/latex/chol2inv.tex Xshare/R/library/base/latex/class.tex Xshare/R/library/base/latex/codes.tex Xshare/R/library/base/latex/coefficients.tex Xshare/R/library/base/latex/col.tex Xshare/R/library/base/latex/colnames.tex Xshare/R/library/base/latex/colors.tex Xshare/R/library/base/latex/comment.tex Xshare/R/library/base/latex/complete.cases.tex Xshare/R/library/base/latex/complex.tex Xshare/R/library/base/latex/conflicts.tex Xshare/R/library/base/latex/consume.tex Xshare/R/library/base/latex/contour.tex Xshare/R/library/base/latex/contrast.tex Xshare/R/library/base/latex/contrasts.tex Xshare/R/library/base/latex/contributors.tex Xshare/R/library/base/latex/convolve.tex Xshare/R/library/base/latex/coplot.tex Xshare/R/library/base/latex/cor.tex Xshare/R/library/base/latex/count.fields.tex Xshare/R/library/base/latex/cov.wt.tex Xshare/R/library/base/latex/crimes.tex Xshare/R/library/base/latex/crossprod.tex Xshare/R/library/base/latex/cumsum.tex Xshare/R/library/base/latex/curve.tex Xshare/R/library/base/latex/cut.tex Xshare/R/library/base/latex/data.tex Xshare/R/library/base/latex/data.class.tex Xshare/R/library/base/latex/data.frame.tex Xshare/R/library/base/latex/data.matrix.tex Xshare/R/library/base/latex/dataentry.tex Xshare/R/library/base/latex/date.tex Xshare/R/library/base/latex/deaths.tex Xshare/R/library/base/latex/debug.tex Xshare/R/library/base/latex/delay.tex Xshare/R/library/base/latex/delete.response.tex Xshare/R/library/base/latex/demo.tex Xshare/R/library/base/latex/density.tex Xshare/R/library/base/latex/deparse.tex Xshare/R/library/base/latex/deriv.tex Xshare/R/library/base/latex/detach.tex Xshare/R/library/base/latex/dev.tex Xshare/R/library/base/latex/dev2.tex Xshare/R/library/base/latex/deviance.tex Xshare/R/library/base/latex/df.residual.tex Xshare/R/library/base/latex/diag.tex Xshare/R/library/base/latex/diff.tex Xshare/R/library/base/latex/dim.tex Xshare/R/library/base/latex/dimnames.tex Xshare/R/library/base/latex/discoveries.tex Xshare/R/library/base/latex/do.call.tex Xshare/R/library/base/latex/dotplot.tex Xshare/R/library/base/latex/double.tex Xshare/R/library/base/latex/dput.tex Xshare/R/library/base/latex/drop.tex Xshare/R/library/base/latex/fft.tex Xshare/R/library/base/latex/dummy.coef.tex Xshare/R/library/base/latex/dump.tex Xshare/R/library/base/latex/duplicated.tex Xshare/R/library/base/latex/dynload.tex Xshare/R/library/base/latex/edit.tex Xshare/R/library/base/latex/eff.aovlist.tex Xshare/R/library/base/latex/effects.tex Xshare/R/library/base/latex/eigen.tex Xshare/R/library/base/latex/environment.tex Xshare/R/library/base/latex/esoph.tex Xshare/R/library/base/latex/euro.tex Xshare/R/library/base/latex/eurodist.tex Xshare/R/library/base/latex/eval.tex Xshare/R/library/base/latex/example.tex Xshare/R/library/base/latex/exists.tex Xshare/R/library/base/latex/expand.grid.tex Xshare/R/library/base/latex/expression.tex Xshare/R/library/base/latex/extractAIC.tex Xshare/R/library/base/latex/factor.tex Xshare/R/library/base/latex/factor.scope.tex Xshare/R/library/base/latex/faithful.tex Xshare/R/library/base/latex/family.tex Xshare/R/library/base/latex/fitted.values.tex Xshare/R/library/base/latex/fivenum.tex Xshare/R/library/base/latex/fix.tex Xshare/R/library/base/latex/formals.tex Xshare/R/library/base/latex/format.tex Xshare/R/library/base/latex/format.info.tex Xshare/R/library/base/latex/formatc.tex Xshare/R/library/base/latex/formula.tex Xshare/R/library/base/latex/frame.tex Xshare/R/library/base/latex/freeny.tex Xshare/R/library/base/latex/function.tex Xshare/R/library/base/latex/gc.tex Xshare/R/library/base/latex/gctorture.tex Xshare/R/library/base/latex/get.tex Xshare/R/library/base/latex/getenv.tex Xshare/R/library/base/latex/gl.tex Xshare/R/library/base/latex/glm.tex Xshare/R/library/base/latex/glm.summaries.tex Xshare/R/library/base/latex/gray.tex Xshare/R/library/base/latex/grep.tex Xshare/R/library/base/latex/grid.tex Xshare/R/library/base/latex/hdf5.tex Xshare/R/library/base/latex/help.tex Xshare/R/library/base/latex/help.start.tex Xshare/R/library/base/latex/hist.tex Xshare/R/library/base/latex/hsv.tex Xshare/R/library/base/latex/identify.tex Xshare/R/library/base/latex/ifelse.tex Xshare/R/library/base/latex/image.tex Xshare/R/library/base/latex/infert.tex Xshare/R/library/base/latex/influence.measures.tex Xshare/R/library/base/latex/insects.tex Xshare/R/library/base/latex/integer.tex Xshare/R/library/base/latex/interactive.tex Xshare/R/library/base/latex/invisible.tex Xshare/R/library/base/latex/is.finite.tex Xshare/R/library/base/latex/is.function.tex Xshare/R/library/base/latex/is.language.tex Xshare/R/library/base/latex/is.recursive.tex Xshare/R/library/base/latex/is.single.tex Xshare/R/library/base/latex/isR.tex Xshare/R/library/base/latex/islands.tex Xshare/R/library/base/latex/judges.tex Xshare/R/library/base/latex/kappa.tex Xshare/R/library/base/latex/labels.tex Xshare/R/library/base/latex/lapply.tex Xshare/R/library/base/latex/layout.tex Xshare/R/library/base/latex/legend.tex Xshare/R/library/base/latex/length.tex Xshare/R/library/base/latex/levels.tex Xshare/R/library/base/latex/library.tex Xshare/R/library/base/latex/library.dynam.tex Xshare/R/library/base/latex/license.tex Xshare/R/library/base/latex/lines.tex Xshare/R/library/base/latex/list.tex Xshare/R/library/base/latex/lm.tex Xshare/R/library/base/latex/lm.influence.tex Xshare/R/library/base/latex/lm.summaries.tex Xshare/R/library/base/latex/load.tex Xshare/R/library/base/latex/locator.tex Xshare/R/library/base/latex/logical.tex Xshare/R/library/base/latex/loglin.tex Xshare/R/library/base/latex/longley.tex Xshare/R/library/base/latex/lower.tri.tex Xshare/R/library/base/latex/lowess.tex Xshare/R/library/base/latex/ls.tex Xshare/R/library/base/latex/ls.diag.tex Xshare/R/library/base/latex/ls.print.tex Xshare/R/library/base/latex/lsfit.tex Xshare/R/library/base/latex/machine.tex Xshare/R/library/base/latex/macintosh.tex Xshare/R/library/base/latex/mad.tex Xshare/R/library/base/latex/mahalanobis.tex Xshare/R/library/base/latex/make.link.tex Xshare/R/library/base/latex/make.names.tex Xshare/R/library/base/latex/make.tables.tex Xshare/R/library/base/latex/mat.or.vec.tex Xshare/R/library/base/latex/match.tex Xshare/R/library/base/latex/match.arg.tex Xshare/R/library/base/latex/match.call.tex Xshare/R/library/base/latex/matmult.tex Xshare/R/library/base/latex/matplot.tex Xshare/R/library/base/latex/matrix.tex Xshare/R/library/base/latex/mean.tex Xshare/R/library/base/latex/median.tex Xshare/R/library/base/latex/menu.tex Xshare/R/library/base/latex/methods.tex Xshare/R/library/base/latex/missing.tex Xshare/R/library/base/latex/mode.tex Xshare/R/library/base/latex/model.extract.tex Xshare/R/library/base/latex/model.frame.tex Xshare/R/library/base/latex/model.matrix.tex Xshare/R/library/base/latex/model.tables.tex Xshare/R/library/base/latex/mosaicplot.tex Xshare/R/library/base/latex/mtext.tex Xshare/R/library/base/latex/nlm.tex Xshare/R/library/base/latex/na.action.tex Xshare/R/library/base/latex/na.fail.tex Xshare/R/library/base/latex/name.tex Xshare/R/library/base/latex/names.tex Xshare/R/library/base/latex/nargs.tex Xshare/R/library/base/latex/nchar.tex Xshare/R/library/base/latex/nextn.tex Xshare/R/library/base/latex/nhtemp.tex Xshare/R/library/base/latex/nlevels.tex Xshare/R/library/base/latex/noquote.tex Xshare/R/library/base/latex/notyet.tex Xshare/R/library/base/latex/nrow.tex Xshare/R/library/base/latex/numeric.tex Xshare/R/library/base/latex/offset.tex Xshare/R/library/base/latex/on.exit.tex Xshare/R/library/base/latex/optimize.tex Xshare/R/library/base/latex/options.tex Xshare/R/library/base/latex/order.tex Xshare/R/library/base/latex/outer.tex Xshare/R/library/base/latex/pairs.tex Xshare/R/library/base/latex/palette.tex Xshare/R/library/base/latex/palettes.tex Xshare/R/library/base/latex/panel.smooth.tex Xshare/R/library/base/latex/par.tex Xshare/R/library/base/latex/qr.tex Xshare/R/library/base/latex/parse.tex Xshare/R/library/base/latex/paste.tex Xshare/R/library/base/latex/persp.tex Xshare/R/library/base/latex/phones.tex Xshare/R/library/base/latex/pictex.tex Xshare/R/library/base/latex/piechart.tex Xshare/R/library/base/latex/pigs.tex Xshare/R/library/base/latex/plot.tex Xshare/R/library/base/latex/plot.window.tex Xshare/R/library/base/latex/plot.xy.tex Xshare/R/library/base/latex/plotdefault.tex Xshare/R/library/base/latex/plotfactor.tex Xshare/R/library/base/latex/plotformula.tex Xshare/R/library/base/latex/pmatch.tex Xshare/R/library/base/latex/points.tex Xshare/R/library/base/latex/poly.tex Xshare/R/library/base/latex/polygon.tex Xshare/R/library/base/latex/polyroot.tex Xshare/R/library/base/latex/postscript.tex Xshare/R/library/base/latex/ppoints.tex Xshare/R/library/base/latex/precip.tex Xshare/R/library/base/latex/predict.tex Xshare/R/library/base/latex/predict.glm.tex Xshare/R/library/base/latex/pretty.tex Xshare/R/library/base/latex/predict.lm.tex Xshare/R/library/base/latex/presidents.tex Xshare/R/library/base/latex/print.tex Xshare/R/library/base/latex/print.coefmat.tex Xshare/R/library/base/latex/print.default.tex Xshare/R/library/base/latex/print.matrix.tex Xshare/R/library/base/latex/proc.time.tex Xshare/R/library/base/latex/prod.tex Xshare/R/library/base/latex/proj.tex Xshare/R/library/base/latex/prompt.tex Xshare/R/library/base/latex/prop.test.tex Xshare/R/library/base/latex/qqnorm.tex Xshare/R/library/base/latex/qraux.tex Xshare/R/library/base/latex/quakes.tex Xshare/R/library/base/latex/quantile.tex Xshare/R/library/base/latex/quit.tex Xshare/R/library/base/latex/range.tex Xshare/R/library/base/latex/rank.tex Xshare/R/library/base/latex/read.fwf.tex Xshare/R/library/base/latex/read.table.tex Xshare/R/library/base/latex/readline.tex Xshare/R/library/base/latex/real.tex Xshare/R/library/base/latex/rep.tex Xshare/R/library/base/latex/rect.tex Xshare/R/library/base/latex/remove.tex Xshare/R/library/base/latex/replace.tex Xshare/R/library/base/latex/replications.tex Xshare/R/library/base/latex/residuals.tex Xshare/R/library/base/latex/rev.tex Xshare/R/library/base/latex/rgb.tex Xshare/R/library/base/latex/rivers.tex Xshare/R/library/base/latex/rle.tex Xshare/R/library/base/latex/row.tex Xshare/R/library/base/latex/rowsum.tex Xshare/R/library/base/latex/rug.tex Xshare/R/library/base/latex/sample.tex Xshare/R/library/base/latex/save.tex Xshare/R/library/base/latex/savings.tex Xshare/R/library/base/latex/scale.tex Xshare/R/library/base/latex/scan.tex Xshare/R/library/base/latex/screen.tex Xshare/R/library/base/latex/sd.tex Xshare/R/library/base/latex/se.contrast.tex Xshare/R/library/base/latex/search.tex Xshare/R/library/base/latex/seq.tex Xshare/R/library/base/latex/sequence.tex Xshare/R/library/base/latex/sign.tex Xshare/R/library/base/latex/sink.tex Xshare/R/library/base/latex/solve.tex Xshare/R/library/base/latex/sort.tex Xshare/R/library/base/latex/source.tex Xshare/R/library/base/latex/splinefun.tex Xshare/R/library/base/latex/split.tex Xshare/R/library/base/latex/stackloss.tex Xshare/R/library/base/latex/stat.anova.tex Xshare/R/library/base/latex/state.tex Xshare/R/library/base/latex/stem.tex Xshare/R/library/base/latex/step.tex Xshare/R/library/base/latex/stop.tex Xshare/R/library/base/latex/str.tex Xshare/R/library/base/latex/stripplot.tex Xshare/R/library/base/latex/strsplit.tex Xshare/R/library/base/latex/structure.tex Xshare/R/library/base/latex/strwidth.tex Xshare/R/library/base/latex/subset.tex Xshare/R/library/base/latex/substitute.tex Xshare/R/library/base/latex/substr.tex Xshare/R/library/base/latex/sum.tex Xshare/R/library/base/latex/summary.tex Xshare/R/library/base/latex/svd.tex Xshare/R/library/base/latex/sweep.tex Xshare/R/library/base/latex/swiss.tex Xshare/R/library/base/latex/switch.tex Xshare/R/library/base/latex/symnum.tex Xshare/R/library/base/latex/sys.parent.tex Xshare/R/library/base/latex/system.tex Xshare/R/library/base/latex/system.file.tex Xshare/R/library/base/latex/system.time.tex Xshare/R/library/base/latex/t.tex Xshare/R/library/base/latex/t.test.tex Xshare/R/library/base/latex/table.tex Xshare/R/library/base/latex/tabulate.tex Xshare/R/library/base/latex/tapply.tex Xshare/R/library/base/latex/tempfile.tex Xshare/R/library/base/latex/terms.tex Xshare/R/library/base/latex/text.tex Xshare/R/library/base/latex/time.tex Xshare/R/library/base/latex/title.tex Xshare/R/library/base/latex/trace.tex Xshare/R/library/base/latex/traceback.tex Xshare/R/library/base/latex/transform.tex Xshare/R/library/base/latex/trees.tex Xshare/R/library/base/latex/ts.tex Xshare/R/library/base/latex/typeof.tex Xshare/R/library/base/latex/unique.tex Xshare/R/library/base/latex/uniroot.tex Xshare/R/library/base/latex/units.tex Xshare/R/library/base/latex/unlink.tex Xshare/R/library/base/latex/unlist.tex Xshare/R/library/base/latex/update.tex Xshare/R/library/base/latex/update.formula.tex Xshare/R/library/base/latex/update.lm.tex Xshare/R/library/base/latex/uspop.tex Xshare/R/library/base/latex/var.tex Xshare/R/library/base/latex/vector.tex Xshare/R/library/base/latex/volcano.tex Xshare/R/library/base/latex/warning.tex Xshare/R/library/base/latex/warpbreaks.tex Xshare/R/library/base/latex/weighted.mean.tex Xshare/R/library/base/latex/which.tex Xshare/R/library/base/latex/window.tex Xshare/R/library/base/latex/women.tex Xshare/R/library/base/latex/write.tex Xshare/R/library/base/latex/write.table.tex Xshare/R/library/base/latex/x11.tex Xshare/R/library/base/latex/xy.coords.tex Xshare/R/library/base/R-ex/Alias.R Xshare/R/library/base/R-ex/Arithmetic.R Xshare/R/library/base/R-ex/BATCH.R Xshare/R/library/base/R-ex/Bessel.R Xshare/R/library/base/R-ex/Beta.R Xshare/R/library/base/R-ex/Binomial.R Xshare/R/library/base/R-ex/C.R Xshare/R/library/base/R-ex/COMPILE.R Xshare/R/library/base/R-ex/Cauchy.R Xshare/R/library/base/R-ex/Chisquare.R Xshare/R/library/base/R-ex/Comparison.R Xshare/R/library/base/R-ex/Constants.R Xshare/R/library/base/R-ex/Control.R Xshare/R/library/base/R-ex/Defunct.R Xshare/R/library/base/R-ex/Deprecated.R Xshare/R/library/base/R-ex/Devices.R Xshare/R/library/base/R-ex/Exponential.R Xshare/R/library/base/R-ex/Extract.R Xshare/R/library/base/R-ex/Extremes.R Xshare/R/library/base/R-ex/FDist.R Xshare/R/library/base/R-ex/Foreign.R Xshare/R/library/base/R-ex/GammaDist.R Xshare/R/library/base/R-ex/Geometric.R Xshare/R/library/base/R-ex/Hyperbolic.R Xshare/R/library/base/R-ex/c.R Xshare/R/library/base/R-ex/Hypergeometric.R Xshare/R/library/base/R-ex/INSTALL.R Xshare/R/library/base/R-ex/IQR.R Xshare/R/library/base/R-ex/Internal.R Xshare/R/library/base/R-ex/Log.R Xshare/R/library/base/R-ex/Logic.R Xshare/R/library/base/R-ex/Logistic.R Xshare/R/library/base/R-ex/Lognormal.R Xshare/R/library/base/R-ex/Machine.R Xshare/R/library/base/R-ex/Math.R Xshare/R/library/base/R-ex/Memory.R Xshare/R/library/base/R-ex/Methods.R Xshare/R/library/base/R-ex/NA.R Xshare/R/library/base/R-ex/NChisquare.R Xshare/R/library/base/R-ex/NULL.R Xshare/R/library/base/R-ex/NegBinomial.R Xshare/R/library/base/R-ex/Normal.R Xshare/R/library/base/R-ex/Poisson.R Xshare/R/library/base/R-ex/Primitive.R Xshare/R/library/base/R-ex/REMOVE.R Xshare/R/library/base/R-ex/RHOME.R Xshare/R/library/base/R-ex/Random.R Xshare/R/library/base/R-ex/Recall.R Xshare/R/library/base/R-ex/Round.R Xshare/R/library/base/R-ex/SHLIB.R Xshare/R/library/base/R-ex/SignRank.R Xshare/R/library/base/R-ex/t.R Xshare/R/library/base/R-ex/Special.R Xshare/R/library/base/R-ex/Startup.R Xshare/R/library/base/R-ex/TDist.R Xshare/R/library/base/R-ex/Trig.R Xshare/R/library/base/R-ex/Tukey.R Xshare/R/library/base/R-ex/Uniform.R Xshare/R/library/base/R-ex/Version.R Xshare/R/library/base/R-ex/Weibull.R Xshare/R/library/base/R-ex/Wilcoxon.R Xshare/R/library/base/R-ex/abbreviate.R Xshare/R/library/base/R-ex/abline.R Xshare/R/library/base/R-ex/acid.R Xshare/R/library/base/R-ex/add1.R Xshare/R/library/base/R-ex/aggregate.R Xshare/R/library/base/R-ex/airmiles.R Xshare/R/library/base/R-ex/airquality.R Xshare/R/library/base/R-ex/alias.R Xshare/R/library/base/R-ex/all.R Xshare/R/library/base/R-ex/allnames.R Xshare/R/library/base/R-ex/anova.R Xshare/R/library/base/R-ex/anscombe.R Xshare/R/library/base/R-ex/aov.R Xshare/R/library/base/R-ex/aperm.R Xshare/R/library/base/R-ex/append.R Xshare/R/library/base/R-ex/apply.R Xshare/R/library/base/R-ex/approxfun.R Xshare/R/library/base/R-ex/apropos.R Xshare/R/library/base/R-ex/args.R Xshare/R/library/base/R-ex/array.R Xshare/R/library/base/R-ex/arrows.R Xshare/R/library/base/R-ex/as.function.R Xshare/R/library/base/R-ex/assign.R Xshare/R/library/base/R-ex/attach.R Xshare/R/library/base/R-ex/attenu.R Xshare/R/library/base/R-ex/attr.R Xshare/R/library/base/R-ex/attributes.R Xshare/R/library/base/R-ex/autoload.R Xshare/R/library/base/R-ex/ave.R Xshare/R/library/base/R-ex/axis.R Xshare/R/library/base/R-ex/backsolve.R Xshare/R/library/base/R-ex/barplot.R Xshare/R/library/base/R-ex/bees.R Xshare/R/library/base/R-ex/body.R Xshare/R/library/base/R-ex/box.R Xshare/R/library/base/R-ex/boxplot.R Xshare/R/library/base/R-ex/boxplot.stats.R Xshare/R/library/base/R-ex/browser.R Xshare/R/library/base/R-ex/bug.report.R Xshare/R/library/base/R-ex/bxp.R Xshare/R/library/base/R-ex/call.R Xshare/R/library/base/R-ex/cars.R Xshare/R/library/base/R-ex/case.names.R Xshare/R/library/base/R-ex/cat.R Xshare/R/library/base/R-ex/cbind.R Xshare/R/library/base/R-ex/character.R Xshare/R/library/base/R-ex/charmatch.R Xshare/R/library/base/R-ex/check.options.R Xshare/R/library/base/R-ex/chickwts.R Xshare/R/library/base/R-ex/chisq.test.R Xshare/R/library/base/R-ex/chol.R Xshare/R/library/base/R-ex/chol2inv.R Xshare/R/library/base/R-ex/class.R Xshare/R/library/base/R-ex/codes.R Xshare/R/library/base/R-ex/coefficients.R Xshare/R/library/base/R-ex/col.R Xshare/R/library/base/R-ex/colnames.R Xshare/R/library/base/R-ex/colors.R Xshare/R/library/base/R-ex/comment.R Xshare/R/library/base/R-ex/complete.cases.R Xshare/R/library/base/R-ex/complex.R Xshare/R/library/base/R-ex/conflicts.R Xshare/R/library/base/R-ex/consume.R Xshare/R/library/base/R-ex/contour.R Xshare/R/library/base/R-ex/contrast.R Xshare/R/library/base/R-ex/contrasts.R Xshare/R/library/base/R-ex/contributors.R Xshare/R/library/base/R-ex/convolve.R Xshare/R/library/base/R-ex/coplot.R Xshare/R/library/base/R-ex/cor.R Xshare/R/library/base/R-ex/count.fields.R Xshare/R/library/base/R-ex/cov.wt.R Xshare/R/library/base/R-ex/crimes.R Xshare/R/library/base/R-ex/crossprod.R Xshare/R/library/base/R-ex/cumsum.R Xshare/R/library/base/R-ex/curve.R Xshare/R/library/base/R-ex/cut.R Xshare/R/library/base/R-ex/data.R Xshare/R/library/base/R-ex/data.class.R Xshare/R/library/base/R-ex/data.frame.R Xshare/R/library/base/R-ex/data.matrix.R Xshare/R/library/base/R-ex/dataentry.R Xshare/R/library/base/R-ex/date.R Xshare/R/library/base/R-ex/deaths.R Xshare/R/library/base/R-ex/debug.R Xshare/R/library/base/R-ex/delay.R Xshare/R/library/base/R-ex/delete.response.R Xshare/R/library/base/R-ex/demo.R Xshare/R/library/base/R-ex/density.R Xshare/R/library/base/R-ex/deparse.R Xshare/R/library/base/R-ex/deriv.R Xshare/R/library/base/R-ex/detach.R Xshare/R/library/base/R-ex/dev.R Xshare/R/library/base/R-ex/dev2.R Xshare/R/library/base/R-ex/deviance.R Xshare/R/library/base/R-ex/df.residual.R Xshare/R/library/base/R-ex/diag.R Xshare/R/library/base/R-ex/diff.R Xshare/R/library/base/R-ex/dim.R Xshare/R/library/base/R-ex/dimnames.R Xshare/R/library/base/R-ex/discoveries.R Xshare/R/library/base/R-ex/do.call.R Xshare/R/library/base/R-ex/dotplot.R Xshare/R/library/base/R-ex/double.R Xshare/R/library/base/R-ex/dput.R Xshare/R/library/base/R-ex/drop.R Xshare/R/library/base/R-ex/dummy.coef.R Xshare/R/library/base/R-ex/dump.R Xshare/R/library/base/R-ex/duplicated.R Xshare/R/library/base/R-ex/dynload.R Xshare/R/library/base/R-ex/edit.R Xshare/R/library/base/R-ex/eff.aovlist.R Xshare/R/library/base/R-ex/effects.R Xshare/R/library/base/R-ex/eigen.R Xshare/R/library/base/R-ex/environment.R Xshare/R/library/base/R-ex/esoph.R Xshare/R/library/base/R-ex/euro.R Xshare/R/library/base/R-ex/eurodist.R Xshare/R/library/base/R-ex/eval.R Xshare/R/library/base/R-ex/example.R Xshare/R/library/base/R-ex/exists.R Xshare/R/library/base/R-ex/expand.grid.R Xshare/R/library/base/R-ex/expression.R Xshare/R/library/base/R-ex/extractAIC.R Xshare/R/library/base/R-ex/factor.R Xshare/R/library/base/R-ex/factor.scope.R Xshare/R/library/base/R-ex/faithful.R Xshare/R/library/base/R-ex/family.R Xshare/R/library/base/R-ex/fft.R Xshare/R/library/base/R-ex/fitted.values.R Xshare/R/library/base/R-ex/fivenum.R Xshare/R/library/base/R-ex/fix.R Xshare/R/library/base/R-ex/formals.R Xshare/R/library/base/R-ex/format.R Xshare/R/library/base/R-ex/format.info.R Xshare/R/library/base/R-ex/formatc.R Xshare/R/library/base/R-ex/formula.R Xshare/R/library/base/R-ex/frame.R Xshare/R/library/base/R-ex/freeny.R Xshare/R/library/base/R-ex/function.R Xshare/R/library/base/R-ex/gc.R Xshare/R/library/base/R-ex/gctorture.R Xshare/R/library/base/R-ex/get.R Xshare/R/library/base/R-ex/getenv.R Xshare/R/library/base/R-ex/gl.R Xshare/R/library/base/R-ex/glm.R Xshare/R/library/base/R-ex/glm.summaries.R Xshare/R/library/base/R-ex/gray.R Xshare/R/library/base/R-ex/grep.R Xshare/R/library/base/R-ex/grid.R Xshare/R/library/base/R-ex/hdf5.R Xshare/R/library/base/R-ex/help.R Xshare/R/library/base/R-ex/help.start.R Xshare/R/library/base/R-ex/hist.R Xshare/R/library/base/R-ex/hsv.R Xshare/R/library/base/R-ex/identify.R Xshare/R/library/base/R-ex/ifelse.R Xshare/R/library/base/R-ex/image.R Xshare/R/library/base/R-ex/infert.R Xshare/R/library/base/R-ex/influence.measures.R Xshare/R/library/base/R-ex/insects.R Xshare/R/library/base/R-ex/integer.R Xshare/R/library/base/R-ex/interactive.R Xshare/R/library/base/R-ex/invisible.R Xshare/R/library/base/R-ex/is.finite.R Xshare/R/library/base/R-ex/is.function.R Xshare/R/library/base/R-ex/is.language.R Xshare/R/library/base/R-ex/is.recursive.R Xshare/R/library/base/R-ex/is.single.R Xshare/R/library/base/R-ex/isR.R Xshare/R/library/base/R-ex/islands.R Xshare/R/library/base/R-ex/judges.R Xshare/R/library/base/R-ex/kappa.R Xshare/R/library/base/R-ex/lines.R Xshare/R/library/base/R-ex/labels.R Xshare/R/library/base/R-ex/lapply.R Xshare/R/library/base/R-ex/layout.R Xshare/R/library/base/R-ex/legend.R Xshare/R/library/base/R-ex/length.R Xshare/R/library/base/R-ex/levels.R Xshare/R/library/base/R-ex/library.R Xshare/R/library/base/R-ex/library.dynam.R Xshare/R/library/base/R-ex/license.R Xshare/R/library/base/R-ex/list.R Xshare/R/library/base/R-ex/lm.R Xshare/R/library/base/R-ex/lm.influence.R Xshare/R/library/base/R-ex/lm.summaries.R Xshare/R/library/base/R-ex/load.R Xshare/R/library/base/R-ex/locator.R Xshare/R/library/base/R-ex/logical.R Xshare/R/library/base/R-ex/loglin.R Xshare/R/library/base/R-ex/longley.R Xshare/R/library/base/R-ex/lower.tri.R Xshare/R/library/base/R-ex/lowess.R Xshare/R/library/base/R-ex/ls.R Xshare/R/library/base/R-ex/ls.diag.R Xshare/R/library/base/R-ex/ls.print.R Xshare/R/library/base/R-ex/lsfit.R Xshare/R/library/base/R-ex/machine.R Xshare/R/library/base/R-ex/macintosh.R Xshare/R/library/base/R-ex/mad.R Xshare/R/library/base/R-ex/mahalanobis.R Xshare/R/library/base/R-ex/make.link.R Xshare/R/library/base/R-ex/make.names.R Xshare/R/library/base/R-ex/make.tables.R Xshare/R/library/base/R-ex/mat.or.vec.R Xshare/R/library/base/R-ex/match.R Xshare/R/library/base/R-ex/match.arg.R Xshare/R/library/base/R-ex/match.call.R Xshare/R/library/base/R-ex/matmult.R Xshare/R/library/base/R-ex/matplot.R Xshare/R/library/base/R-ex/matrix.R Xshare/R/library/base/R-ex/mean.R Xshare/R/library/base/R-ex/median.R Xshare/R/library/base/R-ex/menu.R Xshare/R/library/base/R-ex/methods.R Xshare/R/library/base/R-ex/missing.R Xshare/R/library/base/R-ex/mode.R Xshare/R/library/base/R-ex/model.extract.R Xshare/R/library/base/R-ex/model.frame.R Xshare/R/library/base/R-ex/model.matrix.R Xshare/R/library/base/R-ex/model.tables.R Xshare/R/library/base/R-ex/mosaicplot.R Xshare/R/library/base/R-ex/mtext.R Xshare/R/library/base/R-ex/name.R Xshare/R/library/base/R-ex/na.action.R Xshare/R/library/base/R-ex/na.fail.R Xshare/R/library/base/R-ex/names.R Xshare/R/library/base/R-ex/nargs.R Xshare/R/library/base/R-ex/nchar.R Xshare/R/library/base/R-ex/nextn.R Xshare/R/library/base/R-ex/nhtemp.R Xshare/R/library/base/R-ex/nlevels.R Xshare/R/library/base/R-ex/nlm.R Xshare/R/library/base/R-ex/noquote.R Xshare/R/library/base/R-ex/notyet.R Xshare/R/library/base/R-ex/nrow.R Xshare/R/library/base/R-ex/numeric.R Xshare/R/library/base/R-ex/offset.R Xshare/R/library/base/R-ex/on.exit.R Xshare/R/library/base/R-ex/optimize.R Xshare/R/library/base/R-ex/options.R Xshare/R/library/base/R-ex/order.R Xshare/R/library/base/R-ex/outer.R Xshare/R/library/base/R-ex/pairs.R Xshare/R/library/base/R-ex/palette.R Xshare/R/library/base/R-ex/palettes.R Xshare/R/library/base/R-ex/panel.smooth.R Xshare/R/library/base/R-ex/par.R Xshare/R/library/base/R-ex/parse.R Xshare/R/library/base/R-ex/paste.R Xshare/R/library/base/R-ex/persp.R Xshare/R/library/base/R-ex/phones.R Xshare/R/library/base/R-ex/pictex.R Xshare/R/library/base/R-ex/piechart.R Xshare/R/library/base/R-ex/pigs.R Xshare/R/library/base/R-ex/plot.R Xshare/R/library/base/R-ex/plot.window.R Xshare/R/library/base/R-ex/plot.xy.R Xshare/R/library/base/R-ex/plotdefault.R Xshare/R/library/base/R-ex/plotfactor.R Xshare/R/library/base/R-ex/plotformula.R Xshare/R/library/base/R-ex/pmatch.R Xshare/R/library/base/R-ex/points.R Xshare/R/library/base/R-ex/poly.R Xshare/R/library/base/R-ex/polygon.R Xshare/R/library/base/R-ex/polyroot.R Xshare/R/library/base/R-ex/postscript.R Xshare/R/library/base/R-ex/ppoints.R Xshare/R/library/base/R-ex/precip.R Xshare/R/library/base/R-ex/predict.R Xshare/R/library/base/R-ex/predict.glm.R Xshare/R/library/base/R-ex/predict.lm.R Xshare/R/library/base/R-ex/presidents.R Xshare/R/library/base/R-ex/pretty.R Xshare/R/library/base/R-ex/print.R Xshare/R/library/base/R-ex/print.coefmat.R Xshare/R/library/base/R-ex/print.default.R Xshare/R/library/base/R-ex/print.matrix.R Xshare/R/library/base/R-ex/proc.time.R Xshare/R/library/base/R-ex/prod.R Xshare/R/library/base/R-ex/proj.R Xshare/R/library/base/R-ex/prompt.R Xshare/R/library/base/R-ex/prop.test.R Xshare/R/library/base/R-ex/qqnorm.R Xshare/R/library/base/R-ex/qr.R Xshare/R/library/base/R-ex/qraux.R Xshare/R/library/base/R-ex/quakes.R Xshare/R/library/base/R-ex/quantile.R Xshare/R/library/base/R-ex/quit.R Xshare/R/library/base/R-ex/range.R Xshare/R/library/base/R-ex/rank.R Xshare/R/library/base/R-ex/read.fwf.R Xshare/R/library/base/R-ex/read.table.R Xshare/R/library/base/R-ex/readline.R Xshare/R/library/base/R-ex/real.R Xshare/R/library/base/R-ex/rect.R Xshare/R/library/base/R-ex/remove.R Xshare/R/library/base/R-ex/rep.R Xshare/R/library/base/R-ex/replace.R Xshare/R/library/base/R-ex/replications.R Xshare/R/library/base/R-ex/residuals.R Xshare/R/library/base/R-ex/rev.R Xshare/R/library/base/R-ex/rgb.R Xshare/R/library/base/R-ex/rivers.R Xshare/R/library/base/R-ex/rle.R Xshare/R/library/base/R-ex/row.R Xshare/R/library/base/R-ex/rowsum.R Xshare/R/library/base/R-ex/rug.R Xshare/R/library/base/R-ex/sample.R Xshare/R/library/base/R-ex/save.R Xshare/R/library/base/R-ex/savings.R Xshare/R/library/base/R-ex/scale.R Xshare/R/library/base/R-ex/scan.R Xshare/R/library/base/R-ex/screen.R Xshare/R/library/base/R-ex/sd.R Xshare/R/library/base/R-ex/se.contrast.R Xshare/R/library/base/R-ex/search.R Xshare/R/library/base/R-ex/seq.R Xshare/R/library/base/R-ex/sequence.R Xshare/R/library/base/R-ex/sign.R Xshare/R/library/base/R-ex/sink.R Xshare/R/library/base/R-ex/solve.R Xshare/R/library/base/R-ex/sort.R Xshare/R/library/base/R-ex/source.R Xshare/R/library/base/R-ex/splinefun.R Xshare/R/library/base/R-ex/split.R Xshare/R/library/base/R-ex/stackloss.R Xshare/R/library/base/R-ex/stat.anova.R Xshare/R/library/base/R-ex/state.R Xshare/R/library/base/R-ex/stem.R Xshare/R/library/base/R-ex/step.R Xshare/R/library/base/R-ex/stop.R Xshare/R/library/base/R-ex/str.R Xshare/R/library/base/R-ex/stripplot.R Xshare/R/library/base/R-ex/strsplit.R Xshare/R/library/base/R-ex/structure.R Xshare/R/library/base/R-ex/strwidth.R Xshare/R/library/base/R-ex/subset.R Xshare/R/library/base/R-ex/substitute.R Xshare/R/library/base/R-ex/substr.R Xshare/R/library/base/R-ex/sum.R Xshare/R/library/base/R-ex/summary.R Xshare/R/library/base/R-ex/svd.R Xshare/R/library/base/R-ex/sweep.R Xshare/R/library/base/R-ex/swiss.R Xshare/R/library/base/R-ex/switch.R Xshare/R/library/base/R-ex/symnum.R Xshare/R/library/base/R-ex/sys.parent.R Xshare/R/library/base/R-ex/system.R Xshare/R/library/base/R-ex/system.file.R Xshare/R/library/base/R-ex/system.time.R Xshare/R/library/base/R-ex/t.test.R Xshare/R/library/base/R-ex/table.R Xshare/R/library/base/R-ex/tabulate.R Xshare/R/library/base/R-ex/tapply.R Xshare/R/library/base/R-ex/tempfile.R Xshare/R/library/base/R-ex/terms.R Xshare/R/library/base/R-ex/text.R Xshare/R/library/base/R-ex/time.R Xshare/R/library/base/R-ex/title.R Xshare/R/library/base/R-ex/trace.R Xshare/R/library/base/R-ex/traceback.R Xshare/R/library/base/R-ex/transform.R Xshare/R/library/base/R-ex/trees.R Xshare/R/library/base/R-ex/ts.R Xshare/R/library/base/R-ex/typeof.R Xshare/R/library/base/R-ex/unique.R Xshare/R/library/base/R-ex/uniroot.R Xshare/R/library/base/R-ex/units.R Xshare/R/library/base/R-ex/unlink.R Xshare/R/library/base/R-ex/unlist.R Xshare/R/library/base/R-ex/update.R Xshare/R/library/base/R-ex/update.formula.R Xshare/R/library/base/R-ex/update.lm.R Xshare/R/library/base/R-ex/uspop.R Xshare/R/library/base/R-ex/var.R Xshare/R/library/base/R-ex/vector.R Xshare/R/library/base/R-ex/volcano.R Xshare/R/library/base/R-ex/warning.R Xshare/R/library/base/R-ex/warpbreaks.R Xshare/R/library/base/R-ex/weighted.mean.R Xshare/R/library/base/R-ex/which.R Xshare/R/library/base/R-ex/window.R Xshare/R/library/base/R-ex/women.R Xshare/R/library/base/R-ex/write.R Xshare/R/library/base/R-ex/write.table.R Xshare/R/library/base/R-ex/x11.R Xshare/R/library/base/R-ex/xy.coords.R Xshare/R/library/eda/R/eda Xshare/R/library/eda/INDEX Xshare/R/library/eda/TITLE Xshare/R/library/eda/libs/eda.so Xshare/R/library/eda/help/00Titles Xshare/R/library/eda/help/AnIndex Xshare/R/library/eda/help/line Xshare/R/library/eda/help/medpolish Xshare/R/library/eda/help/smooth Xshare/R/library/eda/html/00Index.html Xshare/R/library/eda/html/line.html Xshare/R/library/eda/html/medpolish.html Xshare/R/library/eda/html/smooth.html Xshare/R/library/eda/latex/line.tex Xshare/R/library/eda/latex/medpolish.tex Xshare/R/library/eda/latex/smooth.tex Xshare/R/library/eda/R-ex/line.R Xshare/R/library/eda/R-ex/medpolish.R Xshare/R/library/eda/R-ex/smooth.R Xshare/R/library/modreg/R/modreg Xshare/R/library/modreg/INDEX Xshare/R/library/modreg/TITLE Xshare/R/library/modreg/libs/modreg.so Xshare/R/library/modreg/help/00Titles Xshare/R/library/modreg/help/AnIndex Xshare/R/library/modreg/help/ksmooth Xshare/R/library/modreg/help/loess Xshare/R/library/modreg/help/loess.control Xshare/R/library/modreg/help/plot.ppr Xshare/R/library/modreg/help/ppr Xshare/R/library/modreg/help/predict.loess Xshare/R/library/modreg/help/predict.smooth.spline Xshare/R/library/modreg/help/rock Xshare/R/library/modreg/help/scatter.smooth Xshare/R/library/modreg/help/smooth.spline Xshare/R/library/modreg/help/supsmu Xshare/R/library/modreg/html/00Index.html Xshare/R/library/modreg/html/ksmooth.html Xshare/R/library/modreg/html/loess.html Xshare/R/library/modreg/html/loess.control.html Xshare/R/library/modreg/html/plot.ppr.html Xshare/R/library/modreg/html/ppr.html Xshare/R/library/modreg/html/predict.loess.html Xshare/R/library/modreg/html/predict.smooth.spline.html Xshare/R/library/modreg/html/rock.html Xshare/R/library/modreg/html/scatter.smooth.html Xshare/R/library/modreg/html/smooth.spline.html Xshare/R/library/modreg/html/supsmu.html Xshare/R/library/modreg/latex/ksmooth.tex Xshare/R/library/modreg/latex/loess.tex Xshare/R/library/modreg/latex/loess.control.tex Xshare/R/library/modreg/latex/plot.ppr.tex Xshare/R/library/modreg/latex/ppr.tex Xshare/R/library/modreg/latex/predict.loess.tex Xshare/R/library/modreg/latex/predict.smooth.spline.tex Xshare/R/library/modreg/latex/rock.tex Xshare/R/library/modreg/latex/scatter.smooth.tex Xshare/R/library/modreg/latex/smooth.spline.tex Xshare/R/library/modreg/latex/supsmu.tex Xshare/R/library/modreg/R-ex/ksmooth.R Xshare/R/library/modreg/R-ex/loess.R Xshare/R/library/modreg/R-ex/loess.control.R Xshare/R/library/modreg/R-ex/plot.ppr.R Xshare/R/library/modreg/R-ex/ppr.R Xshare/R/library/modreg/R-ex/predict.loess.R Xshare/R/library/modreg/R-ex/predict.smooth.spline.R Xshare/R/library/modreg/R-ex/rock.R Xshare/R/library/modreg/R-ex/scatter.smooth.R Xshare/R/library/modreg/R-ex/smooth.spline.R Xshare/R/library/modreg/R-ex/supsmu.R Xshare/R/library/mva/R/mva Xshare/R/library/mva/INDEX Xshare/R/library/mva/TITLE Xshare/R/library/mva/libs/mva.so Xshare/R/library/mva/help/00Titles Xshare/R/library/mva/help/AnIndex Xshare/R/library/mva/help/biplot Xshare/R/library/mva/help/biplot.princomp Xshare/R/library/mva/help/cancor Xshare/R/library/mva/help/cmdscale Xshare/R/library/mva/help/dist Xshare/R/library/mva/help/hclust Xshare/R/library/mva/help/kmeans Xshare/R/library/mva/help/prcomp Xshare/R/library/mva/help/princomp Xshare/R/library/mva/html/00Index.html Xshare/R/library/mva/html/biplot.html Xshare/R/library/mva/html/biplot.princomp.html Xshare/R/library/mva/html/cancor.html Xshare/R/library/mva/html/cmdscale.html Xshare/R/library/mva/html/dist.html Xshare/R/library/mva/html/hclust.html Xshare/R/library/mva/html/kmeans.html Xshare/R/library/mva/html/prcomp.html Xshare/R/library/mva/html/princomp.html Xshare/R/library/mva/latex/biplot.tex Xshare/R/library/mva/latex/biplot.princomp.tex Xshare/R/library/mva/latex/cancor.tex Xshare/R/library/mva/latex/cmdscale.tex Xshare/R/library/mva/latex/dist.tex Xshare/R/library/mva/latex/hclust.tex Xshare/R/library/mva/latex/kmeans.tex Xshare/R/library/mva/latex/prcomp.tex Xshare/R/library/mva/latex/princomp.tex Xshare/R/library/mva/R-ex/biplot.R Xshare/R/library/mva/R-ex/biplot.princomp.R Xshare/R/library/mva/R-ex/cancor.R Xshare/R/library/mva/R-ex/cmdscale.R Xshare/R/library/mva/R-ex/dist.R Xshare/R/library/mva/R-ex/hclust.R Xshare/R/library/mva/R-ex/kmeans.R Xshare/R/library/mva/R-ex/prcomp.R Xshare/R/library/mva/R-ex/princomp.R Xshare/R/library/stepfun/R/stepfun Xshare/R/library/stepfun/INDEX Xshare/R/library/stepfun/TITLE Xshare/R/library/stepfun/help/00Titles Xshare/R/library/stepfun/help/AnIndex Xshare/R/library/stepfun/help/ecdf Xshare/R/library/stepfun/help/plot.stepfun Xshare/R/library/stepfun/help/stepfun Xshare/R/library/stepfun/html/00Index.html Xshare/R/library/stepfun/html/ecdf.html Xshare/R/library/stepfun/html/plot.stepfun.html Xshare/R/library/stepfun/html/stepfun.html Xshare/R/library/stepfun/latex/ecdf.tex Xshare/R/library/stepfun/latex/plot.stepfun.tex Xshare/R/library/stepfun/latex/stepfun.tex Xshare/R/library/stepfun/R-ex/ecdf.R Xshare/R/library/stepfun/R-ex/plot.stepfun.R Xshare/R/library/stepfun/R-ex/stepfun.R Xshare/R/library/LibIndex Xshare/R/demos/dynload/Makefile Xshare/R/demos/dynload/README Xshare/R/demos/dynload/zero.R Xshare/R/demos/dynload/zero.c Xshare/R/demos/models/glm-v+r.R Xshare/R/demos/models/lm+glm.R Xshare/R/demos/Makefile.in Xshare/R/demos/graphics/graphics.R Xshare/R/demos/graphics/image.R Xshare/R/demos/language/is-things.R Xshare/R/demos/language/recursion.R Xshare/R/demos/language/scoping.R Xshare/R/demos/nlm/valley.R Xshare/R/demos/Makefile X@dirrm share/R/demos/nlm X@dirrm share/R/demos/language X@dirrm share/R/demos/graphics X@dirrm share/R/demos/models X@dirrm share/R/demos/dynload X@dirrm share/R/demos X@dirrm share/R/library/stepfun/R-ex X@dirrm share/R/library/stepfun/latex X@dirrm share/R/library/stepfun/html X@dirrm share/R/library/stepfun/help X@dirrm share/R/library/stepfun/R X@dirrm share/R/library/stepfun X@dirrm share/R/library/mva/R-ex X@dirrm share/R/library/mva/latex X@dirrm share/R/library/mva/html X@dirrm share/R/library/mva/help X@dirrm share/R/library/mva/libs X@dirrm share/R/library/mva/R X@dirrm share/R/library/mva X@dirrm share/R/library/modreg/R-ex X@dirrm share/R/library/modreg/latex X@dirrm share/R/library/modreg/html X@dirrm share/R/library/modreg/help X@dirrm share/R/library/modreg/libs X@dirrm share/R/library/modreg/data X@dirrm share/R/library/modreg/R X@dirrm share/R/library/modreg X@dirrm share/R/library/eda/R-ex X@dirrm share/R/library/eda/latex X@dirrm share/R/library/eda/html X@dirrm share/R/library/eda/help X@dirrm share/R/library/eda/libs X@dirrm share/R/library/eda/R X@dirrm share/R/library/eda X@dirrm share/R/library/base/R-ex X@dirrm share/R/library/base/latex X@dirrm share/R/library/base/html X@dirrm share/R/library/base/help X@dirrm share/R/library/base/data X@dirrm share/R/library/base/R X@dirrm share/R/library/base X@dirrm share/R/library X@dirrm share/R/include X@dirrm share/R/doc/manual X@dirrm share/R/doc/html/search X@dirrm share/R/doc/html X@dirrm share/R/doc X@dirrm share/R/etc/undoc X@dirrm share/R/etc/older-stuff X@dirrm share/R/etc/Rdoc X@dirrm share/R/etc X@dirrm share/R/afm X@dirrm share/R/bin X@dirrm share/R END-of-R-letter/pkg/PLIST echo x - R-letter/Makefile sed 's/^X//' >R-letter/Makefile << 'END-of-R-letter/Makefile' X# New ports collection makefile for: R (letter) X# Version required: R-0.63.2 X# Date created: Tue Jun 23 07:36:55 EST 1998 X# Whom: Maurice Castro X# X# $Id: Makefile,v 1.8 1998/11/20 04:14:58 asami Exp $ X# X XDISTNAME= R-0.63.2 XPKGNAME= R-${PAPERSIZE}-0.63.2 XCATEGORIES= math XMASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \ X ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \ X http://cran.stat.wisc.edu/src/base/ \ X ftp://ftp.ci.tuwien.ac.at/R/src/base/ \ X http://SunSITE.auc.dk/R/src/base/ \ X http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/src/base/ \ X ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/src/base/ \ X ftp://dola.snu.ac.kr/pub/R/CRAN/src/base/ \ X http://www.stat.math.ethz.ch/R-CRAN/src/base/ XEXTRACT_SUFX= .tgz X XMAINTAINER= maurice@serc.rmit.edu.au X XGNU_CONFIGURE= yes XUSE_PERL5= yes X XCONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} X XPAPERSIZE?= letter X.if ${PAPERSIZE} != letter && ${PAPERSIZE} != a4 X.BEGIN: X @${ECHO} "Invalid value for PAPERSIZE: \"${PAPERSIZE}\"" X @${ECHO} "Possible values are: a4 and letter." X @${FALSE} X.endif X XALL_TARGET=all help html X XMAN1= R.1 Rdconv.1 XBIN= R X Xtest: X @(cd ${WRKSRC}; make test-All) X Xplist: install X echo ${MAN1} | tr ' ' '\012' | ${SED} 's:\([^ ]*\):man/man1/\1:' > ${WRKDIR}/files X echo ${BIN} | tr ' ' '\012' | ${SED} 's:\([^ ]*\):bin/\1:' >> ${WRKDIR}/files X (cd ${PREFIX}; find share/R -type f) | ${SED} 's:^/::' >> ${WRKDIR}/files X (cd ${PREFIX}; find share/R -type d) | ${SED} 's:^/::' > ${WRKDIR}/dirs X ${SED} 's:^:@exec mkdir %D/:' ${WRKDIR}/dirs > pkg/PLIST X cat ${WRKDIR}/files >> pkg/PLIST X awk 'BEGIN{i=1}{L[i]=$$1;i=i+1}END{for(j=i-1; j>=1; j--) print L[j]}' ${WRKDIR}/dirs | ${SED} 's:^:@dirrm :' >> pkg/PLIST X Xdo-install: X ${INSTALL_MAN} ${WRKSRC}/doc/R.1 ${PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/doc/Rdconv.1 ${PREFIX}/man/man1 X ${SED} 's:RHOME=${WRKSRC}:RHOME=${PREFIX}/share/R:;s:^R_PAPERSIZE.*:R_PAPERSIZE=${PAPERSIZE}:;s:^R_PRINTCMD.*:R_PRINTCMD=lpr:' ${WRKSRC}/bin/R > ${PREFIX}/bin/R X (cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; ) X (cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; ) X chmod a+x ${PREFIX}/bin/R X ${MKDIR} ${PREFIX}/share/R X ${MKDIR} ${PREFIX}/share/R/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin X (cd ${WRKSRC}; tar cpf - afm ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - etc ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - doc ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - include ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - library ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - demos ) | (cd ${PREFIX}/share/R; tar xpf - ) X (cd ${WRKSRC}; tar cpf - bin ) | (cd ${PREFIX}/share/R; tar xpf - ) X X.include END-of-R-letter/Makefile echo c - R-letter/patches mkdir -p R-letter/patches > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 19:30:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10174 for freebsd-ports-outgoing; Sun, 31 Jan 1999 19:30:05 -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 TAA10149 for ; Sun, 31 Jan 1999 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA88947; Sun, 31 Jan 1999 19:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from corp.au.triax.com (slwag2p04.ozemail.com.au [203.108.157.52]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09479 for ; Sun, 31 Jan 1999 19:23:49 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.2/8.9.2) id OAA08131; Mon, 1 Feb 1999 14:23:48 +1100 (EST) Message-Id: <199902010323.OAA08131@corp.au.triax.com> Date: Mon, 1 Feb 1999 14:23:48 +1100 (EST) From: jim@phrantic.phear.net Reply-To: jim@corp.au.triax.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9852: new port: wmdate-0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9852 >Category: ports >Synopsis: new port: wmdate-0.5 >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 31 19:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # wmdate # wmdate/Makefile # wmdate/pkg # wmdate/pkg/COMMENT # wmdate/pkg/PLIST # wmdate/pkg/DESCR # wmdate/files # wmdate/files/md5 # echo c - wmdate mkdir -p wmdate > /dev/null 2>&1 echo x - wmdate/Makefile sed 's/^X//' >wmdate/Makefile << 'END-of-wmdate/Makefile' X# New ports collection makefile for: wmdate X# Version required: 0.5 X# Date created: 1 February 1999 X# Whom: Jim Mock X# X# $Id$ X# X XDISTNAME= wmdate-0.5 XCATEGORIES= x11-clocks windowmaker afterstep XMASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ X XMAINTAINER= jim@phrantic.phear.net X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_IMAKE= yes XNO_INSTALL_MANPAGES= yes X X.include END-of-wmdate/Makefile echo c - wmdate/pkg mkdir -p wmdate/pkg > /dev/null 2>&1 echo x - wmdate/pkg/COMMENT sed 's/^X//' >wmdate/pkg/COMMENT << 'END-of-wmdate/pkg/COMMENT' XDate app for the WindowMaker dock. END-of-wmdate/pkg/COMMENT echo x - wmdate/pkg/PLIST sed 's/^X//' >wmdate/pkg/PLIST << 'END-of-wmdate/pkg/PLIST' Xbin/wmdate END-of-wmdate/pkg/PLIST echo x - wmdate/pkg/DESCR sed 's/^X//' >wmdate/pkg/DESCR << 'END-of-wmdate/pkg/DESCR' XWMDate simply shows the current date. Looks like asclock without the Xtime. This app is a prerease of WMAgenda, which will be like a PIM. X X- Jim END-of-wmdate/pkg/DESCR echo c - wmdate/files mkdir -p wmdate/files > /dev/null 2>&1 echo x - wmdate/files/md5 sed 's/^X//' >wmdate/files/md5 << 'END-of-wmdate/files/md5' XMD5 (wmdate-0.5.tar.gz) = 7e4e205b2084b53de38f09b4aa1a6112 END-of-wmdate/files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 20:10:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13904 for freebsd-ports-outgoing; Sun, 31 Jan 1999 20:10:02 -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 UAA13892 for ; Sun, 31 Jan 1999 20:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA91172; Sun, 31 Jan 1999 20:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 31 Jan 1999 20:10:01 -0800 (PST) Message-Id: <199902010410.UAA91172@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Steve Price Subject: Re: ports/9851: R update 0.63.2 Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9851; it has been noted by GNATS. From: Steve Price To: Maurice Castro Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/9851: R update 0.63.2 Date: Sun, 31 Jan 1999 22:07:45 -0600 (CST) # X# New ports collection makefile for: R (a4) # X# Version required: R-0.63.2 # X# Date created: Tue Jun 23 07:36:55 EST 1998 # X# Whom: Maurice Castro # X# # X# $Id: Makefile,v 1.1 1998/11/20 04:14:57 asami Exp $ # X# # X # XPAPERSIZE= a4 # XMASTERDIR= ${.CURDIR}/../R-letter # X # Xpre-extract: # X ln -s ../R-letter/patches # X ln -s ../R-letter/pkg # X ln -s ../R-letter/files I'm pretty sure that writing to ${.CURDIR} is considered a bad thing. I think MASTERDIR already takes care of this for you. # X # Xpre-clean: # X ${RM} -f patches # X ${RM} -f pkg # X ${RM} -f files # X # X.include "${MASTERDIR}/Makefile" # END-of-R-a4/Makefile # exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 20:28:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA15692 for freebsd-ports-outgoing; Sun, 31 Jan 1999 20:28:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from posgate.acis.com.au (posgate.acis.com.au [203.14.230.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15686 for ; Sun, 31 Jan 1999 20:28:32 -0800 (PST) (envelope-from andymac@bullseye.apana.org.au) Received: from bullseye.apana.org.au (uucp@localhost) by posgate.acis.com.au (8.9.2/8.9.2/Debian/GNU) with UUCP id PAA11392; Mon, 1 Feb 1999 15:02:35 +1100 (EST) Received: from bullseye.apana.org.au (central.apana.org.au [203.9.107.245]) by bullseye.apana.org.au (8.8.8/8.8.8) with SMTP id IAA17738; Mon, 1 Feb 1999 08:39:51 +1100 (EST) (envelope-from andymac@bullseye.apana.org.au) Date: Mon, 1 Feb 1999 08:38:57 +1100 (EDT) From: Andrew MacIntyre To: Kevin Weiss cc: freebsd-ports@FreeBSD.ORG Subject: Re: trying to get my ports to work In-Reply-To: <199901310732.XAA23831@hub.freebsd.org> Message-ID: X-X-Sender: andymac@bullseye.apana.org.au 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, 31 Jan 1999, Kevin Weiss wrote: > Basically, I am getting fetch error, and a message > saying something about "try porting manually to > /usr/ports/distfiles and try again" At the very least you need to mount the CD with the unmodified tarballs on it, so that the ports system can find the tarballs, patch them, build them and then install them. The packages are precompiled, so they can be installed directly without a functional compiler (part of the reason that the most common ones are on the 1st CD, so they can be accessed during the installation). -- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andrew.macintyre@aba.gov.au (work) | Snail: PO Box 370 andymac@bullseye.apana.org.au (play) | Belconnen ACT 2616 Fido: Andrew MacIntyre, 3:620/243.18 | Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 21:20:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA21559 for freebsd-ports-outgoing; Sun, 31 Jan 1999 21:20:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA21541 for ; Sun, 31 Jan 1999 21:20:02 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id PAA29763; Mon, 1 Feb 1999 15:49:54 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA00357; Mon, 1 Feb 1999 15:49:53 +1030 Date: Mon, 1 Feb 1999 15:49:53 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Don Croyle Cc: ports@FreeBSD.ORG Subject: Re: Preference between egcs and gcc28? In-Reply-To: <86ww23djli.fsf@emerson.gelemna.ft-wayne.in.us> 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 31 Jan 1999, Don Croyle wrote: > I'm working on a port for a C++ program that won't build with the > system version of gcc, but does fine with either egcs' or gcc28's C++ > compiler. > > Is there any strong preference towards using one or the other as a > build dependency? egcs C++ binaries are not backwards compatible with those spat out by gcc 2.7, apparently. This bites you if you try and link against an egcs-built C++ library with gcc 2.7.x (e.g. the stock system compiler) - it seems to fail with a lot of unresolved symbols. Note that I don't actually know much about the 'why' of this, but I read it somewhere (on the egcs website?) and it seems to be bourne out in my experience. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 23:40:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07056 for freebsd-ports-outgoing; Sun, 31 Jan 1999 23:40:05 -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 XAA07047 for ; Sun, 31 Jan 1999 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA00714; Sun, 31 Jan 1999 23:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from post.mail.demon.net (post-11.mail.demon.net [194.217.242.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06624 for ; Sun, 31 Jan 1999 23:33:14 -0800 (PST) (envelope-from dom@myrddin.demon.co.uk) Received: from [158.152.54.180] (helo=myrddin.demon.co.uk) by post.mail.demon.net with esmtp (Exim 2.10 #2) id 107Dr1-0001ov-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 1 Feb 1999 07:33:08 +0000 Received: from dom by myrddin.demon.co.uk with local (Exim 1.92 #1) id 1074TD-000AQ9-00; Sun, 31 Jan 1999 21:31:55 +0000 Message-Id: Date: Sun, 31 Jan 1999 21:31:55 +0000 From: Dom Mitchell Reply-To: dom@myrddin.demon.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9853: update to lesstif port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9853 >Category: ports >Synopsis: update to lesstif port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 31 23:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dom Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Big orange angry things, inc. >Environment: FreeBSD myrddin.demon.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Wed Jan 27 23:33:14 GMT 1999 root@myrddin.demon.co.uk:/usr/src/sys/compile/MYRDDIN i386 XFree86 3.3.3.1 >Description: Another port that doesn't know about 4.0-current... Add in patch and recompile to get shared libs. >How-To-Repeat: N/A. >Fix: Copy this patch into ports/lesstif/patches/patch-ap and you're sorted. --- ltconfig.orig Sun Jan 31 21:18:06 1999 +++ ltconfig Sun Jan 31 21:18:52 1999 @@ -782,7 +782,7 @@ ;; # FreeBSD 3, at last, uses gcc -shared to do shared libraries. - freebsd3*) + freebsd3*|freebsd4*) archive_cmds='$CC -shared -o $lib$libobjs' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -1143,7 +1143,7 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd3*) +freebsd3*|freebsd4*) version_type=freebsd library_names_spec='${libname}${release}.so.$versuffix $libname.so' if [ $PORTOBJFORMAT = elf ]; then >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 23:49:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08276 for freebsd-ports-outgoing; Sun, 31 Jan 1999 23:49:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from relay.ripco.com (relay.ripco.com [209.100.227.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA08268 for ; Sun, 31 Jan 1999 23:49:10 -0800 (PST) (envelope-from rezidew@rezidew.net) Received: (qmail 6405 invoked from network); 1 Feb 1999 07:49:07 -0000 Received: from soap.rezidew.net (HELO rezidew.net) (209.100.228.86) by relay.ripco.com with SMTP; 1 Feb 1999 07:49:07 -0000 Message-ID: <36B55EBD.AFCC08D1@rezidew.net> Date: Mon, 01 Feb 1999 01:58:53 -0600 From: Graphic Rezidew Organization: rezidew.net X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.35 i686) MIME-Version: 1.0 To: Jean-Marc Zucconi CC: freebsd-ports@FreeBSD.ORG Subject: Re: FreeBSD Port: mshell-1.0 References: <199901312125.WAA35748@qix> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jean-Marc Zucconi wrote: > > >>>>> Graphic Rezidew writes: > > > I am trying to find information on how to make menu's with mshell > > any information would be greatly appreciated. > > You already posted the same question 8 months ago (Date: Tue, 09 Jun > 1998 23:50:26 -0500). Reread what I replied! I apologize, I thought I had sent a similar question but I couldn't figure it out as my mail is archived monthly. Thank you for your time and sorry for the redundancy. -- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ "Under capitalism, man exploits man. Under Communism, it's just the opposite." -- John Kenneth Galbraith ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Graphic Rezidew rezidew@rezidew.net http://Graphic.Rezidew.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jan 31 23:54:50 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08719 for freebsd-ports-outgoing; Sun, 31 Jan 1999 23:54:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08708; Sun, 31 Jan 1999 23:54:43 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.2/8.9.2) id JAA03159; Mon, 1 Feb 1999 09:54:38 +0200 (SAT) (envelope-from reg) Date: Mon, 1 Feb 1999 09:54:38 +0200 From: Jeremy Lea To: SADA Kenji Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9796 Message-ID: <19990201095437.C134@shale.csir.co.za> References: <199901301638.IAA40531@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199901301638.IAA40531@freefall.freebsd.org>; from SADA Kenji on Sat, Jan 30, 1999 at 08:38:18AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Sat, Jan 30, 1999 at 08:38:18AM -0800, SADA Kenji wrote: > Synopsis: Port fix: libaudiofile > > State-Changed-From-To: open->closed > State-Changed-By: sada > State-Changed-When: Sat Jan 30 08:37:36 PST 1999 > State-Changed-Why: > Fixed, Thanks. I'm still waiting for this patch to propogate to me... It's been 36 hours. Please only close PR's after you've done the work, else they'll get lost. Regards, -Jeremy PS Same for ports/9797 and ports/9798. -- | If I was not so weak, if I was not so cold, --+-- If I was not so scared of being broken, growing old, | I would be. I would be... frail. | - jars of clay / much afraid / frail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 01:15:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18885 for freebsd-ports-outgoing; Mon, 1 Feb 1999 01:15:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from everest.u-grenoble3.fr (everest.u-grenoble3.fr [195.220.242.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA18878 for ; Mon, 1 Feb 1999 01:15:04 -0800 (PST) (envelope-from janet9981@yahoo.com) From: janet9981@yahoo.com Received: from everest.u-grenoble3.fr by everest.u-grenoble3.fr (SMI-8.6/SMI-SVR4) id KAA12059; Mon, 1 Feb 1999 10:10:31 +0100 Message-Id: <199902010910.KAA12059@everest.u-grenoble3.fr> To: adsrtc@mtyisrot.com Date: Sun, 31 Jan 99 23:41:37 EST Subject: Maximize your website's traffic! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Maximize your website's traffic. INCREASE YOUR SEARCH ENGINE RANK! If your Web site isn't getting the traffic it should, it's likely that it's not ranked well on the major Internet search engines. According to recent Internet E-commerce studies, over 90% of consumers find the Web sites they visit by using eight major search engines, which are Yahoo!, Excite, AltaVista, Infoseek, Lycos, Web Crawler, HotBot, and Northern Light. If your website isn't located in the top-30 listings of these engines, chances are your site will never be seen. The single most important thing you can do to increase your Web site's traffic is to increase your search engine ranking. ------------- "PUT YOUR NAME IN LIGHTS -- List your business with search engines to make sure potential customers can find it." -- BIZ Excite, PC Computing magazine, November 1998 ------------- THE BASICS: HOW SEARCH ENGINES RANK YOUR SITE When you submit your website to a search engine to be indexed in its database, it sends a "robot" to scan your page. Using complex algorithms to rank your page for keyword relevance, the "robot" determines whether you'll be ranked number 1 or 1,000,000 when potential visitors conduct a search looking for sites like yours. Because the search engines are constantly changing their algorithms to provide users with the best possible search results, there's only one true solution to high search engine placement--us. In short, submission alone isn't enough. *Good search engine ranking* is critical to your site's success. ------------- HERE'S WHAT WE DO -- A UNIQUE, SUCCESSFUL APPROACH In order to counter the ever-changing search engine algorithms, we create an entire series of "entry pages" that are optimized for the search engines--one for every keyword (or keyword phrase) that you provide. Each entry page is optimized for a different set of algorithm variables. In other words, instead of having only *one* page struggling to rank well on all engines, we create separate, search engine-specific entry pages for each keyword. As a result, your pages rank well because they contain information relevant to search queries that are related to your industry. ------------- HOW ENTRY PAGES AFFECT YOUR WEB SITE'S CURRENT STRUCTURE Put simply, they don't. When creating entry pages we *do not* make any changes to the existing structure, content, or functionality of your current site. The entry pages act as a welcome screen for your Web site when people enter from your highly ranked link on the search engine. The pages will say a few introductory words about your site, which are keyword and/or keyword phrase rich, and then provide a link that asks the visitor to "Click Here To Enter," which moves them directly to your current homepage. ------------ HERE'S WHAT WE DON'T *EVER* DO TO HELP YOUR SEARCH ENGINE RANK We *will not* build pages for irrelevant--yet "popular"--keywords. Also, we will *never* "spamdex" pages. "Spamdexing" is "stuffing" a Web page full of words for the search engine's robots. You may have seen spamdexing, which is placing many words in the same text color as a background onto a Web page. Spamdexing will actually get your pages "kicked" from search engine indexes. What we *will* do is simply present very relevant keywords for your site to the search engines in the way that they "like" to see it. ------------- "It's simple: If they can't find you on the search engines, they can't buy from you." -- J. LeRoss, Internet Sales Consultant ------------ HOW WELL DOES THE SERVICE WORK? We'll send you a detailed report of your current search engine ranking on "The Big Six" engines before we begin. Then, once your new entry pages have been indexed, we'll send you a second report showing how they've ranked. Here's a sampling of some results we've acheived for previous clients. (These examples are for competitive keywords--not just obscure words on which no one is conducting searches.) <> 6 top-10 rankings on Infoseek for different relevant keywords <> 18 top-10 rankings across the major search engines <> 3 top-10 rankings on Alta Vista for one keyword <> 16 total *number one* rankings <> 40 top-30 rankings, spread across the different engines. <> 1 to 2 hits per week increased to 500 per day <> 45,000 hits per month grew to 108,000. ------------ HOW MUCH DOES YOUR SERVICE COST? Our basic services start at only $385. The basic package includes: <> Construction of optimized entry pages for up to 20 keywords -- This gives you good "coverage" in your industry <> Submission of the keyword-dense entry pages to the "Big Six" search engines When you contact us, ask about other services we provide that may be able to help your Internet initiatives succeed. We have special services that can be tailored for your specific Internet marketing needs. ------------ HOW DO I GET STARTED? <> Call us--we'll answer any questions you may have and provide a no-cost initial consultation. (310) 859-4659 <> Submit your keywords and/or keyword phrases (up to 20) to us ------------ COMMENTS FROM CLIENTS "Frankly, I'm impressed with the foregoing. So many solicitations from email sources turn out to be a phone line that hooks up to a voice mail system that is designed to give the impression of size, and people who never return phone calls/messages. . . So its a pleasant surprise to find that someone at the other end is really operating as a business!!!" --Alan B. "Incredible! Our site is now receiving more hits in a day than we used to get in an entire month. [My boss] is still eating his words." -- Bob W. "I knew the search engines were a fantastic marketing tool, but my company simply didn't have the time to devote to search engine placement. It has proven to be the best money we've ever spent on marketing." -- Shelley H. "I worked for weeks to get good search engine placement, but I could never crack the top 80 . . . my site was deserted. Within a month [after using your service], I'd had more hits than I'd had in the last year. I wouldn't believe it if it hadn't happened to me." -- Chris L. ------------ OUR JOB: INCREASE YOUR WEB SITE'S RANKING. We can't guarantee that better ranking will increase the number of visitors that "surf" to your Web site. Some highly-ranked websites still don't get much traffic--much depends on your particular industry and choice of keywords. However, high rankings, in most cases, do mean increased Web site traffic. And, we have never failed to increase a client's ranking. Ever. ------------ CONTACT A REPRESENTATIVE: Search Engine Success Group - Call us at: (310) 859-4659 ----------------------- If you've received this message in error--and are not interested in our services--please click reply or call, (888)-248-2236, and we'll remove you from our list. Maximize your website's traffic. INCREASE YOUR SEARCH ENGINE RANK! If your Web site isn't getting the traffic it should, it's likely that it's not ranked well on the major Internet search engines. According to recent Internet E-commerce studies, over 90% of consumers find the Web sites they visit by using eight major search engines, which are Yahoo!, Excite, AltaVista, Infoseek, Lycos, Web Crawler, HotBot, and Northern Light. If your website isn't located in the top-30 listings of these engines, chances are your site will never be seen. The single most important thing you can do to increase your Web site's traffic is to increase your search engine ranking. ------------- "PUT YOUR NAME IN LIGHTS -- List your business with search engines to make sure potential customers can find it." -- BIZ Excite, PC Computing magazine, November 1998 ------------- THE BASICS: HOW SEARCH ENGINES RANK YOUR SITE When you submit your website to a search engine to be indexed in its database, it sends a "robot" to scan your page. Using complex algorithms to rank your page for keyword relevance, the "robot" determines whether you'll be ranked number 1 or 1,000,000 when potential visitors conduct a search looking for sites like yours. Because the search engines are constantly changing their algorithms to provide users with the best possible search results, there's only one true solution to high search engine placement--us. In short, submission alone isn't enough. *Good search engine ranking* is critical to your site's success. ------------- HERE'S WHAT WE DO -- A UNIQUE, SUCCESSFUL APPROACH In order to counter the ever-changing search engine algorithms, we create an entire series of "entry pages" that are optimized for the search engines--one for every keyword (or keyword phrase) that you provide. Each entry page is optimized for a different set of algorithm variables. In other words, instead of having only *one* page struggling to rank well on all engines, we create separate, search engine-specific entry pages for each keyword. As a result, your pages rank well because they contain information relevant to search queries that are related to your industry. ------------- HOW ENTRY PAGES AFFECT YOUR WEB SITE'S CURRENT STRUCTURE Put simply, they don't. When creating entry pages we *do not* make any changes to the existing structure, content, or functionality of your current site. The entry pages act as a welcome screen for your Web site when people enter from your highly ranked link on the search engine. The pages will say a few introductory words about your site, which are keyword and/or keyword phrase rich, and then provide a link that asks the visitor to "Click Here To Enter," which moves them directly to your current homepage. ------------ HERE'S WHAT WE DON'T *EVER* DO TO HELP YOUR SEARCH ENGINE RANK We *will not* build pages for irrelevant--yet "popular"--keywords. Also, we will *never* "spamdex" pages. "Spamdexing" is "stuffing" a Web page full of words for the search engine's robots. You may have seen spamdexing, which is placing many words in the same text color as a background onto a Web page. Spamdexing will actually get your pages "kicked" from search engine indexes. What we *will* do is simply present very relevant keywords for your site to the search engines in the way that they "like" to see it. ------------- "It's simple: If they can't find you on the search engines, they can't buy from you." -- J. LeRoss, Internet Sales Consultant ------------ HOW WELL DOES THE SERVICE WORK? We'll send you a detailed report of your current search engine ranking on "The Big Six" engines before we begin. Then, once your new entry pages have been indexed, we'll send you a second report showing how they've ranked. Here's a sampling of some results we've acheived for previous clients. (These examples are for competitive keywords--not just obscure words on which no one is conducting searches.) <> 6 top-10 rankings on Infoseek for different relevant keywords <> 18 top-10 rankings across the major search engines <> 3 top-10 rankings on Alta Vista for one keyword <> 16 total *number one* rankings <> 40 top-30 rankings, spread across the different engines. <> 1 to 2 hits per week increased to 500 per day <> 45,000 hits per month grew to 108,000. ------------ HOW MUCH DOES YOUR SERVICE COST? Our basic services start at only $385. The basic package includes: <> Construction of optimized entry pages for up to 20 keywords -- This gives you good "coverage" in your industry <> Submission of the keyword-dense entry pages to the "Big Six" search engines When you contact us, ask about other services we provide that may be able to help your Internet initiatives succeed. We have special services that can be tailored for your specific Internet marketing needs. ------------ HOW DO I GET STARTED? <> Call us--we'll answer any questions you may have and provide a no-cost initial consultation. (888) 283-2050 <> Submit your keywords and/or keyword phrases (up to 20) to us ------------ COMMENTS FROM CLIENTS "Frankly, I'm impressed with the foregoing. So many solicitations from email sources turn out to be a phone line that hooks up to a voice mail system that is designed to give the impression of size, and people who never return phone calls/messages. . . So its a pleasant surprise to find that someone at the other end is really operating as a business!!!" --Alan B. "Incredible! Our site is now receiving more hits in a day than we used to get in an entire month. [My boss] is still eating his words." -- Bob W. "I knew the search engines were a fantastic marketing tool, but my company simply didn't have the time to devote to search engine placement. It has proven to be the best money we've ever spent on marketing." -- Shelley H. "I worked for weeks to get good search engine placement, but I could never crack the top 80 . . . my site was deserted. Within a month [after using your service], I'd had more hits than I'd had in the last year. I wouldn't believe it if it hadn't happened to me." -- Chris L. ------------ OUR JOB: INCREASE YOUR WEB SITE'S RANKING. We can't guarantee that better ranking will increase the number of visitors that "surf" to your Web site. Some highly-ranked websites still don't get much traffic--much depends on your particular industry and choice of keywords. However, high rankings, in most cases, do mean increased Web site traffic. And, we have never failed to increase a client's ranking. Ever. ------------ CONTACT A REPRESENTATIVE: Search Engine Success Group - Call us at: (888) 283-2050 ----------------------- If you've received this message in error--and are not interested in our services--please click reply or call, (888)-248-2236, and we'll remove you from our list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 01:37:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22162 for freebsd-ports-outgoing; Mon, 1 Feb 1999 01:37:01 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bogon.net (206-100-6-26.bayarea.net [206.100.6.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22157 for ; Mon, 1 Feb 1999 01:37:00 -0800 (PST) (envelope-from wes@bogon.net) Received: from kryten.bogon.net (kryten.bogon.net [10.0.0.2]) by bogon.net (8.9.2/8.9.1) with SMTP id BAA90644 for ; Mon, 1 Feb 1999 01:36:59 -0800 (PST) (envelope-from wes@bogon.net) Message-Id: <4.1.19990201013326.00af5590@mail.bogon.net> X-Sender: wes@mail.bogon.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 01 Feb 1999 01:38:17 -0800 To: freebsd-ports@FreeBSD.ORG From: Wes Santee Subject: INN 2.2 port in the works? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all. I was wondering if anyone is planning on doing an INN 2.2 port now that it has been released. ftp://ftp.isc.org/isc/inn : The latest official release of INN is now 2.2 Get the file inn-2.2.tar.gz from this directory. There is a patch from 2.1 to 2.2 in the file inn-2.1-2.2.diff.gz. Oddly enough, the main ISC website says that 2.1 is still the most current release. You have to hit the ftp site to get the real skinny. :) Cheers, -Wes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 02:02:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24552 for freebsd-ports-outgoing; Mon, 1 Feb 1999 02:02:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rr.iij4u.or.jp (h098.p060.iij4u.or.jp [210.130.60.98]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA24545 for ; Mon, 1 Feb 1999 02:02:49 -0800 (PST) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 55719 invoked by uid 1000); 1 Feb 1999 19:02:45 +0900 Date: 1 Feb 1999 19:02:45 +0900 Message-ID: <19990201100245.55718.sada@rr.iij4u.or.jp> To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9796 In-Reply-To: Your message of "Mon, 1 Feb 1999 16:54:38 JST". <19990201095437.C134@shale.csir.co.za> From: sada@rr.iij4u.or.jp (SADA Kenji) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> > Synopsis: Port fix: libaudiofile : >> I'm still waiting for this patch to propogate to me... It's been 36 hours. >> Please only close PR's after you've done the work, else they'll get lost. Have you ever checked out the CVS repository and see current status ? I've already fixed them before your PR's are delivered. Next time, I'll write ``State-Changed-Why'' more cleary. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 02:22:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26682 for freebsd-ports-outgoing; Mon, 1 Feb 1999 02:22:38 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rr.iij4u.or.jp (h046.p060.iij4u.or.jp [210.130.60.46]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id CAA26675 for ; Mon, 1 Feb 1999 02:22:35 -0800 (PST) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 10201 invoked by uid 1000); 1 Feb 1999 19:22:31 +0900 Date: 1 Feb 1999 19:22:31 +0900 Message-ID: <19990201102231.10200.sada@rr.iij4u.or.jp> To: kkennawa@physics.adelaide.edu.au Cc: ports@FreeBSD.ORG Subject: Re: USE_BZIP2 In-Reply-To: Your message of "Sun, 31 Jan 1999 16:00:45 JST". From: sada@rr.iij4u.or.jp (SADA Kenji) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> Can we have a USE_BZIP2 variable added to the build process, or perhaps >> automatic sensing of the .tar.bz2 EXTRACT_SUFX, to avoid the need to do things >> like: : >> This will become more useful as more ports start using bzip2'ed distfiles. I agree. For example, `automatic sensing' would be realized as below, but I can't imagine how to auto-depend to ${PORTSDIR}/archivers/bzip2. --- bsd.port.mk.orig Mon Feb 1 16:38:32 1999 +++ bsd.port.mk Mon Feb 1 19:19:44 1999 @@ -672,6 +672,10 @@ EXTRACT_BEFORE_ARGS?= -xzf .endif +BZIP2_EXTRACT_CMD= bzip2 +BZIP2_EXTRACT_BEFORE_ARGS= -dc +BZIP2_EXTRACT_AFTER_ARGS= | /usr/bin/tar -xf - + # Figure out where the local mtree file is .if !defined(MTREE_FILE) .if defined(USE_X_PREFIX) @@ -1333,9 +1337,11 @@ @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @for file in ${EXTRACT_ONLY}; do \ - if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ - then \ - exit 1; \ + cd ${WRKDIR}; \ + if [ `expr $$file : '.*\.tar\.bz2'` -gt 0 ]; then \ + ${BZIP2_EXTRACT_CMD} ${BZIP2_EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${BZIP2_EXTRACT_AFTER_ARGS} || exit 1; \ + else \ + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS} || exit 1; \ fi \ done .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 02:22:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA26748 for freebsd-ports-outgoing; Mon, 1 Feb 1999 02:22:58 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from www.giovannelli.it (kirk.giovannelli.it [194.184.65.4] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA26731 for ; Mon, 1 Feb 1999 02:22:51 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem05.masternet.it [194.184.65.15]) by www.giovannelli.it (8.8.8/8.8.5) with SMTP id LAA06392 for ; Mon, 1 Feb 1999 11:22:39 +0100 (MET) Message-Id: <4.1.19990201112909.009f59d0@194.184.65.4> X-Sender: gmarco@194.184.65.4 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Mon, 01 Feb 1999 11:30:58 +0100 To: ports@FreeBSD.ORG From: Gianmarco Giovannelli Subject: Perl mod and Apache Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's marked broken and it seems a little outdated too (it looks for apache 1.2.x) ... :-) Any plans of improvements ? Thanks for attention... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 02:26:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27450 for freebsd-ports-outgoing; Mon, 1 Feb 1999 02:26:53 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27440 for ; Mon, 1 Feb 1999 02:26:48 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.2/8.9.2) id MAA14687; Mon, 1 Feb 1999 12:26:02 +0200 (SAT) (envelope-from reg) Date: Mon, 1 Feb 1999 12:26:02 +0200 From: Jeremy Lea To: SADA Kenji Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9796 Message-ID: <19990201122602.A3184@shale.csir.co.za> References: <19990201095437.C134@shale.csir.co.za> <19990201100245.55718.sada@rr.iij4u.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990201100245.55718.sada@rr.iij4u.or.jp>; from SADA Kenji on Mon, Feb 01, 1999 at 07:02:45PM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Mon, Feb 01, 1999 at 07:02:45PM +0900, SADA Kenji wrote: > >> > Synopsis: Port fix: libaudiofile > : > >> I'm still waiting for this patch to propogate to me... It's been 36 hours. > >> Please only close PR's after you've done the work, else they'll get lost. > > Have you ever checked out the CVS repository and see current status ? > I've already fixed them before your PR's are delivered. > Next time, I'll write ``State-Changed-Why'' more cleary. Did you even look at my patch!!! Do you think I submit problem reports for fun!!! And of course my tree is up to date. That's why my PR says: "Really fix libtool for 4.0-CURRENT." You have *not* fixed any of the libtool ports for 4.0-CURRENT. You don't seem to even understand the problem. Just searching and replacing 'freebsd3*' with 'freebsd3* | freebsd4*' in all the patches is not a fix. You need an extra bit in the patch to enable shared library support for freebsd4. OK, as pointed out by Peter and others, my patch may not be the best way, but if you don't know libtool, or understand how it works then don't try fixing it. Have you built any of your 'fixed' ports on a 4.0-CURRENT machine? Ten bucks says they don't generate shared libraries... Look at the patches in devel/libtool a bit more carefully too. Please reopen these PR's and any others that you closed dealing with libtool... -Jeremy -- | If I was not so weak, if I was not so cold, --+-- If I was not so scared of being broken, growing old, | I would be. I would be... frail. | - jars of clay / much afraid / frail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 03:20:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02660 for freebsd-ports-outgoing; Mon, 1 Feb 1999 03:20:07 -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 DAA02647 for ; Mon, 1 Feb 1999 03:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA14611; Mon, 1 Feb 1999 03:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 1 Feb 1999 03:20:02 -0800 (PST) Message-Id: <199902011120.DAA14611@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Kris Kennaway Subject: Re: ports/9261: New port - FakeBO (BackOrifice client emulator) Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9261; it has been noted by GNATS. From: Kris Kennaway To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9261: New port - FakeBO (BackOrifice client emulator) Date: Mon, 1 Feb 1999 21:41:28 +1030 (CST) This updates my port to v0.3.1, which adds support for simulation of something called "NetBus" (aparently some other kind of remote admin tool or something). Kris diff -ruN fakebo/Makefile fakebo~/Makefile --- fakebo/Makefile Fri Jan 1 19:51:44 1999 +++ fakebo~/Makefile Mon Feb 1 21:21:14 1999 @@ -1,27 +1,31 @@ # New ports collection makefile for: fakebo -# Version required: 0.1.9 -# Date created: 31 December 1998 +# Version required: 0.3.1 +# Date created: 31 January 1999 # Whom: Kris Kennaway # # $Id$ # DISTNAME= fakebo -PKGNAME= fakebo-0.1.9 +PKGNAME= fakebo-0.3.1 CATEGORIES= security MASTER_SITES= http://yi.com/home/KosturjakVlatko/ EXTRACT_SUFX= .tgz MAINTAINER= kkennawa@physics.adelaide.edu.au -WRKSRC= ${WRKDIR}/fakebo-0.1.9 +WRKSRC= ${WRKDIR}/fakebo-0.3.1/ + +MAN1= fakebo.1 do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/ - @${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/ + ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/ + ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/ + .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/fakebo/ - @${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/ + ${MKDIR} ${PREFIX}/share/doc/fakebo/ + ${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/ .endif .include diff -ruN fakebo/files/md5 fakebo~/files/md5 --- fakebo/files/md5 Thu Dec 31 18:37:32 1998 +++ fakebo~/files/md5 Mon Feb 1 21:08:44 1999 @@ -1 +1 @@ -MD5 (fakebo.tgz) = e4ad90361e681db38634b0b3460c3542 +MD5 (fakebo.tgz) = 4d5206094be707bf54102ae2ca2e8f13 diff -ruN fakebo/patches/patch-aa fakebo~/patches/patch-aa --- fakebo/patches/patch-aa Thu Dec 31 18:46:03 1998 +++ fakebo~/patches/patch-aa Mon Feb 1 21:09:39 1999 @@ -1,23 +1,22 @@ -*** Makefile~ Wed Dec 30 04:21:04 1998 ---- Makefile Thu Dec 31 18:39:36 1998 +*** Makefile.orig Sat Jan 30 11:41:09 1999 +--- Makefile Mon Feb 1 21:09:29 1999 *************** -*** 1,9 **** - # Makefile for FakeBo - # by KoSt. +*** 7,14 **** + TARFILES=Makefile README COPYING CREDITS ChangeLog custom.replies fakebo.c global.h bo.h nb.h fakebo.conf + # for Linux machines ! CC=gcc +! CFLAGS=-O3 -Wall + LFLAGS= INSTALL=/usr/bin/install -c -! CFLAGS=-O3 + BINDIR=/usr/local/bin +--- 7,15 ---- + TARFILES=Makefile README COPYING CREDITS ChangeLog custom.replies fakebo.c global.h bo.h nb.h fakebo.conf - all: fakebo - clean: ---- 1,9 ---- - # Makefile for FakeBo - # by KoSt. - -! CC ?= gcc + # for Linux machines +! CC?=gcc +! CFLAGS?=-O3 +! CFLAGS+=-Wall + LFLAGS= INSTALL=/usr/bin/install -c -! CFLAGS ?= -O3 - - all: fakebo - clean: + BINDIR=/usr/local/bin ------------------------------------------------------------------------------ The Feynman Problem-Solving Algorithm: (1) Write down the problem (2) Think real hard (3) Write down the answer ------------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 03:51:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA06116 for freebsd-ports-outgoing; Mon, 1 Feb 1999 03:51:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA06058 for ; Mon, 1 Feb 1999 03:50:51 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (tiburon [158.227.6.111]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id MAA00931; Mon, 1 Feb 1999 12:48:18 +0100 (MET) Message-ID: <36B59480.C03E3AE4@we.lc.ehu.es> Date: Mon, 01 Feb 1999 12:48:16 +0100 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica X-Mailer: Mozilla 4.07 [en] (X11; U; FreeBSD 3.0-STABLE i386) MIME-Version: 1.0 To: Allan Saddi CC: freebsd-ports@FreeBSD.ORG Subject: Re: does the Acrobat plug-in work with Linux Netscape? References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Allan Saddi wrote: > > On Fri, 29 Jan 1999, Jose M. Alcaide wrote: > > > ... and netscape starts, but it says that it has not any plug-ins > > attached. > > I got this working by symlinking nppdf.so in my netscape's plugins > directory to ${PREFIX}/Acrobat3/Browsers/intellinux/nppdf.so. Then, under > Preferences->Navigator->Applications, I created a new entry for > application/pdf, made sure "Plug In: nppdf.so" was selected and hit OK. > > I'm using the netscape4-navigator.us port, but I don't think it should > really matter. > I tried the symlink, to no avail: $ cd /usr/local/lib/netscape/plugins; ls -l lrwxr-xr-x 1 root bin 48 1 feb 11:08 nppdf.so -> /usr/local/Acrobat3/Browsers/intellinux/nppdf.so But the URL "about:plugins" keeps showing that there are not plugins installed. You said that you are using the netscape4-navigator.us port. This port installs the FreeBSD executable. Then, are you using the Acrobat plugin (which is a Linux executable) with Netscape for FreeBSD? I thought that this was not possible. Thanks, -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | http://www.we.lc.ehu.es/~jose Dpto. de Electricidad y Electrónica | Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 04:31:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA13354 for freebsd-ports-outgoing; Mon, 1 Feb 1999 04:31:21 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA13337 for ; Mon, 1 Feb 1999 04:31:14 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id XAA30634 for ; Mon, 1 Feb 1999 23:01:10 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA05995; Mon, 1 Feb 1999 23:01:09 +1030 Date: Mon, 1 Feb 1999 23:01:09 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: ports@FreeBSD.ORG Subject: libtool stupidity 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 You know, I think the best thing to do for ports which use their own version of libtool is to just depend on /usr/ports/devel/libtool and patch configure to look in /usr/local/share/libtool, not wherever they happen to keep their specific version. Otherwise, we'll end up with the same patches in each of 50 ports which make use of a local copy of ltconfig/ltmain.sh and friends. Hopefully, most ports don't depend on custom hackery to their version, so we can just make the modifications once and have it just work. This seems to work okay for the ports I've tried it with. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 05:00:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16762 for freebsd-ports-outgoing; Mon, 1 Feb 1999 05:00:08 -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 FAA16685 for ; Mon, 1 Feb 1999 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA21978; Mon, 1 Feb 1999 05:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA16289 for ; Mon, 1 Feb 1999 04:57:26 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.76 (dialup-6.rebel.net.au [203.20.69.76]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id XAA25677 for ; Mon, 1 Feb 1999 23:26:54 +1030 Received: (qmail 80600 invoked by uid 0); 1 Feb 1999 12:57:40 -0000 Message-Id: <19990201125740.80599.qmail@morden.rebel.net.au> Date: 1 Feb 1999 12:57:40 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9855: Unbreak x11-toolkits/gtkgl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9855 >Category: ports >Synopsis: Unbreak x11-toolkits/gtkgl >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 Feb 1 05:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-4.0 >Organization: FreeBSD >Environment: 4.0-CURRENT >Description: The attached patches unbreak this port, which was a combination of: * libGL requiring an explicit -lXext in the post-ELF world * libtool breakage for 4.0-CURRENT Instead of patching the supplied copy of libtool, I've added a BUILD_DEPENDS on devel/libtool and patched configure to look there (much more maintainable in the long run). >How-To-Repeat: >Fix: diff -ruN gtkgl/Makefile gtkgl~/Makefile --- gtkgl/Makefile Wed Dec 30 04:52:59 1998 +++ gtkgl~/Makefile Mon Feb 1 23:19:57 1999 @@ -15,11 +15,11 @@ LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ MesaGL.14:${PORTSDIR}/graphics/Mesa3 - -BROKEN_ELF= configure +BUILD_DEPENDS= ${LOCALBASE}/share/libtool/ltconfig:${PORTSDIR}/devel/libtool/ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-Mesa=yes +CONFIGURE_ENV= LOCALBASE=${LOCALBASE} pre-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ diff -ruN gtkgl/patches/patch-aa gtkgl~/patches/patch-aa --- gtkgl/patches/patch-aa Mon Sep 21 06:55:15 1998 +++ gtkgl~/patches/patch-aa Mon Feb 1 23:05:46 1999 @@ -1,25 +1,94 @@ ---- configure.orig Tue Sep 15 00:43:41 1998 -+++ configure Tue Sep 15 00:44:06 1998 -@@ -1397,18 +1397,18 @@ - if test x$gtk_config_exec_prefix != x ; then - gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk11-config - fi - fi - if test x$gtk_config_prefix != x ; then - gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" - if test x${GTK_CONFIG+set} != xset ; then -- GTK_CONFIG=$gtk_config_prefix/bin/gtk-config -+ GTK_CONFIG=$gtk_config_prefix/bin/gtk11-config - fi - fi - -- # Extract the first word of "gtk-config", so it can be a program name with args. --set dummy gtk-config; ac_word=$2 -+ # Extract the first word of "gtk11-config", so it can be a program name with args. -+set dummy gtk11-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:1414: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then +*** configure.orig Sat Apr 18 13:25:08 1998 +--- configure Mon Feb 1 22:56:18 1999 +*************** +*** 1330,1337 **** + # Actually configure libtool. ac_aux_dir is where install-sh is found. + CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ + LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ +! ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ +! $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + + +--- 1330,1337 ---- + # Actually configure libtool. ac_aux_dir is where install-sh is found. + CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ + LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ +! ${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig \ +! $libtool_flags --no-verify ${LOCALBASE}/share/libtool//ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } + + +*************** +*** 1397,1414 **** + if test x$gtk_config_exec_prefix != x ; then + gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" + if test x${GTK_CONFIG+set} != xset ; then +! GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config + fi + fi + if test x$gtk_config_prefix != x ; then + gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" + if test x${GTK_CONFIG+set} != xset ; then +! GTK_CONFIG=$gtk_config_prefix/bin/gtk-config + fi + fi + +! # Extract the first word of "gtk-config", so it can be a program name with args. +! set dummy gtk-config; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + echo "configure:1414: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then +--- 1397,1414 ---- + if test x$gtk_config_exec_prefix != x ; then + gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix" + if test x${GTK_CONFIG+set} != xset ; then +! GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk11-config + fi + fi + if test x$gtk_config_prefix != x ; then + gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix" + if test x${GTK_CONFIG+set} != xset ; then +! GTK_CONFIG=$gtk_config_prefix/bin/gtk11-config + fi + fi + +! # Extract the first word of "gtk11-config", so it can be a program name with args. +! set dummy gtk11-config; ac_word=$2 + echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 + echo "configure:1414: checking for $ac_word" >&5 + if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then +*************** +*** 2456,2462 **** + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +! LIBS="-lGL ${last_LDFLAGS} $LIBS" + cat > conftest.$ac_ext <&6 + else + ac_save_LIBS="$LIBS" +! LIBS="-lGL -lXext ${last_LDFLAGS} $LIBS" + cat > conftest.$ac_ext <&6 + else + ac_save_LIBS="$LIBS" +! LIBS="-lGLU ${last_LDFLAGS} $LIBS" + cat > conftest.$ac_ext <&6 + else + ac_save_LIBS="$LIBS" +! LIBS="-lGLU -lXext -lGL ${last_LDFLAGS} $LIBS" + cat > conftest.$ac_ext <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 06:42:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28636 for freebsd-ports-outgoing; Mon, 1 Feb 1999 06:42:17 -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 GAA28623; Mon, 1 Feb 1999 06:42:12 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA08599; Mon, 1 Feb 1999 06:42:11 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Mon, 1 Feb 1999 06:42:11 -0800 (PST) Message-Id: <199902011442.GAA08599@freefall.freebsd.org> To: billf@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, billf@FreeBSD.ORG Subject: Re: ports/9846 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - WebCrawl Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Mon Feb 1 06:41:51 PST 1999 Responsible-Changed-Why: I will import this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 06:43:41 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29019 for freebsd-ports-outgoing; Mon, 1 Feb 1999 06:43:41 -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 GAA29002; Mon, 1 Feb 1999 06:43:35 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA27051; Mon, 1 Feb 1999 06:43:34 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Mon, 1 Feb 1999 06:43:34 -0800 (PST) Message-Id: <199902011443.GAA27051@freefall.freebsd.org> To: billf@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, billf@FreeBSD.ORG Subject: Re: ports/9847 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - urlget Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Mon Feb 1 06:43:20 PST 1999 Responsible-Changed-Why: I will import this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 06:46:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA29872 for freebsd-ports-outgoing; Mon, 1 Feb 1999 06:46:30 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA29858 for ; Mon, 1 Feb 1999 06:46:23 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA092739310; Mon, 1 Feb 1999 03:55:10 -0500 Date: Mon, 1 Feb 1999 03:55:10 -0500 (EST) From: Bill Fumerola To: Roland Jesse Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9835: Port update: squeak2 In-Reply-To: <199901312330.PAA78486@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 31 Jan 1999, Roland Jesse wrote: > No, not for this specific update. But we did have some discussion about > the squeak port some time ago (when 2.2 was current). The initial port > (now: lang/squeak1) was done by me. I did not have the time to do any > squeak2 porting (as I was studying at another university for a year > without access to a FreeBSD machine), so he did it. Now, I just updated > the port as I am was compiling 2.3 anyway. Okay. I haven't looked at the guts of it yet, I was just commenting on what I saw initially. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 07:00:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01787 for freebsd-ports-outgoing; Mon, 1 Feb 1999 07:00:04 -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 HAA01750 for ; Mon, 1 Feb 1999 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA63732; Mon, 1 Feb 1999 07:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 1 Feb 1999 07:00:01 -0800 (PST) Message-Id: <199902011500.HAA63732@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Bill Fumerola Subject: Re: ports/9851: R update 0.63.2 Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9851; it has been noted by GNATS. From: Bill Fumerola To: Maurice Castro Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/9851: R update 0.63.2 Date: Mon, 1 Feb 1999 04:06:12 -0500 (EST) On Mon, 1 Feb 1999, Maurice Castro wrote: > >Synopsis: Port update > >How-To-Repeat: > > Two share files are included Shar files, actually. Secondly, please please please use patch(1) to send port updates, not shar. I believe this is all outlined in http://www.FreeBSD.org/handbook/porting.html - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 07:04:43 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA02384 for freebsd-ports-outgoing; Mon, 1 Feb 1999 07:04:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA02369; Mon, 1 Feb 1999 07:04:39 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA098030282; Mon, 1 Feb 1999 04:11:22 -0500 Date: Mon, 1 Feb 1999 04:11:22 -0500 (EST) From: Bill Fumerola To: Jeremy Lea Cc: SADA Kenji , freebsd-ports@FreeBSD.ORG Subject: Re: ports/9796 In-Reply-To: <19990201095437.C134@shale.csir.co.za> 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, 1 Feb 1999, Jeremy Lea wrote: > On Sat, Jan 30, 1999 at 08:38:18AM -0800, SADA Kenji wrote: > > Synopsis: Port fix: libaudiofile > > > > State-Changed-From-To: open->closed > > State-Changed-By: sada > > State-Changed-When: Sat Jan 30 08:37:36 PST 1999 > > State-Changed-Why: > > Fixed, Thanks. > > I'm still waiting for this patch to propogate to me... It's been 36 hours. > Please only close PR's after you've done the work, else they'll get lost. I don't know the specifics of this incident, but normally I include the pertinent output from 'cvs log' when I close a PR. I hear the WWW people like us better when we do that too. :> - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 07:19:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04143 for freebsd-ports-outgoing; Mon, 1 Feb 1999 07:19:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04133 for ; Mon, 1 Feb 1999 07:19:35 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (tiburon [158.227.6.111]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id QAA01718; Mon, 1 Feb 1999 16:18:37 +0100 (MET) Message-ID: <36B5C5CC.10E83554@we.lc.ehu.es> Date: Mon, 01 Feb 1999 16:18:36 +0100 From: "Jose M. Alcaide" Organization: Universidad del Pais Vasco - Dept. de Electricidad y Electronica X-Mailer: Mozilla 4.07 [en] (X11; U; FreeBSD 3.0-STABLE i386) MIME-Version: 1.0 To: Allan Saddi CC: freebsd-ports@FreeBSD.ORG, tom@eborcom.com Subject: Re: does the Acrobat plug-in work with Linux Netscape? References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Allan Saddi wrote: > > On Fri, 29 Jan 1999, Jose M. Alcaide wrote: > > > ... and netscape starts, but it says that it has not any plug-ins > > attached. > > I got this working by symlinking nppdf.so in my netscape's plugins > directory to ${PREFIX}/Acrobat3/Browsers/intellinux/nppdf.so. Then, under > Preferences->Navigator->Applications, I created a new entry for > application/pdf, made sure "Plug In: nppdf.so" was selected and hit OK. > > I'm using the netscape4-navigator.us port, but I don't think it should > really matter. > Please, ignore my previous message. I finally found the problem: The linux-netscape port installs Netscape 4.08 (base install) for Linux 1.2. For some reason that I cannot understand, all versions of Netscape for Linux 1.2 are installed without the "plugins" directory, which should contain the "libnullplugin.so" file. Without this file, no plug-in is attached to Netscape. Then, I installed Netscape Professional Edition for Linux 2.0. This version _has_ the "plugins" directory and the "libnullplugin.so" file. Then I made the symlink to "nppdf.so", as you told me, and now the Acrobat plug-in works. I think that the linux-netscape port maintainer should be informed of this problem, and this is the reason for I CC'ed this message to him. Many thanks for your help, -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | http://www.we.lc.ehu.es/~jose Dpto. de Electricidad y Electrónica | Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 08:40:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12549 for freebsd-ports-outgoing; Mon, 1 Feb 1999 08:40:03 -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 IAA12514 for ; Mon, 1 Feb 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA70709; Mon, 1 Feb 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alms1.fw.att.com (alms1.att.com [192.128.167.146]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12408 for ; Mon, 1 Feb 1999 08:38:55 -0800 (PST) (envelope-from root@rally3.jazz.att.com) Received: from rally3.jazz.att.com ([135.91.18.87]) by alms1.fw.att.com (AT&T/IPNS/GW-1.0) with ESMTP id LAA14101 for ; Mon, 1 Feb 1999 11:38:53 -0500 (EST) Received: (from root@localhost) by rally3.jazz.att.com (8.9.1/8.9.1) id LAA02779; Mon, 1 Feb 1999 11:38:55 -0500 (EST) (envelope-from root) Message-Id: <199902011638.LAA02779@rally3.jazz.att.com> Date: Mon, 1 Feb 1999 11:38:55 -0500 (EST) From: Charlie Root Reply-To: david@infocom.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9861: apache will not start Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9861 >Category: ports >Synopsis: apache will not start >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 08:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Scheidt >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: FreeBSD rally3.jazz.att.com 3.0-RELEASE FreeBSD 3.0-RELEASE #10: Fri Jan 22 14:00:07 EST 1999 root@tumbolia.jazz.att.com:/usr/src/sys/compile/TUMBOLIA i386 >Description: apache will not run. This is /usr/ports/www/apache13 (apache 1.3.2). rally3# /usr/local/sbin/apachectl start Syntax error on line 27 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_info.so into server: /usr/local/libexec/apache/mod_info.so: Undefined symbol "ap_user_id" /usr/local/sbin/apachectl start: httpd could not be started >How-To-Repeat: cd /usr/ports/www/apache13 make make install /usr/local/sbin/apachectl start >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 11:00:15 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA28873 for freebsd-ports-outgoing; Mon, 1 Feb 1999 11:00:15 -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 LAA28854 for ; Mon, 1 Feb 1999 11:00:12 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA80131 for freebsd-ports@freebsd.org; Mon, 1 Feb 1999 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Feb 1999 11:00:10 -0800 (PST) Message-Id: <199902011900.LAA80131@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/01/25] ports/9691 ports jadetex port depends on unknown other pac o [1999/01/28] ports/9751 ports New Port: 3.0-RELEASE's ld.so - needed fo 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/03/22] ports/6100 ports xmpeg3 chokes on filenames with spaces o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/08/27] ports/7761 ports Update to recent port submission of nicet a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1998/11/29] ports/8891 ports ssh2 port assume you have zipped manpage o [1999/01/02] ports/9279 ports new port submission - libparanoia. o [1999/01/13] ports/9480 ports ELF kernel netboot o [1999/01/24] ports/9666 ports tcl/tk applications crash when seeing CES o [1999/01/25] ports/9688 ports The current tcl80 port has problems, does o [1999/01/25] ports/9692 ports Applications crash when seeing a FreeBSD o [1999/01/28] ports/9757 ports can't make package o [1999/01/30] ports/9799 ports Fix tgif port o [1999/01/30] ports/9806 ports Port fix: autoconf o [1999/01/30] ports/9818 ports Port upgrade: gnomeutils o [1999/01/30] ports/9819 ports Port fix: ncurses o [1999/01/30] ports/9823 ports Port upgrade: gnomeadmin o [1999/01/30] ports/9824 ports Port fix: gnomepim o [1999/01/30] ports/9825 ports Port fix: gnomegames o [1999/01/30] ports/9826 ports Port fix: gnomeprint o [1999/01/30] ports/9827 ports Port fix: gnomecore o [1999/01/30] ports/9829 ports Port fix: ggv o [1999/02/01] ports/9861 ports apache will not start 23 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/03/08] ports/5946 ports New port biology/molmol a [1998/03/15] ports/6017 ports new port: yacl f [1998/04/01] ports/6194 ports New port: mirrormagic-1.3 o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 a [1998/04/19] ports/6355 ports New port: qplug - Netscape plugin to show o [1998/04/20] ports/6361 ports New port: GNU Pascal Compiler o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/11] ports/6598 ports New port: asmodem - displays the modem st o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/21] ports/6709 ports New port kmessage o [1998/05/23] ports/6728 ports New port ktranslator o [1998/05/28] ports/6776 ports New port - xqf o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/28] ports/7094 ports New port of xbomber game o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f o [1998/07/02] ports/7150 ports `elftoaout': new port o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/08] ports/7532 ports New port: ipltd-2.01 o [1998/08/18] ports/7659 ports New port: pfx-0.1.1 o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/08/24] ports/7734 ports update atari800 - upgrade to the latest v o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac f [1998/10/13] ports/8299 ports new port for games/xbd (Boulder Dash) o [1998/10/30] ports/8516 ports Addition of port for rblsmtpd (qmail RBL o [1998/11/07] ports/8586 ports new port: misc/kmamerun o [1998/11/08] ports/8620 ports New option to colorls - -K, color only to o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/13] ports/8675 ports new port: x11-toolkits/gtkstep11 o [1998/11/15] ports/8692 ports new port: x11/kvidtune o [1998/11/15] ports/8696 ports New port: psi88 o [1998/11/18] ports/8740 ports New ports collection lesw-332 o [1998/11/19] ports/8767 ports New port: gtksql-0.2 o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/22] ports/8795 ports xgal.sndsrv.freebsd.c is out of sync with f [1998/11/23] ports/8816 ports New port: ptc-2.0.10 o [1998/11/23] ports/8822 ports New port: InterNetNews 2.2beta2 o [1998/11/25] ports/8863 ports [Reviced] New port: mopac7 o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/02] ports/8943 ports New port: InterNetNews 2.2beta2 o [1998/12/14] ports/9080 ports New port: mail/rblsmtpd o [1998/12/18] ports/9125 ports problem of vim in packages of Free 3.0 o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1998/12/20] ports/9150 ports Ports depending on jdk need to know where o [1998/12/22] ports/9180 ports R-63.1 port update o [1998/12/27] ports/9213 ports new port request: korean/netscape4-{commu o [1998/12/28] ports/9222 ports New ports: grace-5.0.1 the successor of x o [1998/12/31] ports/9256 ports Port of cmail o [1999/01/01] ports/9261 ports New port - FakeBO (BackOrifice client emu o [1999/01/03] ports/9289 ports New Port - ASPostit (Dockable version of o [1999/01/04] ports/9314 ports New port: wmmount-1.0b1 o [1999/01/04] ports/9315 ports New port: wmcyrx-2.0, The cyrillic keyboa o [1999/01/05] ports/9324 ports AfterStep-stable port needs to be updated o [1999/01/07] ports/9366 ports New port of icmpquery o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/09] ports/9421 ports No Postscript type 1 font conversion util o [1999/01/11] ports/9452 ports New port for itk-3.0.1 o [1999/01/11] ports/9453 ports New port for itcl-3.0.1 o [1999/01/11] ports/9454 ports New port for iwidgets-3.0.0 o [1999/01/12] ports/9466 ports ports submission o [1999/01/17] ports/9540 ports Update port: japanese/perl5 o [1999/01/19] ports/9571 ports New ports for netscape plug-in, named "pl o [1999/01/19] ports/9572 ports Update to kmpg (KDE MPEG audio player) o [1999/01/21] ports/9604 ports Minor improvements to ucspi-tcp port o [1999/01/21] ports/9608 ports Linux Communicator 4.5 o [1999/01/21] ports/9615 ports explorer port fails to build, can't find o [1999/01/22] ports/9625 ports [update] japanese/Wnn korean/Wnn chinese/ o [1999/01/22] ports/9629 ports New ports: ja-canuum-1.0(japanese/canuum) o [1999/01/23] ports/9635 ports New port: textproc/psgml-emacs o [1999/01/23] ports/9636 ports New port: textproc/psgml-mule o [1999/01/23] ports/9637 ports New port: textproc/psgml-emacs20 o [1999/01/23] ports/9649 ports abc2ps port o [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] ports/9672 ports New port: misc/xtail o [1999/01/25] ports/9675 ports databases/p5-DBD-Pg not broken anymore o [1999/01/25] ports/9680 ports Upgrade port: games/pysol o [1999/01/25] ports/9685 ports [PATCH] databases/postgesql broken for 4. o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/25] ports/9690 ports Multiple problems installing TeX port o [1999/01/25] ports/9694 ports netatalk-asun nits o [1999/01/26] ports/9697 ports New port - wmweather o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9702 ports libffi ports changes o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/26] ports/9710 ports NN-6.5.3 with NOV enabled can't find .ove o [1999/01/27] ports/9719 ports New port: misc/fortuneit o [1999/01/27] ports/9725 ports new ports ( devel/swarm ) o [1999/01/27] ports/9726 ports new ports ( devel/swarm ) o [1999/01/27] ports/9730 ports argus port fails configure if /dev/bpf0 d o [1999/01/27] ports/9731 ports aterm port needs Xpm dependency o [1999/01/27] ports/9732 ports spin port update o [1999/01/27] ports/9733 ports UPDATE ports/devel/ftnchek o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9736 ports PostGreSQL configure failing on 4.0 o [1999/01/27] ports/9737 ports Update port: emulators/xsystem35 o [1999/01/27] ports/9738 ports update tcsh to version 6.08.02 o [1999/01/27] ports/9739 ports Update to math/metis port o [1999/01/27] ports/9740 ports New port: cm postscript fonts by AMS o [1999/01/27] ports/9741 ports New port: ams postscript fonts by AMS o [1999/01/28] ports/9745 ports Ports changes for SWARM ports ( ports/972 o [1999/01/28] ports/9760 ports Submission of icecast o [1999/01/28] ports/9763 ports make README.html creates blank files at t o [1999/01/28] ports/9766 ports gnomepim build dies o [1999/01/28] ports/9768 ports Windowmaker upgrade: 0.51.0 o [1999/01/28] ports/9769 ports rxvt port MASTER_SITE directory has chang o [1999/01/29] ports/9771 ports New port: ja-epwutil-1.0 o [1999/01/29] ports/9776 ports emacs20-dl fails to build on 4.0-CURRENT o [1999/01/29] ports/9780 ports I would like to contribute a new ports co o [1999/01/29] ports/9783 ports I would like to contribute a new port o [1999/01/29] ports/9784 ports xmysqladmin port broken o [1999/01/29] ports/9786 ports tk80 port doesn't create man page links o [1999/01/29] ports/9787 ports tcl80 port doesn't make man page links o [1999/01/29] ports/9788 ports fix for textutils port makeinfo problem o [1999/01/29] ports/9790 ports Update wmnet port to v1.2 o [1999/01/30] ports/9795 ports The Handbook is not clear on how to deal o [1999/01/30] ports/9808 ports Upgrade Port: chimera2 o [1999/01/30] ports/9811 ports New port: lang/gnomeguile o [1999/01/30] ports/9812 ports New port: devel/libgtopbindings o [1999/01/30] ports/9830 ports update port ascd-0.7 to 0.9.1 o [1999/01/30] ports/9831 ports Update port wmmail-0.59 to 0.62 o [1999/01/30] ports/9832 ports net/xwhois port tries to assume gtk-1.0 d o [1999/01/31] ports/9835 ports Port update: squeak2 o [1999/01/31] ports/9836 ports New port: misc/delay-1.0 o [1999/01/31] ports/9838 ports New port: audio/realplayer (RealPlayer 5. o [1999/01/31] ports/9839 ports New port - www/snarf o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] ports/9850 ports graphics/tiff34 port fails o [1999/01/31] ports/9851 ports Port update o [1999/01/31] ports/9852 ports new port: wmdate-0.5 o [1999/01/31] ports/9853 ports update to lesstif port o [1999/02/01] ports/9855 ports Unbreak x11-toolkits/gtkgl 145 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 12:50:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14313 for freebsd-ports-outgoing; Mon, 1 Feb 1999 12:50:08 -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 MAA14251 for ; Mon, 1 Feb 1999 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA87330; Mon, 1 Feb 1999 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from PeeCee.tbe.com (firewallx.tbe.com [192.88.94.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14042 for ; Mon, 1 Feb 1999 12:47:08 -0800 (PST) (envelope-from dkelly@PeeCee.tbe.com) Received: (from dkelly@localhost) by PeeCee.tbe.com (8.8.8/8.8.7) id OAA13144; Mon, 1 Feb 1999 14:47:07 -0600 (CST) (envelope-from dkelly) Message-Id: <199902012047.OAA13144@PeeCee.tbe.com> Date: Mon, 1 Feb 1999 14:47:07 -0600 (CST) From: dkelly@nebula.tbe.com Reply-To: dkelly@nebula.tbe.com To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: dkelly@hiwaay.net X-Send-Pr-Version: 3.2 Subject: ports/9863: netscape45-communicator.us needs linux? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9863 >Category: ports >Synopsis: netscape45-communicator.us needs linux? >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 Feb 1 12:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Kelly >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: /usr/ports/www/netscape45-communicator.us/Makefile says: RUN_DEPENDS= /compat/linux/lib/ld-linux.so.1:${PORTSDIR}/emulators/linux_lib yet the binary is communicator-v45-us.x86-unknown-freebsd.tar.gz and claims to be FreeBSD native. >How-To-Repeat: Install the current port of netscape45-communicator.us. >Fix: Unless I'm mistaken, simply delete the Linux dependancy. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 12:50:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14314 for freebsd-ports-outgoing; Mon, 1 Feb 1999 12:50:08 -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 MAA14260 for ; Mon, 1 Feb 1999 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA87339; Mon, 1 Feb 1999 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14103 for ; Mon, 1 Feb 1999 12:48:12 -0800 (PST) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.9.1/8.8.8) id MAA04877 for ; Mon, 1 Feb 1999 12:48:11 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda04875; Mon Feb 1 12:47:53 1999 Received: (from cschuber@localhost) by passer.osg.gov.bc.ca (8.9.2/8.9.1) id MAA21978; Mon, 1 Feb 1999 12:47:53 -0800 (PST) Message-Id: <199902012047.MAA21978@passer.osg.gov.bc.ca> Date: Mon, 1 Feb 1999 12:47:53 -0800 (PST) From: Cy Schubert Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9864: rblcheck patch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9864 >Category: ports >Synopsis: make rblcheck use relay.orbs.org instead of dorkslayers.com >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 12:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: ITSD Province of British Columbia >Environment: FreeBSD passer.osg.gov.bc.ca 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Wed Dec 16 14:17:04 PST 1998 root@passer.osg.gov.bc.ca:/opt/usr_src-228/src/sys/compile/PASSER i386 + CAM Patches >Description: Rblcheck currently checks the RBL from vix.com and dorkslayers.com. Dorkslaysers.com no longer exists and has been replaced by orbs.org. The patch (patch-ac) reflects this change. >How-To-Repeat: N/A >Fix: New patch file patch-ac: --- rblcheck.c.orig Mon Feb 1 08:50:02 1999 +++ rblcheck.c Mon Feb 1 08:50:55 1999 @@ -327,7 +327,7 @@ /* Add more sites you want in the default list of RBL-alike systems here. ### An easier way to change this is needed. ### */ rblsites = togglesite( "rbl.maps.vix.com", rblsites ); - rblsites = togglesite( "orbs.dorkslayers.com", rblsites ); + rblsites = togglesite( "relays.orbs.org", rblsites ); progname = argv[ 0 ]; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 13:51:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21883 for freebsd-ports-outgoing; Mon, 1 Feb 1999 13:51:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail13.svr.pol.co.uk (mail13.svr.pol.co.uk [195.92.193.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21831 for ; Mon, 1 Feb 1999 13:51:43 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-55.penicillin.dialup.pol.co.uk ([62.136.83.55]) by mail13.svr.pol.co.uk with esmtp (Exim 2.10 #1) id 107RFq-00016O-00 for freebsd-ports@FreeBSD.ORG; Mon, 1 Feb 1999 21:51:39 +0000 Received: (qmail 13177 invoked by uid 5000); 1 Feb 1999 21:15:51 -0000 Date: Mon, 1 Feb 1999 21:15:51 +0000 From: Tom Hukins To: "Jose M. Alcaide" Cc: Allan Saddi , freebsd-ports@FreeBSD.ORG Subject: Re: does the Acrobat plug-in work with Linux Netscape? Message-ID: <19990201211551.A13145@eborcom.com> References: <36B5C5CC.10E83554@we.lc.ehu.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <36B5C5CC.10E83554@we.lc.ehu.es>; from Jose M. Alcaide on Mon, Feb 01, 1999 at 04:18:36PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 01, 1999 at 04:18:36PM +0100, Jose M. Alcaide wrote: > The linux-netscape port installs Netscape 4.08 (base install) for > Linux 1.2. For some reason that I cannot understand, all versions > of Netscape for Linux 1.2 are installed without the "plugins" > directory, which should contain the "libnullplugin.so" file. > Without this file, no plug-in is attached to Netscape. Thanks, Jose. When I took over as maintainer of the port it was using a 1.2 version, so I just stuck with that. I'll upgrade the port to use a newer version soon(ish). My 33.6 modem has trouble downloading Netscape too often, though. :) Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 14:00:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA23070 for freebsd-ports-outgoing; Mon, 1 Feb 1999 14:00:04 -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 OAA23024 for ; Mon, 1 Feb 1999 14:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA92946; Mon, 1 Feb 1999 14:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail13.svr.pol.co.uk (mail13.svr.pol.co.uk [195.92.193.24]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21713 for ; Mon, 1 Feb 1999 13:51:35 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-55.penicillin.dialup.pol.co.uk ([62.136.83.55]) by mail13.svr.pol.co.uk with esmtp (Exim 2.10 #1) id 107RFg-00016O-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 1 Feb 1999 21:51:29 +0000 Received: (qmail 13128 invoked by uid 5000); 1 Feb 1999 21:07:05 -0000 Message-Id: <19990201210705.13127.qmail@eborcom.com> Date: 1 Feb 1999 21:07:05 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9865: Update port: leafnode+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9865 >Category: ports >Synopsis: Upgrade Leafnode+ port from version 2.3 to 2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 14:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The patch below upgrades news/leafnode+. I am the port's maintainer. The patch also removes a dead MASTER_SITE. No files have been added. "patches/patch-ac" has been removed. That patch has been incorporated into the distfile. >How-To-Repeat: >Fix: diff -ruN leafnode+.old/Makefile leafnode+/Makefile --- leafnode+.old/Makefile Mon Jan 11 19:15:43 1999 +++ leafnode+/Makefile Mon Feb 1 19:56:54 1999 @@ -1,15 +1,14 @@ # New ports collection makefile for: leafnode+ -# Version required: 2.3 +# Version required: 2.6 # Date created: 19 November 1998 # Whom: Tom Hukins # # $Id: Makefile,v 1.3 1999/01/10 18:10:09 steve Exp $ # -DISTNAME= leafnode+-2.3 +DISTNAME= leafnode+-2.6 CATEGORIES= news -MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/ \ - ftp://ftp.win.or.jp/pub/network/news/misc/ +MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/ MAINTAINER= tom@eborcom.com @@ -29,7 +28,7 @@ .for file in leafnode fetchnews texpire checkgroups leaftool @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/sbin .endfor -.for file in checkgroups.8 fetchnews.8 leafnode.8 texpire.8 +.for file in ${MAN8} @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man8 .endfor .if !defined{NOPORTDOCS} diff -ruN leafnode+.old/files/INSTALL.mesg leafnode+/files/INSTALL.mesg --- leafnode+.old/files/INSTALL.mesg Mon Dec 28 23:19:51 1998 +++ leafnode+/files/INSTALL.mesg Mon Feb 1 19:59:47 1999 @@ -1,4 +1,4 @@ WARNING: Although leafnode+ has been installed, a spool area for storing news articles is not present on your computer. To create a -spool area in /var/spool/news do: +spool area in /var/spool/new, type: % make installall diff -ruN leafnode+.old/files/md5 leafnode+/files/md5 --- leafnode+.old/files/md5 Sat Jan 2 12:35:26 1999 +++ leafnode+/files/md5 Mon Feb 1 19:22:06 1999 @@ -1 +1 @@ -MD5 (leafnode+-2.3.tar.gz) = b6c27866f888c8f916689a640bdd3733 +MD5 (leafnode+-2.6.tar.gz) = 35e9714b0dc0d3e17cbb988497244e6a diff -ruN leafnode+.old/patches/patch-aa leafnode+/patches/patch-aa --- leafnode+.old/patches/patch-aa Sat Jan 2 12:35:26 1999 +++ leafnode+/patches/patch-aa Mon Feb 1 19:21:19 1999 @@ -10,7 +10,7 @@ -BINDIR = /usr/local/sbin -MANDIR = /usr/local/man +BINDIR = $(PREFIX)/sbin - VERSION = 2.3 + VERSION = 2.6 # # if you want to use Socks, use following @@ -27,7 +24,7 @@ diff -ruN leafnode+.old/patches/patch-ab leafnode+/patches/patch-ab --- leafnode+.old/patches/patch-ab Sat Jan 2 12:35:26 1999 +++ leafnode+/patches/patch-ab Sat Jan 30 22:17:52 1999 @@ -1,7 +1,7 @@ ---- FAQ.orig Sun Dec 6 19:37:53 1998 -+++ FAQ Wed Dec 9 17:36:30 1998 -@@ -21,17 +21,17 @@ - 3. How do I configure Leafnode+? +--- FAQ.orig Fri Jan 29 13:01:52 1999 ++++ FAQ Sat Jan 30 22:17:12 1999 +@@ -41,8 +41,8 @@ + 5. How do I configure Leafnode+? See the manual pages for information on how to configure Leafnode+. -Also, see the sample configuration file, "config.example", in the @@ -10,25 +10,35 @@ +!!PREFIX!!/share/doc/leafnode+. - 4. How do I upgrade from Leafnode? + 6. How do I upgrade from Leafnode? +@@ -50,8 +50,8 @@ + Upgrading is easy - Leafnode+ can be used as a direct replacement + for Leafnode. However, Leafnode+ will write some additional files in + the LIBDIR defined when compiling Leafnode+, usually +-/usr/lib/leafnode. Therefore, the UID under which Leafnode+ runs, +-usually root or news, needs write access to this directory. ++!!PREFIX!!/lib/leafnode. Therefore, the UID under which Leafnode+ ++runs, usually root or news, needs write access to this directory. + + You will need to change all references to the "fetch" program to + refer to "fetchnews". The name of this program has changed because +@@ -59,8 +59,8 @@ + "fetchnews" describes the function of the program better. + + To update from Cornelius's Leafnode, copy +-/var/spool/news/leaf.node/groupinfo into your LIBDIR (usually +-/usr/lib/leafnode/groupinfo) then run "fetchnews". ++/var/spool/news/leaf.node/groupinfo into your LIBDIR ++(!!PREFIX!!/lib/leafnode/groupinfo) then run "fetchnews". - Upgrading is easy - Leafnode+ can be used as a direct replacement for - Leafnode. However, Leafnode+ will write some additional files in the --LIBDIR defined when compiling Leafnode+, usually /usr/lib/leafnode. --Therefore, the UID under which Leafnode+ runs, usually root or news, --needs write access to this directory. -+LIBDIR defined when compiling Leafnode+, !!PREFIX!!/lib/leafnode. -+Therefore, the UID under which Leafnode+ runs, usually news, needs write -+access to this directory. - - 5. Can I use Leafnode+ with multiple news servers? -@@ -61,7 +61,7 @@ + 7. Can I use Leafnode+ with multiple news servers? +@@ -90,7 +90,7 @@ Most news reader software uses the NEWGROUPS command to learn about - the creation of new groups. The Leafnode+ news server does not - support this command. To check if new groups are available, see the + the creation of new groups. The Leafnode+ news server does not + support this command. To check if new groups are available, see the -"groupinfo" file in your LIBDIR (usually /usr/lib/leafnode). -+"groupinfo" file in your LIBDIR (usually !!PREFIX!!/lib/leafnode). ++"groupinfo" file in your LIBDIR (!!PREFIX!!/lib/leafnode). @@ -38,14 +48,14 @@ 3. make installall --5. Edit $(LIBDIR)/config so server points to your upstream news server -+5. Edit !!PREFIX!!/lib/leafnode/config so the server points to your +-4. Edit $(LIBDIR)/config so server points to your upstream news server ++4. Edit !!PREFIX!!/lib/leafnode/config so the server points to your + upstream news server (generally, your IP provider's). Make sure $NNTPSERVER or /etc/nntpserver points to your own host so clients will talk to leafnode rather than try to go to the upstream server. @@ -15,25 +16,24 @@ - 4. Set up a cron job (as user "news") to run texpire every night or + 5. Set up a cron job (as user "news") to run texpire every night or maybe every week. Here is my crontab line, which runs nightly: -0 4 * * * /usr/local/sbin/texpire @@ -59,16 +69,16 @@ tells cron to run texpire at 4am Monday morning. - 5. Make sure fetchnews is run at the appropriate time. If you have a + 6. Make sure fetchnews is run at the appropriate time. If you have a full-time link, run it out of cron (as "news" again), if not, run it when your connection to the net is established. If it is run as - root, it will change user to "news". I use PPP, and run fetchnews - from /etc/ppp/ip-up. + root, it will change user to "news". --6. Edit /etc/inetd.conf so $(BINDIR)/leafnode is executed for incoming +-7. Edit /etc/inetd.conf so $(BINDIR)/leafnode is executed for incoming - NNTP connections. HUP inetd. Here is my inetd.conf line: -+6. Edit /etc/inetd.conf so !!PREFIX!!/sbin/leafnode is executed for ++7. Edit /etc/inetd.conf so !!PREFIX!!/sbin/leafnode is executed for + incoming NNTP connections. HUP inetd. Here is my inetd.conf line: -nntp stream tcp nowait news /usr/local/sbin/leafnode diff -ruN leafnode+.old/patches/patch-ac leafnode+/patches/patch-ac --- leafnode+.old/patches/patch-ac Thu Dec 24 07:31:51 1998 +++ leafnode+/patches/patch-ac Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- leafnode.h.orig Wed Dec 23 23:50:21 1998 -+++ leafnode.h Wed Dec 23 23:51:38 1998 -@@ -37,6 +37,7 @@ - #define FALSE (0) - #endif - -+#include - #include - #include - diff -ruN leafnode+.old/pkg/COMMENT leafnode+/pkg/COMMENT --- leafnode+.old/pkg/COMMENT Sat Jan 2 12:35:26 1999 +++ leafnode+/pkg/COMMENT Mon Feb 1 19:54:31 1999 @@ -1 +1 @@ -Leafnode+ is a multi-user offline news package for small sites. +Multi-user offline Usenet news package for small sites. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 15:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03646 for freebsd-ports-outgoing; Mon, 1 Feb 1999 15:20:06 -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 PAA03580 for ; Mon, 1 Feb 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA99019; Mon, 1 Feb 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03282; Mon, 1 Feb 1999 15:18:14 -0800 (PST) (envelope-from nobody) Message-Id: <199902012318.PAA03282@hub.freebsd.org> Date: Mon, 1 Feb 1999 15:18:14 -0800 (PST) From: shields@msrl.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9867: ORBit doesn't compile unless already installed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9867 >Category: ports >Synopsis: ORBit doesn't compile unless already installed >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 15:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Shields >Release: 2.2.8 >Organization: Mad Science Research Labs >Environment: FreeBSD shields.iad.above.net 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Mon Nov 30 06:34:08 GMT 1998 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: If ORBit is not installed, then trying to build it from the ports directory will fail when it gets to src/services/event, because it needs to link with the new libraries in ../../../src/{orb,IIOP}/.libs. Those directories are added to LD_LIBRARY_PATH but not as -L arguments, so the linker doesn't find them. A workaround is to copy the new libORBit.so* and libIIOP.so* files to /usr/local/lib after the make fails, and then restart it. >How-To-Repeat: Install a clean 2.2.8 system, cd /usr/ports/devel/ORBit, make. >Fix: Add -L arguments that parallel the additions to LD_LIBRARY_PATH. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 15:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA03647 for freebsd-ports-outgoing; Mon, 1 Feb 1999 15:20:06 -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 PAA03578 for ; Mon, 1 Feb 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA99010; Mon, 1 Feb 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fisicc-ufm.edu ([209.198.197.197]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA02876 for ; Mon, 1 Feb 1999 15:14:30 -0800 (PST) (envelope-from obonilla@mailhub.fisicc-ufm.edu) Received: (from root@localhost) by fisicc-ufm.edu (8.8.8/8.8.8) id RAA05340; Mon, 1 Feb 1999 17:18:26 -0600 (CST) (envelope-from obonilla) Message-Id: <199902012318.RAA05340@fisicc-ufm.edu> Date: Mon, 1 Feb 1999 17:18:26 -0600 (CST) From: obonilla@mailhub.fisicc-ufm.edu Reply-To: obonilla@mailhub.fisicc-ufm.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9866: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9866 >Category: ports >Synopsis: port of unix2dos and dos2unix utilities >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 15:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Oscar Bonilla >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Universidad Francisco Marroquin - FISICC >Environment: # 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: # # unix2dos # unix2dos/Makefile # unix2dos/pkg # unix2dos/pkg/DESCR # unix2dos/pkg/COMMENT # unix2dos/pkg/PLIST # unix2dos/files # unix2dos/files/md5 # echo c - unix2dos mkdir -p unix2dos > /dev/null 2>&1 echo x - unix2dos/Makefile sed 's/^X//' >unix2dos/Makefile << 'END-of-unix2dos/Makefile' X# New ports collection makefile for: unix2dos X# Version required: 1 X# Date created: 1 February 1999 X# Whom: obonilla@fisicc-ufm.edu X# X# $Id$ X# X XDISTNAME= unix2dos-1.0 XCATEGORIES= emmulators XMASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ X XMAINTAINER= obonilla@fisicc-ufm.edu X XMAN1= unix2dos.1 dos2unix.1 XNO_WRKSUBDIR= yes X Xpost-install: X strip ${PREFIX}/bin/unix2dos X strip ${PREFIX}/bin/dos2unix X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos X ${INSTALL_SCRIPT} ${WRKDIR}/dos2unix ${PREFIX}/bin/dos2unix X ${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${MANPREFIX}/man/man1 X X.include END-of-unix2dos/Makefile echo c - unix2dos/pkg mkdir -p unix2dos/pkg > /dev/null 2>&1 echo x - unix2dos/pkg/DESCR sed 's/^X//' >unix2dos/pkg/DESCR << 'END-of-unix2dos/pkg/DESCR' Xunix2dos and dos2unix are utilities that convert XASCII files from the DOS cr/lf format to the UNIX Xlf format X X-Oscar Bonilla Xobonilla@fisicc-ufm.edu END-of-unix2dos/pkg/DESCR echo x - unix2dos/pkg/COMMENT sed 's/^X//' >unix2dos/pkg/COMMENT << 'END-of-unix2dos/pkg/COMMENT' Xtranslate ASCII files from DOS (cr/lf) to UNIX (lf) and viceversa END-of-unix2dos/pkg/COMMENT echo x - unix2dos/pkg/PLIST sed 's/^X//' >unix2dos/pkg/PLIST << 'END-of-unix2dos/pkg/PLIST' Xbin/unix2dos Xbin/dos2unix END-of-unix2dos/pkg/PLIST echo c - unix2dos/files mkdir -p unix2dos/files > /dev/null 2>&1 echo x - unix2dos/files/md5 sed 's/^X//' >unix2dos/files/md5 << 'END-of-unix2dos/files/md5' XMD5 (unix2dos-1.0.tar.gz) = b550c0dae307eb301f6e9a1cc0e3e503 END-of-unix2dos/files/md5 exit >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 17:40:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19513 for freebsd-ports-outgoing; Mon, 1 Feb 1999 17:40:20 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-50.fwi.com [209.84.172.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA19500 for ; Mon, 1 Feb 1999 17:40:13 -0800 (PST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id UAA19912; Mon, 1 Feb 1999 20:39:02 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.2/8.9.2) id UAA24659; Mon, 1 Feb 1999 20:39:40 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) To: Kris Kennaway Cc: ports@FreeBSD.ORG Subject: Re: Preference between egcs and gcc28? References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 01 Feb 1999 20:39:39 -0500 Organization: Minimal at best In-Reply-To: Kris Kennaway's message of "Mon, 1 Feb 1999 15:49:53 +1030 (CST)" Message-ID: <863e4peg84.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 19 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kris Kennaway writes: > egcs C++ binaries are not backwards compatible with those spat out by gcc 2.7, > apparently. This bites you if you try and link against an egcs-built C++ > library with gcc 2.7.x (e.g. the stock system compiler) - it seems to fail > with a lot of unresolved symbols. This port doesn't create any libraries, so it's sufficient that eg++ can link against the system libraries. That part seems to be working so far. I'd gotten the impression that updating the system compiler was something that was going to happen fairly early in 4.0's lifetime, so I was really fishing for a hint as to which of the candidates it would be so I could use it. Failing that, I'll go with egcs since that seems to be what the author is using. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 17:50:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA20555 for freebsd-ports-outgoing; Mon, 1 Feb 1999 17:50:04 -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 RAA20515 for ; Mon, 1 Feb 1999 17:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA08651; Mon, 1 Feb 1999 17:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pesto.lbl.gov (pesto.lbl.gov [131.243.2.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA20045 for ; Mon, 1 Feb 1999 17:45:29 -0800 (PST) (envelope-from jin@pesto.lbl.gov) Received: (from jin@localhost) by pesto.lbl.gov (8.8.8/8.8.8) id RAA05219; Mon, 1 Feb 1999 17:45:28 -0800 (PST) (envelope-from jin) Message-Id: <199902020145.RAA05219@pesto.lbl.gov> Date: Mon, 1 Feb 1999 17:45:28 -0800 (PST) From: Jin Guojun (FTG staff) Reply-To: jin@pesto.lbl.gov To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9870: 2.2.8-19990120-SNAP package errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9870 >Category: ports >Synopsis: 2.2.8-19990120-SNAP package errors >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 17:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (FTG staff) >Release: FreeBSD 2.2.8-19990120-SNAP i386 >Organization: >Environment: 2.2.8-19990120-SNAP specific >Description: There are many packages cannot by accepted by pkg_add. pkg_add complains that it does not like these packages. Also, there are many dependency package are missing, and many duplicated packages (same names at installation level, they are different version, but cannot be read at installation level). Some X related packages are requiring XFree86 332, but 2.2.8 already uses 333 instead. >How-To-Repeat: /stand/sysinstall >Fix: It looks like they need to be recomiled and linked under a 2.2.8-19990120-SNAP system. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 18:20:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22961 for freebsd-ports-outgoing; Mon, 1 Feb 1999 18:20:05 -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 SAA22949 for ; Mon, 1 Feb 1999 18:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA10869; Mon, 1 Feb 1999 18:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 1 Feb 1999 18:20:02 -0800 (PST) Message-Id: <199902020220.SAA10869@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Cy Schubert Subject: Re: ports/9864: make rblcheck use relay.orbs.org instead of dorkslayers.com Reply-To: Cy Schubert Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9864; it has been noted by GNATS. From: Cy Schubert To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/9864: make rblcheck use relay.orbs.org instead of dorkslayers.com Date: Mon, 01 Feb 1999 18:13:00 -0800 vix.com has added a Dialup Users List, similar to the RBL today, see http://maps.vix.com/dul/. The patch should include the following line after the relays.orbs.org line. rblsites = togglesite( "dul.maps.vix.com", rblsites ); Ideally, the application should be modified to use an environment variable with a list of RBL and DUL sites to check. Of course this will change the way the application functions. When I get the chance I'll give the author a shout about this modification. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 18:34:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24453 for freebsd-ports-outgoing; Mon, 1 Feb 1999 18:34:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24426 for ; Mon, 1 Feb 1999 18:34:01 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id NAA04825; Tue, 2 Feb 1999 13:03:57 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA21036; Tue, 2 Feb 1999 13:03:57 +1030 Date: Tue, 2 Feb 1999 13:03:56 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Don Croyle Cc: ports@FreeBSD.ORG Subject: Re: Preference between egcs and gcc28? In-Reply-To: <863e4peg84.fsf@emerson.gelemna.ft-wayne.in.us> 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 1 Feb 1999, Don Croyle wrote: > > egcs C++ binaries are not backwards compatible with those spat out by gcc 2.7, > > apparently. This bites you if you try and link against an egcs-built C++ > > library with gcc 2.7.x (e.g. the stock system compiler) - it seems to fail > > with a lot of unresolved symbols. > > This port doesn't create any libraries, so it's sufficient that eg++ > can link against the system libraries. That part seems to be working > so far. Yup, I haven't had any trouble doing this. > I'd gotten the impression that updating the system compiler was > something that was going to happen fairly early in 4.0's lifetime, so > I was really fishing for a hint as to which of the candidates > it would be so I could use it. Failing that, I'll go with egcs since > that seems to be what the author is using. Last I heard from TPTB, egcs was believed to be the way of the future for FreeBSD. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 19:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA01006 for freebsd-ports-outgoing; Mon, 1 Feb 1999 19:40:06 -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 TAA00992 for ; Mon, 1 Feb 1999 19:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA15987; Mon, 1 Feb 1999 19:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29711; Mon, 1 Feb 1999 19:32:55 -0800 (PST) (envelope-from nobody) Message-Id: <199902020332.TAA29711@hub.freebsd.org> Date: Mon, 1 Feb 1999 19:32:55 -0800 (PST) From: ysonoda@dontaku.csce.kyushu-u.ac.jp To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9872: New port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9872 >Category: ports >Synopsis: New port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 19:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yoshihide SONODA >Release: FreeBSD 2.2.8-RELEASE >Organization: Kyushu Univ. >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # waveplay # waveplay/files # waveplay/files/md5 # waveplay/pkg # waveplay/pkg/PLIST # waveplay/pkg/COMMENT # waveplay/pkg/DESCR # waveplay/Makefile # echo c - waveplay mkdir -p waveplay > /dev/null 2>&1 echo c - waveplay/files mkdir -p waveplay/files > /dev/null 2>&1 echo x - waveplay/files/md5 sed 's/^X//' >waveplay/files/md5 << 'END-of-waveplay/files/md5' XMD5 (waveplay-19990123.tar.gz) = 12b76087af671b65aeb07679fd719b1e END-of-waveplay/files/md5 echo c - waveplay/pkg mkdir -p waveplay/pkg > /dev/null 2>&1 echo x - waveplay/pkg/PLIST sed 's/^X//' >waveplay/pkg/PLIST << 'END-of-waveplay/pkg/PLIST' Xbin/waveplay END-of-waveplay/pkg/PLIST echo x - waveplay/pkg/COMMENT sed 's/^X//' >waveplay/pkg/COMMENT << 'END-of-waveplay/pkg/COMMENT' XA simple wav file player. END-of-waveplay/pkg/COMMENT echo x - waveplay/pkg/DESCR sed 's/^X//' >waveplay/pkg/DESCR << 'END-of-waveplay/pkg/DESCR' Xwaveplay is a simple audio player. X Xsupported formats: RIFF WAV, Raw X END-of-waveplay/pkg/DESCR echo x - waveplay/Makefile sed 's/^X//' >waveplay/Makefile << 'END-of-waveplay/Makefile' X# New ports collection makefile for: waveplay X# Version required: 1.0 X# Date created: 23 Jan 1999 X# Whom: ysonoda@dontaku.csce.kyushu-u.ac.jp X XDISTNAME= waveplay-19990123 XPKGNAME= waveplay-1.0 XCATEGORIES= audio XMASTER_SITES= http://dontaku.csce.kyushu-u.ac.jp/~ysonoda/archives/program/FreeBSD/ X XMAINTAINER= ysonoda@dontaku.csce.kyushu-u.ac.jp X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/waveplay ${PREFIX}/bin/waveplay X Xpost-install: X strip ${PREFIX}/bin/waveplay X X.include END-of-waveplay/Makefile exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 19:50:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02288 for freebsd-ports-outgoing; Mon, 1 Feb 1999 19:50:04 -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 TAA02257 for ; Mon, 1 Feb 1999 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA17065; Mon, 1 Feb 1999 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr164328-a.abtsfd1.bc.wave.home.com [24.112.125.94]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA01810 for ; Mon, 1 Feb 1999 19:46:41 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.2/8.9.2) id RAA31471; Mon, 1 Feb 1999 17:01:39 -0800 (PST) (envelope-from norn) Message-Id: <199902020101.RAA31471@norn.ca.eu.org> Date: Mon, 1 Feb 1999 17:01:39 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9873: Upgrade of gqmpeg version from 0.4.5 to 0.4.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9873 >Category: ports >Synopsis: Upgrade of gqmpeg version from 0.4.5 to 0.4.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 19:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD >Description: The patch below upgrades audio/gqmpeg to 0.4.6, which includes support for mpg123-0.59q - which was just committed. >How-To-Repeat: >Fix: diff -ruN gqmpeg.old/Makefile gqmpeg/Makefile --- gqmpeg.old/Makefile Sun Jan 24 11:30:14 1999 +++ gqmpeg/Makefile Mon Feb 1 16:41:25 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.9 1999/01/24 08:10:30 vanilla Exp $ # -DISTNAME= gqmpeg-0.4.5 +DISTNAME= gqmpeg-0.4.6 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ EXTRACT_SUFX= .src.tgz diff -ruN gqmpeg.old/files/md5 gqmpeg/files/md5 --- gqmpeg.old/files/md5 Sun Jan 24 11:30:14 1999 +++ gqmpeg/files/md5 Mon Feb 1 16:41:35 1999 @@ -1 +1 @@ -MD5 (gqmpeg-0.4.5.src.tgz) = 68aec35c83e5d3bfd9012bc56964059f +MD5 (gqmpeg-0.4.6.src.tgz) = 17233ea8f197d0227fa67e15e1d8b1c1 -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 21:46:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14619 for freebsd-ports-outgoing; Mon, 1 Feb 1999 21:46:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.byzantineempire.com ([208.233.101.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14565 for ; Mon, 1 Feb 1999 21:45:37 -0800 (PST) (envelope-from constantine@byzantineempire.com) From: constantine@byzantineempire.com Message-Id: <199902020545.VAA14565@hub.freebsd.org> Received: from ns1 [24.48.22.97] by mail.byzantineempire.com with Novonyx SMTP Server $Revision: 1.76 $; Tue, 02 Feb 1999 00:36:05 -0500 (EDT) To: ports@FreeBSD.ORG Date: Tue, 2 Feb 1999 00:43:55 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Email X-mailer: Pegasus Mail for Win32 (v3.00 beta 6) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I am searching for a scaleable(40,000 + users)/customizable web based email package. Hotmail.com in other words. I have found many companies offering such programs but not for FreeBSD I have even offered to allow them to compile it and delete the source..... no go. Any ideas would be greatly appreciated. Thanks in advance Dean Panay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 22:08:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA17065 for freebsd-ports-outgoing; Mon, 1 Feb 1999 22:08:33 -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 WAA17060 for ; Mon, 1 Feb 1999 22:08:32 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-245.ix.netcom.com [209.109.235.245]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA15732; Mon, 1 Feb 1999 22:07:45 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id WAA05408; Mon, 1 Feb 1999 22:07:41 -0800 (PST) Date: Mon, 1 Feb 1999 22:07:41 -0800 (PST) Message-Id: <199902020607.WAA05408@silvia.hip.berkeley.edu> To: sada@rr.iij4u.or.jp CC: kkennawa@physics.adelaide.edu.au, ports@FreeBSD.ORG In-reply-to: <19990201102231.10200.sada@rr.iij4u.or.jp> Subject: Re: USE_BZIP2 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I agree. For example, `automatic sensing' would be realized as below, * but I can't imagine how to auto-depend to ${PORTSDIR}/archivers/bzip2. Let's not make it too complicated. A USE_BZIP2 variable suits us just fine, I think. What about something like this? === Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.303 diff -u -r1.303 bsd.port.mk --- bsd.port.mk 1999/01/26 03:58:58 1.303 +++ bsd.port.mk 1999/02/02 05:54:26 @@ -52,8 +52,9 @@ # DISTFILES - Name(s) of archive file(s) containing distribution # (default: ${DISTNAME}${EXTRACT_SUFX}). Set this to # an empty string if the port doesn't require it. -# EXTRACT_SUFX - Suffix for archive names (default: .tar.gz). You -# never have to set both DISTFILES and EXTRACT_SUFX. +# EXTRACT_SUFX - Suffix for archive names (default: .tar.bz2 if USE_BZIP2 +# is set, .tar.gz otherwise). You never have to set both +# DISTFILES and EXTRACT_SUFX. # MASTER_SITES - Primary location(s) for distribution files if not found # locally. # PATCHFILES - Name(s) of additional files that contain distribution @@ -111,6 +112,8 @@ # # Use these if your port uses some of the common software packages. # +# USE_BZIP2 - Says that the port tarballs use bzip2, not gzip, for +# compression. # USE_GMAKE - Says that the port uses gmake. # GMAKE - Set to path of GNU make if not in $PATH (default: gmake). # USE_AUTOCONF - Says that the port uses autoconf. Implies GNU_CONFIGURE. @@ -311,13 +314,14 @@ # # For extract: # -# EXTRACT_CMD - Command for extracting archive (default: tar). +# EXTRACT_CMD - Command for extracting archive (default: "bzip2" if +# USE_BZIP2 is set, "gzip" if not). # EXTRACT_BEFORE_ARGS - # Arguments to ${EXTRACT_CMD} before filename -# (default: -xzf). +# (default: "-dc"). # EXTRACT_AFTER_ARGS - # Arguments to ${EXTRACT_CMD} following filename -# (default: none). +# (default: "| tar -xf -"). # # For configure: # @@ -456,7 +460,11 @@ X11BASE?= ${DESTDIR}/usr/X11R6 DISTDIR?= ${PORTSDIR}/distfiles _DISTDIR?= ${DISTDIR}/${DIST_SUBDIR} -EXTRACT_SUFX?= .tar.gz +.if defined(USE_BZIP2) +EXTRACT_SUFX?= .tar.bz2 +.else +EXTRACT_SUFX?= .tar.gz +.endif PACKAGES?= ${PORTSDIR}/packages TEMPLATES?= ${PORTSDIR}/Templates @@ -547,6 +555,9 @@ MANCOMPRESSED?= no .endif +.if defined(USE_BZIP2) +BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif .if defined(USE_GMAKE) BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake .endif @@ -661,15 +672,18 @@ .endif .if exists(/bin/tar) -EXTRACT_CMD?= /bin/tar +TAR?= /bin/tar .else -EXTRACT_CMD?= /usr/bin/tar +TAR?= /usr/bin/tar .endif -# Backwards compatability. -.if defined(EXTRACT_ARGS) -EXTRACT_BEFORE_ARGS?= ${EXTRACT_ARGS} + +# EXTRACT_SUFX is defined in .pre.mk section +EXTRACT_BEFORE_ARGS?= -dc +EXTRACT_AFTER_ARGS?= | ${TAR} -xf - +.if defined(USE_BZIP2) +EXTRACT_CMD?= bzip2 .else -EXTRACT_BEFORE_ARGS?= -xzf +EXTRACT_CMD?= ${GZIP_CMD} .endif # Figure out where the local mtree file is === (Warning: hasn't been tested for bzip2.) I changed defaults EXTRACT_{BEFORE,AFTER}_ARGS so .tar.gz and .tar.bz2 can be handled almost identically. We will have to go through the tree and make sure existing ports that use those two variables are fixed properly. One snag is that since gzip or bzip2 spits out nothing to stdout when the input format is invalid, the extract pipeline actually returns a success (tar gets an empty file and happily exits normally without doing anything) so the make will fail a few more steps down the road, instead of right in the extract command. But I think it's still easy enough to debug, the error message from gzip or bzip2 is right there in the log. === ===> Extracting for oneko-1.2 >> Checksum OK for oneko-1.2.tar.gz. ===> oneko-1.2 depends on executable: bzip2 - found ===> oneko-1.2 depends on shared library: X11.6 - found bzip2: Input file name /i/ports/distfiles//oneko-1.2.tar.gz doesn't end in `.bz2', skipping. ===> Patching for oneko-1.2 ===> Configuring for oneko-1.2 cannot create /i/ports/games/oneko/work/oneko-1.2/Imakefile: directory nonexistent *** Error code 2 Stop. *** Error code 1 === Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 22:50:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21437 for freebsd-ports-outgoing; Mon, 1 Feb 1999 22:50:08 -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 WAA21429 for ; Mon, 1 Feb 1999 22:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA26814; Mon, 1 Feb 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-41.fwi.com [209.84.172.46]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA20723 for ; Mon, 1 Feb 1999 22:43:23 -0800 (PST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id BAA00714 for ; Tue, 2 Feb 1999 01:43:19 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.2/8.9.2) id BAA25170; Tue, 2 Feb 1999 01:43:58 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199902020643.BAA25170@emerson.gelemna.ft-wayne.in.us> Date: Tue, 2 Feb 1999 01:43:58 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9875: new port: devel/astyle (aka "Artistic Style") Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9875 >Category: ports >Synopsis: new port: devel/astyle (aka "Artistic Style") >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 1 22:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.0-STABLE i386 >Organization: >Environment: >Description: "Artistic Style" is a C/C++/Java source reformatter/reindenter. This won't compile with the system compiler and requires patching with gcc28, hence the build dependency on egcs. >How-To-Repeat: >Fix: Import the contents of this shell archive: # 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: # # astyle # astyle/Makefile # astyle/files # astyle/files/md5 # astyle/pkg # astyle/pkg/PLIST # astyle/pkg/COMMENT # astyle/pkg/DESCR # astyle/patches # astyle/patches/patch-aa # echo c - astyle mkdir -p astyle > /dev/null 2>&1 echo x - astyle/Makefile sed 's/^X//' >astyle/Makefile << 'END-of-astyle/Makefile' X# New ports collection makefile for: astyle X# Version required: 1.6.0 X# Date created: 31 Jan 1999 X# Whom: Don Croyle X# X# $Id$ X# X XDISTNAME= astyle_1.6.0 XPKGNAME= astyle-1.6.0 XCATEGORIES= devel textproc XMASTER_SITES= http://www.bigfoot.com/~davidsont/astyle/stable/src/ \ X http://www.infonex.com/~dacroyle/freebsd/ XEXTRACT_SUFX= .tgz X XMAINTAINER= croyle@gelemna.ft-wayne.in.us X XBUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs X XWRKSRC= ${WRKDIR}/astyle-src XALL_TARGET= astyle X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/astyle ${PREFIX}/bin/ X X.include END-of-astyle/Makefile echo c - astyle/files mkdir -p astyle/files > /dev/null 2>&1 echo x - astyle/files/md5 sed 's/^X//' >astyle/files/md5 << 'END-of-astyle/files/md5' XMD5 (astyle_1.6.0.tgz) = e42fee292faf73e0277e40dc01f81a0e END-of-astyle/files/md5 echo c - astyle/pkg mkdir -p astyle/pkg > /dev/null 2>&1 echo x - astyle/pkg/PLIST sed 's/^X//' >astyle/pkg/PLIST << 'END-of-astyle/pkg/PLIST' Xbin/astyle END-of-astyle/pkg/PLIST echo x - astyle/pkg/COMMENT sed 's/^X//' >astyle/pkg/COMMENT << 'END-of-astyle/pkg/COMMENT' XA reindenter and reformatter of C++, C and Java source code. END-of-astyle/pkg/COMMENT echo x - astyle/pkg/DESCR sed 's/^X//' >astyle/pkg/DESCR << 'END-of-astyle/pkg/DESCR' XArtistic Style is a variant on indent that can handle C, C++ and Java source. X XHomepage: http://www.bigfoot.com/~davidsont/astyle END-of-astyle/pkg/DESCR echo c - astyle/patches mkdir -p astyle/patches > /dev/null 2>&1 echo x - astyle/patches/patch-aa sed 's/^X//' >astyle/patches/patch-aa << 'END-of-astyle/patches/patch-aa' X--- Makefile.orig Sun Jan 3 11:43:25 1999 X+++ Makefile Sun Jan 31 22:34:12 1999 X@@ -1,13 +1,13 @@ X # "Artistic Style" Makefile X X-CPPFLAGS = -O2 -W X+CPPFLAGS ?= -O2 -W X OBJS = ASResource.o ASBeautifier.o ASFormatter.o astyle_main.o X X astyle: $(OBJS) X- g++ $(CPPFLAGS) -o astyle $(OBJS) X+ eg++ $(CPPFLAGS) -o astyle $(OBJS) X X .cpp.o: X- g++ $(CPPFLAGS) -c $< X+ eg++ $(CPPFLAGS) -c $< X .SUFFIXES: .cpp .c .o X X clean: END-of-astyle/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 22:52:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA21703 for freebsd-ports-outgoing; Mon, 1 Feb 1999 22:52:49 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from unix.tfs.net (as2-p95.tfs.net [139.146.205.95]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA21697 for ; Mon, 1 Feb 1999 22:52:45 -0800 (PST) (envelope-from jbryant@unix.tfs.net) Received: (from jbryant@localhost) by unix.tfs.net (8.9.1/8.8.5) id AAA75591; Tue, 2 Feb 1999 00:52:35 -0600 (CST) From: Jim Bryant Message-Id: <199902020652.AAA75591@unix.tfs.net> Subject: Re: Email In-Reply-To: <199902020545.VAA14565@hub.freebsd.org> from "constantine@byzantineempire.com" at "Feb 2, 99 00:43:55 am" To: constantine@byzantineempire.com Date: Tue, 2 Feb 1999 00:52:32 -0600 (CST) Cc: freebsd-ports@FreeBSD.ORG Reply-to: jbryant@unix.tfs.net X-Windows: R00LZ!@# MS-Winbl0wz DR00LZ!@# X-files: The truth is that the X-Files is fiction X-Republican: The best kind!!! X-Operating-System: FreeBSD 3.0-CURRENT #46: Sun Dec 6 03:10:25 CST 1998 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 In reply: > Hello > I am searching for a scaleable(40,000 + users)/customizable web based email > package. Hotmail.com in other words. > > I have found many companies offering such programs > but not for FreeBSD I have even offered to allow them to compile it > and delete the source..... no go. > > Any ideas would be greatly appreciated. > > Thanks in advance > > Dean Panay > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > if you are wanting to spam people, thanks for giving your email address, we will make sure you personally get millions of spam messages addressed to you. the only way to fight fire, is with fire, it seems with so many ISPs out there protecting spammers. where no effective legal cure is available, and where the flimsy voluntary cures do not work, nor were they ever intended to work, the people have got to take retaliation into their own hands. if you want to set up a service for normal people to get and send personal mail from, then more power to you, and i apologize for thinking you were something else. just can't trust anyone these days, especially on an internet run by spam-thugs. jim -- All opinions expressed are mine, if you | "I will not be pushed, stamped, think otherwise, then go jump into turbid | briefed, debriefed, indexed, or radioactive waters and yell WAHOO !!! | numbered!" - #1, "The Prisoner" ------------------------------------------------------------------------------ Inet: jbryant@tfs.net AX.25: kc5vdj@wv0t.#neks.ks.usa.noam grid: EM28pw voice: KC5VDJ - 6 & 2 Meters AM/FM/SSB, 70cm FM. http://www.tfs.net/~jbryant ------------------------------------------------------------------------------ HF/6M/2M: IC-706-MkII, 2M: HTX-212, 2M: HTX-202, 70cm: HTX-404, Packet: KPC-3+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 23:33:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA28944 for freebsd-ports-outgoing; Mon, 1 Feb 1999 23:33:24 -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 XAA28924; Mon, 1 Feb 1999 23:33:11 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA29910; Mon, 1 Feb 1999 23:33:11 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Mon, 1 Feb 1999 23:33:11 -0800 (PST) Message-Id: <199902020733.XAA29910@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9824 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: gnomepim State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Mon Feb 1 23:31:16 PST 1999 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 23:35:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29342 for freebsd-ports-outgoing; Mon, 1 Feb 1999 23:35:29 -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 XAA29333; Mon, 1 Feb 1999 23:35:25 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA30173; Mon, 1 Feb 1999 23:35:25 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Mon, 1 Feb 1999 23:35:25 -0800 (PST) Message-Id: <199902020735.XAA30173@freefall.freebsd.org> To: vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: ports/9867 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ORBit doesn't compile unless already installed Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Mon Feb 1 23:35:08 PST 1999 Responsible-Changed-Why: I will check it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 23:35:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29455 for freebsd-ports-outgoing; Mon, 1 Feb 1999 23:35:53 -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 XAA29448; Mon, 1 Feb 1999 23:35:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA30262; Mon, 1 Feb 1999 23:35:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Mon, 1 Feb 1999 23:35:48 -0800 (PST) Message-Id: <199902020735.XAA30262@freefall.freebsd.org> To: vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: ports/9873 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade of gqmpeg version from 0.4.5 to 0.4.6 Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Mon Feb 1 23:35:32 PST 1999 Responsible-Changed-Why: I will commit it soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 1 23:52:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA01923 for freebsd-ports-outgoing; Mon, 1 Feb 1999 23:52:28 -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 XAA01906; Mon, 1 Feb 1999 23:52:23 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA30095; Mon, 1 Feb 1999 23:34:57 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Mon, 1 Feb 1999 23:34:57 -0800 (PST) Message-Id: <199902020734.XAA30095@freefall.freebsd.org> To: vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: ports/9855 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unbreak x11-toolkits/gtkgl Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Mon Feb 1 23:34:30 PST 1999 Responsible-Changed-Why: I will loo this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 01:54:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17619 for freebsd-ports-outgoing; Tue, 2 Feb 1999 01:54:27 -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 BAA17601; Tue, 2 Feb 1999 01:54:14 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA40402; Tue, 2 Feb 1999 01:54:14 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Tue, 2 Feb 1999 01:54:14 -0800 (PST) Message-Id: <199902020954.BAA40402@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9823 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port upgrade: gnomeadmin State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Feb 2 01:53:13 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 01:56:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA17915 for freebsd-ports-outgoing; Tue, 2 Feb 1999 01:56:29 -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 BAA17903; Tue, 2 Feb 1999 01:56:15 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA40684; Tue, 2 Feb 1999 01:56:14 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Tue, 2 Feb 1999 01:56:14 -0800 (PST) Message-Id: <199902020956.BAA40684@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9818 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port upgrade: gnomeutils State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Feb 2 01:55:05 PST 1999 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 02:30:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21682 for freebsd-ports-outgoing; Tue, 2 Feb 1999 02:30:04 -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 CAA21675 for ; Tue, 2 Feb 1999 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA43430; Tue, 2 Feb 1999 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21218 for ; Tue, 2 Feb 1999 02:25:15 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.77 (dialup-7.rebel.net.au [203.20.69.77]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id UAA04216 for ; Tue, 2 Feb 1999 20:55:02 +1030 Received: (qmail 93969 invoked by uid 1000); 2 Feb 1999 10:26:09 -0000 Message-Id: <19990202102609.93968.qmail@morden.rebel.net.au> Date: 2 Feb 1999 10:26:09 -0000 From: kkenn@rebel.net.au Reply-To: kkenn@morden.rebel.net.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9880: New port - x11-toolkits/gtkglarea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9880 >Category: ports >Synopsis: New port - x11-toolkits/gtkglarea >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 02:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-2.0 >Organization: FreeBSD >Environment: 4.0-CURRENT >Description: This is a port of gtkglarea, a GTK extension which allows use of OpenGL stuff. This port uses libtool and is therefore broken out-of-the-box for 4.0-CURRENT. I've fixed this by pointing the configure script to /usr/local/share/libtool/* which has the One True FreeBSD Libtool so we don't need yet another copy of the same patch. >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: # # gtkglarea # gtkglarea/pkg # gtkglarea/pkg/DESCR # gtkglarea/pkg/COMMENT # gtkglarea/pkg/PLIST # gtkglarea/files # gtkglarea/files/md5 # gtkglarea/patches # gtkglarea/patches/patch-aa # gtkglarea/Makefile # echo c - gtkglarea mkdir -p gtkglarea > /dev/null 2>&1 echo c - gtkglarea/pkg mkdir -p gtkglarea/pkg > /dev/null 2>&1 echo x - gtkglarea/pkg/DESCR sed 's/^X//' >gtkglarea/pkg/DESCR << 'END-of-gtkglarea/pkg/DESCR' XThis is a GTK extension to use OpenGL widgets. X Xhttp://www.student.oulu.fi/~jlof/gtkglarea/ END-of-gtkglarea/pkg/DESCR echo x - gtkglarea/pkg/COMMENT sed 's/^X//' >gtkglarea/pkg/COMMENT << 'END-of-gtkglarea/pkg/COMMENT' XThis is a GTK extension to use OpenGL widgets. END-of-gtkglarea/pkg/COMMENT echo x - gtkglarea/pkg/PLIST sed 's/^X//' >gtkglarea/pkg/PLIST << 'END-of-gtkglarea/pkg/PLIST' Xinclude/gtkgl/gdkgl.h Xinclude/gtkgl/gtkglarea.h Xlib/libgtkgl.so.3 Xlib/libgtkgl.la Xlib/libgtkgl.a Xshare/doc/gtkgl/HOWTO.txt Xshare/doc/gtkgl/gdkgl.txt Xshare/doc/gtkgl/gtkglarea.txt X@dirrm include/gtkgl/ X@dirrm share/doc/gtkgl/ END-of-gtkglarea/pkg/PLIST echo c - gtkglarea/files mkdir -p gtkglarea/files > /dev/null 2>&1 echo x - gtkglarea/files/md5 sed 's/^X//' >gtkglarea/files/md5 << 'END-of-gtkglarea/files/md5' XMD5 (gtkglarea-1.2.tar.gz) = 3fea860e663e0716b56b8ca2545bc1d2 END-of-gtkglarea/files/md5 echo c - gtkglarea/patches mkdir -p gtkglarea/patches > /dev/null 2>&1 echo x - gtkglarea/patches/patch-aa sed 's/^X//' >gtkglarea/patches/patch-aa << 'END-of-gtkglarea/patches/patch-aa' X*** configure Thu Jan 28 00:28:55 1999 X--- configure~ Tue Feb 2 20:30:38 1999 X*************** X*** 1262,1269 **** X # Actually configure libtool. ac_aux_dir is where install-sh is found. X CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ X LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ X! ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ X! $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ X || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } X X echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 X--- 1262,1269 ---- X # Actually configure libtool. ac_aux_dir is where install-sh is found. X CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ X LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ X! ${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig \ X! $libtool_flags --no-verify ${LOCALBASE}/share/libtool/ltmain.sh $host \ X || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } X X echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 END-of-gtkglarea/patches/patch-aa echo x - gtkglarea/Makefile sed 's/^X//' >gtkglarea/Makefile << 'END-of-gtkglarea/Makefile' X# New ports collection makefile for: gtkglarea X# Version required: 1.2 X# Date created: 2 February 1999 X# Whom: Kris Kennaway X# X# $Id$ X# X XDISTNAME= gtkglarea-1.2 XCATEGORIES= x11-toolkits XMASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ \ X ftp://ftp.infodrom.north.de/pub/unix/gtkbuffet/libs/gtkglarea/ X XMAINTAINER= kkennawa@physics.adelaide.edu.au X XLIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel/ \ X GL.14:${PORTSDIR}/graphics/Mesa3/ XBUILD_DEPENDS= ${LOCALBASE}/share/libtool/ltconfig:${PORTSDIR}/devel/libtool/ X XGNU_CONFIGURE= yes XCONFIGURE_ENV= LOCALBASE=${LOCALBASE} \ X GTK_CONFIG=${X11BASE}/bin/gtk11d-config X Xpre-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/gtkgl/ X ${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/gtkgl/ X.endif X X.include END-of-gtkglarea/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 02:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA23585 for freebsd-ports-outgoing; Tue, 2 Feb 1999 02:50:07 -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 CAA23518 for ; Tue, 2 Feb 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA44374; Tue, 2 Feb 1999 02:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22910 for ; Tue, 2 Feb 1999 02:41:33 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id NAA19377; Tue, 2 Feb 1999 13:41:26 +0300 (MSK) Message-Id: <199902021041.NAA19377@netserv1.chg.ru> Date: Tue, 2 Feb 1999 13:41:26 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9881: New port - GPL Argument Analyser Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9881 >Category: ports >Synopsis: New port - GPL Argument Analyser >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 02:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: New port of GAA program - GPL Argument Analyser. >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/MESSAGE # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: gaa X# Version required: 1.4.1 X# Date created: 2 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= gaa-1.4.1 XCATEGORIES= devel lang XMASTER_SITES= http://gaa.netpedia.net/ XEXTRACT_SUFX= .tgz X XMAINTAINER= dima@chg.ru X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} X Xpost-install: X @ ${CAT} ${PKGDIR}/MESSAGE X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (gaa-1.4.1.tgz) = 23ad5d34c11ddf3f4a359f3fd494e188 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/gaa Xshare/gaa/gaa.skel Xshare/gaa/doc/GAAref.html Xshare/gaa/doc/GAAtut.html Xshare/gaa/doc/BACK.JPG Xshare/gaa/doc/gaa.html Xshare/gaa/doc/TOTORO2.GIF Xshare/gaa/sample/sample.gaa Xshare/gaa/sample/smain.c Xshare/gaa/sample/sample2.gaa Xshare/gaa/sample/smain2.c Xshare/gaa/sample/config X@dirrm share/gaa/sample X@dirrm share/gaa/doc X@dirrm share/gaa END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XGAA - GPL Argument Analyser END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XGAA simplifies the life of the programmer: you don't have to Xworry about the arguments given to it! A short text written in GAA Xlanguage generates C-code which analyses the arguments and creates your Xprogram's help. X Xhttp://gaa.netpedia.net/ X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo x - ./pkg/MESSAGE sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE' X------------------------------------------------------------------------------- XThis program has no man-pages. Please read documentation in HTML format Xinstalled in share/gaa/doc/ directory. X------------------------------------------------------------------------------- END-of-./pkg/MESSAGE exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 05:01:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10753 for freebsd-ports-outgoing; Tue, 2 Feb 1999 05:01:56 -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 FAA10744; Tue, 2 Feb 1999 05:01:40 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA52550; Tue, 2 Feb 1999 05:01:40 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Tue, 2 Feb 1999 05:01:40 -0800 (PST) Message-Id: <199902021301.FAA52550@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9825 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: gnomegames State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Feb 2 05:01:29 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 05:03:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11136 for freebsd-ports-outgoing; Tue, 2 Feb 1999 05:03: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 FAA11107; Tue, 2 Feb 1999 05:02:51 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA52676; Tue, 2 Feb 1999 05:02:51 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Tue, 2 Feb 1999 05:02:51 -0800 (PST) Message-Id: <199902021302.FAA52676@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9829 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: ggv State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Feb 2 05:02:24 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 05:04:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA11437 for freebsd-ports-outgoing; Tue, 2 Feb 1999 05:04:51 -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 FAA11432; Tue, 2 Feb 1999 05:04:46 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA52978; Tue, 2 Feb 1999 05:04:46 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Tue, 2 Feb 1999 05:04:46 -0800 (PST) Message-Id: <199902021304.FAA52978@freefall.freebsd.org> To: vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, vanilla@FreeBSD.ORG Subject: Re: ports/9880 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - x11-toolkits/gtkglarea Responsible-Changed-From-To: freebsd-ports->vanilla Responsible-Changed-By: vanilla Responsible-Changed-When: Tue Feb 2 05:04:33 PST 1999 Responsible-Changed-Why: I will look this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 06:18:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18251 for freebsd-ports-outgoing; Tue, 2 Feb 1999 06:18:09 -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 GAA18120; Tue, 2 Feb 1999 06:17:08 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA57881; Tue, 2 Feb 1999 06:17:08 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Tue, 2 Feb 1999 06:17:08 -0800 (PST) Message-Id: <199902021417.GAA57881@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9826 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: gnomeprint State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Feb 2 06:16:51 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 06:20:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA18611 for freebsd-ports-outgoing; Tue, 2 Feb 1999 06:20:31 -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 GAA18486; Tue, 2 Feb 1999 06:19:54 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA58311; Tue, 2 Feb 1999 06:19:53 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Tue, 2 Feb 1999 06:19:53 -0800 (PST) Message-Id: <199902021419.GAA58311@freefall.freebsd.org> To: reg@shale.csir.co.za, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9827 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port fix: gnomecore State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Feb 2 06:19:17 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 07:40:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA27261 for freebsd-ports-outgoing; Tue, 2 Feb 1999 07:38:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA27256 for ; Tue, 2 Feb 1999 07:38:55 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: (from root@localhost) by zippy.cdrom.com (8.9.2/8.9.2) id HAA24667 for ports@freebsd.org; Tue, 2 Feb 1999 07:39:43 -0800 (PST) (envelope-from jkh) Date: Tue, 2 Feb 1999 07:39:43 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199902021539.HAA24667@zippy.cdrom.com> To: ports@freebsd.org Subject: Last change to databases/xmysqladmin was incorrect Sender: owner-freebsd-ports@freebsd.org Precedence: bulk X-Loop: FreeBSD.org xmysqladmin does not (yet) build with mysql 3.22, only 3.21. This will work: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/xmysqladmin/Makefile,v retrieving revision 1.17 diff -u -u -r1.17 Makefile --- Makefile 1999/01/27 18:19:37 1.17 +++ Makefile 1999/02/02 15:26:39 @@ -16,8 +16,9 @@ MAINTAINER= andreas@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms.0:${PORTSDIR}/x11-toolkits/xforms \ - mysqlclient.5:${PORTSDIR}/databases/mysql322 + xforms.0:${PORTSDIR}/x11-toolkits/xforms + +BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321 # depends on xforms ONLY_FOR_ARCHS= i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 08:22:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01889 for freebsd-ports-outgoing; Tue, 2 Feb 1999 08:22:21 -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 IAA01864; Tue, 2 Feb 1999 08:22:08 -0800 (PST) (envelope-from flathill@FreeBSD.org) From: Seiichirou Hiraoka Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA04000; Tue, 2 Feb 1999 08:22:08 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Tue, 2 Feb 1999 08:22:08 -0800 (PST) Message-Id: <199902021622.IAA04000@freefall.freebsd.org> To: k5@respo.or.jp, flathill@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9737 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: emulators/xsystem35 State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Tue Feb 2 08:21:36 PST 1999 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 09:00:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA06367 for freebsd-ports-outgoing; Tue, 2 Feb 1999 09:00:02 -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 JAA06325 for ; Tue, 2 Feb 1999 09:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA06834; Tue, 2 Feb 1999 09:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nwhn-sh3-port89.snet.net (nwhn-sh3-port89.snet.net [204.60.14.89]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id IAA05901 for ; Tue, 2 Feb 1999 08:57:12 -0800 (PST) (envelope-from saken@hotel.rmta.org) Received: (qmail 7096 invoked by uid 1001); 2 Feb 1999 16:56:59 -0000 Message-Id: <19990202165658.7095.qmail@hotel.rmta.org> Date: 2 Feb 1999 16:56:58 -0000 From: saken@hotel.rmta.org Reply-To: saken+freebsd-ports@hotel.rmta.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9882: upgrade shells/rc to version 1.5b2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9882 >Category: ports >Synopsis: upgrade shells/rc to latest available version (v1.5b2) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 09:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scott A. Kenney >Release: FreeBSD 3.0-CURRENT i386 >Organization: Agents of Fortune, LTD >Environment: FreeBSD 3.0-CURRENT #0: Tue Jan 12 17:49:25 EST 1999 All ELF all the time :) >Description: The version of rc in the ports collection is outdated, The latest version (1.5b2) is over a year old and solves some outstanding problems with the current version, make trip reveals no errors and "limit" no longer causes a core dump. I contacted the MAINTAINER seven days ago and have not had a reply. >How-To-Repeat: N/A >Fix: Apply the following patch with patch -p1, note I've configured rc to build using "-static", as it was discussed awhile ago in freebsd-ports that this is the "best" way to build shells. diff -ruN rc/Makefile rc.new/Makefile --- rc/Makefile Fri Jan 8 22:19:39 1999 +++ rc.new/Makefile Tue Jan 26 12:29:17 1999 @@ -6,15 +6,14 @@ # $Id: Makefile,v 1.6 1999/01/09 03:19:39 asami Exp $ # -DISTNAME= rc-1.5betadev-1 -PKGNAME= rc-1.5b1 +DISTNAME= rc-1.5b2 CATEGORIES= shells plan9 MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ MAINTAINER= erich@FreeBSD.org -NO_WRKSUBDIR= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-history MAN1= history.1 rc.1 -MANCOMPRESSED= yes .include diff -ruN rc/files/md5 rc.new/files/md5 --- rc/files/md5 Mon Aug 14 00:08:01 1995 +++ rc.new/files/md5 Wed Jan 13 17:23:11 1999 @@ -1 +1 @@ -MD5 (rc-1.5betadev-1.tar.gz) = 4ddd5d227fe3817da9cf2781702a6c8b +MD5 (rc-1.5b2.tar.gz) = 4acc56de6a5595e4fd3f26c84856e699 diff -ruN rc/patches/patch-aa rc.new/patches/patch-aa --- rc/patches/patch-aa Mon Aug 14 00:08:01 1995 +++ rc.new/patches/patch-aa Tue Jan 26 12:28:39 1999 @@ -1,93 +1,11 @@ -*** Makefile.orig Sun Mar 6 21:32:46 1994 ---- Makefile Fri Aug 11 16:00:41 1995 -*************** -*** 16,23 **** - #ADDON=addon.o - - # Use an ANSI compiler (or at least one that groks prototypes and void *): -! CC=gcc -g -O -! CFLAGS= - LDFLAGS= - - # You may substitute "bison -y" for yacc. (You want to choose the one that ---- 16,23 ---- - #ADDON=addon.o - - # Use an ANSI compiler (or at least one that groks prototypes and void *): -! CC=gcc -! CFLAGS= -O2 - LDFLAGS= - - # You may substitute "bison -y" for yacc. (You want to choose the one that -*************** -*** 29,34 **** ---- 29,47 ---- - nalloc.o open.o print.o redir.o sigmsgs.o signal.o status.o tree.o \ - utils.o var.o version.o wait.o walk.o which.o y.tab.o - -+ all: rc history -+ -+ install: -+ $(INSTALL) -c rc $(PREFIX)/bin -+ $(INSTALL) -c history/history $(PREFIX)/bin -+ for i in - -- -p --p; do rm -f $(PREFIX)/bin/$$i; ln $(PREFIX)/bin/history $(PREFIX)/bin/$$i; done -+ $(INSTALL) -c rc.1 $(PREFIX)/man/man1 -+ $(INSTALL) -c history/history.1 $(PREFIX)/man/man1 -+ strip $(PREFIX)/bin/rc -+ strip $(PREFIX)/bin/history -+ gzip -9nf $(PREFIX)/man/man1/rc.1 -+ gzip -9nf $(PREFIX)/man/man1/history.1 -+ - # If rc is compiled with READLINE defined, you must supply the correct - # arguments to ld on this line. Typically this would be something like: - # -*** builtins.c.orig Sun Mar 6 21:32:49 1994 ---- builtins.c Mon Jul 31 12:27:12 1995 -*************** -*** 466,477 **** - - #ifndef SYSVR4 - extern int getrlimit(int, struct rlimit *); - extern int setrlimit(int, struct rlimit *); - #endif - - static void printlimit(const Limit *limit, bool hard) { - struct rlimit rlim; -! long lim; - getrlimit(limit->flag, &rlim); - if (hard) - lim = rlim.rlim_max; ---- 466,481 ---- - - #ifndef SYSVR4 - extern int getrlimit(int, struct rlimit *); -+ -+ #ifndef __FreeBSD__ - extern int setrlimit(int, struct rlimit *); - #endif - -+ #endif -+ - static void printlimit(const Limit *limit, bool hard) { - struct rlimit rlim; -! u_quad_t lim; - getrlimit(limit->flag, &rlim); - if (hard) - lim = rlim.rlim_max; -*************** -*** 490,496 **** - } - } - -! static long parselimit(const Limit *limit, char *s) { - char *t; - int len = strlen(s); - long lim = 1; ---- 494,500 ---- - } - } - -! static u_quad_t parselimit(const Limit *limit, char *s) { - char *t; - int len = strlen(s); - long lim = 1; +--- Makefile.in.orig Tue Jan 26 12:26:32 1999 ++++ Makefile.in Tue Jan 26 12:27:31 1999 +@@ -28,7 +28,7 @@ + all: rc $(HISTORY) + + rc: $(OBJS) +- $(CC) -o $@ $(OBJS) $(LDFLAGS) $(LIBS) ++ $(CC) -static -o $@ $(OBJS) $(LDFLAGS) $(LIBS) + + sigmsgs.c: mksignal + sh mksignal @SIGNAL_H@ diff -ruN rc/pkg/PLIST rc.new/pkg/PLIST --- rc/pkg/PLIST Sat Oct 3 20:56:49 1998 +++ rc.new/pkg/PLIST Tue Jan 26 19:44:39 1999 @@ -1,5 +1,4 @@ bin/rc -bin/history bin/- bin/-- bin/-p >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 12:07:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25226 for freebsd-ports-outgoing; Tue, 2 Feb 1999 12:07:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from liisa.pp.fi (liisa.pp.fi [193.66.64.231]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25187; Tue, 2 Feb 1999 12:07:09 -0800 (PST) (envelope-from mv@liisa.pp.fi) Received: from liisa.pp.fi (liisa.pp.fi [127.0.0.1]) by liisa.pp.fi (8.8.7/8.8.7) with ESMTP id VAA01090; Tue, 2 Feb 1999 21:58:23 +0200 Message-Id: <199902021958.VAA01090@liisa.pp.fi> X-Mailer: exmh version 2.0zeta 7/24/97 To: lwn@lwn.net, webmaster@linuxtoday.com, malda@slashdot.org, scoop@freshmeat.net, gazette@ssc.com, editor@32bitsonline.com, om@linuxhq.com, webmaster@linuxnow.com, helpdesk@linuxberg.com, suse@suse.de, info@pht.com, linux@sot.com, debian-devel@lists.debian.org, suggest@redhat.com, ports@FreeBSD.ORG, andreas@FreeBSD.ORG, detexfaq@dante.de, webmaster@tug.org, norm@tug.org, vgentile@aip.org, nlinfo-f@elsevier.nl, s.rahtz@elsevier.co.uk, webmaster@borg.lib.vt.edu, tech-support@ams.org, SAL@KachinaTech.COM, zhao@bragg.phys.uwm.edu cc: lyx-announce@lists.lyx.org From: "Martin Vermeer" Reply-to: mv@fgi.fi, mv@liisa.pp.fi Subject: LyX-1.0.0 released Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 02 Feb 1999 21:58:22 +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear recipient, This is to inform you that today Feb. 2, 1999, Version 1.0.0 of LyX was released. For details see the appended text. Yours sincerely, Martin Vermeer The LyX Team -------------- Public release of LyX version 1.0.0 =================================== LyX is an advanced open source document processor running on many Unix platforms. It is called a "document processor", because unlike standard word processors, LyX encourages an approach to writing based on the structure of your documents, not their appearance. LyX lets you concentrate on writing, leaving details of visual layout to the software. LyX automates formatting according to predefined rule sets, yielding consistency throughout even the most complex documents. LyX produces high quality, professional output -- using LaTeX, an open source, industrial strength typesetting engine, in the background. With LyX, short notes or letters are a snap. LyX really shines, though, when composing complex documents like technical documentation, doctoral theses and conference proceedings. LyX has undergone a quantum leap in functionality over the past 18 months. This release offers extensive control over fonts, margins, headers/footers, spacing/indents, justification, bullet types in multilevel lists, a sophisticated table editor, a version control interface for collaborative projects -- the list goes on and on. LyX 1.0 includes many standard formats and templates such as for letters, articles, books, overheads, even Hollywood scripts. Work continues on a growing library of "plug-in" formats and templates, in the best open-source tradition. LyX presents the user with the familiar face of a WYSIWYG word processor. However, users familiar with Microsoft Word or WordPerfect may be perplexed by certain basic LyX behavior. For example, repeatedly hitting the space bar has no effect! This is by design: LyX puts in the proper spacing for you, intelligently. Welcome to the LyX paradigm! You set the "ground rules" and place the elements of your document into proper categories. Let's say, you tell LyX that a certain line is a Section title. LaTeX adds the Section to your table of contents, places the Section name into your page header, gives it a special "bold" appearance on the page, assigns it a number or label, and tells other parts of your document what page it's on, for references and citations. Many of the headaches of traditional word processing just vanish. LaTeX easily processes hundreds of chapter and section labels, thousands of footnotes and inserted graphics, intricate cross-references, complex multi-level outlines, formatted tables of contents and lists of illustrations, and exhaustive indices or bibliographies, and is rightly famous for the superb quality of its output. Users already acquainted with "raw" LaTeX will find that LyX offers full LaTeX transparency and import/export of LaTeX documents. LyX contains a fully integrated formula editor which is easily best-of-breed, adding WYSIWYG point-and-click convenience to LaTeX's legendary math typesetting capabilities. If you're into scientific authoring, this is the jewel in the crown. TRY IT! Think of LyX as the first WYSIWYM word processor: What You See Is What You MEAN. All the common formatting intelligence of LaTeX is presented to the user through visual controls, like a table-of-contents window acting as an outline browser, "live" reference links (to figure and table captions, sections, pages and literature citations), automatic multilevel section and list numbering, and more. You tell LyX how to treat particular words and lines in your document: e.g., this is standard text, this is a Section title, this is a footnote, this is a caption beneath an inserted graphic. As you click your selections, the WYSIWYM interface gives you clean, straightforward "visual cues" (actually, very WYSIWYG-like). The approach has ergonomic advantages. You can enlarge the screen fonts to suit your tastes but still have all the text on the screen -- without affecting the margins and other formatting of your final output. Thus, you can work comfortably on small displays (or if your eyes are tired or your eyesight is not so good) and get the final output right with just a couple of page previews using xdvi or ghostview. LyX includes excellent and copious on-line help: a beginner's tutorial, user's guide, and additional manuals describing advanced features. LyX's menu system exists in a dozen different (Latin character set) languages, selectable at run time. LyX conspicuously lacks a filter for importing MS Word documents. The LyX Team considers this not worth the effort, as word processors in general are moving away from proprietary formats to the open XML standard. So, as long as you need continued access to legacy documents, you should retain a traditional word processor, e.g., Corel's WordPerfect for Linux. LyX runs on standard Unix platforms, including Linux, FreeBSD, NetBSD, Solaris, IRIX, HP-UX, AIX, ... even OS/2 and Cygnus/Win32 (somewhat experimentally), and provides native support for PostScript(tm) fonts and figures. More about LyX, including screen shots and the LyX Graphic Tour, at: http://www.lyx.org/ What's new compared to LyX version 0.12.0? ------------------------------------------ Most importantly, import of existing LaTeX documents using the new reLyX perl script. Better support for SGML/LinuxDoc, tables, and indexing/bibliographies, etc. Summing up, it's better looking, better working, better documented, and lots of bugs have been fixed. How stable is LyX? ------------------ This release is considered stable, but as with any software, you should take appropriate back-up steps in a production environment. What about KLyX? ---------------- KLyX is a port of LyX version 0.12.0 to KDE, done primarily by Matthias Ettrich and Kalle Dalheimer. It was made as a proof-of-principle, to demo how good looking LyX could be made on this desktop environment, and implement some advanced features which KDE, and its Qt toolkit, facilitate. There is an intention to re-integrate KLyX into the LyX code base; by version 1.2, LyX should be GUI toolkit/desktop agnostic. Availability ------------ LyX is distributed under the GNU General Public License (GPL), which means specifically that you can use it for free. See http://www.gnu.org/. The main LyX site is ftp://ftp.lyx.org/pub/lyx/ with mirrors at ftp://alpha.tat.physik.uni-tuebingen.de/pub/lyx ftp://ftp.lip6.fr/pub/lyx/ ftp://ftp.sdsc.edu/pub/other/lyx/ ftp://ftp.fciencias.unam.mx/pub/Lyx/ ftp://mirror.aarnet.edu.au/pub/LyX/ The source code package is available at: ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.0.0.tar.gz ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.0.0.tar.gz and at the mirrors listed above. You need XForms version 0.81, 0.86 or 0.88 to compile your own version. Version 0.88 is highly recommended. Of course you also need LaTeX; the teTeX distribution is recommended. Precompiled binaries for various platforms are available at: ftp://ftp.lyx.org/pub/lyx/bin/1.0.0/ Binaries for i386-Linux are also available at your local metalab (previously known as sunsite) mirror: ftp://metalab.unc.edu/pub/Linux/apps/editors/lyx-1.0.0-bin.tar.gz Undoubtedly binaries packaged for various distributions (rpm, deb) will appear soon on metalab. Information and binaries for Cygnus/WinNT can be found at: http://www.cs.uu.nl/~steven/lyx.html The LyX Graphic Tour can be found at: http://www.lyx.org/lgt-1.0/lgt.html It is possible to run LyX in a temporary directory before you install it. About the LyX Team ------------------ The LyX Team is a world wide consortium of volunteer contributors. Many, many people have helped make the 1.0 release possible, including: Lars Gullik Bjoennes, Alejandro Aguilar Sierra, Asger Alstrup, Jean-Marc Lasgouttes, Juergen Vigna, John P. Weiss, Bernhard Iselborn, Andre Spiegel, Allan Rae, Henner Zeller, Robert van der Kamp, David L. Johnson, Amir Karger, Joacim Persson, Peter Suetterlin, SMiyata, Alkis Polyzotis, ... Special thanks should go to Matthias Ettrich who started it all. Feedback -------- Please direct any comments or questions to the appropriate mailing list as described on the LyX homepage (http://www.lyx.org/). Enjoy! The LyX Team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 12:12:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25858 for freebsd-ports-outgoing; Tue, 2 Feb 1999 12:12:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25820; Tue, 2 Feb 1999 12:12:10 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.1/8.9.1) id PAA25529; Tue, 2 Feb 1999 15:08:00 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <199902022008.PAA25529@misha.cisco.com> Subject: ctk port and tcl8.0 To: ports@FreeBSD.ORG, tg@FreeBSD.ORG Date: Tue, 2 Feb 1999 15:07:59 -0500 (EST) Reply-To: mi@aldan.algebra.com X-Mailer: ELM [version 2.4ME+ PL52 (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 Turns out, there is only one thing preventing ctk from building with tcl8.0: --- ctkDisplay.c.orig Tue Feb 2 14:43:16 1999 +++ ctkDisplay.c Tue Feb 2 14:44:49 1999 @@ -168,5 +168,5 @@ int fd; - Tcl_File tf; + ClientData data; type = strchr(termName, ':'); @@ -196,7 +196,11 @@ } } - tf = Tcl_GetChannelFile(dispPtr->chan, TCL_READABLE); - fd = (int) Tcl_GetFileInfo(tf, NULL); - + if(TCL_OK != Tcl_GetChannelHandle(dispPtr->chan, TCL_READABLE, &data)) { + Tcl_AppendResult(interp, "couldn't get file descriptor of \"", + dispPtr->name, "\"", (char *) NULL); + goto error; + } + fd = (int) data; + if (!isatty(fd)) { Tcl_AppendResult(interp, "display device \"", dispPtr->name, Then, there is also a ctk4.2b1-patch, available on the same url as the distfile. It appears, the port already has some stuff from that URL (all of it?). I may dig in and make a ctk80 port, but may be someone who knows can prevent me from reinventing the wheel and do it -- there is only thing, that needs changing in the core, and the patch for it is quoted above. Other then this, it compiles and runs. Although I did not perform serious testing yet, I did manage to create buttons :) Thanks! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 13:10:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04195 for freebsd-ports-outgoing; Tue, 2 Feb 1999 13:10:05 -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 NAA04161 for ; Tue, 2 Feb 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA52530; Tue, 2 Feb 1999 13:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02171; Tue, 2 Feb 1999 13:01:16 -0800 (PST) (envelope-from nobody) Message-Id: <199902022101.NAA02171@hub.freebsd.org> Date: Tue, 2 Feb 1999 13:01:16 -0800 (PST) From: mcclain@looneys.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9884: samba does not allow "joes" (username+password match) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9884 >Category: ports >Synopsis: samba does not allow "joes" (username+password match) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 13:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: McClain Looney >Release: 3.0-Stable >Organization: >Environment: FreeBSD trim..com 3.0-STABLE FreeBSD 3.0-STABLE #0: Fri Jan 22 16:37:31 GMT 1999 mcclain@trim..com:/usr/src/sys/compile/TRIM3S i386 >Description: Samba 2.0.0 port does not allow connections from accounts where the username and password match (aka Joe's) Tested on winnt4wks+sp4, encryption enabled on samba. >How-To-Repeat: add a user to the samba system: smbpasswd -a username set the password to match the username attempt to login from winnt workstation4+sp4 >Fix: Set username to something other than the username. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 14:08:53 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA13065 for freebsd-ports-outgoing; Tue, 2 Feb 1999 14:08:53 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA13030 for ; Tue, 2 Feb 1999 14:08:50 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA138362227; Tue, 2 Feb 1999 11:17:07 -0500 Date: Tue, 2 Feb 1999 11:17:07 -0500 (EST) From: Bill Fumerola To: Cy Schubert Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/9864: make rblcheck use relay.orbs.org instead of dorkslayers.com In-Reply-To: <199902020220.SAA10869@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 1 Feb 1999, Cy Schubert wrote: > vix.com has added a Dialup Users List, similar to the RBL today, see > http://maps.vix.com/dul/. The patch should include the following line > after the relays.orbs.org line. So now dialup users aren't allowed to exist on the Internet or act as some sort of server. I think some people think way too highly of themselves and are playing God. I guess connectivity and running daemons can only come to those who have all the toys. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 14:14:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA14432 for freebsd-ports-outgoing; Tue, 2 Feb 1999 14:14:58 -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 OAA14425; Tue, 2 Feb 1999 14:14:54 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA56893; Tue, 2 Feb 1999 14:14:54 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Tue, 2 Feb 1999 14:14:54 -0800 (PST) Message-Id: <199902022214.OAA56893@freefall.freebsd.org> To: billf@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, billf@FreeBSD.ORG Subject: Re: ports/9881 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port - GPL Argument Analyser Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Tue Feb 2 14:14:40 PST 1999 Responsible-Changed-Why: I will import this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 15:26:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25888 for freebsd-ports-outgoing; Tue, 2 Feb 1999 15:26:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from repop1.jps.net (repop1.jps.net [209.63.224.238]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA25882 for ; Tue, 2 Feb 1999 15:26:27 -0800 (PST) (envelope-from onemo@jps.net) Received: from jps.net (209-63-247-155.smf.jps.net [209.63.247.155]) by repop1.jps.net (8.8.5/8.8.5) with ESMTP id PAA29549; Tue, 2 Feb 1999 15:26:15 -0800 (PST) Message-ID: <36B788EC.CE9A808E@jps.net> Date: Tue, 02 Feb 1999 15:23:25 -0800 From: ONE-MO X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Bill Fumerola CC: Cy Schubert , freebsd-ports@FreeBSD.ORG Subject: Re: ports/9864: make rblcheck use relay.orbs.org instead of dorkslayers.com References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org begin rant; Personally, I find this to be total BS! I understand the need for anti-spam methods, but this is pathetic. I've been FORCED to use a local mail server to send outbound mail when my previous ISP's SMTP server was unavailable for well over a week (due to a massive spam attack) and I had no other choice than to setup sendmail on my gateway machine for outgoing mail. end rant; Bill Fumerola wrote: > On Mon, 1 Feb 1999, Cy Schubert wrote: > > > vix.com has added a Dialup Users List, similar to the RBL today, see > > http://maps.vix.com/dul/. The patch should include the following line > > after the relays.orbs.org line. > > So now dialup users aren't allowed to exist on the Internet or act as some > sort of server. I think some people think way too highly of themselves and > are playing God. > > I guess connectivity and running daemons can only come to those who have > all the toys. > > - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - > - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 16:00:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00485 for freebsd-ports-outgoing; Tue, 2 Feb 1999 16:00:04 -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 QAA00459 for ; Tue, 2 Feb 1999 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA62082; Tue, 2 Feb 1999 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29028 for ; Tue, 2 Feb 1999 15:51:18 -0800 (PST) (envelope-from gjohnson@nola.srrc.usda.gov) Received: (from glenn@localhost) by symbion.srrc.usda.gov (8.9.2/8.9.2) id RAA13785; Tue, 2 Feb 1999 17:51:16 -0600 (CST) (envelope-from glenn) Message-Id: <199902022351.RAA13785@symbion.srrc.usda.gov> Date: Tue, 2 Feb 1999 17:51:16 -0600 (CST) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9887: update of balsa-0.4.6.2 to balsa-0.4.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9887 >Category: ports >Synopsis: update of balsa-0.4.6.2 to balsa-0.4.9 gnome mail client >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 Feb 2 16:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.0-STABLE i386 >Organization: >Environment: >Description: The enclosed patch will update the balsa mail client for gnome from version 0.4.6.2 to version 0.4.9. >How-To-Repeat: >Fix: Apply the following diff to the mail/balsa port. The following files need to be removed: patch-aa, patch-a{c,d,e,f}. diff -ruN balsa.old/Makefile balsa/Makefile --- balsa.old/Makefile Tue Feb 2 17:35:43 1999 +++ balsa/Makefile Tue Feb 2 16:42:59 1999 @@ -1,21 +1,23 @@ # New ports collection makefile for: balsa -# Version required: 0.4.6.2 +# Version required: 0.4.9 # Date created: 02 December 1998 # Whom: Glenn Johnson # # $Id: Makefile,v 1.2 1999/01/17 19:59:38 vanilla Exp $ # -DISTNAME= balsa-0.4.6.2 -CATEGORIES= mail +DISTNAME= balsa-0.4.9 +CATEGORIES= mail gnome MASTER_SITES= http://www.balsa.net/dist/ MAINTAINER= gljohns@bellsouth.net +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ - PropListgnome.1:${PORTSDIR}/devel/libPropListgnome - -BROKEN= "can't work with gnomelibs-0.99.3" + glib11d.2:${PORTSDIR}/devel/glib11-devel \ + gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \ + gdk_imlib.2:${PORTSDIR}/graphics/imlib \ + PropList.1:${PORTSDIR}/devel/libPropList USE_X_PREFIX= yes GNU_CONFIGURE= yes @@ -24,9 +26,11 @@ --with-gnome=${X11BASE} CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \ -I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" MAN1= balsa.1 +post-install: + ${INSTALL_MAN} ${WRKSRC}/balsa.1 ${PREFIX}/man/man1 .include diff -ruN balsa.old/files/md5 balsa/files/md5 --- balsa.old/files/md5 Tue Feb 2 17:35:43 1999 +++ balsa/files/md5 Tue Feb 2 14:34:01 1999 @@ -1 +1 @@ -MD5 (balsa-0.4.6.2.tar.gz) = 08e1995aedc27b701b39df6082dd2a02 +MD5 (balsa-0.4.9.tar.gz) = 08d8dd036bca0cc0156e7d299f873d5f diff -ruN balsa.old/patches/patch-aa balsa/patches/patch-aa --- balsa.old/patches/patch-aa Tue Feb 2 17:35:43 1999 +++ balsa/patches/patch-aa Wed Dec 31 18:00:00 1969 @@ -1,11 +0,0 @@ ---- libmutt/mutt_regex.h.orig Fri Aug 7 13:23:34 1998 -+++ libmutt/mutt_regex.h Thu Dec 3 22:08:11 1998 -@@ -24,7 +24,7 @@ - #define MUTT_REGEX_H - - #ifdef HAVE_REGCOMP --#include -+#include - #else - #include "rxposix.h" - #endif diff -ruN balsa.old/patches/patch-ab balsa/patches/patch-ab --- balsa.old/patches/patch-ab Tue Feb 2 17:35:43 1999 +++ balsa/patches/patch-ab Tue Feb 2 14:58:18 1999 @@ -1,60 +1,11 @@ ---- configure.orig Sat Oct 17 09:06:56 1998 -+++ configure Sun Dec 6 23:12:45 1998 -@@ -939,12 +939,12 @@ - - - if test "$no_gnome_config" = "yes"; then -- echo $ac_n "checking for gnomeConf.sh file in $gnome_prefix""... $ac_c" 1>&6 --echo "configure:944: checking for gnomeConf.sh file in $gnome_prefix" >&5 -- if test -f $gnome_prefix/gnomeConf.sh; then -+ echo $ac_n "checking for gnomeConf.sh file in $prefix/share/gnome""... $ac_c" 1>&6 -+echo "configure:944: checking for gnomeConf.sh file in $prefix/share/gnome" >&5 -+ if test -f $prefix/share/gnome/gnomeConf.sh; then - echo "$ac_t""found" 1>&6 -- echo "loading gnome configuration from $gnome_prefix/gnomeConf.sh" -- . $gnome_prefix/gnomeConf.sh -+ echo "loading gnome configuration from $prefix/share/gnome/gnomeConf.sh" -+ . $prefix/share/gnome/gnomeConf.sh - - else - echo "$ac_t""not found" 1>&6 -@@ -2307,14 +2307,14 @@ - LDFLAGS="$LDFLAGS `echo $GTK_LIBS | sed 's/\(.*\)\(-lgtk.*\)/\1/'`" - LIBS="$LIBS $GTK_LIBS" - --echo $ac_n "checking for PLGetProplistWithPath in -lPropList""... $ac_c" 1>&6 --echo "configure:2312: checking for PLGetProplistWithPath in -lPropList" >&5 --ac_lib_var=`echo PropList'_'PLGetProplistWithPath | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for PLGetProplistWithPath in -lPropListgnome""... $ac_c" 1>&6 -+echo "configure:2312: checking for PLGetProplistWithPath in -lPropListgnome" >&5 -+ac_lib_var=`echo PropListgnome'_'PLGetProplistWithPath | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lPropList $LIBS" -+LIBS="-lPropListgnome $LIBS" - cat > conftest.$ac_ext <&6 -- ac_tr_lib=HAVE_LIB`echo PropList | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -+ ac_tr_lib=HAVE_LIB`echo PropListgnome | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 --{ echo "configure: error: *** libPropList not found. Please check http://www.balsa.net for information on the required files." 1>&2; exit 1; } -+{ echo "configure: error: *** libPropListgnome not found. Please check http://www.balsa.net for information on the required files." 1>&2; exit 1; } +--- configure.orig Tue Feb 2 14:57:34 1999 ++++ configure Tue Feb 2 14:58:01 1999 +@@ -2046,7 +2046,7 @@ fi + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(SHELL) $(LOCALBASE)/bin/libtool' + # Check for any special flags to pass to ltconfig. + libtool_flags= diff -ruN balsa.old/patches/patch-ac balsa/patches/patch-ac --- balsa.old/patches/patch-ac Tue Feb 2 17:35:43 1999 +++ balsa/patches/patch-ac Wed Dec 31 18:00:00 1969 @@ -1,47 +0,0 @@ ---- ltmain.sh.orig Sat Oct 17 22:06:57 1998 -+++ ltmain.sh Wed Dec 9 02:11:04 1998 -@@ -967,6 +967,17 @@ - versuffix="$current.$revision" - ;; - -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ if [ $PORTOBJFORMAT = elf ]; then -+ versuffix="$current"; -+ else -+ versuffix="$current.$revision"; -+ fi -+ ;; -+ -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 ---- ltconfig.orig Sat Oct 17 22:06:57 1998 -+++ ltconfig Wed Dec 9 02:11:04 1998 -@@ -1130,12 +1130,23 @@ - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done' - ;; - --freebsd2* | freebsd3*) -+freebsd2*) - version_type=sunos - library_names_spec='${libname}${release}.so.$versuffix $libname.so' - finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - ;; -+ -+freebsd3* | freebsd4*) -+ version_type=freebsd -+ library_names_spec='$libname.so.$versuffix $libname.so' -+ if [ $PORTOBJFORMAT = elf ]; then -+ finish_cmds='PATH="\$PATH:/sbin" OBJFORMAT="$PORTOBJFORMAT" ldconfig -m $libdir'; -+ else -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'; -+ fi -+ shlibpath_var=LD_LIBRARY_PATH -+ ;; - - gnu*) - version_type=sunos diff -ruN balsa.old/patches/patch-ad balsa/patches/patch-ad --- balsa.old/patches/patch-ad Tue Feb 2 17:35:43 1999 +++ balsa/patches/patch-ad Wed Dec 31 18:00:00 1969 @@ -1,11 +0,0 @@ ---- config.h.in.orig Sun Dec 6 23:09:31 1998 -+++ config.h.in Sun Dec 6 23:11:15 1998 -@@ -132,7 +132,7 @@ - /* Define if you have the header file. */ - #undef HAVE_VALUES_H - --/* Define if you have the PropList library (-lPropList). */ -+/* Define if you have the PropListgnome library (-lPropListgnome). */ - #undef HAVE_LIBPROPLIST - - /* Define if you have the crypt library (-lcrypt). */ diff -ruN balsa.old/patches/patch-ae balsa/patches/patch-ae --- balsa.old/patches/patch-ae Tue Feb 2 17:35:43 1999 +++ balsa/patches/patch-ae Wed Dec 31 18:00:00 1969 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sun Dec 6 23:20:10 1998 -+++ src/Makefile.in Sun Dec 6 23:20:21 1998 -@@ -149,7 +149,7 @@ - $(top_builddir)/libbalsa/libbalsa.a \ - $(top_builddir)/libmutt/libmutt.a \ - $(top_builddir)/libbalsa/libbalsa.a \ -- -lPropList \ -+ -lPropListgnome \ - $(GNOME_LIBDIR) \ - $(GNOMEUI_LIBS) \ - $(GTKXMHTML_LIBS) \ diff -ruN balsa.old/patches/patch-af balsa/patches/patch-af --- balsa.old/patches/patch-af Tue Feb 2 17:35:43 1999 +++ balsa/patches/patch-af Wed Dec 31 18:00:00 1969 @@ -1,33 +0,0 @@ ---- src/balsa-app.c.orig Wed Dec 9 02:22:52 1998 -+++ src/balsa-app.c Wed Dec 9 02:23:13 1998 -@@ -22,7 +22,7 @@ - #include - #include - #include --#include -+#include - #include - #include - ---- src/balsa-app.h.orig Wed Dec 9 02:22:53 1998 -+++ src/balsa-app.h Wed Dec 9 02:23:24 1998 -@@ -20,7 +20,7 @@ - #define __BALSA_APP_H__ - - #include --#include -+#include - #include "mailbox.h" - #include "index-child.h" - ---- src/save-restore.c.orig Wed Dec 9 02:22:57 1998 -+++ src/save-restore.c Wed Dec 9 02:23:32 1998 -@@ -24,7 +24,7 @@ - #include "config.h" - - #include --#include -+#include - #include - #include - #include diff -ruN balsa.old/pkg/DESCR balsa/pkg/DESCR --- balsa.old/pkg/DESCR Tue Feb 2 17:35:43 1999 +++ balsa/pkg/DESCR Tue Feb 2 17:25:08 1999 @@ -1,10 +1,15 @@ A mail reader for gnome. It supports local mail, pop3, and IMAP. It can -view mail files in mbox, maildir, and mh format. However, MIME is not -working yet and you cannot use attachments. +view mail files in mbox, maildir, and mh format. The pop3 support is not complete. All mail retrieved will be left on the server, and hence retrieved again if not deleted through some other pop3 client. I would recommend using fetchmail to retrieve pop3 mail. -Website: +Balsa is probably not fully usable as one's primary mail client at this +time. However, it is under active development and fits with other gnome +applications. + +Web site: * http://www.balsa.net/ + +The web site does not appear to be up to date. diff -ruN balsa.old/pkg/PLIST balsa/pkg/PLIST --- balsa.old/pkg/PLIST Tue Feb 2 17:35:43 1999 +++ balsa/pkg/PLIST Tue Feb 2 16:32:58 1999 @@ -1,10 +1,20 @@ bin/balsa -share/gnome/pixmaps/balsa/attachment.png -share/gnome/pixmaps/balsa/balsa_logo.png -share/gnome/pixmaps/balsa/balsa_icon.png +etc/sound/events/balsa.soundlist +etc/sound/events/email.soundlist +etc/CORBA/servers/balsa.gnorba +lib/libbalsasrv.a share/locale/de/LC_MESSAGES/balsa.mo +share/locale/es/LC_MESSAGES/balsa.mo share/locale/fi/LC_MESSAGES/balsa.mo share/locale/fr/LC_MESSAGES/balsa.mo share/locale/ga/LC_MESSAGES/balsa.mo share/locale/ko/LC_MESSAGES/balsa.mo +share/locale/no/LC_MESSAGES/balsa.mo +share/locale/it/LC_MESSAGES/balsa.mo +share/gnome/sounds/balsa/startup.wav +share/gnome/sounds/balsa/newmail.wav +share/gnome/pixmaps/balsa/attachment.png +share/gnome/pixmaps/balsa/balsa_logo.png +share/gnome/pixmaps/balsa/balsa_icon.png +@dirrm share/gnome/sounds/balsa @dirrm share/gnome/pixmaps/balsa >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 17:20:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14456 for freebsd-ports-outgoing; Tue, 2 Feb 1999 17:20:04 -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 RAA14423 for ; Tue, 2 Feb 1999 17:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA65471; Tue, 2 Feb 1999 17:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA13622 for ; Tue, 2 Feb 1999 17:13:24 -0800 (PST) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.1/8.9.1) with UUCP id CAA28204 for FreeBSD-gnats-submit@freebsd.org; Wed, 3 Feb 1999 02:13:26 +0100 (CET) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.9.1/8.9.1) id WAA28720; Tue, 2 Feb 1999 22:13:42 +0100 (CET) Message-Id: <199902022113.WAA28720@net2.dinoex.sub.org> Date: Tue, 2 Feb 1999 22:13:42 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9888: ports/net/zircon update to 1.18.210 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9888 >Category: ports >Synopsis: ports/net/zircon update to 1.18.210 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 17:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 2.2.7-19981027-SNAP i386 >Organization: privat >Environment: zircon with tcl/tk 8.0 or 8.1 >Description: old Distfile is not availible on MASTER_SITE >How-To-Repeat: try to make ports/zircon >Fix: innstall this changes: diff -ur zircon/Makefile zircon-1.18.210/Makefile --- zircon/Makefile Sat Jan 30 11:12:19 1999 +++ zircon-1.18.210/Makefile Tue Feb 2 22:09:38 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: zircon -# Version required: 1.18.171 +# Version required: 1.18.210 # Date created: 19 Aug 1995 # Whom: jkh / pst # # $Id: Makefile,v 1.35 1999/01/26 02:58:39 steve Exp $ # -DISTNAME= zircon-1.18.206 +DISTNAME= zircon-1.18.210 CATEGORIES= net tk81 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ diff -ur zircon/files/md5 zircon-1.18.210/files/md5 --- zircon/files/md5 Sat Jan 30 11:12:20 1999 +++ zircon-1.18.210/files/md5 Tue Feb 2 22:01:49 1999 @@ -1 +1 @@ -MD5 (zircon-1.18.206.tar.gz) = c875562c89fe301498e088201970043b +MD5 (zircon-1.18.210.tar.gz) = 6d9b0ba587392adba404f84fc12cb272 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 18:48:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27171 for freebsd-ports-outgoing; Tue, 2 Feb 1999 18:48:29 -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 SAA27158; Tue, 2 Feb 1999 18:48:25 -0800 (PST) (envelope-from jmz@FreeBSD.org) From: Jean-Marc Zucconi Received: (from jmz@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA71221; Tue, 2 Feb 1999 18:48:25 -0800 (PST) (envelope-from jmz@FreeBSD.org) Date: Tue, 2 Feb 1999 18:48:25 -0800 (PST) Message-Id: <199902030248.SAA71221@freefall.freebsd.org> To: grog@lemis.com, jmz@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9690 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Multiple problems installing TeX port State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Tue Feb 2 18:45:22 PST 1999 State-Changed-Why: Bugs fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 22:30:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03986 for freebsd-ports-outgoing; Tue, 2 Feb 1999 22:30: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 WAA03884 for ; Tue, 2 Feb 1999 22:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA84438; Tue, 2 Feb 1999 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA03656; Tue, 2 Feb 1999 22:29:18 -0800 (PST) (envelope-from nobody) Message-Id: <199902030629.WAA03656@hub.freebsd.org> Date: Tue, 2 Feb 1999 22:29:18 -0800 (PST) From: mac@jp.freebsd.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9889: Update ports : windowmaker-i18n 0.51.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9889 >Category: ports >Synopsis: Update ports : windowmaker-i18n 0.51.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: Tue Feb 2 22:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Masahide NODA >Release: 3.0-STABLE >Organization: >Environment: FreeBSD daemon.pssys.flab.fujitsu.co.jp 3.0-STABLE FreeBSD 3.0-STABLE #1: Wed Feb 3 18:53:56 JST 1999 root@:/usr1/src/sys/compile/DAEMON i386 >Description: Update for Window Maker 0.51.0 This ports depends on libPropList ports commited at yesterday. >How-To-Repeat: >Fix: apply this gzip and uuencoded patch and remove files/WPrefs.hr.po patches/patch-a[bj]. --- begin 644 windowmaker-i18n.ports.diff.gz M'XL(".C5MS8``W=I;F1O=VUA:V5R+6DQ.&XN<&]R=',N9&EF9@"T7.MRVSBR M_FT_!^%:6L\G92E4*(F$)(D7P\")?9G+>YSS" M_,GCI/+S/,+I!D@1I$B*2O943<82`?37W>AN-("F+'Y_3QJ1?T4:C^3XGR/\ M\R!\FSQPUQ(/^ZPE>9ERW:CT5@S>&M$0_(;=4FG M2XR]8;L_[!K$&`P&V[N[N^64MSXPBYRQ,2$PK#OL[`V[737L]6O2,%X9`[)K MO.JTR>O7V^0OY(H]$$_X84!,X3C,#+EPR3SA_U[XPZT/$@KI^P`;3@GB$?88 M,A=[;S?^0O[)_``'^NR_(NXS:[C5;O;;S<[V;DF;T6PC^@D-&3%]!G_@^5:G M1Z[$`KD]P-8/4S&'IUMS:KZ>>JA+UXB9;MR\>ZL:\UI. M>NR6CD?!=BO'2]&/C^Y.WU[?GI^.#K<>#:/Q,-=G=)M<'HWN3F\_C\[OL,=] MZ`U;+?A_4^N$>FAYT;@U9B%M!;X9M,BG;;*E]>:B:8JY[#3GOB_\EC9^9=PT ME`-G$]%TA$F=ILO"EBF$\QF&N(Z@5M!ZF&/GA@YB^_K,2+`S^/YF=-*P?<`- MS%8,J+,WCP+6'/N4NTV?V\QM`NK,DZ-];PZP;NCS<4O-U-GY!:KAQ>^)VK^\ M^/WTX]WMT?'=Y]'[LX]?"#0=W1W)?E^V=]7\;#8*F-O=*IC-&36:(?6;DV>P M&YB7\ZL[^'=Z>UAHEM+).N!E!V2WTWG5,:2;;6U-^'VS.WSQ^\WU[=WHY/SV M2VOB4V_*0?G0Y/"QTLW,8Y/FH+@?MJE>GCLI(P9-:GY"B%C-7G$G;.OV4-SU MO91:;GSA7?`@;!J9OA9;,*<%W"?MH'KRYOWYQZS*A'71:P%C2`IG??CTX_WYS>7O0/ MMYY8L$WP^\?/-[>G9^_SI"R%+C@]U[I4JCF]NSBZ.WHX.=QKG&=FX:SJ1Q7;(Q?D;;+W(2[ZC MQ+HXOWK[_@AZ6(RP@-QS#S$=8)L_V!*?=:27L^D M_<0=)_>/#>`\*!,GTQ%`@S*MD.+'L?'O2-76)*6-08$L'M"QPQH6&T<3TF@P M5WZUJ3OC)&V6$EK*A:^,PRVP-`Y!)F!@TX\$O@7AD\/PU[JAX31HFDCF MQ>_'-QB\9."2KA'WF_K`0?%P3[1D*^@9QJ/;?/E93LHHP1-%!YNR5**0.[`: M-(1CS9D;=5SVH,@H@:";$JS!LM^$_(+#?3C+.SGZ7[+9?R92S M,0\FW"([._)3$/KRXPXF@D.9^#7:!PW(`XW>L+LW[!F-=K?=_N1BGS,?TD%R M)UQ.WG"'?R/A&/Z8KX7#%V`2[%X@0T1UOJ#N)*(3UKAC%$8=^X*&''A4K<>0 M7D#VVKA[\@`6EYR6YT`N\E=BPM2!UQ^>CZX/#OJ#1D<-^!BO3(UK#W/>8(BA MA=W3R`D;EIC#T$.E$GA.+:L!:1<8>(A?;?8$$VP=?HZE0/T-2;/9@O_4F!:P M<\\GD4\E[::9;86DE4%8R3T]$V:TTO4=>QH+ZELCX):[D_+V*00J,PI7.ER" M5Q8]>QOYA<_Q$_.9:[)54@)2O#)&XAB2>UA.[`YT7_0L\MF1:QT+1_CYYMA$ M\T^E/?^#NI8#?*VT@B<&'C59O@%G./_L<2[`FSF8GBFG%C9":^9U:/0Z:WL< M5*IQV#?:U1(-._MK>QQT2N4>[AL5;?M+!S9%Y%B0H80$=P8$ETSR,M#&@I[[3P7^0Y&7MA\AWY> M8?D.>WE=Y#NL1)8X"@^[@X.2EIZQ5QE5:GC/1K[LL\>YXZ+`Q]'4&:<>]$,*.Z'C)/ZY#LIFN$%%JG]B^05"QX34K]-*Q>"

%H4AREC)[!E93Y8/YZ?"A^2?#PT)0=CS]/PJWO5@AQHD')+"U(G1+D+ M-O9$0*:(.BV+>>%4`[]V&7K+-ZZ->*8$DF=!;`&[Y&1<-.9N714,VDM^+D&S M2JY`2@4[)DC+5TSS-_$G&0M8?0";0@][$SL=[)?":=NL$K1LCQIPO7XJW36J MC&2[Z,K%C2`#/<;MI3(E6?QP/Z5](F2H@_T&_'4;^D%[X#$3DDN3H#7/6'1@A@U=R$8$_>."@8K&04RK& M,V:&^ER^BQ63$HN(L!?L&`*XY4<3/I44;1JN MX[R[XLGFD^DL@P.9\LG4@7]2G>)>\=_,.70D';KFP`INC';*CGI(0)\^T;*7 MS*KH1]_=Q-3L8DM/TJ_]-&2-82T7./J9L"6=)HFG8,=;?G`,+PI!&B23.WUY M!]'8Y2$C;F+GL!51P]5,8]L]*G<-:[T,:Y`7DB)XX$\1UUB.I+_A@SFFE&!A MW(6@]TIU5(>LJ&[LX0L(@FI<7I*;)`;"4J\XIJE0,:W`$Q;0M^DS3-!W2"+X MGS3&B6QG%GV/9NA;7.&HH<5>E`H^^'\2G#V:L)K_E-1$"IS,9E9J(@*P.DU. M6BUHIY=&BW,IEVPAZ!#Z8D2_0QB6C,!F&W:<:X@>+(DJ:T[-6*I-#]'24A/) MP(_66V6GETZ.XO9>.(YX")3"->(R?`!MW%*@>JK):CG"IYV1(SSOZ=/."L.9 MIK6L[FG;>77$G":,7'?Q9E.W`=475#U+NT>)Y3;73*F6CT#?<$I#,J6!Q"H) M&7_"Q."2*`5:1[V_0IT'94:?!\'=D?16._(#49(2+*$.>JO)2IQ1D%O*`>:$ M.53?%BRS$MP(6/Y7NI`>!(CQ04GL%)6XW5Z:),T#9FKTXZ\58_NIZ\C,SQ6>),W@GY9G8Z(U9W@$9"_=1OHF MJ^?Y^IXGFPHJ-ESV4,2*EOR M`QZ9%D]5$92FPZ1YW8R%%#[@:7XU2'IM`2BY4S]U=0'97+?PN=$9%`Q0]QH0 M>%/M'%-@4D_DKD.;?BT^LRAF+(T'T"M0H=3";6" ME:E;*#QB4@_4@7*X=&[9J#A&/_=\9@,C MTP5L2\!HBGV\4(K\>651IVZ12G$.BDY5I_&$+VT/V=Q`T7GT8A8U MQ%C1$A;:?KP9&YK,X@]@H1\?85-OIKA51XL#A-(5T&[QS7-[YN M)UV:_H%W+LJ,=!WK^V8*N\$94282II3 M%:BET#);W4S&ORIC*V9!W[SF=^L;,)2&I/A:LDQP;&W\E%%UTV`T8EA*70X& MS7;XN"A.<6%6@F77+EG,B(VAD"J]FTN3:7T:0P.V=0FZ`<%Z*G`-3A()?]1 M%@9E"@AQA4M8"&IH84J,MF)CFO"Q@>_TVE6ZJ,T,C+"D0GZ2&Z.`FR4#Q*C@ M(#,1LF==S$XE9J\3\9(HSG+T2/1.;@"IVHG+?&:#Z-/O5.)T*G$VB#C];B5. MMQ)G@RBCE7,4X?0J<3:(+/TTLJBL&O;]>C%&DDS'C^M236.'2FIS5..T=4.B M^UE66X6DND(/'&`ZO-3^:Z^R4G M<(8>?^,!JY->'T<[\#]V&-4W$]??\4*U-JF>MAHMCRR71EKS[!+S&KM"AE@- M7:T`(#[4OJ0N3(/._TI#!;F4=9B]B4_G&`4%'H?(6OWL[,IV<"L1+J@Z_H^+ M3M?PO%\RI=H&2T._C=QB6-C(@2*CDJF)J?8ZQ6@][9P`WUL]5L<\Y"77+S_$ M@L:G.52UE.-HFRBD-XK&N0,C(,;5=9`Z,:JDIN7+IX^PMW6I0RZS]$[M`!O2 M(ZAJ@FET^%"4:=_J2UBEI$;;*)G`MK9EC_6I0UQ)11;[?DH[7[FZI)T:QY%E M)?.U0K[2](!\ONYU2;Z7(;\Z?3?U9LYH=XK/L0&BGX'XM\PKP!74)2NXO0S< M.<*9DK\9O56*H7LE$%J2Q";X\W<>B@=^SS`*W$9[HI/+%.8DM#? MUC;6QQ!29!WPE.E_[5`2FXPVIJ7WU`\M,ZA M7%'8?'N\)HQ6UGE!Q]EKIV>75D=EHWVPXKR;.M>!-OV12^)0G?&A.&*CH<5M M5?2T"PP?%I@)*,C,7F/`PNGY;,[CPNTUP>4@U9`\9Y?UF)F:-#Q;!UI"5F)6 M$]-JIV!U?R!'CA-7"&09E-=GP9I;ZI1JNB$X?>1A20GD^3/%JJ*DR)&H=Q'7 M3(]6FR9)?R0C572Y2CB`QK@B$/J9\<&Y+Y2AJ23OY*ERKZ/2VD!!*A M6"5Q*_JDKI0UU+6#`ZQ"757("*\^0IYH8PVY-.3*)+*`GDHF:Q/4`^J]SX(I M&9D^8QF*P6+&OB))!AGC.H*I2YV[]X+<4#<3*.1#+WY814>+-6P"BUB>D'JZ MGI+13D54UV[+=:KPPBW4KMSJG/\M<0S]!0!B8HVU'[][Y.5XOV)8HXL/,V:5<-H M%5U'@4VFS/%DU<64$:P]T"#N?`PZGIB+;T18LK5:/1VM.@8Z[MQ-Y0^V@(*P M^%?6"T4^N*^Z?,7ZL?]NO6V=M#Y>@P:P`B%_,0:?7K0^M#Q'T@,% M3%@8UT6H\EE\GB]K/%/"A#($N6*BU5Q'JT`N5Z5;_E?@"12HY&C0)KFBGH\U MK.1;A+5'J37&@ER*KPP6\F&TMOK-02_Z*[_LK MZU!40R[GB&?"'/;U.B@*$.Y$4U7ZX;L8HRLV3MD[%N%X>+/<>VWE+W'!K-4TK+7+J.VIX?2=_JD@D=9U&EN/])H3Z4LGLCXF5R`A'V*UB>;C:TI0='-J[V6#.3XG M#1)?PV*]V^KFR283U4M8="SW!6')N5K&X`NV;DE;MV#SDQ28:8?&5V#*>K82 M7]:MA^Y5"2D?X8\+5$AZG4BZ7(Z3-X[7@FNU1`7@-]QC!=O[4GP/^ZM#FAK0 M@RKH9,GFF:.1#+(&;"V7[7(37DYGI5%M(&U-03O::?`;:MJ9K5SHT\E:`EKE MH4H(>+!\+5X&`)E^/.&Z+5=R0F'I'ZLE?LK-:5R[)@,&#,7?`\*D0+Y>J%Z: MDN_BRK*,)!D@UI-+YZI4)EY//V"5MR4DT`.%_`/6>ZSYB*O*3?7C&T&2I<0L M_#VW^E\OL(X`TL3(HS:!"+2@<8)UCTP6^$;Z\1PEWS&$!"P61`84ESKT M&8?@6UIB%IN\R67))'0-Y$DH6`:*\=WFL1#_`TQ_90X6^\4OS,%,VE1`],04 M8Y;!_?OZJ='>#%9:1#50[B8OM:BL0M._*O>7/TLB?Z&$_(+O",)TXDM:3S(9 M_56-4DF?GCV=Q&>Z^'XG51SS5"=1)I'"S0W$>N@>A#&IDHI%71XM([DKX'X" M:X1/XXP2.#!][H6M^`0!EC9J@72^B"93:,5HT,PO!MS,+`:2(,XX5380D90*-1^:H?.%*0Y_CVZ96&F,*M(S+I7S' M:_Y_Y3W;=ALYCL_)5W!RV4[6EJR[)7=W3IS82:?;<;SMI'MVUK.9DD3999>J M-'61+W/FP_(RGS.G'^<3%@#)*I)U5=+9A]US?(Y<52`(DB`(@@!(++5V/W%- MSI3XW&HD]#N6:S:-.^AK=#J6\@92IB>U^+!R/Y&1Z2Y!RWI.I._5UML=Y\>0 M6'.9`"M(_L0H:[E]L/@Q@Y<,R$C@R"T(_#?G..Y3(4&,=F`/4]JLN=@?:.:! M;1S'J3/U@&]BU+J//T0Q7^T>3:12Y"0!R!+U72*B\5"/>_T3=Y1].%.TG-A6(F%4AHI MZC:),9K(P,RC2* M)77F)/@N-7R@!Z.PGZ^=?_!_)L5B&)VV9.N!#?7EB]"1\JT$?2)9$SCX=^&W M87E<1-_>!NG?-#-?L=A28O.VS92M($9`DJG`R4+(4A%8)63B!KD>+L40B3.O MMLW/,<\$7R9JVTSNY!/5XRB*@SE)9U$"'V&:.R+"\X*%&%XSAEJ$=$[H#VK6DWN,.*&/$U9*'M:Y\?V$L2-2M2E:K!9;? M\%D28VQYQ"B8-W;D#'@2)8`:-#%*)TIIAZ*G>O^^5@NM)C%!8%"N$7FD@;T> MK9VK)$M8E&C#`*(TLXZY(E.+(8?7X2>?*UHY+9J@3#DQK*1/4,,BTB+8_/&G MM<,RZ&HADPNSK])NR=J_+3A0%ZDJG(Y.S.%#))6`MCAJN'8COLT\CD/DQC@> M4\_QKXP@MZM`:[Y2MT23@K6?'K$#GD1R;R:/0_=3C"QAG,G'P)IJQ=FF#I)A MV!B=>N<']=VBA0L)18;?IC8_[!8E,(6V+B6\[+_V*^37&V>Y\J!] M;LD01%HFK$A5D@X!B/NS!S=KUL)(Y+,'VQ7\KY,L%1,D&YE%PR%J0P1G#_21 M.@6N=3(5P>#:')>[*';Q;8#"',TB%%8-XIZC[!5#&"S1ODC1E9?H5U_("D9V M+\SXH]:*2VXU/-J$0+N]'U4YT>AB!M&<680=W-SDGL["P*.<$B79O4#[ALV> MKROG3>L:Z#6XS90XTA"D". MS=QPEBQA;'QKR4(<'];N);\2K&2XE+#$!TD=BH,@&'%@HPC]K%4W2QKT#$;! M.F!WOM0*UJ$7L$68H$8:XKJ&VQ&?7[E+%EP%'F:>J%S>[-[3W#BI&Z!#%BW1 M23*%"J5[D?$;.'71:0#Z;2TBNI=&8+IL)$>I#YTF&PF-QKEP6`CCD5\&`__TKUH2KQM*:IQW*IAK9Q)VO([^$HF:3MY8V9X+O]29I)N M9G@^Q-3PN@H0\D^-.T7/6"`U>PKP<68S[G&1,`GW^ART>%#B*:T**&JX/9B* M&>@GRRGFXUG`COV&>Q&=CX$(X+C^+%!7S'"9\;`_V2E6DFEX1T'\(DX(%4*E M/4]ACR8J`/Y+XF`MH\/QU"@K5C)/K%;KLT2T=IK$,:6=+#U/T\B.W=45$4C) M8/1S*\J^FL&QI.0N>\Q&Y@H]*,H0=!@NG9 M16BVG9_#3'XP7P.OA\IE)[I`4EOS=3'\N?`8AH=NM2N7C5@;`#'.KT-GFHH, MW>:H9B<(EK,',L\"[#I4.W`X@A*?.;M2+6]&)D/D24UA_E-Q"`*+6T.9NZMY MY^5J@&T4+%H.;+'*$ZZF%<*ZN0ZY;AEM+/C'6MX3753Z:`N05:,*\#@Z\XO$ M(Y``]09D2]#J9HDJT8`$S>E+#&^-IE@ZIV0>\[VQF4-.+*%XBB!6,72!1%`[ M:1S9OCS3U2BWNJK"8N%RM=5).)X(QZ2$[%O55$XFE52*2PH^F\Y$0_#EM/:U MQ-,BM35WPMD%^6F9*0G1JG=7E=0Z1=GMEWS0@M?VY_HJ>1#,G6(/K[2L[3N> M?M`BAH1GM2Z4IJ'[J?C(/RVO>6:+CJWM`G'52TTG:"=W&CXSPZFN8VN939VJ M<3/W^GJ0'&97@&5L92[N)R$L)G<,U'SW-[=LY"RDH\K/N[HW=.B+/45D^U[^ ME,1R']JHRMWJ*K6\09PVQ$55GH9\CF:^3>H=5]<[**@7E#)4B@OR#:CZJQ97 MFP`M;HS/+GP\X6?ST`'DYRTTMQER$D]V8@Y0OZ%Z-@OCTJQ_MDU(8_(@$N<] MI;P"ZKE;F@+'0CPVHB>OV=3QO""0IT8+E10#:N6OY\:?^6=$5EQ#E(KC41B="-&4SR+0442@O+C\JPQV( MIW0[].0EFMD\T%BHY%-S%$5DIXP9Q=S"Z-AV27XB,B^FBM8+EDU&MM?-NOLG MSE?YX$E&Z*+LV":?HO-/P@J<#ZE4!RF563(L@K14+F_=:,8]((1C0H;#\#SP MT6I8HLS`9@HXC@LH&++J)+[*N*5MU91]9Q'XL=P8ZX885_]0BK"GK8J8)O45 ME+&G(AUU$+:RZ:>0:9G\Y0Z#4O835@TE/LJY5IT0,,6;B74R)-9CK;8EIG@M M%SZ,'2I$*_7.[(BX>..8XK6N`6E`;^E437'J@1'NJ@'.&8#5M#^3]J]Y@"G) M;Y6T+\2\(KF/WC\"N!+YV$R,?$I'4@R_"A.Z,YV!/GM^X5Y>>4L_6/TU!$UT M?7-[?2>^[[]X>7#XZO4/;W[\Z>CM\;N3__CY]/V'7_[XG[_^27SO='O]P7"T M.]9S&>"'$WGX@TN+\Q7JJFBRY@%<>9)2B45;4H[X0D=P!(OMNCBA55I88Q-N MI70BO:-$WY'E=>>GGS%WN:Y\\Z@DFY8JK-D0\55MI#8N[^7D&)=)&>'EAG!Y M842:I^]J!8N-?E@D8\J0U\L7&_TH+VJL34/]&4@1WH*@Y!TK88$1F+Q3FJ^@ M"/O8$&2&2V^EQ++P3*R^:#;JP6QC?(%()H*+[\:MDG@ MU*0Q,PWL$.PBDB:U()H$I>E$'W2;,7J/;32)!G9`<`%(T;F:3=BP#F38J6W> M<+<6RTC/N<*+%9,JG<0B6\OO]\%?E/'A,5]\+B=J)^KOKN6&MY3??_&<".VL M:6VP4]M,9@TTEZ\/?D065ZC)%BW''#YA?CM?>E<7&SJ*!K&6%89:QFQTDC\/ MK8N53H([IW+1L?!U,TEQC.YU'FD,>FOHK2\WATW1]G+W]I M*QN#-,7@ILBUW%$6O>\W03,:%:]N%2.V@2YM538>%%561/[GUZ'I.=D94'5[ MZ.CGO#K6M4`&:0Z#+RFDRS"$B/P\37%U,P&A*?&5/5.MQ5OXM?O#Q#S)39R2 MZ.8"7-K.%MYYSBHR#BQ/P^03;XQ,OZ@"=T35(U6]&[)0:Y=@RJ_DT$;?&VF@ ML*ZC5X1N7=SA&28M,PT&^NNL@`'^=:7U2T4"XYX/F:ZX!H%F6_B% MAY'P@M!N')-C89R3`>`=FLF%HT$>KK(^S?,*LR*@KXMMHPSY/_FR3`')4.V: M@>$RJ<<2,.[`G@KVB7LP*`O8G`7L)SRBN727S@*'/U@^W MWHSB'G[Q7'ZN(J9#SC2T>^Q'O&N+O;\(EJO(.#^H)K4_*CH,%(%GYN6IA8>! M/F6^D-Z5ZB2PY!`PK7.@;3*.`F>>W5HFAVJF'X5(9V!C)#Y@G!&&H^G7OJ%) M3;EXU@[18)*[9\*]$S=YZ753\'9D7_9"@0$>I:'.DT!%Z@D8#LJ#E;O%4D?< M<\V>/(Z>4OQ?$(;)"G2//VC$V04X"%AH?XSK04G(6 M(48KB\/*B-R]ITYDQ)0=6U>&Y@E-9,ONV!2/TZ1UU*WKQV'1E"%C8,X0 M`:C>)0W[8??K]HE@6\94 M$T.FK5!S[3:"#=NV2L"R2+RLDX3;*+F;JVZ`;;VLN$S69K72E:YXMY;N+;VY34.:7='6%)]^>`\?=>X\]9+?G,N24YL"5-H9B'U_ZL_) M;\WQ:(=03C1SC-LHLS<-4/4ZF6*>#@$38VR,A$CYM!(CTA"W=O;];N7\-4$G M8F-C^Y9B?D!4)W7&V3QR;4?Q*[I1+,7%-OEM)'I%9!?9^)=)Z68A7T:/76*WRO MX%JN#""*UK`@7K"UL'XW[$W=^4Y.2/6USOHB4Y9D=P_"_K2X4F5&1`[N%QRK ML6-0+\]MASSQDKSQ*)E>ZEO>J!Y-_9Z'SKGREV93'E]SXTH/G6=6`73?;UR[ M+5(YY5OY_$H82:=`.YB,TJ3]"S>,M!M>;$>@E1.)='&>8X"APK]V9[R%BI*C M$YR[A&1M7%.%*.@?P<]#F@VD(6DE)F*W>&MT_*,VI0W=A M;M@4O;>C-`X8%%:0`Y8=N9SR)O3J%X[.KNR36_U=#::B@^"ZN='$(HZ:&6T4 M4_1)Y)SS/=0:_DNLXM&?C2U`@G[K4T=!H(KQYQ+U72'/:)<8]4@6@:(XED4A MR+J1M>;2@^4[^<^SLUB]`M:><@HQU_#;)?0"=TX:$U[BM:$HF&@4R'W"67P6 M`W/XV092QM;A/.$W;FP0H17"'!6?LKTANATY_RK6!V3UFGME',#\!99WPO-D M21(:]5K#+@K;JMD:\%TZ_N/`A^UR[ES)[$0:SPKLU;+XJ35^9 MY>LATX@H-!5N8BG,B"G>!A::"H6NS\EDV+9)*CPVT$X#LAJ+S@T,P,*&5EB+ M-C,6Y9LNQ\$T%A6;PL0EW>AH9MN*#++I>8.CB(>L_C#"(-VH0%QMO7,`3CH",Z\&E*HWQ-VZN M%<5[,73)MX5LMAE+O^;F:(7=ML)L^Y`U--S:,]8VWD;.,BBJSC;@/F2&"?>2 MIU9S>@[DM=6X[`G_^)VXCD*O7; M-,W(A[Z6N(WUTOQO1MY"+?5GD@K*TJ2%H*MH60OYYV0M+!`5E0;M=)J66+1M M09"S%M])&W=BV+A3M,+@NM016OQ9D0V?F$>MW)^3`]]H@)FI7D_UE`XSU67G MJ">?&JZEJO])!%CG,]7;S7NWQ+@N'E&#TC@P<^$Z72?G\TM^`MV4H+$2X91- MRL9'.6"41HG#]3LJE2*?#&DBH%<*0U(BI37_/71+-&&W''G=C#)!9O73YY6X M=4;(MRMQ1XK9HT:&*'E'@\<7L4QJ=@O2W?\&%!S*`F?ECS(;G%Y[H>5Y(C.4 M1_$4E"5,)"0$QC+R/^6:]@%3=SAK_@'OSB9E@MJW+7,QD8BES,S!]!(&P6RX M/))@Y"_UAF[23D3CEYA63E"&V0_Q`#M,SC%G%*"YBH4IT9Q/7SO%(],I_XI9 M'HU6U9\2H46C^J0HH[KVK$A'EIX797@TPD3(.^ARUCZ1@J4SAT4H,W<7"]9* MPF/6NF$O?SG%']S3R.T#G:JVW.[8;T.%YSNT).XLY\/<]^S3_5:K55?\WEL@ M\$<8X.Z8=7M[W?%>O\^ZD\GD_M;65@7N>[^"B'W%IXP!>'^O-]GK3T2YY\]9 MJ[O=8UO=[3Y[_OQ^Z^W!D#W1E>Y.>]AI]]HP7=KG=T_9]VPR'O;&X^FX/^R, MA_.ATY_O3D;#GK,[Y;-%=P:T%.'HMCL:CAD@F`PZ@_XNJ/\3IS,;+':'_>%B MW!_-^&0\N,]R.)!;-`PC#J7ZN_WN@#L30#'M[?+Q=+X8`$%=9]PKI>+2Z6IH MAJ/!J,LGL_%DOMOI3?JCB;,['(RGP_ZB`PB'FXXTS+K9!70Z_;:<:7Y0;(B* M<;=!"X9_6#'\N>+O+Q(JSKJL,]GK=.`/BN]V)!=T@0U@6A`;(%%1.-O!GD,V M:KN"IGNGB20!BG;VAL.]X4B0T$(:K"(9P51C?[`W4-!89:\SVMYE6_@SIEK9 MF^.71Q\.#D]A9,[@\5[KS:,G<;#Z"'A!&#W=\=PI+%8KS%I3#'`=`@A^:N4^ M_?KF^'7$GO_QY:NC_=>GSV'B;Y7`G,E/?SMZ]W+_Z,7^Z>'?=Z0^:Y3'/]'A M'X\.]@\.%-4"YS1QO7F&%6FG?]K.V1=RU;QVK.?-N6K^95PUMV5+'YA"ERW] M+@J7;C]E*[7_XF4,-=`8*@6V66FTUS58J=<=$"^)7V(FQOCL(F"/G-E'GSUX M,G.`[OE3>IX]8-UG_S8"(.Y%G&#A+=[1\O'HS8O3[Q\\PA^0]2WQV/)0]6Q(6)YC]HS:$?,H;F/MN)OZ[KO#=Z_@\T.`YZS7ZW70IBL; MB^4>*HZCUW-4C3$G(S46I![,F"WY"XW=*NA8KO'X49/OK^P0SWDPPV@`OTWD%M]1)/5YB/-^&P%;HM M8=K)&*^U8!>@@GFPQV1A\`#:\#NB8_.K!_>9AO%ZA>I^AAB*`O@"M_6(-(^_/"R8;.^`E;1NJVFK5.8L9$T=*A)8BX%U+Z`48]??]@__194 M;?AT+[CZOB/8;-`?DGR6OS2G2K@R>_\=,OC%/'P&+XG#6_`K5;Y MJ?!L9\[7.WX">[W>L_1K0/=4;]FE2\3R1DC9W]@3#CJHD`_I3-@;]$?=/79& M=4&E9P^>HI08?BNAY>NG@!!?_AT0865A^/U?SD,.I*W9-__-_GWK&Z;7]Q<` MP\T,/++6'2/D4.;!MZB.^U^X$ES6RN?+YBO!9<%*,&J^$ES6ZA<=4[^0&WYG MM6JB9O2U5:&X9'Z)Z(^U):([V-T>P5H$/Y*9R[6'_*=4,ZA52DI5!RILZP^B M*1\/#D\.CP\.CU^^(>6G3H/X0K;)@^4@FK/-U9>QS56=`C%&_6&<']I@?Z`EVX5'LW8K_T?HG M_L.QMPN*5;NH/6HB]8#$3CJ1U-)MM>=5Z`K@"38>NJ_3U==O4*ZI/?A+[=G2 M24R)3TDUFY,^G6&YSVEYKM6X`FVEBU)[%>S=NW3@!][>\Z^`JSFC9]":=*@O M9'FOEA&]YBSO%;#\;G.6]S9D>4W<->/^0;&LK)X(NY9&W>T+QL'?_XV)4--* MC0SD]AO^OI\>REFF7S:?'LEP3:#(]EM73`U4( MW%%VTXU/$KO>SO6R%7ASM-#V?'Z=;8%H[#L@2O?ZD[WN6..9@F+Y$KV)QBW= M;@\58O%#O/)0'*&YXI8]2L\/BAY:+*=NW&;L<.X*ST/,PQ[%MYX\)'/\.94& M39'B=:%D0.<>`D;=.-=*D_>V$1R:"Z\]UF*/WL,.LO4-:-C?`",\>M]:09L> M/SXY_/GH\>.2[^S>H_7WLXOP2:_W]%M\Q&W`D^^>/65_PZ=[JR2Z8,\70;#] MZ..W&_/3U?G.R=&;T_<%PZL^57&0@BF0K),JR9J6LWAFL-?M:R*U0ZI?1PP; M4P=O^ZM5&CF"HB.&-E-6O3;^5PL'&WW7O]*\=QN4XBICG`#>J@6^#H)Y(\0W MR#%-(#')6R-:\=2#-I8"6)@>L"-[@R8=B4=?E$$;#W2:U)<66+KS.4CO38J$ MF,>J29\NW6A&C>HUPA^$()3=93-8H"-2&8\;%\"CW*R#!SWLX(&TZU27IZ+] M1E41Z*`Y9-2D*S%[=2.X"[YL-)JQN^1AISEDHZ83:#?KX1%M`W>[-2Q\LUH* M40#_U$'E!$%MF4P,(&AI]RE0$@+U2(4(J(43`J`6+)O^"(I=-R8Q.AXVZ#IS M\M?694_]Y@7$Q*_M16W:U^-6D[X!I#[E&X+3A%==.IF(E6E8,^&QN)KOM?7( MV=X0+JKO/9KI]5`TSVMKE;.\(5R#YLH9KKJTVQV2E@9K53V?"HV"_#OK*\HB M1VI!;UR!KS5U?6&^:2T\YSRZOX4OSGGC\FQZJ81]7@V5@7:JO^WBF&CG1?H$_Q'N>S5`-&,*8.1 M-0+SX+-D1#O[?MP`A/N^ MP^O@7G`^&-\,QJE*UQO3IJW?5[NV?-F51V:R1>$R+S]>%'Z\7BZ=61A$18V_ MB4/.VW,'%++G>,$S6U[-W9"U5NSQBYU39.-4_1"'[R!B=XY>?GQ[>'JZ__KP 45$?67@86+(^J8/\'=1E`.@'3``#Q ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 2 22:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07920 for freebsd-ports-outgoing; Tue, 2 Feb 1999 22:50:07 -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 WAA07848 for ; Tue, 2 Feb 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA85907; Tue, 2 Feb 1999 22:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07242; Tue, 2 Feb 1999 22:46:45 -0800 (PST) (envelope-from nobody) Message-Id: <199902030646.WAA07242@hub.freebsd.org> Date: Tue, 2 Feb 1999 22:46:45 -0800 (PST) From: martti.kuparinen@ericsson.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9890: Fix for broken ports/security/stunnel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9890 >Category: ports >Synopsis: Fix for broken ports/security/stunnel >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 2 22:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.0-STABLE >Organization: Oy L M Ericsson Ab >Environment: FreeBSD ws78 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb 2 12:25:37 EET 1999 root@ws78:/usr/src/sys/compile/WS78 i386 >Description: The security/stunnel port won't compile on 3.0-STABLE. The current patch-aa file insists on using the "-lRSAglue -lrsaref" flags while these libs may not to exist. Can someone verify this fix with a "USA_RESIDENT=YES" compiled SSLeay installation. >How-To-Repeat: >Fix: Apply the following patch while in ports/security/stunnel: *** patches/patch-aa.orig Wed Feb 3 08:12:09 1999 --- patches/patch-aa Wed Feb 3 08:32:31 1999 *************** *** 14,20 **** -CFLAGS=@CFLAGS@ -Wall -I/usr/local/ssl/include -LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto +CFLAGS=@CFLAGS@ -Wall -I$(PREFIX)/include ! +LIBS=@LIBS@ -L$(PREFIX)/lib -lssl -lcrypto -lRSAglue -lrsaref + +all: stunnel --- 14,20 ---- -CFLAGS=@CFLAGS@ -Wall -I/usr/local/ssl/include -LIBS=@LIBS@ -L/usr/local/ssl/lib -lssl -lcrypto +CFLAGS=@CFLAGS@ -Wall -I$(PREFIX)/include ! +LIBS=@LIBS@ -L$(PREFIX)/lib -lssl -lcrypto + +all: stunnel >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 02:41:42 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA09544 for freebsd-ports-outgoing; Wed, 3 Feb 1999 02:41:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA09506; Wed, 3 Feb 1999 02:41:24 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.1/8.9.1) id LAA09810; Wed, 3 Feb 1999 11:40:35 +0100 (CET) (envelope-from ibex) Date: Wed, 3 Feb 1999 11:40:35 +0100 From: Dirk Froemberg To: "Jordan K. Hubbard" Cc: ports@FreeBSD.ORG, andreas@FreeBSD.ORG Subject: Re: Last change to databases/xmysqladmin was incorrect Message-ID: <19990203114035.A9244@physik.TU-Berlin.DE> References: <199902021539.HAA24667@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199902021539.HAA24667@zippy.cdrom.com>; from Jordan K. Hubbard on Tue, Feb 02, 1999 at 07:39:43AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Jordon! Adding a dependency to mysql321 won't be a good idea since there are other ports depending on mysql322 and you can't have mysql321 and mysql322 installed both. The client API was changed a bit from mysql321 to mysql322. Perhaps there is just a missing argument or a type conflict. I'll have a look at the problem... Best regards Dirk On Tue, Feb 02, 1999 at 07:39:43AM -0800, Jordan K. Hubbard wrote: > xmysqladmin does not (yet) build with mysql 3.22, only 3.21. > This will work: > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/databases/xmysqladmin/Makefile,v > retrieving revision 1.17 > diff -u -u -r1.17 Makefile > --- Makefile 1999/01/27 18:19:37 1.17 > +++ Makefile 1999/02/02 15:26:39 > @@ -16,8 +16,9 @@ > MAINTAINER= andreas@FreeBSD.ORG > > LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ > - xforms.0:${PORTSDIR}/x11-toolkits/xforms \ > - mysqlclient.5:${PORTSDIR}/databases/mysql322 > + xforms.0:${PORTSDIR}/x11-toolkits/xforms > + > +BUILD_DEPENDS= ${PREFIX}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql321 > > # depends on xforms > ONLY_FOR_ARCHS= i386 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- e-mail: dirk@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 03:02:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA12152 for freebsd-ports-outgoing; Wed, 3 Feb 1999 03:02:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12147 for ; Wed, 3 Feb 1999 03:02:36 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id VAA21024 for ; Wed, 3 Feb 1999 21:32:32 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA19312; Wed, 3 Feb 1999 21:32:32 +1030 Date: Wed, 3 Feb 1999 21:32:32 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: ports@FreeBSD.ORG Subject: Patching libtool 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 posted something a few days ago regarding the patches needed by libtool for 4.0, but didnt receive anything in response. Basically, I'm wondering if there is some reason why patching each and every port which includes libtool 1.2 in the distribution is better than just adding a BUILD_DEPENDS on devel/libtool, and pointing configure to /usr/local/share/libtool instead of the included version? It still requires a patch, but it seems to me that this is a much more maintainable solution in the face of future changes which may be required to libtool: for example, when libtool 1.3 comes out which includes the FreeBSD patches (they have been submitted back to the maintainers, right? :), no changes are needed to the dozens of ports which include a local copy of libtool 1.2 (provided it's fully backwards-compatible, as it should be). If on the other hand we keep adding the same patch to each and every port which uses libtool, they'll all have to go away when the authors release a new version based on libtool 1.3, for which the patches are no longer relevant. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 05:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA03876 for freebsd-ports-outgoing; Wed, 3 Feb 1999 05:20:06 -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 FAA03839 for ; Wed, 3 Feb 1999 05:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA16949; Wed, 3 Feb 1999 05:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01676 for ; Wed, 3 Feb 1999 05:17:16 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.71 (dialup-1.rebel.net.au [203.20.69.71]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id XAA18318 for ; Wed, 3 Feb 1999 23:47:09 +1030 Received: (qmail 7313 invoked by uid 0); 3 Feb 1999 13:16:44 -0000 Message-Id: <19990203131644.7312.qmail@morden.rebel.net.au> Date: 3 Feb 1999 13:16:44 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9891: Update md5 for astro/xglobe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9891 >Category: ports >Synopsis: Update md5 for astro/xglobe >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 05:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-2.0 >Organization: FreeBSD >Environment: >Description: The author of xglobe corrected a few typos in a README file, as well as added a few items to his TODO list. As a result, the MD5 checksum for the distfile changed. >How-To-Repeat: >Fix: diff -ruN xglobe/files/md5 xglobe~/files/md5 --- xglobe/files/md5 Tue Jan 26 14:21:39 1999 +++ xglobe~/files/md5 Wed Feb 3 23:43:00 1999 @@ -1 +1 @@ -MD5 (xglobe-0.2.tar.gz) = a6852863764b22cc9cf484dea848315a +MD5 (xglobe-0.2.tar.gz) = 182cc6412b9934f20bb82368d59778da >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 06:44:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16050 for freebsd-ports-outgoing; Wed, 3 Feb 1999 06:44:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mercury.webnology.com (mercury.webnology.com [209.155.51.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16045; Wed, 3 Feb 1999 06:44:06 -0800 (PST) (envelope-from jooji@webnology.com) Received: from localhost (jooji@localhost) by mercury.webnology.com (8.9.2/8.9.2) with SMTP id IAA11800; Wed, 3 Feb 1999 08:44:08 -0600 (CST) Date: Wed, 3 Feb 1999 08:44:08 -0600 (CST) From: "Jasper O'Malley" To: ONE-MO cc: Bill Fumerola , Cy Schubert , freebsd-chat@FreeBSD.ORG Subject: Re: ports/9864: make rblcheck use relay.orbs.org instead of dorkslayers.com In-Reply-To: <36B788EC.CE9A808E@jps.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 Redirected to -chat from -ports: On Tue, 2 Feb 1999, ONE-MO wrote: > Personally, I find this to be total BS! I understand the need for anti-spam > methods, but this is pathetic. I agree wholeheartedly. I like the RBL, because it blacklists an entire ISP. But singling out dial-up users because spammers might be running mail servers off them? That's the height of fucking stupidity. I've got a TON of clients who run full fledged mail servers for small offices with static IPs from dialup pools. Cheers, Mick The Reverend Jasper P. O'Malley dotdot:jooji@webnology.com Systems Administrator ringring:asktheadmiral Webnology, LLC woowoo:http://www.webnology.com/~jooji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 10:00:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20387 for freebsd-ports-outgoing; Wed, 3 Feb 1999 10:00:04 -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 KAA20343 for ; Wed, 3 Feb 1999 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA78582; Wed, 3 Feb 1999 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19487 for ; Wed, 3 Feb 1999 09:55:15 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id UAA05825; Wed, 3 Feb 1999 20:54:56 +0300 (MSK) Message-Id: <199902031754.UAA05825@netserv1.chg.ru> Date: Wed, 3 Feb 1999 20:54:56 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9895: New port - beat the blackjack dealer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9895 >Category: ports >Synopsis: New port - beat the blackjack dealer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 10:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: New port of bbjd program - beat the blackjack dealer. >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/MESSAGE # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: bbjd X# Version required: 1.01 X# Date created: 3 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= bbjd-1.01 XCATEGORIES= misc math games XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy X XMAINTAINER= dima@chg.ru X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/bbjd X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/bbjd ${PREFIX}/bin/ X @ ${INSTALL_PROGRAM} ${WRKSRC}/simbj ${PREFIX}/bin/ X @ ${MKDIR} ${PREFIX}/share/bbjd X @ ${INSTALL_DATA} ${WRKSRC}/Interactive ${PREFIX}/share/bbjd/ X @ ${INSTALL_DATA} ${WRKSRC}/Simulation ${PREFIX}/share/bbjd/ X @ ${INSTALL_DATA} ${WRKSRC}/Theory ${PREFIX}/share/bbjd/ X Xpost-install: X @ ${CAT} ${PKGDIR}/MESSAGE X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (bbjd-1.01.tar.gz) = 674b296e9f4cf87f4fee1515b76083e7 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/bbjd Xbin/simbj Xshare/bbjd/Interactive Xshare/bbjd/Simulation Xshare/bbjd/Theory X@dirrm share/bbjd END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xbbjd - beat the blackjack dealer END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XBbjd is a tool to calculate the optimum strategy playing Black Jack. This Xprogram may be used to prove that when playing Black Jack it is possible to Xbeat the casino. Probably, Black Jack is the only game offered by casinos, Xwhere it is possible to win in the long term (and this fact is mathematically Xproven). X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo x - ./pkg/MESSAGE sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE' X------------------------------------------------------------------------------- XThis program has no man-pages. Please read documentation installed in Xshare/bbjd directory. X------------------------------------------------------------------------------- END-of-./pkg/MESSAGE exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 10:50:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29403 for freebsd-ports-outgoing; Wed, 3 Feb 1999 10:50:06 -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 KAA29353 for ; Wed, 3 Feb 1999 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA81078; Wed, 3 Feb 1999 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 3 Feb 1999 10:50:01 -0800 (PST) Message-Id: <199902031850.KAA81078@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Steve Price Subject: Re: ports/9890: Fix for broken ports/security/stunnel Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9890; it has been noted by GNATS. From: Steve Price To: martti.kuparinen@ericsson.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/9890: Fix for broken ports/security/stunnel Date: Wed, 3 Feb 1999 12:46:58 -0600 (CST) On Tue, 2 Feb 1999 martti.kuparinen@ericsson.com wrote: # >Description: # The security/stunnel port won't compile on 3.0-STABLE. The current # patch-aa file insists on using the "-lRSAglue -lrsaref" flags # while these libs may not to exist. # # Can someone verify this fix with a "USA_RESIDENT=YES" compiled SSLeay # installation. I can verify that this doesn't work. :) Satoshi's 3.0 build machines don't seem to be having a problem with the port as it stands today. It also works fine on my 4.0-CURRENT box. You might try removing/reinstalling the rsaref and SSLeay ports. Make sure you remove any crufty libs in /usr/local/lib and /usr/local/lib/aout that are related to these two ports and give it another try. You are running an ELF world right? The only two releases we support in the ports tree right now are [34].0 and they are both ELF. As I told you in a private Email exchange, I'd be happy to see a patch that works but the one you provided isn't the one I'm afraid. Here's what I get on my machine with your patches. Script started on Wed Feb 3 12:31:56 1999 bsd[/usr/ports/security/stunnel]$ uname -a FreeBSD bsd.nichols.com 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Sat Jan 30 20:08:50 CST 1999 steve@bsd.nichols.com:/usr/src/sys/compile/bsd i386 bsd[/usr/ports/security/stunnel]$ make ===> Extracting for stunnel-2.1 >> Checksum OK for stunnel-2.1.tar.gz. ===> stunnel-2.1 depends on executable: ssleay - found ===> stunnel-2.1 depends on file: /usr/local/lib/libssl.a - found ===> stunnel-2.1 depends on file: /usr/local/lib/libcrypto.a - found ===> Patching for stunnel-2.1 ===> Applying FreeBSD patches for stunnel-2.1 ===> Configuring for stunnel-2.1 creating cache ./config.cache checking host system type... i386-unknown-freebsd4.0 checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether make sets ${MAKE}... yes checking for gethostbyname in -lnsl... no checking for socket in -lsocket... no checking for hosts_access in -lwrap... no checking how to run the C preprocessor... cc -E checking for strings.h... yes checking for unistd.h... yes checking for sys/select.h... yes checking for tcpd.h... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for stunnel-2.1 cc -c -O -pipe -Wall -I/usr/local/include stunnel.c cc -s -o stunnel stunnel.o -L/usr/local/lib -lssl -lcrypto /usr/local/lib/libcrypto.a(rsa_lib.o): In function `RSA_new_method': rsa_lib.o(.text+0x30): undefined reference to `RSA_PKCS1_RSAref' /usr/local/lib/libcrypto.a(err_all.o): In function `ERR_load_crypto_strings': err_all.o(.text+0x2d): undefined reference to `ERR_load_RSAREF_strings' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. bsd[/usr/ports/security/stunnel]$ exit exit Script done on Wed Feb 3 12:32:14 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 11:00:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01456 for freebsd-ports-outgoing; Wed, 3 Feb 1999 11:00:09 -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 LAA01363 for ; Wed, 3 Feb 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA81730; Wed, 3 Feb 1999 11:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29881 for ; Wed, 3 Feb 1999 10:52:07 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id NAA12800; Wed, 3 Feb 1999 13:52:05 -0500 (EST) (envelope-from wollman) Message-Id: <199902031852.NAA12800@khavrinen.lcs.mit.edu> Date: Wed, 3 Feb 1999 13:52:05 -0500 (EST) From: Garrett Wollman Reply-To: wollman@khavrinen.lcs.mit.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9896: tkined appears to be unBROKEN_ELF now Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9896 >Category: ports >Synopsis: tkined works on an ELF system >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 11:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 3.0-CURRENT i386 >Organization: MIT Laboratory for Computer Science >Environment: 3.0 system from December; latest tk-8.0.4 and tcl-8.0.4 ports >Description: tkined claims to be BROKEN_ELF. This was true at one point, but subsequent changes appear to have fixed it. >How-To-Repeat: pkg_delete tkined-1.4.5 pkg_delete tk-8.0.2 pkg_delete tcl-8.0.2 cd /usr/ports/lang/tcl80 make install cd /usr/ports/x11-toolkits/tk80 make install cd /usr/ports/net/tkined emacs Makefile make install tkined # note that it works now >Fix: delete BROKEN_ELF from tkined/Makefile >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 12:21:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15982 for freebsd-ports-outgoing; Wed, 3 Feb 1999 12:21:33 -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 MAA15937; Wed, 3 Feb 1999 12:21:19 -0800 (PST) (envelope-from billf@FreeBSD.org) From: Bill Fumerola Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA26143; Wed, 3 Feb 1999 12:21:19 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Wed, 3 Feb 1999 12:21:19 -0800 (PST) Message-Id: <199902032021.MAA26143@freefall.freebsd.org> To: wollman@khavrinen.lcs.mit.edu, billf@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9896 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tkined works on an ELF system State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Wed Feb 3 12:15:54 PST 1999 State-Changed-Why: Fixed. Many others on the mailing list have also reported it working. I'm curious how `cd /usr/ports/net/tkined' worked for you ( in the How-To-Repeat) considering this port goes by the name net/scotty :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 12:49:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19888 for freebsd-ports-outgoing; Wed, 3 Feb 1999 12:49:58 -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 MAA19815; Wed, 3 Feb 1999 12:49:38 -0800 (PST) (envelope-from vanilla@FreeBSD.org) From: "Vanilla I. Shu" Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA28290; Wed, 3 Feb 1999 12:49:38 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Wed, 3 Feb 1999 12:49:38 -0800 (PST) Message-Id: <199902032049.MAA28290@freefall.freebsd.org> To: gljohns@bellsouth.net, vanilla@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9887 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of balsa-0.4.6.2 to balsa-0.4.9 gnome mail client State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Wed Feb 3 12:48:26 PST 1999 State-Changed-Why: Committed, thanks. I use some my mode for balsa ports, and I think you will agree it :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 13:30:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26096 for freebsd-ports-outgoing; Wed, 3 Feb 1999 13:30:03 -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 NAA26050 for ; Wed, 3 Feb 1999 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA30664; Wed, 3 Feb 1999 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25909 for ; Wed, 3 Feb 1999 13:28:10 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.2/8.9.2) id XAA73800; Wed, 3 Feb 1999 23:28:02 +0200 (SAT) (envelope-from reg) Message-Id: <199902032128.XAA73800@shale.csir.co.za> Date: Wed, 3 Feb 1999 23:28:02 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9897: Port update: misc/mc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9897 >Category: ports >Synopsis: Port update: misc/mc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 13:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 3.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection >Description: Update to mc-4.5.10. >How-To-Repeat: >Fix: diff -urN -x CVS /usr/ports.ref/misc/mc/Makefile /usr/ports/misc/mc/Makefile --- /usr/ports.ref/misc/mc/Makefile Sun Jan 31 20:12:49 1999 +++ /usr/ports/misc/mc/Makefile Tue Feb 2 15:05:01 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: mc -# Version required: 4.5.9 +# Version required: 4.5.10 # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # # $Id: Makefile,v 1.27 1999/01/31 18:12:49 vanilla Exp $ # -DISTNAME= mc-4.5.9 +DISTNAME= mc-4.5.10 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= mc diff -urN -x CVS /usr/ports.ref/misc/mc/files/md5 /usr/ports/misc/mc/files/md5 --- /usr/ports.ref/misc/mc/files/md5 Sun Jan 31 20:12:49 1999 +++ /usr/ports/misc/mc/files/md5 Tue Feb 2 15:05:34 1999 @@ -1 +1 @@ -MD5 (mc-4.5.9.tar.gz) = a16de52c4454eaaf10d7fe94d34c4aeb +MD5 (mc-4.5.10.tar.gz) = 13d941d11913d18b05a71df45d5d86ed diff -urN -x CVS /usr/ports.ref/misc/mc/patches/patch-aj /usr/ports/misc/mc/patches/patch-aj --- /usr/ports.ref/misc/mc/patches/patch-aj Sun Jan 31 20:12:50 1999 +++ /usr/ports/misc/mc/patches/patch-aj Tue Feb 2 15:09:08 1999 @@ -1,9 +1,9 @@ ---- po/Makefile.in.in.orig Wed Jan 13 05:38:13 1999 -+++ po/Makefile.in.in Sat Jan 16 22:54:48 1999 +--- po/Makefile.in.in.orig Mon Feb 1 01:55:19 1999 ++++ po/Makefile.in.in Tue Feb 2 15:08:38 1999 @@ -11,7 +11,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ + prefix = $(DESTDIR)@prefix@ + exec_prefix = $(DESTDIR)@exec_prefix@ -datadir = $(prefix)/@DATADIRNAME@ +datadir = $(prefix)/share localedir = $(datadir)/locale diff -urN -x CVS /usr/ports.ref/misc/mc/pkg/PLIST /usr/ports/misc/mc/pkg/PLIST --- /usr/ports.ref/misc/mc/pkg/PLIST Sun Jan 31 20:12:50 1999 +++ /usr/ports/misc/mc/pkg/PLIST Tue Feb 2 15:43:10 1999 @@ -21,7 +21,9 @@ share/mc/extfs/mailfs share/mc/extfs/patchfs share/mc/extfs/rpm +share/mc/extfs/rpms share/mc/extfs/sfs.ini +share/mc/extfs/trpm share/mc/extfs/uar share/mc/extfs/ucpio share/mc/extfs/ulha >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 13:40:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27860 for freebsd-ports-outgoing; Wed, 3 Feb 1999 13:40:05 -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 NAA27787 for ; Wed, 3 Feb 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA31163; Wed, 3 Feb 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26332 for ; Wed, 3 Feb 1999 13:31:10 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.2/8.9.2) id XAA73996; Wed, 3 Feb 1999 23:31:02 +0200 (SAT) (envelope-from reg) Message-Id: <199902032131.XAA73996@shale.csir.co.za> Date: Wed, 3 Feb 1999 23:31:02 +0200 (SAT) From: reg@shale.csir.co.za Reply-To: reg@shale.csir.co.za To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9898: Port update: x11-fm/gnomemc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9898 >Category: ports >Synopsis: Port update: x11-fm/gnomemc >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 13:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeremy Lea >Release: FreeBSD 3.0-CURRENT i386 >Organization: Arb's Inc. >Environment: FreeBSD Ports collection >Description: Update to mc-4.5.10. Should fix building on bento. Adds patch-ad. >How-To-Repeat: >Fix: diff -urN -x CVS /usr/ports.ref/x11-fm/gnomemc/Makefile /usr/ports/x11-fm/gnomemc/Makefile --- /usr/ports.ref/x11-fm/gnomemc/Makefile Sun Jan 31 22:57:11 1999 +++ /usr/ports/x11-fm/gnomemc/Makefile Wed Feb 3 23:22:05 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: gnomemc -# Version required: 4.5.9 +# Version required: 4.5.10 # Date created: 26 Jnuary 1999 # Whom: Jeremy Lea # # $Id: Makefile,v 1.1.1.1 1999/01/31 20:57:11 vanilla Exp $ # -DISTNAME= mc-4.5.9 -PKGNAME= gnomemc-4.5.9 +DISTNAME= mc-4.5.10 +PKGNAME= gnomemc-4.5.10 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= mc diff -urN -x CVS /usr/ports.ref/x11-fm/gnomemc/files/md5 /usr/ports/x11-fm/gnomemc/files/md5 --- /usr/ports.ref/x11-fm/gnomemc/files/md5 Sun Jan 31 22:57:11 1999 +++ /usr/ports/x11-fm/gnomemc/files/md5 Tue Feb 2 14:50:50 1999 @@ -1 +1 @@ -MD5 (mc-4.5.9.tar.gz) = a16de52c4454eaaf10d7fe94d34c4aeb +MD5 (mc-4.5.10.tar.gz) = 13d941d11913d18b05a71df45d5d86ed diff -urN -x CVS /usr/ports.ref/x11-fm/gnomemc/patches/patch-ad /usr/ports/x11-fm/gnomemc/patches/patch-ad --- /usr/ports.ref/x11-fm/gnomemc/patches/patch-ad Thu Jan 1 02:00:00 1970 +++ /usr/ports/x11-fm/gnomemc/patches/patch-ad Tue Feb 2 16:12:46 1999 @@ -0,0 +1,11 @@ +--- gnome/gtools.c.orig Tue Feb 2 16:10:31 1999 ++++ gnome/gtools.c Tue Feb 2 16:10:41 1999 +@@ -4,7 +4,7 @@ + * Written by Miguel de Icaza + */ + #include +-#include "myslang.h" ++#include "tty.h" + #include + #include + #include diff -urN -x CVS /usr/ports.ref/x11-fm/gnomemc/pkg/PLIST /usr/ports/x11-fm/gnomemc/pkg/PLIST --- /usr/ports.ref/x11-fm/gnomemc/pkg/PLIST Sun Jan 31 22:57:11 1999 +++ /usr/ports/x11-fm/gnomemc/pkg/PLIST Tue Feb 2 16:41:45 1999 @@ -1,5 +1,5 @@ -bin/corba-gmc bin/gmc +bin/plain-gmc etc/CORBA/servers/gmc.gnorba share/gnome/idl/FileManager.idl share/gnome/idl/Makefile.in @@ -14,7 +14,9 @@ share/gnome/mc/extfs/mailfs share/gnome/mc/extfs/patchfs share/gnome/mc/extfs/rpm +share/gnome/mc/extfs/rpms share/gnome/mc/extfs/sfs.ini +share/gnome/mc/extfs/trpm share/gnome/mc/extfs/uar share/gnome/mc/extfs/ucpio share/gnome/mc/extfs/ulha @@ -27,14 +29,16 @@ share/gnome/mc/mc.hint share/gnome/mc/mc.lib share/gnome/mc/mc.menu -share/gnome/mc/templates/application.x-gnumeric.desktop -share/gnome/mc/templates/gimp.image.desktop +share/gnome/mc/templates/GIMP.desktop share/gnome/mime-info/mc.keys share/gnome/pixmaps/mc/c.xpm share/gnome/pixmaps/mc/calendar.xpm share/gnome/pixmaps/mc/cc.xpm share/gnome/pixmaps/mc/compressed.xpm share/gnome/pixmaps/mc/directory.xpm +share/gnome/pixmaps/mc/gnome-application-x-c-header.png +share/gnome/pixmaps/mc/gnome-application-x-c-source.png +share/gnome/pixmaps/mc/gnome-application-x-cc-source.png share/gnome/pixmaps/mc/gnome-http-url.png share/gnome/pixmaps/mc/gnome-image-bmp.png share/gnome/pixmaps/mc/gnome-image-generic.png >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 14:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA09255 for freebsd-ports-outgoing; Wed, 3 Feb 1999 14:50:07 -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 OAA09238 for ; Wed, 3 Feb 1999 14:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA35399; Wed, 3 Feb 1999 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 3 Feb 1999 14:50:02 -0800 (PST) Message-Id: <199902032250.OAA35399@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: asami@FreeBSD.ORG (Satoshi Asami) Subject: Re: ports/9890: Fix for broken ports/security/stunnel Reply-To: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9890; it has been noted by GNATS. From: asami@FreeBSD.ORG (Satoshi Asami) To: sprice@hiwaay.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/9890: Fix for broken ports/security/stunnel Date: Wed, 3 Feb 1999 14:40:00 -0800 (PST) * I can verify that this doesn't work. :) Satoshi's 3.0 build * machines don't seem to be having a problem with the port as it * stands today. It also works fine on my 4.0-CURRENT box. You They don't seem to be having a problem because packages are not built. (It depends on a RESTRICTED port, SSLeay.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 15:05:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11556 for freebsd-ports-outgoing; Wed, 3 Feb 1999 15:05:35 -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 PAA11527; Wed, 3 Feb 1999 15:05:09 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA36435; Wed, 3 Feb 1999 15:05:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 3 Feb 1999 15:05:08 -0800 (PST) Message-Id: <199902032305.PAA36435@freefall.freebsd.org> To: steve@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: pending/9792 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: pib coredumps New Synopsis: pib coredumps in port maker mode Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Wed Feb 3 15:00:10 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 15:07:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA11802 for freebsd-ports-outgoing; Wed, 3 Feb 1999 15:07:25 -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 PAA11758; Wed, 3 Feb 1999 15:06:49 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA36690; Wed, 3 Feb 1999 15:06:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 3 Feb 1999 15:06:49 -0800 (PST) Message-Id: <199902032306.PAA36690@freefall.freebsd.org> To: dev@tripwire.com, steve@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: pending/9746 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XFree86 is missing the XF86_3DLabs Server State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Feb 3 15:05:47 PST 1999 State-Changed-Why: jmz@freebsd.org already fixed this. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Wed Feb 3 15:05:47 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 15:11:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12603 for freebsd-ports-outgoing; Wed, 3 Feb 1999 15:11:25 -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 PAA12311; Wed, 3 Feb 1999 15:10:03 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA37008; Wed, 3 Feb 1999 15:10:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 3 Feb 1999 15:10:02 -0800 (PST) Message-Id: <199902032310.PAA37008@freefall.freebsd.org> To: hobardt@pioneerplanet.infi.net, steve@FreeBSD.ORG, gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: pending/9785 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libpng.so.2.1 missing State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Feb 3 15:07:48 PST 1999 State-Changed-Why: You probably have a mixture of a.out and ELF packages installed. Please upgrade to 3.0-STABLE and try again with fresh packages. Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Wed Feb 3 15:07:48 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 15:32:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16558 for freebsd-ports-outgoing; Wed, 3 Feb 1999 15:32: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 PAA16430; Wed, 3 Feb 1999 15:31:57 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA38767; Wed, 3 Feb 1999 15:31:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 3 Feb 1999 15:31:56 -0800 (PST) Message-Id: <199902032331.PAA38767@freefall.freebsd.org> To: maurice@serc.rmit.edu.au, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9180 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: R-63.1 port update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Feb 3 15:31:33 PST 1999 State-Changed-Why: Superceded by ports/9851. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 17:09:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA03846 for freebsd-ports-outgoing; Wed, 3 Feb 1999 17:09:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from kithrup.com (kithrup.com [205.179.156.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA03824; Wed, 3 Feb 1999 17:09:22 -0800 (PST) (envelope-from sef@kithrup.com) Received: (from sef@localhost) by kithrup.com (8.8.8/8.8.8) id RAA15905; Wed, 3 Feb 1999 17:09:20 -0800 (PST) (envelope-from sef) Date: Wed, 3 Feb 1999 17:09:20 -0800 (PST) From: Sean Eric Fagan Message-Id: <199902040109.RAA15905@kithrup.com> To: ports@FreeBSD.ORG Reply-To: chat@FreeBSD.ORG Subject: Re: ports/9864: make rblcheck use relay.orbs.org instead of dorkslayers.com In-Reply-To: References: <36B788EC.CE9A808E@jps.net> Organization: Kithrup Enterprises, Ltd. Cc: chat@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article you write: >I agree wholeheartedly. I like the RBL, because it blacklists an entire >ISP. But singling out dial-up users because spammers might be running mail >servers off them? That's the height of fucking stupidity. I've got a TON >of clients who run full fledged mail servers for small offices with static >IPs from dialup pools. Not "might be." *ARE*. A growing number of ISPs are preventing, at the firewall level, their dial-up customers from connecting to SMTP (and others, for that matter) ports. This is a good thing, since about 90% of the spam I get these days is from a dial-up customer who bypassed his ISP's mail server (since doing so would have resulted in their theft being noticed much earlier). The DUL is the result of people trying to get dialups added to the RBL, most notably UUNET's. That wasn't going to happen, since the RBL is used too often as a BGP feed, and placing a group of dialup addresses on that would result in not being able to access any portion of the internet. It is also possible to get a netblock removed from the DUL, although it is somewhat harder than it is with the RBL (so I'm told). I have absolutely no sympathy for you, or anyone else affected by this -- all it means is you have to use your ISP's mail relay, or find someone willing to relay for you. You don't like it, tough -- but you were going to lose it anyway, as more and more ISPs go with firewalls and redirectors. If you want to run a server, then you should not be using a dialup pool; if your ISP doesn't have anything but that, then you'll have to get your ISP to talk to the DUL folks, if they end up on it. (And a netblock will only end up on the DUL after spam is sent from it -- it's not pre-emptive.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 17:30:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06556 for freebsd-ports-outgoing; Wed, 3 Feb 1999 17:30:05 -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 RAA06505 for ; Wed, 3 Feb 1999 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA46670; Wed, 3 Feb 1999 17:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dipshit.dis.org (dipshit.dis.org [206.14.78.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA05985 for ; Wed, 3 Feb 1999 17:26:49 -0800 (PST) (envelope-from shipley@dipshit.dis.org) Received: (from root@localhost) by dipshit.dis.org (8.9.1/8.9.1) id RAA28529; Wed, 3 Feb 1999 17:27:30 -0800 (PST) (envelope-from shipley) Message-Id: <199902040127.RAA28529@dipshit.dis.org> Date: Wed, 3 Feb 1999 17:27:30 -0800 (PST) From: shipley@dis.org Reply-To: shipley@dis.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9899: port submission for tdetect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9899 >Category: ports >Synopsis: port submission for tdetect >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 17:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Peter Shipley >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: FreeBSD connected to a network >Description: tdetect is a program that monitors the local net and creats a syslog message/event reporting traceroute this is a useful security monitoring tool. >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: # # tdetect # tdetect/Makefile # tdetect/files # tdetect/files/md5 # tdetect/files/CVS # tdetect/pkg # tdetect/pkg/PLIST # tdetect/pkg/DESCR # tdetect/pkg/COMMENT # tdetect/pkg/CVS # tdetect/pkg/MESSAGE # tdetect/patches # echo c - tdetect mkdir -p tdetect > /dev/null 2>&1 echo x - tdetect/Makefile sed 's/^X//' >tdetect/Makefile << 'END-of-tdetect/Makefile' X# New ports collection makefile for: oneko X# Ports collection makefile for: tdetect X# Version required: 0.2 X# Date created: Sun Jan 31, 1997 X# Whom: shipley@dis.org X# X# $Id$ X# X XDISTNAME= tdetect-0.2 XPKGNAME= tdetect-0.2.1 XCATEGORIES= net XMASTER_SITES= http://sb.123.org/ \ X http://www.genocide2600.com/~tattooman/unix-loggers/ \ X http://ftp.ceti.com.pl/pub/scout/progs/Unix/ X XMAINTAINER= shipley@dis.org X XDISTDIR= /var/tmp/ # for debuging X XWRKSRC= ${WRKDIR}/tdetect-0.2 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tdetect ${PREFIX}/sbin/tdetect X Xpost-install: X strip ${PREFIX}/sbin/tdetect X @if [ ! -f ${PREFIX}/etc/rc.d/tdetect.sh ]; then \ X ${ECHO} "Installing ${PREFIX}/etc/rc.d/tdetect.sh startup file."; \ X ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/tdetect.sh; \ X ${ECHO} "ethernetdev=ed0" > ${PREFIX}/etc/rc.d/tdetect.sh; \ X ${ECHO} "[ -x ${PREFIX}/sbin/tdetect ] && ${PREFIX}/sbin/tdetect \$ethernetdev && echo -n ' tdetect'" >> ${PREFIX}/etc/rc.d/tdetect.sh; \ X chmod 750 ${PREFIX}/etc/rc.d/tdetect.sh; \ X ${ECHO} "IMPORTANT ${PREFIX}/etc/rc.d/tdetect.sh and set ethernetdev to the name of the ethernetdev you wish to monitor"; \ X fi X X.include END-of-tdetect/Makefile echo c - tdetect/files mkdir -p tdetect/files > /dev/null 2>&1 echo x - tdetect/files/md5 sed 's/^X//' >tdetect/files/md5 << 'END-of-tdetect/files/md5' XMD5 (tdetect-0.2.tar.gz) = 54a27e2623c6f57d734fbfbd8019c7b0 END-of-tdetect/files/md5 echo c - tdetect/files/CVS mkdir -p tdetect/files/CVS > /dev/null 2>&1 echo c - tdetect/pkg mkdir -p tdetect/pkg > /dev/null 2>&1 echo x - tdetect/pkg/PLIST sed 's/^X//' >tdetect/pkg/PLIST << 'END-of-tdetect/pkg/PLIST' Xsbin/tdetect Xetc/rc.d/tdetect.sh END-of-tdetect/pkg/PLIST echo x - tdetect/pkg/DESCR sed 's/^X//' >tdetect/pkg/DESCR << 'END-of-tdetect/pkg/DESCR' Xtdetect A simple C library for portable packet creation X X If you're interested to detect all attempts to make "traceroute your-host" Xor "traceroute host.your-network", you can try to use this simple program. XThe idea is simple - to detect UDP (Unix traceroute) or ICMP ECHO (Windows Xtraceroute) packets with TTL fields == 1. X XSee http://sb.123.org/ for more info END-of-tdetect/pkg/DESCR echo x - tdetect/pkg/COMMENT sed 's/^X//' >tdetect/pkg/COMMENT << 'END-of-tdetect/pkg/COMMENT' XA Utility for detecting traceroutes and reporting them via. syslog END-of-tdetect/pkg/COMMENT echo c - tdetect/pkg/CVS mkdir -p tdetect/pkg/CVS > /dev/null 2>&1 echo x - tdetect/pkg/MESSAGE sed 's/^X//' >tdetect/pkg/MESSAGE << 'END-of-tdetect/pkg/MESSAGE' X XIMPORTANT! X XDont forget to edit ${PREFIX}/etc/rc.d/tdetect.sh Xand set ethernetdev to the name of the ethernet device you wish to monitor X END-of-tdetect/pkg/MESSAGE echo c - tdetect/patches mkdir -p tdetect/patches > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 17:40:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08118 for freebsd-ports-outgoing; Wed, 3 Feb 1999 17:40:05 -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 RAA08091 for ; Wed, 3 Feb 1999 17:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA47275; Wed, 3 Feb 1999 17:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from angmar.mel.cybec.com.au (angmar.mel.cybec.com.au [203.103.154.62]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06674 for ; Wed, 3 Feb 1999 17:30:34 -0800 (PST) (envelope-from lodea@angmar.mel.cybec.com.au) Received: (from lodea@localhost) by angmar.mel.cybec.com.au (8.9.1/8.9.1) id MAA13992; Thu, 4 Feb 1999 12:30:20 +1100 (EST) Message-Id: <199902040130.MAA13992@angmar.mel.cybec.com.au> Date: Thu, 4 Feb 1999 12:30:20 +1100 (EST) From: lodea@vet.com.au Reply-To: lodea@vet.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9900: Update of OpenLDAP port to 1.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9900 >Category: ports >Synopsis: Version 1.1.4 of OpenLDAP released >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 17:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lachlan O'Dea >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Computer Associates >Environment: Only tested on 2.2.8 so far. >Description: Update of port to version 1.1.4. Kurt Zeilenga from OpenLDAP also requested that this port be added to the databases category, as a directory is also a database. >How-To-Repeat: >Fix: diff -ruN openldap-1.1.2/Makefile openldap/Makefile --- openldap-1.1.2/Makefile Tue Jan 5 13:56:58 1999 +++ openldap/Makefile Thu Feb 4 11:47:52 1999 @@ -1,17 +1,17 @@ # New ports collection makefile for: openldap -# Version required: 1.1.2 +# Version required: 1.1.4 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $Id: Makefile,v 1.4 1999/01/04 15:49:04 dirk Exp $ # -DISTNAME= openldap-1.1.2 -CATEGORIES= net +DISTNAME= openldap-1.1.4 +CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ - + ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ + ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net @@ -19,7 +19,8 @@ WRKSRC= ${WRKDIR}/ldap GNU_CONFIGURE= yes -.include "${.CURDIR}/files/manpages" +.include +.include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend @@ -37,4 +38,4 @@ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify -.include +.include diff -ruN openldap-1.1.2/files/md5 openldap/files/md5 --- openldap-1.1.2/files/md5 Mon Jan 4 09:23:03 1999 +++ openldap/files/md5 Thu Feb 4 11:20:42 1999 @@ -1 +1 @@ -MD5 (openldap-1.1.2.tgz) = 6d350f4da0aaca4fed8390bb3459cab7 +MD5 (openldap-1.1.4.tgz) = ddc10ba2053483992f4c660c459b6662 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 17:49:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09177 for freebsd-ports-outgoing; Wed, 3 Feb 1999 17:49:22 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from smtp02.primenet.com (smtp02.primenet.com [206.165.6.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09153; Wed, 3 Feb 1999 17:49:16 -0800 (PST) (envelope-from tlambert@usr02.primenet.com) Received: (from daemon@localhost) by smtp02.primenet.com (8.8.8/8.8.8) id SAA16839; Wed, 3 Feb 1999 18:49:03 -0700 (MST) Received: from usr02.primenet.com(206.165.6.202) via SMTP by smtp02.primenet.com, id smtpd016791; Wed Feb 3 18:48:59 1999 Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id SAA14298; Wed, 3 Feb 1999 18:48:54 -0700 (MST) From: Terry Lambert Message-Id: <199902040148.SAA14298@usr02.primenet.com> Subject: Re: ports/9864: make rblcheck use relay.orbs.org instead of To: chat@FreeBSD.ORG Date: Thu, 4 Feb 1999 01:48:53 +0000 (GMT) Cc: ports@FreeBSD.ORG In-Reply-To: <199902040109.RAA15905@kithrup.com> from "Sean Eric Fagan" at Feb 3, 99 05:09:20 pm X-Mailer: ELM [version 2.4 PL25] 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 > A growing number of ISPs are preventing, at the firewall level, their dial-up > customers from connecting to SMTP (and others, for that matter) ports. This > is a good thing, since about 90% of the spam I get these days is from a > dial-up customer who bypassed his ISP's mail server (since doing so would have > resulted in their theft being noticed much earlier). > > The DUL is the result of people trying to get dialups added to the RBL, most > notably UUNET's. That wasn't going to happen, since the RBL is used too often > as a BGP feed, and placing a group of dialup addresses on that would result in > not being able to access any portion of the internet. > > It is also possible to get a netblock removed from the DUL, although it is > somewhat harder than it is with the RBL (so I'm told). > > I have absolutely no sympathy for you, or anyone else affected by this -- all > it means is you have to use your ISP's mail relay, or find someone willing to > relay for you. You don't like it, tough -- but you were going to lose it > anyway, as more and more ISPs go with firewalls and redirectors. If you want > to run a server, then you should not be using a dialup pool; if your ISP > doesn't have anything but that, then you'll have to get your ISP to talk to > the DUL folks, if they end up on it. (And a netblock will only end up on the > DUL after spam is sent from it -- it's not pre-emptive.) Actually, ORBS is preventing all multilevel relay. If an ISP is willing to relay from a dialup that belongs to the ISP, then they go onto the ORBS list (Primenet just made the list today, in fact). The problem with this is that there are legitimate reasons for multilevel relay, starting with bastion hosts acting as corporate mail relays for interior hosts. Also tarred with the same brush is any "thin server" or "appliance" type device that uses dialup with a dynamic rather than a static IP. While we are all looking forward to the day when IPv6 is deployed, or someone implements Dynamic DNS updates from RADIUS credential based authentication as a public reference implementation for UNIX hosts (ala Microsoft's IAS, which already supports this), neither of these look like they are going to happen any time soon. The correct way to deal with this is source host certificate based credentials, verified via DNS, and proxyiable through credential verification via email and/or virtual domain MX in DNS. Killing all multilevel relay goes further down the evil road that started with damaging the ability to allow source routing to overcome network failures following a nuclear war. What the RBL should *really* be enforcing is not allowing relay from machines not enforcing via the RBL; instead, it's this second order thing, with an assumption of end-to-end connectivity. The RBL could do this with a server RBL forward lookup for a "name" in a randomly chosen 32 bit space that rotates contents at intervals. The client would have to do an RBL lookup to be able to respond to the challenge. Alternately, a certificate system would allow incremental upgrade of servers with less dire consequences, since if a server were not presented a certificate before the "MAIL FROM:" when EHLO returned that the server supported the "CALLERID" ESMTP extension, the server could then ask the certificate authority "would you sign for this server if the server asked you to sign for it?". All transparent, and the load associated with not using certificate is pushed into a (potentially) large latency for the legacy client getting a positive response to the "MAIL FROM:". Mild punishment for a failure to upgrade. You could offer blanket exceptions for internal (local network) clients, and you could require dialup clients to register before you relay for them. If the people who are doing this get their way, there will be no way to send mail from one dialup server to another, unless both *happen* to be dialed in at the same time and using static IP's (or DDNS) so they can find each other's SMTP port via direct connection. This would be Bad(tm). You don't need the government to pass laws to screw up the Internet if you are willing to screw it up yourself. Taking the wire cutters to the intentionally redundant *on purpose* architecture is just plain stupid. 8-(. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 18:11:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA13033 for freebsd-ports-outgoing; Wed, 3 Feb 1999 18:11:09 -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 SAA12986; Wed, 3 Feb 1999 18:10:48 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA50360; Wed, 3 Feb 1999 18:10:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 3 Feb 1999 18:10:47 -0800 (PST) Message-Id: <199902040210.SAA50360@freefall.freebsd.org> To: axl@iafrica.com, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9685 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] databases/postgesql broken for 4.0-CURRENT State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Feb 3 18:08:10 PST 1999 State-Changed-Why: I have used a modified version of both patches provided, but only after I fixed the build for ELF. Well it built, but it would never have worked since the libraries were being installed as libfoo.so.1.0 and weren't being built with -soname. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 18:40:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA19063 for freebsd-ports-outgoing; Wed, 3 Feb 1999 18:40:06 -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 SAA18998 for ; Wed, 3 Feb 1999 18:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA87199; Wed, 3 Feb 1999 18:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dipshit.dis.org (dipshit.dis.org [206.14.78.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18727 for ; Wed, 3 Feb 1999 18:38:32 -0800 (PST) (envelope-from shipley@dipshit.dis.org) Received: (from root@localhost) by dipshit.dis.org (8.9.1/8.9.1) id SAA11870; Wed, 3 Feb 1999 18:39:11 -0800 (PST) (envelope-from shipley) Message-Id: <199902040239.SAA11870@dipshit.dis.org> Date: Wed, 3 Feb 1999 18:39:11 -0800 (PST) From: shipley@dis.org Reply-To: shipley@dis.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9901: New port net/libnet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9901 >Category: ports >Synopsis: New port net/libnet >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 18:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Peter Shipley >Release: FreeBSD 3.0-RELEASE i386 >Organization: KPMG >Environment: FreeBSD systems in a networked envioment >Description: Libnet is a collection of routines to help with the construction and handling of network packets. It provides a portable framework for low-level network packet writing and handling. See http://www.infonexus.com/~daemon9/Projects/Libnet/ for more info >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: # # Libnet # Libnet/CVS # Libnet/CVS/Root # Libnet/CVS/Repository # Libnet/CVS/Entries # Libnet/files # Libnet/files/CVS # Libnet/files/CVS/Root # Libnet/files/CVS/Repository # Libnet/files/CVS/Entries # Libnet/files/md5 # Libnet/patches # Libnet/patches/CVS # Libnet/patches/CVS/Root # Libnet/patches/CVS/Repository # Libnet/patches/CVS/Entries # Libnet/patches/patch-aa # Libnet/patches/patch-ab # Libnet/patches/patch-ac # Libnet/pkg # Libnet/pkg/CVS # Libnet/pkg/CVS/Root # Libnet/pkg/CVS/Repository # Libnet/pkg/CVS/Entries # Libnet/pkg/COMMENT # Libnet/pkg/DESCR # Libnet/pkg/PLIST # Libnet/Makefile # echo c - Libnet mkdir -p Libnet > /dev/null 2>&1 echo c - Libnet/CVS mkdir -p Libnet/CVS > /dev/null 2>&1 echo x - Libnet/CVS/Root sed 's/^X//' >Libnet/CVS/Root << 'END-of-Libnet/CVS/Root' X/home/ncvs END-of-Libnet/CVS/Root echo x - Libnet/CVS/Repository sed 's/^X//' >Libnet/CVS/Repository << 'END-of-Libnet/CVS/Repository' X/home/ncvs/ports/net/libnet END-of-Libnet/CVS/Repository echo x - Libnet/CVS/Entries sed 's/^X//' >Libnet/CVS/Entries << 'END-of-Libnet/CVS/Entries' X/Makefile/1.4/Sat Oct 10 03:23:40 1998// XD/files//// XD/patches//// XD/pkg//// END-of-Libnet/CVS/Entries echo c - Libnet/files mkdir -p Libnet/files > /dev/null 2>&1 echo c - Libnet/files/CVS mkdir -p Libnet/files/CVS > /dev/null 2>&1 echo x - Libnet/files/CVS/Root sed 's/^X//' >Libnet/files/CVS/Root << 'END-of-Libnet/files/CVS/Root' X/home/ncvs END-of-Libnet/files/CVS/Root echo x - Libnet/files/CVS/Repository sed 's/^X//' >Libnet/files/CVS/Repository << 'END-of-Libnet/files/CVS/Repository' X/home/ncvs/ports/net/libnet/files END-of-Libnet/files/CVS/Repository echo x - Libnet/files/CVS/Entries sed 's/^X//' >Libnet/files/CVS/Entries << 'END-of-Libnet/files/CVS/Entries' X/md5/1.1.1.1/Fri Feb 7 23:54:06 1997// XD END-of-Libnet/files/CVS/Entries echo x - Libnet/files/md5 sed 's/^X//' >Libnet/files/md5 << 'END-of-Libnet/files/md5' XMD5 (libnet-0.9.tgz) = 3fd5b3e919516191e01aa1927dd53d28 END-of-Libnet/files/md5 echo c - Libnet/patches mkdir -p Libnet/patches > /dev/null 2>&1 echo c - Libnet/patches/CVS mkdir -p Libnet/patches/CVS > /dev/null 2>&1 echo x - Libnet/patches/CVS/Root sed 's/^X//' >Libnet/patches/CVS/Root << 'END-of-Libnet/patches/CVS/Root' X/home/ncvs END-of-Libnet/patches/CVS/Root echo x - Libnet/patches/CVS/Repository sed 's/^X//' >Libnet/patches/CVS/Repository << 'END-of-Libnet/patches/CVS/Repository' X/home/ncvs/ports/net/libnet/patches END-of-Libnet/patches/CVS/Repository echo x - Libnet/patches/CVS/Entries sed 's/^X//' >Libnet/patches/CVS/Entries << 'END-of-Libnet/patches/CVS/Entries' XD END-of-Libnet/patches/CVS/Entries echo x - Libnet/patches/patch-aa sed 's/^X//' >Libnet/patches/patch-aa << 'END-of-Libnet/patches/patch-aa' X*** configure.old Tue Jan 12 17:01:25 1999 X--- configure.in Tue Jan 12 17:01:55 1999 X*************** X*** 127,134 **** X *freebsd*) X AC_DEFINE(BSDISH_OS) X AC_DEFINE(BSD_BYTE_SWAP) X! MAN_PREFIX='/usr/man/man3/' X! LIB_PREFIX='/usr/lib/aout' X ln -sf FreeBSD support/bpf-lkm/etherspoof X ;; X X--- 127,134 ---- X *freebsd*) X AC_DEFINE(BSDISH_OS) X AC_DEFINE(BSD_BYTE_SWAP) X! MAN_PREFIX='/usr/local/man/man3/' X! LIB_PREFIX='/usr/local/lib/ X ln -sf FreeBSD support/bpf-lkm/etherspoof X ;; X END-of-Libnet/patches/patch-aa echo x - Libnet/patches/patch-ab sed 's/^X//' >Libnet/patches/patch-ab << 'END-of-Libnet/patches/patch-ab' X*** Makefile.old Tue Jan 12 17:27:31 1999 X--- Makefile.in Tue Jan 12 17:27:45 1999 X*************** X*** 49,55 **** X X install: libnet X $(INSTALL) -c -m 0644 $(LIB) @LIB_PREFIX@ X! $(INSTALL) -c -m 0644 $(INCLUDE) /usr/include/ X $(INSTALL) -c -m 0644 $(MAN) @MAN_PREFIX@ X X clean: X--- 49,55 ---- X X install: libnet X $(INSTALL) -c -m 0644 $(LIB) @LIB_PREFIX@ X! $(INSTALL) -c -m 0644 $(INCLUDE) /usr/local/include/ X $(INSTALL) -c -m 0644 $(MAN) @MAN_PREFIX@ X X clean: END-of-Libnet/patches/patch-ab echo x - Libnet/patches/patch-ac sed 's/^X//' >Libnet/patches/patch-ac << 'END-of-Libnet/patches/patch-ac' X*** configure.old Tue Jan 12 17:59:20 1999 X--- configure Tue Jan 12 17:59:47 1999 X*************** X*** 1208,1215 **** X #define BSD_BYTE_SWAP 1 X EOF X X! MAN_PREFIX='/usr/man/man3/' X! LIB_PREFIX='/usr/lib/aout' X ln -sf FreeBSD support/bpf-lkm/etherspoof X ;; X X--- 1208,1215 ---- X #define BSD_BYTE_SWAP 1 X EOF X X! MAN_PREFIX='/usr/local/man/man3/' X! LIB_PREFIX='/usr/local/lib/' X ln -sf FreeBSD support/bpf-lkm/etherspoof X ;; X END-of-Libnet/patches/patch-ac echo c - Libnet/pkg mkdir -p Libnet/pkg > /dev/null 2>&1 echo c - Libnet/pkg/CVS mkdir -p Libnet/pkg/CVS > /dev/null 2>&1 echo x - Libnet/pkg/CVS/Root sed 's/^X//' >Libnet/pkg/CVS/Root << 'END-of-Libnet/pkg/CVS/Root' X/home/ncvs END-of-Libnet/pkg/CVS/Root echo x - Libnet/pkg/CVS/Repository sed 's/^X//' >Libnet/pkg/CVS/Repository << 'END-of-Libnet/pkg/CVS/Repository' X/home/ncvs/ports/net/libsocket++/pkg END-of-Libnet/pkg/CVS/Repository echo x - Libnet/pkg/CVS/Entries sed 's/^X//' >Libnet/pkg/CVS/Entries << 'END-of-Libnet/pkg/CVS/Entries' X/COMMENT/1.1.1.1/Fri Feb 7 23:54:07 1997// X/DESCR/1.1.1.1/Fri Feb 7 23:54:07 1997// X/PLIST/1.3/Sat Oct 10 03:23:44 1998// XD END-of-Libnet/pkg/CVS/Entries echo x - Libnet/pkg/COMMENT sed 's/^X//' >Libnet/pkg/COMMENT << 'END-of-Libnet/pkg/COMMENT' XA C library to for IP packet creation END-of-Libnet/pkg/COMMENT echo x - Libnet/pkg/DESCR sed 's/^X//' >Libnet/pkg/DESCR << 'END-of-Libnet/pkg/DESCR' XLibnet A C library for portable packet creation X Xdomains of sockets and protocols. X XA C library for portable packet creation X XIncluded are also simple example test programs X X XLibnet is a collection of routines to help with the construction Xand handling of network packets. It provides a portable framework Xfor low-level network packet writing and handling. X XLibnet features portable packet creation interfaces at the IP layer Xand link layer, as well as a host of supplementary and complementary Xfunctionality. X XSee http://www.infonexus.com/~daemon9/Projects/Libnet/ for more info END-of-Libnet/pkg/DESCR echo x - Libnet/pkg/PLIST sed 's/^X//' >Libnet/pkg/PLIST << 'END-of-Libnet/pkg/PLIST' Xlib/libnet.a X@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib X@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R Xinclude/libnet.h Xman/man3/libnet.3 Xshare/doc/libnet/CHANGES Xshare/doc/libnet/PORTS Xshare/doc/libnet/README Xshare/doc/libnet/README.bpf X@dirrm share/doc/libnet END-of-Libnet/pkg/PLIST echo x - Libnet/Makefile sed 's/^X//' >Libnet/Makefile << 'END-of-Libnet/Makefile' X# Ports collection makefile for: libnet X# Version required: 0.9 X# Date created: Sun Feb 3, 1999 X# Whom: shipley@dis.org X# X# $Id$ X# X#DISTDIR= /var/tmp/ # for debuging X XDISTNAME= libnet-0.9 XPKGNAME= libnet-0.9.2 XCATEGORIES= net XMASTER_SITES= http://www.infonexus.com/~daemon9/Projects/Libnet/ \ X ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ XEXTRACT_SUFX= .tgz X XMAINTAINER= shipley@dis.org X XMAN= libnet.3 X XGNU_CONFIGURE= yes X X#NOPROFILE= true X XOSVERSION!= sysctl -n kern.osreldate X.if ${OSVERSION} <= 300000 XBROKEN= does not build X.endif X XWRKSRC= ${WRKDIR}/Libnet X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/libnet X ${INSTALL_MAN} ${WRKSRC}/doc/CHANGES ${PREFIX}/share/doc/libnet X ${INSTALL_MAN} ${WRKSRC}/doc/README ${PREFIX}/share/doc/libnet X ${INSTALL_MAN} ${WRKSRC}/doc/PORTS ${PREFIX}/share/doc/libnet X ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet X.endif X X.include END-of-Libnet/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 3 19:51:50 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02800 for freebsd-ports-outgoing; Wed, 3 Feb 1999 19:51:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from d1o29.telia.com (d1o29.telia.com [194.236.214.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA02778 for ; Wed, 3 Feb 1999 19:51:44 -0800 (PST) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t1o29p14.telia.com [194.236.214.14]) by d1o29.telia.com (8.8.8/8.8.5) with ESMTP id EAA09557; Thu, 4 Feb 1999 04:51:29 +0100 (MET) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id EAA97166; Thu, 4 Feb 1999 04:51:30 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <36B9193E.4C89FED6@partitur.se> Date: Thu, 04 Feb 1999 04:51:26 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.0-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG, kde-user@kde.org Subject: FreeBSD refuses to configure kde-1.0 apps Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I'm experiencing problems linking kde and qt kde-1.0 and qt-1.42 are installed from the ports collection. When trying to build kmpg-1.41, or kdgb, I get this: ./configure --prefix=/usr/local --with-qt-dir=/usr/X11R6 --with-qt-includes=/usr/X11R6/include/X11/qt ... checking for shmat... yes checking for killpg in -lucb... no checking for QT... libraries /usr/X11R6/lib, headers /usr/X11R6/include/X11/qt checking if Qt compiles without flags... no checking for moc... /usr/X11R6/bin/moc checking for rpath... yes checking for bool... yes checking for KDE... libraries /usr/local/lib, headers /usr/local/include checking for extra includes... no checking for extra libs... no checking for kde headers installed... yes checking for kde libraries installed... configure: error: your system fails at linking a small KDE application! Check, if your compiler is installed correctly and if you have used the same compiler to compile qt and kdelibs as you did use now config.log tells me that there's probably a linking problem: ... configure:3401: checking for kde headers installed configure:3442: g++ -c -O2 -Wall -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include conftest.C configure:3450: checking for kde libraries installed configure:3453: /bin/sh ./libtool --mode=link g++ -o conftest -O2 -Wall -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -s -L/usr/local/lib -L/usr/X11R6/lib conftest.C -lkdecore -lqt -lXext -lX11 -rpath /usr/local/lib -rpath /usr/X11R6/lib 1>&5 g++ -o conftest -O2 -Wall -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -s -L/usr/local/lib -L/usr/X11R6/lib conftest.C -lkdecore -lqt -lXext -lX11 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib /var/tmp/ccl971301.o: In function `QListT::~QListT(void)': /var/tmp/ccl971301.o(.text+0x182): undefined reference to `QGList::~QGList(void)' /var/tmp/ccl971301.o: In function `QIntDictT::~QIntDictT(void)': /var/tmp/ccl971301.o(.text+0x1e2): undefined reference to `QGDict::~QGDict(void)' /var/tmp/ccl971301.o: In function `QDictT >::~QDictT(void)': /var/tmp/ccl971301.o(.text+0x252): undefined reference to `QGDict::~QGDict(void)' /var/tmp/ccl971301.o: In function `QDictT::deleteItem(void *)': /var/tmp/ccl971301.o(.text+0x28e): undefined reference to `QGArray::~QGArray(void)' /var/tmp/ccl971301.o: In function `QDictT::~QDictT(void)': /var/tmp/ccl971301.o(.text+0x2ca): undefined reference to `QGDict::~QGDict(void)' /var/tmp/ccl971301.o: In function `QStrIList::~QStrIList(void)': /var/tmp/ccl971301.o(.text+0x336): undefined reference to `QGList::~QGList(void)' /var/tmp/ccl971301.o: In function `QStrList::~QStrList(void)': /var/tmp/ccl971301.o(.text+0x3f2): undefined reference to `QGList::~QGList(void)' /var/tmp/ccl971301.o: In function `QListT::~QListT(void)': /var/tmp/ccl971301.o(.text+0x442): undefined reference to `QGList::~QGList(void)' /var/tmp/ccl971301.o: In function `QString::~QString(void)': /var/tmp/ccl971301.o(.text+0x473): undefined reference to `QGArray::~QGArray(void)' /var/tmp/ccl971301.o: In function `QArrayT::~QArrayT(void)': /var/tmp/ccl971301.o(.text+0x49f): undefined reference to `QGArray::~QGArray(void)' uname -a: FreeBSD stordatan.palle.se 3.0-STABLE FreeBSD 3.0-STABLE #1: Tue Jan 26 04:12:15 CET 1999 girgen@stordatan.palle.se:/usr/src/sys/compile/PALLE3 i386 I do not have any qt-1.3 version installed. In trying to solve the problem, I reinstalled kdelibs-1.0, and the ports seems to be broken; it complains that it cannot find QT-1.3. Adding the -with-qt-... stuff (as above) in CONFIRURE_ARGS fixes this. Any ideas? /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 04:19:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06112 for freebsd-ports-outgoing; Thu, 4 Feb 1999 04:19:39 -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 EAA06107 for ; Thu, 4 Feb 1999 04:19:38 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca7-112.ix.netcom.com [209.109.235.112]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id EAA02563 for ; Thu, 4 Feb 1999 04:19:19 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id EAA27280; Thu, 4 Feb 1999 04:18:13 -0800 (PST) Date: Thu, 4 Feb 1999 04:18:13 -0800 (PST) Message-Id: <199902041218.EAA27280@silvia.hip.berkeley.edu> To: ports@FreeBSD.ORG In-reply-to: <13700.918084440@zippy.cdrom.com> (jkh@zippy.cdrom.com) Subject: Re: code freeze for RELENG_3 From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, * From: "Jordan K. Hubbard" * * Thanks for reminding me. I now declare RELENG_3 to be in code freeze. * No more commits to this branch without my say-so until 3.1 is rolled * (I'll announce the end of code freeze). Since ports and docs are not * tagged, this does not effect them as usual. * * The 3.1 release will hopefully be rolled on the 16th. Ok. The ports freeze will start at 4PM PST 2/12 (Fri.). As usual, it will continue until the release is rolled. If your port is currently marked BROKEN, or if it shows up on the error log in http://bento.freebsd.org/~asami/errorlogs/3-latest/ please send-pr a fix. We'll try to get to them as soon as possible. (No, you don't need to send me the PR number. ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 04:30:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07412 for freebsd-ports-outgoing; Thu, 4 Feb 1999 04:30:08 -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 EAA07341 for ; Thu, 4 Feb 1999 04:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA30996; Thu, 4 Feb 1999 04:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06539 for ; Thu, 4 Feb 1999 04:24:11 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.77 (dialup-7.rebel.net.au [203.20.69.77]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id WAA30258 for ; Thu, 4 Feb 1999 22:53:45 +1030 Received: (qmail 81221 invoked by uid 0); 4 Feb 1999 12:23:20 -0000 Message-Id: <19990204122320.81220.qmail@morden.rebel.net.au> Date: 4 Feb 1999 12:23:20 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9904: Upgrade net/tinyfugue to 4.0 GAMMA 3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9904 >Category: ports >Synopsis: Upgrade net/tinyfugue to 4.0 GAMMA 3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 4 04:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-2.0 >Organization: FreeBSD >Environment: >Description: This upgrades the net/tinyfugue port to 4.0g3 (trivial patches - just the distname and md5 >How-To-Repeat: >Fix: diff -ruN tinyfugue/Makefile tinyfugue~/Makefile --- tinyfugue/Makefile Fri Jan 15 22:16:12 1999 +++ tinyfugue~/Makefile Thu Feb 4 22:46:13 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: tinyfugue -# Version required: 4.0g2 +# Version required: 4.0g3 # Date created: 4 January 1997 # Whom: mike@binghamton.edu # # $Id: Makefile,v 1.15 1999/01/15 02:41:44 asami Exp $ # -DISTNAME= tf-40g2 -PKGNAME= tf-4.0g2 +DISTNAME= tf-40g3 +PKGNAME= tf-4.0g3 CATEGORIES= net games MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ diff -ruN tinyfugue/files/md5 tinyfugue~/files/md5 --- tinyfugue/files/md5 Wed Dec 9 15:33:11 1998 +++ tinyfugue~/files/md5 Thu Feb 4 22:45:46 1999 @@ -1 +1 @@ -MD5 (tf-40g2.tar.gz) = c92c84970124a9c2eeacc8b06dc50736 +MD5 (tf-40g3.tar.gz) = 7070066c89181c5f244f0fd84f85de53 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 05:50:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA17245 for freebsd-ports-outgoing; Thu, 4 Feb 1999 05:50: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 FAA17156 for ; Thu, 4 Feb 1999 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA38515; Thu, 4 Feb 1999 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rebel.net.au (rebel.rebel.net.au [203.20.69.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA17090 for ; Thu, 4 Feb 1999 05:49:50 -0800 (PST) (envelope-from kkenn@rebel.net.au) Received: from 203.20.69.77 (dialup-7.rebel.net.au [203.20.69.77]) by rebel.net.au (8.8.5/8.8.4) with ESMTP id AAA30967 for ; Fri, 5 Feb 1999 00:19:45 +1030 Received: (qmail 95724 invoked by uid 0); 4 Feb 1999 13:37:12 -0000 Message-Id: <19990204133712.95723.qmail@morden.rebel.net.au> Date: 4 Feb 1999 13:37:12 -0000 From: kkenn@rebel.net.au Reply-To: kkennawa@physics.adelaide.edu.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9906: New port - astro/wmmoonclock (phase of moon) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9906 >Category: ports >Synopsis: New port - astro/wmmoonclock (phase of moon) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 4 05:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kris Kennaway >Release: FreeBSD-2.0 >Organization: FreeBSD >Environment: 4.0-CURRENT >Description: This is a WindowMaker dockapp which shows the phase of the moon, plus assorted astronomical data (rise/set times, orbital elements, etc). The latter may be of use to someone :-) >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: # # wmmoonclock/ # wmmoonclock/files # wmmoonclock/files/md5 # wmmoonclock/pkg # wmmoonclock/pkg/PLIST # wmmoonclock/pkg/COMMENT # wmmoonclock/pkg/DESCR # wmmoonclock/patches # wmmoonclock/patches/patch-aa # wmmoonclock/Makefile # echo c - wmmoonclock/ mkdir -p wmmoonclock/ > /dev/null 2>&1 echo c - wmmoonclock/files mkdir -p wmmoonclock/files > /dev/null 2>&1 echo x - wmmoonclock/files/md5 sed 's/^X//' >wmmoonclock/files/md5 << 'END-of-wmmoonclock/files/md5' XMD5 (wmMoonClock-1.0b.tar.gz) = e03da0b5d9caa7e0e09b6b4d7d521322 END-of-wmmoonclock/files/md5 echo c - wmmoonclock/pkg mkdir -p wmmoonclock/pkg > /dev/null 2>&1 echo x - wmmoonclock/pkg/PLIST sed 's/^X//' >wmmoonclock/pkg/PLIST << 'END-of-wmmoonclock/pkg/PLIST' Xbin/wmmoonclock X END-of-wmmoonclock/pkg/PLIST echo x - wmmoonclock/pkg/COMMENT sed 's/^X//' >wmmoonclock/pkg/COMMENT << 'END-of-wmmoonclock/pkg/COMMENT' XDisplays the phase of the moon, plus orbital data. END-of-wmmoonclock/pkg/COMMENT echo x - wmmoonclock/pkg/DESCR sed 's/^X//' >wmmoonclock/pkg/DESCR << 'END-of-wmmoonclock/pkg/DESCR' XThis is a WindowMaker dockapp which displays a graphical representation of Xthe phase of the moon, plus additional astronomical data such as Xrise/set times, orbital data, orbital elements, etc (if you click on the Ximage multiple times). X XProbably most of the data is not that useful, but what the heck :) END-of-wmmoonclock/pkg/DESCR echo c - wmmoonclock/patches mkdir -p wmmoonclock/patches > /dev/null 2>&1 echo x - wmmoonclock/patches/patch-aa sed 's/^X//' >wmmoonclock/patches/patch-aa << 'END-of-wmmoonclock/patches/patch-aa' X*** Makefile.orig Fri Jan 8 10:01:25 1999 X--- Makefile Thu Feb 4 23:29:11 1999 X*************** X*** 1,6 **** X! CC = gcc X! CFLAGS = -O2 X! INCDIR = -I/usr/X11R6/include/X11 X DESTDIR= /usr/X11R6 X LIBDIR = -L/usr/X11R6/lib X X--- 1,6 ---- X! CC ?= gcc X! CFLAGS ?= -O2 X! INCDIR = -I/usr/X11R6/share/include X DESTDIR= /usr/X11R6 X LIBDIR = -L/usr/X11R6/lib X END-of-wmmoonclock/patches/patch-aa echo x - wmmoonclock/Makefile sed 's/^X//' >wmmoonclock/Makefile << 'END-of-wmmoonclock/Makefile' X# New ports collection makefile for: wmMoonClock X# Version required: 1.22 X# Date created: 3 February 1999 X# Whom: Kris Kennaway X# X# $Id$ X# X XDISTNAME= wmMoonClock-1.0b XPKGNAME= wmMoonClock-1.22 XCATEGORIES= astro windowmaker XMASTER_SITES= ftp://leadbelly.lanl.gov/pub/mgh/ X XMAINTAINER= kkennawa@physics.adelaide.edu.au X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm/ X XWRKSRC= ${WRKDIR}/${PKGNAME}/wmMoonClock X XUSE_X_PREFIX= yes XUSE_XLIB= yes XUSE_GMAKE= yes X XALL_TARGET= clean all X XMAN1= wmmoonclock.1 X Xdo-install: X ${INSTALL_MAN} ${WRKSRC}/wmMoonClock.1 ${PREFIX}/share/man/man1/wmmoonclock.1 X ${INSTALL_PROGRAM} ${WRKSRC}/wmMoonClock ${PREFIX}/bin/wmmoonclock X X.include END-of-wmmoonclock/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 06:10:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20069 for freebsd-ports-outgoing; Thu, 4 Feb 1999 06:10:14 -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 GAA19973 for ; Thu, 4 Feb 1999 06:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA39836; Thu, 4 Feb 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19242 for ; Thu, 4 Feb 1999 06:04:37 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id RAA16548; Thu, 4 Feb 1999 17:04:33 +0300 (MSK) Message-Id: <199902041404.RAA16548@netserv1.chg.ru> Date: Thu, 4 Feb 1999 17:04:33 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9907: New port - clusterit-1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9907 >Category: ports >Synopsis: New port - clusterit-1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 4 06:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: New port of clusterit - a collection of clustering tools. I hope this one follows CFLAGS... >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: # # . # ./Makefile # ./files # ./files/md5 # ./patches # ./patches/patch-aa # ./patches/patch-ab # ./patches/patch-ac # ./patches/patch-ad # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: clusterit X# Version required: 1.2 X# Date created: 4 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= clusterit-1.2 XCATEGORIES= net devel XMASTER_SITES= http://www.inficad.com/~garbled/ \ X ftp://ftp.chg.ru/pub/prog/parallel/tools/clusterit/ X XMAINTAINER= dima@chg.ru X XMAN1= barrier.1 barrierd.1 dsh.1 run.1 seq.1 dshbak.1 pcp.1 pdf.1\ X prm.1 X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (clusterit-1.2.tar.gz) = 291a6c35c3dafd03360fe5ecdf67f8ff END-of-./files/md5 echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.orig Mon Dec 14 20:51:56 1998 X+++ Makefile Thu Feb 4 16:37:34 1999 X@@ -3,8 +3,8 @@ X X OPSYS!= uname X #CC= /usr/local/bin/gcc X-CFLAGS= -O2 -Wall X-PREFIX?= /usr/local X+CFLAGS?= ${CFLAGS} -O2 -Wall X+#PREFIX?= /usr/local X X SUBDIR= dsh pcp barrier X END-of-./patches/patch-aa echo x - ./patches/patch-ab sed 's/^X//' >./patches/patch-ab << 'END-of-./patches/patch-ab' X--- barrier/Makefile.orig Mon Dec 14 20:51:56 1998 X+++ barrier/Makefile Thu Feb 4 16:36:04 1999 X@@ -4,7 +4,7 @@ X # Some options need to be uncommented for Solaris X X #CC= /usr/local/bin/gcc X-CFLAGS?= -Wall -O2 X+CFLAGS?= ${CFLAGS} -Wall -O2 X PROGS= barrierd barrier X #LIBS= -lsocket -lnsl X # END-of-./patches/patch-ab echo x - ./patches/patch-ac sed 's/^X//' >./patches/patch-ac << 'END-of-./patches/patch-ac' X--- pcp/Makefile.orig Mon Dec 14 20:51:55 1998 X+++ pcp/Makefile Thu Feb 4 16:36:34 1999 X@@ -15,7 +15,7 @@ X all: ${PROG} scripts X X ${PROG}: ${SRCS:.c=.o} X- ${CC} -O2 -Wall -o $@ ${SRCS:.c=.o} X+ ${CC} ${CFLAGS} -O2 -Wall -o $@ ${SRCS:.c=.o} X X scripts: ${SCRIPTS} X END-of-./patches/patch-ac echo x - ./patches/patch-ad sed 's/^X//' >./patches/patch-ad << 'END-of-./patches/patch-ad' X--- dsh/Makefile.orig Mon Dec 14 20:51:53 1998 X+++ dsh/Makefile Thu Feb 4 16:36:19 1999 X@@ -4,7 +4,7 @@ X # Some of the below needs to be uncommented for Solaris to work. X X #CC= /usr/local/bin/gcc X-CFLAGS= -Wall -O2 #-DDEBUG -g X+CFLAGS?= ${CFLAGS} -Wall -O2 #-DDEBUG -g X PROGS= dsh seq run X X OBJS= dsh.o seq.o run.o END-of-./patches/patch-ad echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/barrier Xbin/barrierd Xbin/dsh Xbin/seq Xbin/run Xbin/pcp Xbin/pdf Xbin/prm Xbin/dshbak END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA collection of clustering tools END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis is a collection of clustering tools to turn your ordinary everyday pile Xof UNIX workstations into a speedy parallel beast. This facilitates managing Xa set of program executing in parallel with very flexible authentication Xscheme. X Xhttp://www.inficad.com/~garbled/clusterit.html X X--Dima Xdima@chg.ru END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 07:10:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA27516 for freebsd-ports-outgoing; Thu, 4 Feb 1999 07:10:03 -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 HAA27477 for ; Thu, 4 Feb 1999 07:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA77432; Thu, 4 Feb 1999 07:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA26935 for ; Thu, 4 Feb 1999 07:05:30 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.2/8.8.8) id AAA24838; Fri, 5 Feb 1999 00:05:31 +0900 (JST) (envelope-from kiri) Message-Id: <199902041505.AAA24838@pis.toba-cmt.ac.jp> Date: Fri, 5 Feb 1999 00:05:31 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9908: Update ports: xemacs-mule-common-20.4(editors/xemacs-mule-common) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9908 >Category: ports >Synopsis: Update ports: xemacs-mule-common-20.4(editors/xemacs-mule-common) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 4 07:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the port xemacs-mule-common-20.4(editors/xemacs-mule-common). Current modifications are : (1) Add cuserid definition to lib-src/fakemail.c avoid to compilation error. Update files are respecively : [Add] : -rw-r--r-- 1 kiri staff 308 Feb 4 23:58 editors/xemacs-mule-common/patches/patch-ai [Delete] : (NONE) [Update] : (NONE) I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ /usr/ports/current/editors/xemacs-mule-common/patches/patch-ai ./patches/patch-ai --- /usr/ports/current/editors/xemacs-mule-common/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ ./patches/patch-ai Thu Feb 4 23:51:37 1999 @@ -0,0 +1,10 @@ +--- lib-src/fakemail.c.orig Thu Feb 4 23:50:08 1999 ++++ lib-src/fakemail.c Thu Feb 4 23:50:18 1999 +@@ -21,6 +21,7 @@ + /* Synched up with: FSF 19.28. */ + + #define NO_SHORTNAMES ++#define cuserid(s) ((char *)0) + #include <../src/config.h> + + #if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 11:20:19 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05836 for freebsd-ports-outgoing; Thu, 4 Feb 1999 11:20:19 -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 LAA05704; Thu, 4 Feb 1999 11:19:58 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA96526; Thu, 4 Feb 1999 11:19:57 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Thu, 4 Feb 1999 11:19:57 -0800 (PST) Message-Id: <199902041919.LAA96526@freefall.freebsd.org> To: dada@sbox.tu-graz.ac.at, dirk@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9784 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xmysqladmin port broken State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Thu Feb 4 11:18:36 PST 1999 State-Changed-Why: Fixed! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 11:50:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10579 for freebsd-ports-outgoing; Thu, 4 Feb 1999 11:50:09 -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 LAA10514 for ; Thu, 4 Feb 1999 11:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA98016; Thu, 4 Feb 1999 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09928; Thu, 4 Feb 1999 11:45:24 -0800 (PST) (envelope-from nobody) Message-Id: <199902041945.LAA09928@hub.freebsd.org> Date: Thu, 4 Feb 1999 11:45:24 -0800 (PST) From: hamilton@pobox.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9911: slrn port Makefile broken (patch included) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9911 >Category: ports >Synopsis: slrn port Makefile broken (patch included) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 4 11:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jon Hamilton >Release: 3.0-STABLE >Organization: >Environment: Any >Description: news/slrn tries to install built binaries from ${WRKSRC}/src/objs, but the build actually puts them in ${WRKSRC}/src/${ARCH}objs. >How-To-Repeat: make install >Fix: --- Makefile.orig Thu Feb 4 13:39:02 1999 +++ Makefile Thu Feb 4 13:39:33 1999 @@ -21,8 +21,8 @@ MAN1= slrn.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrn ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrnpull ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/${ARCH}objs/slrn ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/${ARCH}objs/slrnpull ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/examples/slrn ${INSTALL_DATA} ${WRKSRC}/doc/slrn.rc ${PREFIX}/share/examples/slrn @${MKDIR} ${PREFIX}/share/examples/slrn/slrnpull >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 12:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14620 for freebsd-ports-outgoing; Thu, 4 Feb 1999 12:20:06 -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 MAA14553 for ; Thu, 4 Feb 1999 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA99959; Thu, 4 Feb 1999 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr164328-a.abtsfd1.bc.wave.home.com [24.112.125.94]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14342 for ; Thu, 4 Feb 1999 12:16:31 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.2/8.9.2) id MAA21291; Thu, 4 Feb 1999 12:16:52 -0800 (PST) (envelope-from norn) Message-Id: <199902042016.MAA21291@norn.ca.eu.org> Date: Thu, 4 Feb 1999 12:16:52 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9912: Update of ssh2 port (2.0.11 -> 2.0.12) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9912 >Category: ports >Synopsis: ssh2 port update to 2.0.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 4 12:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD >Description: The ssh2 port has been updated to 2.0.12, (ugly) patch to upgrade the port below. >How-To-Repeat: >Fix: Apply patch below - tested on 4.0-current - diff -ruN ssh2.old/Makefile ssh2/Makefile --- ssh2.old/Makefile Tue Dec 1 03:10:33 1998 +++ ssh2/Makefile Thu Feb 4 11:33:19 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: ssh2 -# Version required: 2.0.11 +# Version required: 2.0.12 # Date created: 5 Oct 1998 # Whom: Issei Suzuki # @@ -8,7 +8,7 @@ # Maximal ssh2 package requires YES values for # USE_SSH1, USE_TCPWRAP -DISTNAME= ssh-2.0.11 +DISTNAME= ssh-2.0.12 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ diff -ruN ssh2.old/files/md5 ssh2/files/md5 --- ssh2.old/files/md5 Tue Dec 1 03:10:33 1998 +++ ssh2/files/md5 Thu Feb 4 11:33:57 1999 @@ -1 +1 @@ -MD5 (ssh-2.0.11.tar.gz) = 2c93c5fa0cb530178bee8675e92be785 +MD5 (ssh-2.0.12.tar.gz) = 506632f8a9c2f5201587e2130a4d5408 diff -ruN ssh2.old/patches/patch-aa ssh2/patches/patch-aa --- ssh2.old/patches/patch-aa Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-aa Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- lib/Makefile.in.old Tue Nov 24 18:18:33 1998 -+++ lib/Makefile.in Tue Nov 24 18:20:13 1998 -@@ -97,14 +97,14 @@ +--- lib/Makefile.in.old Thu Feb 4 11:11:13 1999 ++++ lib/Makefile.in Thu Feb 4 11:13:20 1999 +@@ -98,14 +98,14 @@ AUTOMAKE_OPTIONS = 1.0 foreign dist-zip no-dependencies @@ -10,14 +10,14 @@ # sshtest testsuite lib_LIBRARIES = libssh.a - # libsshcrypt.kpure.a + # libsshcrypt.kpure.a -SUBLIBRARIES = sshmath/libsshmath.a zlib/libz.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a +SUBLIBRARIES = sshmath/libsshmath.a sshutil/libsshutil.a sshapputil/libsshapputil.a sshcrypt/libsshcrypt.a sshproto/libsshproto.a sshsession/libsshsession.a sshreadline/libsshreadline.a mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../sshconf.h CONFIG_CLEAN_FILES = -@@ -367,11 +367,6 @@ +@@ -368,11 +368,6 @@ all-local: includes includes: -if test '!' -d ../include; then mkdir ../include; fi diff -ruN ssh2.old/patches/patch-ab ssh2/patches/patch-ab --- ssh2.old/patches/patch-ab Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-ab Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- lib/sshapputil/Makefile.in.old Tue Nov 24 18:24:57 1998 -+++ lib/sshapputil/Makefile.in Tue Nov 24 18:25:12 1998 -@@ -105,7 +105,7 @@ +--- lib/sshapputil/Makefile.in.old Thu Feb 4 11:13:58 1999 ++++ lib/sshapputil/Makefile.in Thu Feb 4 11:14:35 1999 +@@ -106,7 +106,7 @@ INCLUDES = -I../.. -I. -I$(srcdir) \ -I$(top_builddir) -I$(top_srcdir) \ -I../sshutil -I$(srcdir)/../sshutil -I../sshmath \ diff -ruN ssh2.old/patches/patch-ac ssh2/patches/patch-ac --- ssh2.old/patches/patch-ac Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-ac Thu Feb 4 11:33:29 1999 @@ -1,11 +1,10 @@ ---- lib/sshcrypt/Makefile.in.old Tue Nov 24 18:24:57 1998 -+++ lib/sshcrypt/Makefile.in Tue Nov 24 18:25:21 1998 -@@ -173,7 +173,7 @@ - INCLUDES = -I../.. -I. -I$(srcdir) \ +--- lib/sshcrypt/Makefile.in.old Thu Feb 4 11:16:28 1999 ++++ lib/sshcrypt/Makefile.in Thu Feb 4 11:16:42 1999 +@@ -176,7 +176,6 @@ -I$(top_builddir) -I$(top_srcdir) \ -I../sshutil -I$(srcdir)/../sshutil \ -- -I../sshmath -I$(srcdir)/../sshmath -I../zlib -I$(srcdir)/../zlib \ -+ -I../sshmath -I$(srcdir)/../sshmath \ + -I../sshmath -I$(srcdir)/../sshmath \ +- -I../zlib -I$(srcdir)/../zlib \ -I../sshscard -I$(srcdir)/../sshscard \ -I../trq -I$(srcdir)/../trq mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -ruN ssh2.old/patches/patch-ad ssh2/patches/patch-ad --- ssh2.old/patches/patch-ad Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-ad Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- lib/sshreadline/Makefile.in.old Tue Nov 24 18:24:57 1998 -+++ lib/sshreadline/Makefile.in Tue Nov 24 18:25:27 1998 -@@ -106,7 +106,6 @@ +--- lib/sshreadline/Makefile.in.old Thu Feb 4 11:17:28 1999 ++++ lib/sshreadline/Makefile.in Thu Feb 4 11:17:41 1999 +@@ -107,7 +107,6 @@ INCLUDES = -I$(srcdir) -I. -I../.. \ -I$(top_builddir) -I$(top_srcdir) \ -I../sshmath -I$(srcdir)/../sshmath \ diff -ruN ssh2.old/patches/patch-ae ssh2/patches/patch-ae --- ssh2.old/patches/patch-ae Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-ae Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- lib/sshutil/Makefile.in.old Tue Nov 24 18:34:58 1998 -+++ lib/sshutil/Makefile.in Tue Nov 24 18:35:05 1998 -@@ -193,7 +193,6 @@ +--- lib/sshutil/Makefile.in.old Thu Feb 4 11:18:08 1999 ++++ lib/sshutil/Makefile.in Thu Feb 4 11:18:25 1999 +@@ -199,7 +199,6 @@ INCLUDES = -I. -I$(srcdir) -I.. -I$(srcdir)/.. \ -I$(top_builddir) -I$(top_srcdir) \ -I../sshmath -I$(srcdir)/../sshmath \ diff -ruN ssh2.old/patches/patch-af ssh2/patches/patch-af --- ssh2.old/patches/patch-af Tue Dec 1 03:10:33 1998 +++ ssh2/patches/patch-af Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- apps/ssh/Makefile.in.orig Mon Nov 16 21:24:45 1998 -+++ apps/ssh/Makefile.in Tue Nov 24 19:06:58 1998 -@@ -133,9 +133,9 @@ +--- apps/ssh/Makefile.in.old Thu Feb 4 11:18:55 1999 ++++ apps/ssh/Makefile.in Thu Feb 4 11:20:13 1999 +@@ -134,9 +134,9 @@ INCLUDES = -I. -I$(srcdir) -I../.. -I$(srcdir) -I../../include \ -I$(top_builddir) -I$(top_srcdir) \ diff -ruN ssh2.old/patches/patch-ag ssh2/patches/patch-ag --- ssh2.old/patches/patch-ag Thu Jan 28 15:10:18 1999 +++ ssh2/patches/patch-ag Thu Feb 4 11:33:29 1999 @@ -1,6 +1,6 @@ ---- configure.orig Mon Nov 16 15:24:41 1998 -+++ configure Fri Jan 29 00:24:27 1999 -@@ -4825,7 +4825,7 @@ +--- configure.old Thu Feb 4 11:31:13 1999 ++++ configure Thu Feb 4 11:28:33 1999 +@@ -4780,7 +4780,7 @@ char tgetent(); int main() { @@ -8,8 +8,8 @@ +XXXtgetent() ; return 0; } EOF - if { (eval echo configure:4832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -@@ -4855,7 +4855,7 @@ + if { (eval echo configure:4787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +@@ -4904,7 +4904,7 @@ echo "$ac_t""no" 1>&6 fi -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 12:24:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA15495 for freebsd-ports-outgoing; Thu, 4 Feb 1999 12:24:29 -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 MAA15476; Thu, 4 Feb 1999 12:24:22 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA00258; Thu, 4 Feb 1999 12:24:19 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Thu, 4 Feb 1999 12:24:19 -0800 (PST) Message-Id: <199902042024.MAA00258@freefall.freebsd.org> To: sada@FreeBSD.ORG, sada@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9751 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: 3.0-RELEASE's ld.so - needed for www/netscape State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Thu Feb 4 12:23:14 PST 1999 State-Changed-Why: Aout libs would be included in compat22 distribution. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 13:08:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21852 for freebsd-ports-outgoing; Thu, 4 Feb 1999 13:08:38 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from the.oneinsane.net (the.oneinsane.net [207.113.133.228]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21843 for ; Thu, 4 Feb 1999 13:08:34 -0800 (PST) (envelope-from insane@the.oneinsane.net) Received: (from insane@localhost) by the.oneinsane.net (8.9.1/8.9.1) id NAA15560; Thu, 4 Feb 1999 13:08:31 -0800 (PST) Date: Thu, 4 Feb 1999 13:08:31 -0800 From: "Ron 'The InSaNe One' Rosson" To: freebsd-ports@FreeBSD.ORG Cc: php3@lists.php.net Subject: Need some help here Message-ID: <19990204130831.A13977@the.oneinsane.net> Reply-To: insane@oneinsane.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i X-Operating-System: FreeBSD the.oneinsane.net 2.2.8-STABLE X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane-pgp5i.txt X-Uptime: 12:50PM up 7 days, 4:11, 7 users, load averages: 0.79, 0.95, 1.01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Need help figuring out what is wrong with PHP or APACHE. I am using FreeBSD, Apache 1.3.4 and php 3.0.6. Some php applications are working, some part of IMP apparently crashes the web server with a signal 11. Any help in this matter would be highly appreciated. If you need a tar.gz file of what I am using it is available upon request. TIA Ron Program received signal SIGSEGV, Segmentation fault. 0x201bb892 in memcpy () (gdb) where #0 0x201bb892 in memcpy () #1 0x200710 in ?? () #2 0x5c930 in phpparse () #3 0x17407 in php3_parse () #4 0x1773c in apache_php3_module_main () #5 0x14593 in send_php3 () #6 0x145d9 in send_parsed_php3 () #7 0x6e9fb in ap_invoke_handler () #8 0x8198d in process_request_internal () #9 0x819db in ap_process_request () #10 0x7a1cc in child_main () #11 0x7a31f in make_child () #12 0x7a414 in startup_children () #13 0x7ab4d in standalone_main () #14 0x7b259 in main () Program received signal SIGSEGV, Segmentation fault. 0x201bb892 in ?? () (gdb) where #0 0x201bb892 in ?? () #1 0x5c930 in ?? () #2 0x17407 in ?? () #3 0x1773c in ?? () #4 0x14593 in ?? () #5 0x145d9 in ?? () #6 0x6e9fb in ?? () #7 0x8198d in ?? () #8 0x819db in ?? () #9 0x7a1cc in ?? () #10 0x7a31f in ?? () #11 0x7a414 in ?? () #12 0x7ab4d in ?? () #13 0x7b259 in ?? () #14 0x1095 in ?? () -- ------------------------------------------------------------------- Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was null and void ------------------------------------------------------------------- Eagles may soar, but weasels don't get sucked into jet engines. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 4 18:20:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA05946 for freebsd-ports-outgoing; Thu, 4 Feb 1999 18:20:05 -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 SAA05905 for ; Thu, 4 Feb 1999 18:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA18434; Thu, 4 Feb 1999 18:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr164328-a.abtsfd1.bc.wave.home.com [24.112.125.94]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA05231 for ; Thu, 4 Feb 1999 18:15:02 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.2/8.9.2) id SAA20450; Thu, 4 Feb 1999 18:15:01 -0800 (PST) (envelope-from norn) Message-Id: <199902050215.SAA20450@norn.ca.eu.org> Date: Thu, 4 Feb 1999 18:15:01 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9914: astime port upgrade from 1.5 -> 1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9914 >Category: ports >Synopsis: astime port upgrade from 1.5 -> 1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 4 18:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD >Description: Port upgrade of x11-clocsk/astime from 1.5 to 1.7 >How-To-Repeat: >Fix: Apply patch below: diff -ruN astime.old/Makefile astime/Makefile --- astime.old/Makefile Thu Feb 4 17:40:36 1999 +++ astime/Makefile Thu Feb 4 17:41:49 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: astime -# Version required: 1.5 +# Version required: 1.7 # Date created: 21 Nov 1998 # Whom: Brian Handy # # $Id: Makefile,v 1.5 1999/01/18 06:43:02 asami Exp $ # -DISTNAME= astime-1.5 +DISTNAME= astime-1.7 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/ \ ftp://ftp.tux.org/pub/x/afterstep/apps/astime/ \ diff -ruN astime.old/files/md5 astime/files/md5 --- astime.old/files/md5 Thu Feb 4 17:40:36 1999 +++ astime/files/md5 Thu Feb 4 17:42:12 1999 @@ -1 +1 @@ -MD5 (astime-1.5.tar.gz) = 77d1788ca1b5e515149c3ed59f50ccb9 +MD5 (astime-1.7.tar.gz) = 9af13c86d442108abdae770c4d780b9f diff -ruN astime.old/patches/patch-aa astime/patches/patch-aa --- astime.old/patches/patch-aa Thu Feb 4 17:40:36 1999 +++ astime/patches/patch-aa Thu Feb 4 17:49:06 1999 @@ -1,6 +1,6 @@ ---- autoconf/Makefile.common.in.orig Wed Dec 9 01:53:23 1998 -+++ autoconf/Makefile.common.in Wed Dec 9 01:53:32 1998 -@@ -11,7 +11,7 @@ +--- autoconf/Makefile.common.in.orig Thu Feb 4 17:44:50 1999 ++++ autoconf/Makefile.common.in Thu Feb 4 17:45:18 1999 +@@ -13,7 +13,7 @@ $(INSTALL_PROGRAM) $(PROG) $(AFTER_BIN_DIR) install.man: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 03:00:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA01656 for freebsd-ports-outgoing; Fri, 5 Feb 1999 03:00:06 -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 DAA01636 for ; Fri, 5 Feb 1999 03:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA46669; Fri, 5 Feb 1999 03:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29411 for ; Fri, 5 Feb 1999 02:53:41 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id NAA27965; Fri, 5 Feb 1999 13:53:35 +0300 (MSK) Message-Id: <199902051053.NAA27965@netserv1.chg.ru> Date: Fri, 5 Feb 1999 13:53:35 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9915: New port - curl (replaces geturl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9915 >Category: ports >Synopsis: New port - curl (replaces geturl) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 03:00:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: curl X# Version required: 5.5.1 X# Date created: 5 January 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= curl-5.5.1 XCATEGORIES= www XMASTER_SITES= http://www.fts.frontec.se/~dast/stuff/ X XMAINTAINER= dima@chg.ru X XGNU_CONFIGURE= yes X XMAN1= curl.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/src/curl ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/curl.1 ${MAN1PREFIX}/man/man1 X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (curl-5.5.1.tar.gz) = d20380d7bb50d15554ea16e055246f72 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/curl END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XGet a file from a FTP, HTTP, GOPHER, DICT or HTTPS server. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XCurl is a client to get documents/files from servers, using any of the Xsupported protocols. The command is designed to work without user interaction Xor any kind of interactivity. XCurl offers a busload of useful tricks like proxy support, user authentication, XFTP upload, HTTP post, SSL (HTTPS) connections, file transfer resume and more. X Xhttp://www.fts.frontec.se/~dast/curl/ X X--Dima Xdima@chg.ru END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 03:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA02834 for freebsd-ports-outgoing; Fri, 5 Feb 1999 03:20:06 -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 DAA02808 for ; Fri, 5 Feb 1999 03:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA47381; Fri, 5 Feb 1999 03:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA02683 for ; Fri, 5 Feb 1999 03:18:12 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id OAA28441; Fri, 5 Feb 1999 14:17:43 +0300 (MSK) Message-Id: <199902051117.OAA28441@netserv1.chg.ru> Date: Fri, 5 Feb 1999 14:17:43 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9916: New port - snarf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9916 >Category: ports >Synopsis: New port - snarf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 03:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: snarf X# Version required: 2.0.5 X# Date created: 5 January 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= snarf-2.0.5 XCATEGORIES= www XMASTER_SITES= ftp://ftp.mint.net/pub/snarf/ X XMAINTAINER= dima@chg.ru X XGNU_CONFIGURE= yes X XMAN1= snarf.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/snarf ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/snarf.1 ${MAN1PREFIX}/man/man1 X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (snarf-2.0.5.tar.gz) = 90502b4519bc150ccc330cf50f549db3 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/snarf END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XSimple Non-interactive All-purpose Resource Fetcher END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XRetreives data from a variety of protocols, namely HTTP, FTP and GOPHER. XDesigned for non-interactive usage. X Xhttp://www.xach.com/snarf/ X X--Dima Xdima@chg.ru END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 03:50:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA04829 for freebsd-ports-outgoing; Fri, 5 Feb 1999 03:50:04 -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 DAA04816 for ; Fri, 5 Feb 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA49444; Fri, 5 Feb 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA04158 for ; Fri, 5 Feb 1999 03:40:23 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id NAA31257; Fri, 5 Feb 1999 13:39:36 +0200 (EET) (envelope-from ru) Message-Id: <199902051139.NAA31257@relay.ucb.crimea.ua> Date: Fri, 5 Feb 1999 13:39:36 +0200 (EET) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9917: security/pgp: extract is broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9917 >Category: ports >Synopsis: security/pgp: extract is broken >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Ermilov >Release: FreeBSD 3.0-STABLE i386 >Organization: United Commercial Bank >Environment: USA_RESIDENT=NO >Description: Extract is broken for security/pgp. >How-To-Repeat: # cd /usr/ports/security/pgp # make extract ===> Extracting for pgp-2.6.3ia >Fix: Apply the following patch: Index: Makefile =================================================================== RCS file: /usr/FreeBSD-CVS/ports/security/pgp/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 1999/02/03 11:11:56 1.22 +++ Makefile 1999/02/05 10:53:10 @@ -76,7 +76,7 @@ PATCHDIR= ${.CURDIR}/patches.non_usa post-extract: - cd ${WRKDIR}; $(EXTRACT_CMD) -xf pgp263ii.tar; \ + cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \ rm -f pgp263ii.tar .endif >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for pgp263is.tar.gz. cd /usr/ports/security/pgp/work; /usr/bin/gzip -nf -9 -xf pgp263ii.tar; rm -f p gp263ii.tar /usr/bin/gzip: illegal option -- x usage: gzip [-cdfhlLnNrtvV19] [-S suffix] [file ...] *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 08:39:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09287 for freebsd-ports-outgoing; Fri, 5 Feb 1999 08:39:08 -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 IAA09273; Fri, 5 Feb 1999 08:39:03 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA07266; Fri, 5 Feb 1999 08:39:02 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Fri, 5 Feb 1999 08:39:02 -0800 (PST) Message-Id: <199902051639.IAA07266@freefall.freebsd.org> To: fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, cwt@FreeBSD.ORG Subject: Re: ports/9786 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tk80 port doesn't create man page links Responsible-Changed-From-To: freebsd-ports->cwt Responsible-Changed-By: fenner Responsible-Changed-When: Fri Feb 5 08:38:45 PST 1999 Responsible-Changed-Why: cwt is port maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 08:39:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09325 for freebsd-ports-outgoing; Fri, 5 Feb 1999 08:39:28 -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 IAA09311; Fri, 5 Feb 1999 08:39:19 -0800 (PST) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA07352; Fri, 5 Feb 1999 08:39:19 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Fri, 5 Feb 1999 08:39:19 -0800 (PST) Message-Id: <199902051639.IAA07352@freefall.freebsd.org> To: fenner@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, cwt@FreeBSD.ORG Subject: Re: ports/9787 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcl80 port doesn't make man page links Responsible-Changed-From-To: freebsd-ports->cwt Responsible-Changed-By: fenner Responsible-Changed-When: Fri Feb 5 08:39:07 PST 1999 Responsible-Changed-Why: cwt is port maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 09:10:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12588 for freebsd-ports-outgoing; Fri, 5 Feb 1999 09:10:06 -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 JAA12532 for ; Fri, 5 Feb 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA14536; Fri, 5 Feb 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12478 for ; Fri, 5 Feb 1999 09:09:46 -0800 (PST) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) id KAA02299; Fri, 5 Feb 1999 10:09:31 -0700 (MST) (envelope-from handy) Message-Id: <199902051709.KAA02299@lambic.physics.montana.edu> Date: Fri, 5 Feb 1999 10:09:31 -0700 (MST) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9918: asapm checksum fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9918 >Category: ports >Synopsis: asapm checksum fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 09:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 2.2.8-STABLE i386 >Organization: MSU - Physics >Environment: >Description: Satoshi's build-checker complained about the checksum on this. I went poking and found different md5s on the different MASTER_SITES. I talked with the author who fixed this, and picked up another MASTER_SITE along the way. >How-To-Repeat: >Fix: diff -ur asapm.orig/Makefile asapm/Makefile --- asapm.orig/Makefile Fri Feb 5 10:03:27 1999 +++ asapm/Makefile Fri Feb 5 10:07:10 1999 @@ -9,7 +9,8 @@ DISTNAME= asapm-2.4 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.afterstep.org/apps/asapm/ \ - http://www.tigr.net/afterstep/as-apps/download/asapm/ + http://www.tigr.net/afterstep/as-apps/download/asapm/ \ + ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asapm/ MAINTAINER= handy@physics.montana.edu diff -ur asapm.orig/files/md5 asapm/files/md5 --- asapm.orig/files/md5 Fri Feb 5 10:03:27 1999 +++ asapm/files/md5 Fri Feb 5 10:04:41 1999 @@ -1 +1 @@ -MD5 (asapm-2.4.tar.gz) = 5979182d86f5ebca62bf33547e714a3d +MD5 (asapm-2.4.tar.gz) = b6e1a576ceab7d3151f1c106a595e5c0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 12:40:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27176 for freebsd-ports-outgoing; Fri, 5 Feb 1999 12:40:07 -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 MAA27143 for ; Fri, 5 Feb 1999 12:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA18734; Fri, 5 Feb 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26421 for ; Fri, 5 Feb 1999 12:36:18 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id XAA03274; Fri, 5 Feb 1999 23:36:11 +0300 (MSK) Message-Id: <199902052036.XAA03274@netserv1.chg.ru> Date: Fri, 5 Feb 1999 23:36:11 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9920: New port - file manager for X Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9920 >Category: ports >Synopsis: New port - file manager for X >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 12:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: >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: # # . # ./Makefile # ./files # ./files/md5 # ./files/make.conf # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/MESSAGE # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xnc X# Version required: 4.0.8 X# Date created: 5 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= xnc-4.0.8.src XPKGNAME= xnc-4.0.8 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.chg.ru/pub/Linux/sunsite/X11/desktop/ \ X ftp://sunsite.unx.edu/pub/Linux/X11/desktop/ X XMAINTAINER= dima@chg.ru X XLIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ X tiff:${PORTSDIR}/graphics/tiff \ X png:${PORTSDIR}/graphics/png X X#Neither of this RUN_DEPENDS are REALLY needed. If you do not want to view files X#of particular type and don't want to install the package, disable it. XRUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ X unzip:${PORTSDIR}/archivers/unzip \ X rpm:${PORTSDIR}/misc/rpm \ X rar:${PORTSDIR}/archivers/rar \ X unarj:${PORTSDIR}/archivers/unarj \ X lha:${PORTSDIR}/archivers/lha \ X bzip2:${PORTSDIR}/archivers/bzip2 X XUSE_X_PREFIX= yes XWRKSRC= ${WRKDIR}/${PKGNAME} XGNU_CONFIGURE= yes X XMAN1= xnc.1 ives.1 xjpegroot.1 xnlaunch.1 X Xpost-configure: X @ ${SED} -e 's#!!PREFIX!!#${LOCALBASE}#' ${FILESDIR}/make.conf \ X > ${WRKSRC}/make.conf Xdo-install: X @ ${INSTALL_SCRIPT} ${WRKSRC}/findslave.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/users.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/groups.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/rpm.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/zips.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/gzip.xnc ${PREFIX}/bin X @ ${INSTALL_SCRIPT} ${WRKSRC}/bzip.xnc ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/nc ${PREFIX}/bin/xnc X @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/ives ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/es ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/ives/vs ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/xsetup/xncsetup ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/xjroot/xjpegroot ${PREFIX}/bin X @ ${INSTALL_PROGRAM} ${WRKSRC}/launch/xnlaunch ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/xnc.1 ${MAN1PREFIX}/man/man1 X @ ${INSTALL_MAN} ${WRKSRC}/ives/ives.1 ${MAN1PREFIX}/man/man1 X @ ${INSTALL_MAN} ${WRKSRC}/xjroot/xjpegroot.1 ${MAN1PREFIX}/man/man1 X @ ${INSTALL_MAN} ${WRKSRC}/launch/xnlaunch.1 ${MAN1PREFIX}/man/man1 X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/xnc X ${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc X.endif X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (xnc-4.0.8.src.tar.gz) = fbadf952e02e486c02800001421d5d8e END-of-./files/md5 echo x - ./files/make.conf sed 's/^X//' >./files/make.conf << 'END-of-./files/make.conf' XNO_ALT= XPSEUDO=-DPSEUDOCOLOR XOPSEUDO=24to8.o XJLOC=!!PREFIX!!/lib/libjpeg.a XJLIB=-L!!PREFIX!!/lib -ljpeg XJINC=-I!!PREFIX!!/include XJDEP= XXBM=-DXBMSUPPORT XOXBM=xbm.o XBMP=-DBMPSUPPORT XOBMP=bmp.o XXPM=-DXPMSUPPORT XOXPM=xpm.o XPCX=-DPCXSUPPORT XOPCX=pcxr.o XTGA=-DTGASUPPORT XOTGA=targa.o XTIFF=-DTIFFSUPPORT XOTIFF=tiffr.o XTLIB=-L!!PREFIX!!/lib -ltiff XPCD=-DPCD_SUPPORT XOPCDS=file.o huff.o yuv2rgb.o inter.o pcdr.o XPNG=-DPNG_SUPPORT XOPNGS=png.o XPNGLIB=!!PREFIX!!/lib/libpng.a /usr/lib/libz.a XPNGDEP=/usr/lib/libz.a !!PREFIX!!/lib/libpng.a END-of-./files/make.conf echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/findslave.xnc Xbin/users.xnc Xbin/groups.xnc Xbin/rpm.xnc Xbin/zips.xnc Xbin/gzip.xnc Xbin/bzip.xnc Xbin/xnc Xbin/ives Xbin/es Xbin/vs Xbin/xncsetup Xbin/xjpegroot Xbin/xnlaunch Xshare/doc/xnc/index.html Xshare/doc/xnc/doc1.html Xshare/doc/xnc/doc2.html Xshare/doc/xnc/doc3.html Xshare/doc/xnc/doc4.html Xshare/doc/xnc/doc5.html Xshare/doc/xnc/doc6.html Xshare/doc/xnc/doc7.html Xshare/doc/xnc/doc8.html X@dirrm share/doc/xnc END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XFile manager for X Window END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XX Northern Captain is a X Window file manager that allows to create, copy, Xmove, rename, delete, view and edit files in a Virtual File System (VFS). XVFS consists from a normal disk space and a Archive File System (AFS). XAll file operations in AFS can be done exactly as in normal file system. X XThe IVES - file viewer and editor for X Window included, provides a Xcomprehensive way to view and edit images in many different formats: GIF, XJPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG. X Xhttp://www.xnc.dubna.su X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo x - ./pkg/MESSAGE sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE' X------------------------------------------------------------------------------- XAttention! EVERY user who wants to use xnc should first execute 'xncsetup' Xfrom X-Window to configure his/her own profile. X------------------------------------------------------------------------------- END-of-./pkg/MESSAGE exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 12:40:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27177 for freebsd-ports-outgoing; Fri, 5 Feb 1999 12:40:07 -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 MAA27148 for ; Fri, 5 Feb 1999 12:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA18743; Fri, 5 Feb 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26846 for ; Fri, 5 Feb 1999 12:38:50 -0800 (PST) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (2493 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Fri, 5 Feb 1999 21:38:48 +0100 (MET) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m108s1S-00070NC; Fri, 5 Feb 99 21:38 MET Received: (from lkoeller@localhost) by cc.fh-lippe.de (8.9.1/8.9.1) id VAA21353; Fri, 5 Feb 1999 21:36:58 +0100 (CET) (envelope-from lkoeller) Message-Id: <199902052036.VAA21353@cc.fh-lippe.de> Date: Fri, 5 Feb 1999 21:36:58 +0100 (CET) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9921: exmh2 ports update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9921 >Category: ports >Synopsis: exmh2 ports update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 12:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.0-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD 3.0-RELEASE i386 ELF >Description: Enhanced exmh2 version with most patches applied from the exmh homepage. Here are the part out of the Makefile where you can see what patches are applied: PATCHFILES+= extrasInit.patch fixpacksort.patch folder.patch \ forwsubj.patch html.patch inc.patch next.patch \ seditExtras.patch source.patch uri.patch # XXX seditQP.2.patch doesn't apply (-R necessary) (patch-ap) # XXX pgpExec.patch has got confused paths (patch-aq) # XXX newsgroups.patch is relative to a different directory (patch-ar) # XXX MDN.patch doesn't apply (patch-as) # XXX post.from.patch doesn't apply (patch-at) # XXX patches lib/PgpDecryptExpect (patch-au) # XXX date.patch doesn't apply (spammed whitespace) (patch-av) # XXX quotem.patch applys cleanly, # XXX but not when used in the above list (patch-aw) # XXX receipt.patch doesen't apply (patch-ax) # XXX seditpost.patch doesen't apply (cause changes of other patches (patch-ay) This version is tested in daily use for more than 3 Months without any problems! >How-To-Repeat: - >Fix: Get the port from ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/exmh2.port.tgz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 12:52:28 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29122 for freebsd-ports-outgoing; Fri, 5 Feb 1999 12:52:28 -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 MAA29110 for ; Fri, 5 Feb 1999 12:52:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA17750; Fri, 5 Feb 1999 10:00:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA19032; Fri, 5 Feb 1999 09:51:02 -0800 (PST) (envelope-from nobody) Message-Id: <199902051751.JAA19032@hub.freebsd.org> Date: Fri, 5 Feb 1999 09:51:02 -0800 (PST) From: mike@sentex.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9919: mrt on 3.0-STABLE does not compile as is Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9919 >Category: ports >Synopsis: mrt on 3.0-STABLE does not compile as is >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 10:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mike Tancsa >Release: 3.0-STABLE as of Feb 4 1999 >Organization: Sentex Communications >Environment: FreeBSD ruby.sentex.ca 3.0-STABLE FreeBSD 3.0-STABLE #0: Thu Feb 4 23:13:46 EST 1999 mdtancsa@ruby.sentex.ca:/usr/src/sy s/compile/rubyscsi i386 >Description: The port fails at build time ruby# make ===> Building for mrt-1.5.1a Making lib cd bgp_attr; make cd bgp_proto; make cd config; make cd filter; make cd io; make cd kernel; make cd mrt; make cd portserver; make cd radix; make cd rib; make cd rip; make cd struct; make cd timer; make Making programs cd bgpsim; make cc -L/usr/local/lib bgpsim.o simulate.o ../../lib/libbgp.a ../../lib/librib.a ../../lib/libmrt.a -o bgpsim -lkvm bgpsim.o: In function `network_list_stability': bgpsim.o(.text+0x368): undefined reference to `New_Timer' bgpsim.o: In function `network_list_change': bgpsim.o(.text+0x3e0): undefined reference to `New_Timer' bgpsim.o: In function `config_router_neighbor_stability': bgpsim.o(.text+0x651): undefined reference to `New_Timer' bgpsim.o(.text+0x679): undefined reference to `Timer_Set_Time' simulate.o: In function `simulate': simulate.o(.text+0x49f): undefined reference to `Timer_Turn_ON' simulate.o(.text+0x4b0): undefined reference to `Timer_Turn_ON' simulate.o(.text+0x560): undefined reference to `Timer_Turn_ON' simulate.o: In function `stop_simulation': >How-To-Repeat: cd /usr/ports/net/mrt make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 13:20:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03861 for freebsd-ports-outgoing; Fri, 5 Feb 1999 13:20: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 NAA03766 for ; Fri, 5 Feb 1999 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA31335; Fri, 5 Feb 1999 13:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from www.giovannelli.it (kirk.giovannelli.it [194.184.65.4] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02476 for ; Fri, 5 Feb 1999 13:10:45 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem38.masternet.it [194.184.65.48]) by www.giovannelli.it (8.8.8/8.8.5) with SMTP id WAA02873 for ; Fri, 5 Feb 1999 22:10:31 +0100 (MET) Message-Id: <4.1.19990205221529.00958ca0@194.184.65.4> Date: Fri, 05 Feb 1999 22:19:00 +0100 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9922: New port: games/xtet42 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9922 >Category: ports >Synopsis: New port: [dir/portname] >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 13:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD gmarco.eclipse.org 4.0-CURRENT FreeBSD 4.0-CURRENT #5: Fri Feb 5 00:02: 08 CET 1999 gmarco@gmarco.eclipse.org:/usr/src/sys/compile/GMARCO i386 >Description: Xtet42 is a one or two player version of Tetris. The game was written by Hugo Eide Gunnarsen in 1991. The game is very fun and very addictive. It is also astonishingly pretty to be an old X11-game. In january 1999 I picked up the code to get rid of a few bugs and limitations that annoyed me. I also converted the build-mechanism to GNU autoconf. The result is xtet42-2.20. >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: # # xtet42 # xtet42/files # xtet42/files/md5 # xtet42/pkg # xtet42/pkg/COMMENT # xtet42/pkg/DESCR # xtet42/pkg/PLIST # xtet42/patches # xtet42/patches/patch-aa # xtet42/patches/patch-ab # xtet42/Makefile # echo c - xtet42 mkdir -p xtet42 > /dev/null 2>&1 echo c - xtet42/files mkdir -p xtet42/files > /dev/null 2>&1 echo x - xtet42/files/md5 sed 's/^X//' >xtet42/files/md5 << 'END-of-xtet42/files/md5' XMD5 (xtet42-2.20.tar.gz) = 146aa7c750f3f6551f48a538a08b9763 END-of-xtet42/files/md5 echo c - xtet42/pkg mkdir -p xtet42/pkg > /dev/null 2>&1 echo x - xtet42/pkg/COMMENT sed 's/^X//' >xtet42/pkg/COMMENT << 'END-of-xtet42/pkg/COMMENT' Xa one or two players tetris game. END-of-xtet42/pkg/COMMENT echo x - xtet42/pkg/DESCR sed 's/^X//' >xtet42/pkg/DESCR << 'END-of-xtet42/pkg/DESCR' XXtet42 is a one or two player version of Tetris. The game was written Xby Hugo Eide Gunnarsen in 1991. The game is very fun and very Xaddictive. It is also astonishingly pretty to be an old X11-game. X XIn january 1999 I picked up the code to get rid of a few bugs and Xlimitations that annoyed me. I also converted the build-mechanism to XGNU autoconf. X XThe result is xtet42-2.20. X XPlease report bugs to : Steinar Hamre X X--- X XHomepage: http://www.pvv.ntnu.no/~oyvindmo/xtet42 XDistfile : xtet42-2.20.tar.gz (38kb) X X- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it) END-of-xtet42/pkg/DESCR echo x - xtet42/pkg/PLIST sed 's/^X//' >xtet42/pkg/PLIST << 'END-of-xtet42/pkg/PLIST' Xbin/xtet42 Xlib/X11/xtet42/.xtet42.hiscore.single Xlib/X11/xtet42/.xtet42.hiscore Xlib/X11/xtet42/.xtet42.unlock X@dirrm lib/X11/xtet42 END-of-xtet42/pkg/PLIST echo c - xtet42/patches mkdir -p xtet42/patches > /dev/null 2>&1 echo x - xtet42/patches/patch-aa sed 's/^X//' >xtet42/patches/patch-aa << 'END-of-xtet42/patches/patch-aa' X--- Makefile.in.orig Tue Feb 2 00:10:18 1999 X+++ Makefile.in Fri Feb 5 13:39:57 1999 X@@ -23,7 +23,7 @@ X libdir = @libdir@ X localstatedir = @localstatedir@ X mandir = @mandir@ X-hiscoredir = $(localstatedir)/$(PACKAGE) X+hiscoredir = $(PREFIX)/lib/X11/$(PACKAGE) X X _Ver = $(VERSION) X _Lock = $(hiscoredir)/.xtet42.lock X@@ -36,6 +36,8 @@ X -D_Hiscore=\"$(_Hiscore)\" -D_Hione=\"$(_Hione)\" \ X -D_Log=\"$(_Log)\" -D_Ver=\"$(_Ver)\" X X+ X+all: xtet42 X X xtet42: $(OBJS) X $(CC) $(LDFLAGS) -o xtet42 $(OBJS) END-of-xtet42/patches/patch-aa echo x - xtet42/patches/patch-ab sed 's/^X//' >xtet42/patches/patch-ab << 'END-of-xtet42/patches/patch-ab' X--- xtet42.c.orig Tue Feb 2 12:49:52 1999 X+++ xtet42.c Fri Feb 5 20:20:18 1999 X@@ -66,24 +66,24 @@ X #define _Ver "Test version" X #endif X X-#ifndef _Lock X-#define _Lock "/local/games/lib/xtet42/.xtet42.lock" X+#ifndef _Lock X+#define _Lock "/usr/X11R6/lib/X11/xtet42/.xtet42.lock" X #endif X X #ifndef _Unlock X-#define _Unlock "/local/games/lib/xtet42/.xtet42.unlock" X+#define _Unlock "/usr/X11R6/lib/X11/xtet42/.xtet42.unlock" X #endif X X #ifndef _Log X-#define _Log "/local/games/lib/xtet42/.xtet42.log" X+#define _Log "/usr/X11R6/lib/X11/xtet42/.xtet42.log" X #endif X X #ifndef _Hiscore X-#define _Hiscore "/local/games/lib/xtet42/.xtet42.hiscore" X+#define _Hiscore "/usr/X11R6/lib/X11/xtet42/.xtet42.hiscore" X #endif X X #ifndef _Hione X-#define _Hione "/local/games/lib/xtet42/.xtet42.hiscore.single" X+#define _Hione "/usr/X11R6/lib/X11/xtet42/.xtet42.hiscore.single" X #endif X X static int bricks[7][4][4][4]= END-of-xtet42/patches/patch-ab echo x - xtet42/Makefile sed 's/^X//' >xtet42/Makefile << 'END-of-xtet42/Makefile' X# New ports collection makefile for: xtet42 X# Version required: 2.20 X# Date created: 04 Feb 1999 X# Whom: gmarco@scotty.masternet.it X# X# $Id$ X# X XDISTNAME= xtet42-2.20 XCATEGORIES= games XMASTER_SITES= http://www.pvv.ntnu.no/~oyvindmo/xtet42/ X XMAINTAINER= freebsd@scotty.masternet.it X XUSE_XLIB= yes XUSE_X_PREFIX= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --enable-setgid=games X XMAN6= xtet42.6 X Xdo-install: X ${MKDIR} ${PREFIX}/lib/X11/xtet42 X @chown games:games ${PREFIX}/lib/X11/xtet42 X @chmod 775 ${PREFIX}/lib/X11/xtet42 X ${INSTALL} -m 2755 -g games ${WRKSRC}/xtet42 ${PREFIX}/bin X ${INSTALL} -m 664 -g games ${WRKSRC}/xtet42.hiscore ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore X ${INSTALL} -m 664 -g games ${WRKSRC}/xtet42.hiscore.single ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore.single X ${INSTALL} -m 664 -g games /dev/null ${PREFIX}/lib/X11/xtet42/.xtet42.unlock X ${INSTALL_DATA} ${WRKSRC}/xtet42.6 ${PREFIX}/man/man6 X X.include END-of-xtet42/Makefile exit Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 13:20:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03869 for freebsd-ports-outgoing; Fri, 5 Feb 1999 13:20:11 -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 NAA03773 for ; Fri, 5 Feb 1999 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA31344; Fri, 5 Feb 1999 13:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from www.giovannelli.it (kirk.giovannelli.it [194.184.65.4] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02778 for ; Fri, 5 Feb 1999 13:12:45 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem38.masternet.it [194.184.65.48]) by www.giovannelli.it (8.8.8/8.8.5) with SMTP id WAA02877 for ; Fri, 5 Feb 1999 22:12:15 +0100 (MET) Message-Id: <4.1.19990205221953.009c3a40@194.184.65.4> Date: Fri, 05 Feb 1999 22:20:45 +0100 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9923: New port: games/xtet42 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9923 >Category: ports >Synopsis: New port: games/xtet42 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 13:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD gmarco.eclipse.org 4.0-CURRENT FreeBSD 4.0-CURRENT #5: Fri Feb 5 00:02: 08 CET 1999 gmarco@gmarco.eclipse.org:/usr/src/sys/compile/GMARCO i386 >Description: Xtet42 is a one or two player version of Tetris. The game was written by Hugo Eide Gunnarsen in 1991. The game is very fun and very addictive. It is also astonishingly pretty to be an old X11-game. In january 1999 I picked up the code to get rid of a few bugs and limitations that annoyed me. I also converted the build-mechanism to GNU autoconf. The result is xtet42-2.20. >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: # # xtet42 # xtet42/files # xtet42/files/md5 # xtet42/pkg # xtet42/pkg/COMMENT # xtet42/pkg/DESCR # xtet42/pkg/PLIST # xtet42/patches # xtet42/patches/patch-aa # xtet42/patches/patch-ab # xtet42/Makefile # echo c - xtet42 mkdir -p xtet42 > /dev/null 2>&1 echo c - xtet42/files mkdir -p xtet42/files > /dev/null 2>&1 echo x - xtet42/files/md5 sed 's/^X//' >xtet42/files/md5 << 'END-of-xtet42/files/md5' XMD5 (xtet42-2.20.tar.gz) = 146aa7c750f3f6551f48a538a08b9763 END-of-xtet42/files/md5 echo c - xtet42/pkg mkdir -p xtet42/pkg > /dev/null 2>&1 echo x - xtet42/pkg/COMMENT sed 's/^X//' >xtet42/pkg/COMMENT << 'END-of-xtet42/pkg/COMMENT' Xa one or two players tetris game. END-of-xtet42/pkg/COMMENT echo x - xtet42/pkg/DESCR sed 's/^X//' >xtet42/pkg/DESCR << 'END-of-xtet42/pkg/DESCR' XXtet42 is a one or two player version of Tetris. The game was written Xby Hugo Eide Gunnarsen in 1991. The game is very fun and very Xaddictive. It is also astonishingly pretty to be an old X11-game. X XIn january 1999 I picked up the code to get rid of a few bugs and Xlimitations that annoyed me. I also converted the build-mechanism to XGNU autoconf. X XThe result is xtet42-2.20. X XPlease report bugs to : Steinar Hamre X X--- X XHomepage: http://www.pvv.ntnu.no/~oyvindmo/xtet42 XDistfile : xtet42-2.20.tar.gz (38kb) X X- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it) END-of-xtet42/pkg/DESCR echo x - xtet42/pkg/PLIST sed 's/^X//' >xtet42/pkg/PLIST << 'END-of-xtet42/pkg/PLIST' Xbin/xtet42 Xlib/X11/xtet42/.xtet42.hiscore.single Xlib/X11/xtet42/.xtet42.hiscore Xlib/X11/xtet42/.xtet42.unlock X@dirrm lib/X11/xtet42 END-of-xtet42/pkg/PLIST echo c - xtet42/patches mkdir -p xtet42/patches > /dev/null 2>&1 echo x - xtet42/patches/patch-aa sed 's/^X//' >xtet42/patches/patch-aa << 'END-of-xtet42/patches/patch-aa' X--- Makefile.in.orig Tue Feb 2 00:10:18 1999 X+++ Makefile.in Fri Feb 5 13:39:57 1999 X@@ -23,7 +23,7 @@ X libdir = @libdir@ X localstatedir = @localstatedir@ X mandir = @mandir@ X-hiscoredir = $(localstatedir)/$(PACKAGE) X+hiscoredir = $(PREFIX)/lib/X11/$(PACKAGE) X X _Ver = $(VERSION) X _Lock = $(hiscoredir)/.xtet42.lock X@@ -36,6 +36,8 @@ X -D_Hiscore=\"$(_Hiscore)\" -D_Hione=\"$(_Hione)\" \ X -D_Log=\"$(_Log)\" -D_Ver=\"$(_Ver)\" X X+ X+all: xtet42 X X xtet42: $(OBJS) X $(CC) $(LDFLAGS) -o xtet42 $(OBJS) END-of-xtet42/patches/patch-aa echo x - xtet42/patches/patch-ab sed 's/^X//' >xtet42/patches/patch-ab << 'END-of-xtet42/patches/patch-ab' X--- xtet42.c.orig Tue Feb 2 12:49:52 1999 X+++ xtet42.c Fri Feb 5 20:20:18 1999 X@@ -66,24 +66,24 @@ X #define _Ver "Test version" X #endif X X-#ifndef _Lock X-#define _Lock "/local/games/lib/xtet42/.xtet42.lock" X+#ifndef _Lock X+#define _Lock "/usr/X11R6/lib/X11/xtet42/.xtet42.lock" X #endif X X #ifndef _Unlock X-#define _Unlock "/local/games/lib/xtet42/.xtet42.unlock" X+#define _Unlock "/usr/X11R6/lib/X11/xtet42/.xtet42.unlock" X #endif X X #ifndef _Log X-#define _Log "/local/games/lib/xtet42/.xtet42.log" X+#define _Log "/usr/X11R6/lib/X11/xtet42/.xtet42.log" X #endif X X #ifndef _Hiscore X-#define _Hiscore "/local/games/lib/xtet42/.xtet42.hiscore" X+#define _Hiscore "/usr/X11R6/lib/X11/xtet42/.xtet42.hiscore" X #endif X X #ifndef _Hione X-#define _Hione "/local/games/lib/xtet42/.xtet42.hiscore.single" X+#define _Hione "/usr/X11R6/lib/X11/xtet42/.xtet42.hiscore.single" X #endif X X static int bricks[7][4][4][4]= END-of-xtet42/patches/patch-ab echo x - xtet42/Makefile sed 's/^X//' >xtet42/Makefile << 'END-of-xtet42/Makefile' X# New ports collection makefile for: xtet42 X# Version required: 2.20 X# Date created: 04 Feb 1999 X# Whom: gmarco@scotty.masternet.it X# X# $Id$ X# X XDISTNAME= xtet42-2.20 XCATEGORIES= games XMASTER_SITES= http://www.pvv.ntnu.no/~oyvindmo/xtet42/ X XMAINTAINER= freebsd@scotty.masternet.it X XUSE_XLIB= yes XUSE_X_PREFIX= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --enable-setgid=games X XMAN6= xtet42.6 X Xdo-install: X ${MKDIR} ${PREFIX}/lib/X11/xtet42 X @chown games:games ${PREFIX}/lib/X11/xtet42 X @chmod 775 ${PREFIX}/lib/X11/xtet42 X ${INSTALL} -m 2755 -g games ${WRKSRC}/xtet42 ${PREFIX}/bin X ${INSTALL} -m 664 -g games ${WRKSRC}/xtet42.hiscore ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore X ${INSTALL} -m 664 -g games ${WRKSRC}/xtet42.hiscore.single ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore.single X ${INSTALL} -m 664 -g games /dev/null ${PREFIX}/lib/X11/xtet42/.xtet42.unlock X ${INSTALL_DATA} ${WRKSRC}/xtet42.6 ${PREFIX}/man/man6 X X.include END-of-xtet42/Makefile exit Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 13:37:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06381 for freebsd-ports-outgoing; Fri, 5 Feb 1999 13:37:13 -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 NAA06332; Fri, 5 Feb 1999 13:36:54 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA40495; Fri, 5 Feb 1999 13:36:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 5 Feb 1999 13:36:53 -0800 (PST) Message-Id: <199902052136.NAA40495@freefall.freebsd.org> To: gmarco@giovannelli.it, steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9922 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: [dir/portname] State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Feb 5 13:36:36 PST 1999 State-Changed-Why: Duplicate of ports/9923. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 13:48:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07696 for freebsd-ports-outgoing; Fri, 5 Feb 1999 13:48:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07690 for ; Fri, 5 Feb 1999 13:48:43 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with ESMTP id OAA25220; Fri, 5 Feb 1999 14:48:24 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Fri, 5 Feb 1999 14:48:23 -0700 (MST) From: Brett Taylor To: freebsd-ports@FreeBSD.ORG cc: nacai@iname.com Subject: libgtop build problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm having trouble building libgtop (/usr/ports/devel/libgtop). This is on my 2.2.8-STABLE machine w/ an up to date ports tree. I'd do a send-pr but I wanted to see if anyone here has seen this first. Here's where it's dying: ===> Building for libgtop-0.99.2 -snip- ppp.c: In function `glibtop_get_ppp_p': ppp.c:111: structure ha has no member named `pp_phase' ppp.c:115: `PHASE_DEAD' undeclared (first use this function) ppp.c:115: (Each undeclared identifier is reported only once ppp.c:115: for each function it appears in.) ppp.c:116: `PHASE_TERMINATE' undeclared (first use this function) ppp.c:119: `PHASE_ESTABLISH' undeclared (first use this function) ppp.c:120: `PHASE_NETWORK' undeclared (first use this function) ppp.c:123: warning: unreachable code at beginning of switch statement gmake[3]: *** [ppp.lo] Error 1 Anyone else seeing this or have a fix? Brett ****************************************************************** Brett Taylor brett@peloton.physics.montana.edu http://peloton.physics.montana.edu/brett/ "Bart, a woman is like a beer. They look good, they smell good, and you'd step over your own mother just to get one!" Homer Simpson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 14:17:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11341 for freebsd-ports-outgoing; Fri, 5 Feb 1999 14:17:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from corp.au.triax.com (slwag2p21.ozemail.com.au [203.108.157.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11336 for ; Fri, 5 Feb 1999 14:17:47 -0800 (PST) (envelope-from jim@corp.au.triax.com) Received: (from jim@localhost) by corp.au.triax.com (8.9.3/8.9.3) id JAA04234; Sat, 6 Feb 1999 09:17:12 +1100 (EST) Date: Sat, 6 Feb 1999 09:17:11 +1100 From: Jim Mock To: Brett Taylor Cc: freebsd-ports@FreeBSD.ORG, nacai@iname.com Subject: Re: libgtop build problem Message-ID: <19990206091711.A1173@corp.au.triax.com> Reply-To: jim@corp.au.triax.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 05 Feb 1999 at 14:48:23 -0700, Brett Taylor wrote: > Hi, > > I'm having trouble building libgtop (/usr/ports/devel/libgtop). > This is on my 2.2.8-STABLE machine w/ an up to date ports tree. I'd > do a send-pr but I wanted to see if anyone here has seen this first. > Here's where it's dying: > > ===> Building for libgtop-0.99.2 > > -snip- > > ppp.c: In function `glibtop_get_ppp_p': > ppp.c:111: structure ha has no member named `pp_phase' > ppp.c:115: `PHASE_DEAD' undeclared (first use this function) > ppp.c:115: (Each undeclared identifier is reported only once > ppp.c:115: for each function it appears in.) > ppp.c:116: `PHASE_TERMINATE' undeclared (first use this function) > ppp.c:119: `PHASE_ESTABLISH' undeclared (first use this function) > ppp.c:120: `PHASE_NETWORK' undeclared (first use this function) > ppp.c:123: warning: unreachable code at beginning of switch statement > gmake[3]: *** [ppp.lo] Error 1 > > Anyone else seeing this or have a fix? > I had the same problem on 2.2.8-RELEASE. For that reason, the gnomecore port also dies because the build pukes on libgtop even after installing the package. It works in 3.0-STABLE according to some other folks who I asked to try it to see if it was a problem with me or port, but it didn't on 2.2.8-STABLE either. The only way to fix it that I've seen so far is to upgrade to 3.0-STABLE =( -- : Jim Mock | [jim@corp.au.triax.com] : : System Administrator | http://www.triax.com/ : : Triax Internet Services | ----------------------------- : : Portland, OR USA | The FreeBSD' zine : : Wagga Wagga, NSW Australia | http://www.freebsdzine.org/ : : FreeBSD: The Power To Serve | http://www.freebsd.org/ : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 15:00:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA16157 for freebsd-ports-outgoing; Fri, 5 Feb 1999 15:00:03 -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 PAA16150 for ; Fri, 5 Feb 1999 15:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA47106; Fri, 5 Feb 1999 15:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA15869; Fri, 5 Feb 1999 14:56:01 -0800 (PST) (envelope-from nobody) Message-Id: <199902052256.OAA15869@hub.freebsd.org> Date: Fri, 5 Feb 1999 14:56:01 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9924: xruskb port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9924 >Category: ports >Synopsis: xruskb port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 15:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: begin 644 xruskb-port.patch M9&EF9B`M')U')UGEN87!S+G)U/@H@(PH@"BU$25-43D%-13T)>')U')U#$Q M+V-YGEN87!S+G)U"BM-04E.5$%)3D52/0EP;W)T')U')U')U')U')U')U'!M"BMS:&%R M92]X')U')U'!M M"BMS:&%R92]X')U')U&UM"BMS M:&%R92]X6%W97)T>2UC>7(N>&UM"BMS:&%R92]X6%W M97)T>2UI')U')U&%M<&QE')U')U')U')U')U'!M"BUS:&%R M92]E>&%M<&QE6%W97)T>2UC<#$R-3$N>&UM"BUS:&%R92]E M>&%M<&QE6%W97)T>2UC<#@V-BYX;6T*+7-H87)E+V5X86UP M;&5S+WAR=7-K8B]Y87=E&UM"BUS:&%R92]E>&%M<&QE6%W97)T>2UK;VDX+GAM;0H@0&1I&%M<&QERelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 15:51:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22142 for freebsd-ports-outgoing; Fri, 5 Feb 1999 15:51:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.179.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22128; Fri, 5 Feb 1999 15:51:48 -0800 (PST) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.1/8.9.1) with ESMTP id SAA00608; Fri, 5 Feb 1999 18:51:43 -0500 (EST) (envelope-from bfoz@glue.umd.edu) Message-ID: <36BB840D.D3F944CD@glue.umd.edu> Date: Fri, 05 Feb 1999 18:51:41 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: me@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: FreeBSD Port: xemacs-20.4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The ports page indicates that xemacs-20.4 requires png-1.0.3, yet when I try to install it, it wants png-1.0.2. When I install png-1.0.2 and then re-intall xemacs I get a "tar: not found in archive" and then pkg_add exits. If I try to run xemacs it says that it can't find libpng.so.2.1. I'm running Afterstep 1.6.6 on XFree86 3.3.3.1 on FreeBSD 3.0-RELEASE with the upgrade package all on a iP200MMX. Thanks, Brandon bfoz@glue.umd.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 16:20:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27578 for freebsd-ports-outgoing; Fri, 5 Feb 1999 16:20:07 -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 QAA27542 for ; Fri, 5 Feb 1999 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA50501; Fri, 5 Feb 1999 16:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from roma.coe.ufrj.br (roma.coe.ufrj.br [146.164.53.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27051 for ; Fri, 5 Feb 1999 16:15:44 -0800 (PST) (envelope-from jonny@jonny.eng.br) Received: (from root@localhost) by roma.coe.ufrj.br (8.8.8/8.8.8) id WAA29750; Fri, 5 Feb 1999 22:15:42 -0200 (EDT) (envelope-from jonny) Message-Id: <199902060015.WAA29750@roma.coe.ufrj.br> Date: Fri, 5 Feb 1999 22:15:42 -0200 (EDT) From: Joao Carlos Mendes Luis Reply-To: jonny@jonny.eng.br To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9925: New port: br-ispell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9925 >Category: ports >Synopsis: New port, br-ispell >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 5 16:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Joao Carlos Mendes Luis >Release: FreeBSD 2.2.8-STABLE i386 >Organization: COPPE/UFRJ >Environment: >Description: This is a port of a Ispell dictionary for brazilian portuguese >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: # # br-ispell # br-ispell/pkg # br-ispell/pkg/COMMENT # br-ispell/pkg/DESCR # br-ispell/pkg/PLIST # br-ispell/files # br-ispell/files/md5 # br-ispell/files/Makefile # br-ispell/Makefile # echo c - br-ispell mkdir -p br-ispell > /dev/null 2>&1 echo c - br-ispell/pkg mkdir -p br-ispell/pkg > /dev/null 2>&1 echo x - br-ispell/pkg/COMMENT sed 's/^X//' >br-ispell/pkg/COMMENT << 'END-of-br-ispell/pkg/COMMENT' XIspell dictionary for brazilian portuguese END-of-br-ispell/pkg/COMMENT echo x - br-ispell/pkg/DESCR sed 's/^X//' >br-ispell/pkg/DESCR << 'END-of-br-ispell/pkg/DESCR' XThis is version 2.2 (May 13, 1998) of the ispell dictionary br.ispell for Xbrazilian portuguese. It's available here for download as br.ispell-2.2.tar.gz X, under the terms of the GNU GPL . You can freely redistribute and/or use it Xfor spelling checking through ispell . It can also be freely used for other Xpurposes, as far as the resulting work remain free. The main page (in Xportuguese) for this dictionary is http://www.ime.usp.br/~ueda/br.ispell . X XCurrent status is good enough to be used for daily needs. This dictionary is Xbeing developed in a structured way. Verbs are treated apart by a specific Xsoftware, a verb conjugator ( conjugue ). Names are partitioned into semantic Xclasses to make vocabulary completion and revision easier. Please send your Xquestions and/or comments to ueda@ime.usp.br (Ricardo Ueda Karpischek). X Xp.s. You can find another ispell dictionary for portuguese (as spoken in XPortugal) at http://www.di.uminho.pt/~jj/pln/pln.html . END-of-br-ispell/pkg/DESCR echo x - br-ispell/pkg/PLIST sed 's/^X//' >br-ispell/pkg/PLIST << 'END-of-br-ispell/pkg/PLIST' Xlib/br.aff Xlib/br.hash Xlib/palavras+flags-2.2 Xlib/palavras+flags-2.2.cnt Xlib/palavras+flags-2.2.stat END-of-br-ispell/pkg/PLIST echo c - br-ispell/files mkdir -p br-ispell/files > /dev/null 2>&1 echo x - br-ispell/files/md5 sed 's/^X//' >br-ispell/files/md5 << 'END-of-br-ispell/files/md5' XMD5 (br.ispell-2.2.tar.gz) = 0402c7b5c7f50b7d1a633b1ac492ab50 END-of-br-ispell/files/md5 echo x - br-ispell/files/Makefile sed 's/^X//' >br-ispell/files/Makefile << 'END-of-br-ispell/files/Makefile' X# X# $Id: $ X# X XINSTFILES= br.aff br.hash palavras+flags-2.2 XINSTFILES+= palavras+flags-2.2.cnt palavras+flags-2.2.stat X Xall: X buildhash palavras+flags-2.2 br.aff br.hash X Xinstall: X cp ${INSTFILES} ${PREFIX}/lib/ X END-of-br-ispell/files/Makefile echo x - br-ispell/Makefile sed 's/^X//' >br-ispell/Makefile << 'END-of-br-ispell/Makefile' X# New ports collection makefile for: br-ispell X# URL: http://www.ime.usp.br/~ueda/br.ispell/ X# Version required: 2.2 X# Date created: 5 February 1999 X# Whom: Joao Carlos Mendes Luis X# X# $Id: $ X# X XDISTNAME= br.ispell-2.2 XPKGNAME= br-ispell-2.2 XCATEGORIES= textproc XMASTER_SITES= ftp://ftp.ime.usp.br/pub/ueda/br.ispell/ X XMAINTAINER= jonny@jonny.eng.br X XBUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell X XNO_WRKSUBDIR= YES X Xpre-build: X @cp ${FILESDIR}/Makefile ${WRKDIR} X X.include END-of-br-ispell/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 5 22:50:45 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA02060 for freebsd-ports-outgoing; Fri, 5 Feb 1999 22:50:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA02050 for ; Fri, 5 Feb 1999 22:50:42 -0800 (PST) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.8.8/8.8.7) with ESMTP id XAA08996 for ; Fri, 5 Feb 1999 23:50:25 -0700 (MST) (envelope-from handy@lambic.physics.montana.edu) Date: Fri, 5 Feb 1999 23:50:25 -0700 (MST) From: Brian Handy To: ports@FreeBSD.ORG Subject: MASTER_SITE_(AFTERSTEP|WINDOWMAKER)? Message-ID: X-files: The truth is out there MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-175761821-918283825=:7744" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-175761821-918283825=:7744 Content-Type: TEXT/PLAIN; charset=US-ASCII I was rooting for some extra master sites for a wm app earlier, and I got to poking through the bsd.port.mk files...and I came up with this. We've got MASTER_SITE_GNOME, so there seems to be precedence for something like this, and there's sure enough AS and WM apps running around the tree. So does this seem like a reasonable thing to do? Brian --0-175761821-918283825=:7744 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="bsd.port.mk.diff" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: bsd.port.mk.diff Content-Disposition: attachment; filename="bsd.port.mk.diff" LS0tIGJzZC5wb3J0Lm1rLm9yaWcJRnJpIEZlYiAgNSAxMDozNzoyNiAxOTk5 DQorKysgYnNkLnBvcnQubWsJRnJpIEZlYiAgNSAyMzo0Nzo0OSAxOTk5DQpA QCAtODUyLDYgKzg1MiwyNiBAQA0KIAlmdHA6Ly9nbm9tZWZ0cC53Z24ubmV0 L3B1Yi9nbm9tZS9zb3VyY2VzLyVTVUJESVIlLyBcDQogCWZ0cDovL2Z0cC5n bm9tZS5vcmcvcHViL0dOT01FL3NvdXJjZXMvJVNVQkRJUiUvDQogDQorTUFT VEVSX1NJVEVfQUZURVJTVEVQKz0JXA0KKwlmdHA6Ly9mdHAuYWZ0ZXJzdGVw Lm9yZy8lU1VCRElSJS8gXA0KKwlmdHA6Ly9mdHAuZGlnZXgubmV0L3B1Yi9v cy93bS9BZnRlclN0ZXAvJVNVQkRJUiUvIFwNCisJZnRwOi8vZnRwLmFscGhh MS5uZXQvcHViL21pcnJvcnMvZnRwLmFmdGVyc3RlcC5vcmcvJVNVQkRJUiUv IFwNCisJZnRwOi8vZnRwLm1hdGgudW5pLWJvbm4uZGUvcHViL21pcnJvci9m dHAuYWZ0ZXJzdGVwLm9yZy8lU1VCRElSJS8gXA0KKwlmdHA6Ly9mdHAuYnNl LmJnL3B1Yi9Vbml4L1gxMS93bS9hZnRlcnN0ZXAvJVNVQkRJUiUvIFwNCisJ ZnRwOi8vZnRwLmR0aS5hZC5qcC9wdWIvWC9BZnRlclN0ZXAvJVNVQkRJUiUv IFwNCisJZnRwOi8vZnRwLmxiaS5yby9taXJyb3JzL2Z0cC5hZnRlcnN0ZXAu b3JnL3B1Yi8lU1VCRElSJS8gXA0KKwlmdHA6Ly9jYXNwZXIueXoueWFtYWdh dGEtdS5hYy5qcC9wdWIvWDExL2FwcHMvYWZ0ZXJzdGVwLyVTVUJESVIlLyBc DQorDQorTUFTVEVSX1NJVEVfV0lORE9XTUFLRVIrPSBcDQorCWZ0cDovL2Z0 cC53aW5kb3dtYWtlci5vcmcvcHViLyVTVUJESVIlLyBcDQorCWZ0cDovL2Z0 cC5nb2xkd2ViLmNvbS5hdS9wdWIvV2luZG93TWFrZXIvJVNVQkRJUiUvIFwN CisJZnRwOi8vZnRwLmlvLmNvbS9wdWIvbWlycm9yL3dpbmRvd21ha2VyLyVT VUJESVIlLyBcDQorCWZ0cDovL2Z0cC5lbnNtLWFsZXMuZnIvcHViL21pcnJv cnMvZnRwLndpbmRvd21ha2VyLm9yZy8lU1VCRElSLyBcDQorCWZ0cDovL2Z0 cC5mcmVlbmV3cy5kZS9wdWIvd2luZG93bWFrZXIvJVNVQkRJUiUvIFwNCisJ aHR0cDovL2pnby5sb2NhbC5uZXQvY29vbF9kb3dubG9hZHMvd20vJVNVQkRJ UiUvIFwNCisJZnRwOi8vZnRwLmN5YmVydHJhaWxzLmNvbS9wdWIvd2luZG93 bWFrZXIvJVNVQkRJUiUvIFwNCisJZnRwOi8vZnRwLmFtZXRoLm9yZy9wdWIv bWlycm9ycy9mdHAud2luZG93bWFrZXIub3JnLyVTVUJESVIlLw0KKw0KICMg RW1wdHkgZGVjbGFyYXRpb24gdG8gYXZvaWQgInZhcmlhYmxlIE1BU1RFUl9T SVRFUyByZWN1cnNpdmUiIGVycm9yDQogTUFTVEVSX1NJVEVTPz0NCiBQQVRD SF9TSVRFUz89DQo= --0-175761821-918283825=:7744-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 01:08:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA13670 for freebsd-ports-outgoing; Sat, 6 Feb 1999 01:08:54 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA13663; Sat, 6 Feb 1999 01:08:47 -0800 (PST) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id HAA08840; Sat, 6 Feb 1999 07:53:16 +0100 From: Luigi Rizzo Message-Id: <199902060653.HAA08840@labinfo.iet.unipi.it> Subject: Two suggestions for ports To: ports@FreeBSD.ORG Date: Sat, 6 Feb 1999 07:53:16 +0100 (MET) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org About ports: 1) those who occasionally send pointers to interesting software, can they please send them in the following form: # New ports collection makefile for: piMP3 DISTNAME= piMP3-0.5CATEGORIES= mbone MASTER_SITES= http://nonfat.above.net/~ser .include the above, although not perfect, can be easily put in /usr/ports//Makefile for making use of our excellent port makefiles. Also, after a bit of playing with ports, i wonder if it would be better to have the content of files like files/MD5, and pkg/* directly into the Makefile. This is based on the following motivations: * these files are often very short (one line or little more) so the clutter in the Makefile because one should quote multiline text is not significant * updates to the above files generally occur when the distribution changes, so usually one has to modify Makefile as well. By putting things in one place reduces the number of modified files and is also a good reminder for lazy people. * one of the problems of the ports tree is the large number of directories -- by putting everything in the Makefile we save a couple of directories per port (in the frequent case when there is nothing else than MD5 in files/) I think it would be fairly simple to implement the above in a backward compatible way (use the Make variables if defined, otherwise resort to the old file resources) Opinions ? (don't ask me for patches though, i don't know enough of the various dependencies in the *mk files...) cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO . EMAIL: luigi@iet.unipi.it . Dip. di Ing. dell'Informazione HTTP://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 02:15:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA19616 for freebsd-ports-outgoing; Sat, 6 Feb 1999 02:15:26 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from aire.open.ac.uk (aire.open.ac.uk [137.108.40.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA19611 for ; Sat, 6 Feb 1999 02:15:24 -0800 (PST) (envelope-from A.M.Zanker@open.ac.uk) Received: from mallard.open.ac.uk ([137.108.40.50] helo=mallard) by aire.open.ac.uk with smtp (Exim 2.11 #1) id 1094lC-00043j-00; Sat, 6 Feb 1999 10:14:46 +0000 Message-Id: <4.1.19990206101017.00a80ca0@aire.open.ac.uk> X-Sender: mikez@aire.open.ac.uk X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 06 Feb 1999 10:14:46 +0000 To: rhh@ct.picker.com From: Mike Zanker Subject: FreeBSD Port: fxtv-0.48 Cc: ports@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just built the fxtv-0.48 port this morning and it's great to be able to use my Win/TV card without booting into Windows :) Just one thing - the Makefile specifies the tiff library as "libtiff34" and, on my system, this should be just "libtiff". I rebuilt the tiff port just to make sure mine wasn't out of date and it still installs as libtiff.* Regards, Mike -- Mike Zanker | Email: A.M.Zanker@open.ac.uk Network and Computer Services Group | Tel : +44 1908 652726 The Open University | Fax : +44 1908 652193 Milton Keynes, UK | PGP public key available To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 02:45:00 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA21810 for freebsd-ports-outgoing; Sat, 6 Feb 1999 02:45:00 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from csmd2.cs.uni-magdeburg.de (prinz-atm.CS.Uni-Magdeburg.De [141.44.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21802 for ; Sat, 6 Feb 1999 02:44:58 -0800 (PST) (envelope-from jesse@prinz-atm.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.1a/8.9.1) with ESMTP id LAA03071; Sat, 6 Feb 1999 11:44:55 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id LAA17145; Sat, 6 Feb 1999 11:43:49 +0100 (MET) Message-ID: <19990206114349.A17135@cs.uni-magdeburg.de> Date: Sat, 6 Feb 1999 11:43:49 +0100 From: Roland Jesse To: Luigi Rizzo , ports@FreeBSD.ORG Subject: Re: Two suggestions for ports References: <199902060653.HAA08840@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199902060653.HAA08840@labinfo.iet.unipi.it>; from Luigi Rizzo on Sat, Feb 06, 1999 at 07:53:16AM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luigi Rizzo wrote: > Also, after a bit of playing with ports, i wonder if it would be better > to have the content of files like files/MD5, and pkg/* directly into > the Makefile. I second that. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 02:53:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA22869 for freebsd-ports-outgoing; Sat, 6 Feb 1999 02:53:13 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22864 for ; Sat, 6 Feb 1999 02:53:05 -0800 (PST) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem13.masternet.it [194.184.65.23]) by scotty.masternet.it (8.8.8/8.8.8) with SMTP id LAA07934; Sat, 6 Feb 1999 11:52:29 +0100 (CET) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.1.19990206115059.00983ce0@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 06 Feb 1999 12:00:52 +0100 To: Luigi Rizzo , ports@FreeBSD.ORG From: Gianmarco Giovannelli Subject: Re: Two suggestions for ports In-Reply-To: <199902060653.HAA08840@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 07.53 06/02/99 +0100, you wrote: >Also, after a bit of playing with ports, i wonder if it would be better >to have the content of files like files/MD5, and pkg/* directly into >the Makefile. > >This is based on the following motivations: > > * these files are often very short (one line or little more) > so the clutter in the Makefile because one should quote multiline > text is not significant > > * updates to the above files generally occur when the distribution > changes, so usually one has to modify Makefile as well. By putting > things in one place reduces the number of modified files and is also > a good reminder for lazy people. > > * one of the problems of the ports tree is the large number of > directories -- by putting everything in the Makefile we save a > couple of directories per port (in the frequent case when there is > nothing else than MD5 in files/) > >I think it would be fairly simple to implement the above in a backward >compatible way (use the Make variables if defined, otherwise resort to >the old file resources) > >Opinions ? (don't ask me for patches though, i don't know enough of the >various dependencies in the *mk files...) I think it's a very good idea. If I can suggest something I recomend also a keyword (not mandatory) for distfiles size (which I put in the DESCR for the few ports I made). I'd like to know before how much I am going to download before begin to "make install". Especially when I am calling my ISP from my house and with an humble 33.6 modem :-) Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 02:53:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA22975 for freebsd-ports-outgoing; Sat, 6 Feb 1999 02:53:58 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from DegNet.de (degnet.de [194.95.214.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA22970 for ; Sat, 6 Feb 1999 02:53:55 -0800 (PST) (envelope-from malte.lance@gmx.net) Received: from neuron.webmore.prv (firewall.degnet.de [194.95.214.131]) by DegNet.de (8.8.8/8.8.8/Debian/GNU) with ESMTP id LAA23832 for ; Sat, 6 Feb 1999 11:53:17 +0100 Received: from neuron.webmore.prv (neuron.webmore.prv "Malte Lance") by neuron.webmore.prv (8.8.8/8.8.8) with ESMTP id IAA03432 for ; Fri, 5 Feb 1999 08:47:52 +0100 (CET) Message-Id: <199902050747.IAA03432@neuron.webmore.prv> Date: Fri, 5 Feb 1999 08:47:50 +0100 (CET) From: Malte Lance Reply-To: malte.lance@gmx.net Subject: Fwd: Re: patches for sms_client-2.0.7s-3 for FreeBSD-2.2.6 To: freebsd-ports@FreeBSD.ORG MIME-Version: 1.0 Content-Type: MULTIPART/mixed; BOUNDARY="0-1804289383-918200875=:3430" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --0-1804289383-918200875=:3430 Content-Type: TEXT/plain; CHARSET=US-ASCII Dear porters, i've sent the patches to clean-compile sms_client-2.0.7s-3 on FreeBSD-2.2.6 to the author. His reply is attached at the end. The changes to make it clean-compile were just make-syntax-changes. Since i have no access to an 3.0 or 4-current FBSDbox, and the system-make of 2.2.6 seems to be somewhat outdated, i hope to find someone on the ports-list to check the patch against a make on >=3.0 and maybe also improve where usefull. I'll attach the pure patch. sms_client can be obtained from: http://www.styx.demon.co.uk/ http://smsclient.home.ml.org/ Malte. ------ Forwarded message ------ From: "Angelo Masci" Subject: Re: patches for sms_client-2.0.7s-3 for FreeBSD-2.2.6 Date: Thu, 4 Feb 1999 19:46:06 -0000 To: >to make it short, i've made some patches to make sms_client >clean-compile on FreeBSD-2.2.6 >Maybe some newer version of FreeBSD has some newer version of >gmake and so would make this patches much smaller/shorter; >anyway ... hopefully this patches are of any use at all. Thanks, I'll take a loot at adding them to the next release. Regards Angelo --0-1804289383-918200875=:3430 Content-Type: TEXT/plain; CHARSET=US-ASCII Content-Description: patch-aa diff -urN sms_client-2.0.7s-3.orig/config/Makefile.config.freebsd sms_client-2.0.7s-3/config/Makefile.config.freebsd --- sms_client-2.0.7s-3.orig/config/Makefile.config.freebsd Thu Jan 1 01:00:00 1970 +++ sms_client-2.0.7s-3/config/Makefile.config.freebsd Thu Feb 4 16:05:11 1999 @@ -0,0 +1,112 @@ +# -------------------------------------------------------------------- +# SMS Client, send messages to mobile phones and pagers +# +# Makefile.config +# +# Copyright (C) 1997,1998 Angelo Masci +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 of the License, or (at your option) any later version. +# +# This library 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the Free +# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# You can contact the author at this e-mail address: +# +# angelo@styx.demon.co.uk +# +# -------------------------------------------------------------------- +# $Id$ +# -------------------------------------------------------------------- + +# -------------------------------------------------------------------- +# FreeBSD +# -------------------------------------------------------------------- + +PLATFORM = -DFREEBSD +CC = gcc +MAKE = make +CFLAGS = -g -I. -Wall -pedantic $(PLATFORM) +XTRALIBS = + +# -------------------------------------------------------------------- +# Drivers for several protocols have been written, +# include them into the build simply by adding them to the +# DRIVERS line below. +# +# TAP Standard SMS protocol +# VODAFONE verbose UK protocol +# ORANGE verbose UK protocol +# PAGEONE verbose UK protocol +# ONE2ONE verbose UK protocol +# VODACOM verbose South African protocol +# MTN verbose South African protocol +# LIBERTEL verbose Dutch Libertel protocol +# TIM verbose Italian Telecom Italia Mobile protocol +# PROXIMUS Belgium protocol +# VODAPAGE_BLOCK UK protocol +# KPN verbose Dutch protocol +# ANSWER verbose protocol +# +# SNPP - ALPHA experimental rfc1861 client +# CIMD - ALPHA +# GENERIC - ALPHA +# UCP - ALPHA +# + +DRIVERS = ORANGE VODAFONE PAGEONE ONE2ONE \ + TAP VODACOM MTN LIBERTEL TIM \ + SNPP CIMD VODAPAGE_BLOCK PROXIMUS \ + KPN ANSWER GENERIC UCP + +drivers = orange vodafone pageone one2one \ + tap vodacom mtn libertel tim \ + snpp cimd vodapage_block proximus \ + kpn answer generic ucp +# -------------------------------------------------------------------- + +LOGDIR = /var/log + +MLOCALSMSRC = .sms_addressbook +MGLOBALSMSRC = $(PREFIX)/etc/sms/sms_addressbook +MSERVICEDIR = $(PREFIX)/etc/sms +MLOGFILE = $(LOGDIR)/smslog +MSNPPDLOGFILE = $(LOGDIR)/snppdlog +MSMSDLOGFILE = $(LOGDIR)/smsdlog + +# -------------------------------------------------------------------- +# SMS_Client can be built to use the libmodem package or +# its own internal modem routines. Currently the internal routines +# are known to be unstable and are still considered to be in ALPHA +# Valid Values for MODEMLIB are: +# +# $(LIBMODEM) - use the libmodem-1.0.0 packages with patches +# $(SMSMODEM) - use the internal modem routines + +LIBMODEM = 1 +SMSMODEM = 2 + +MODEMLIB = $(SMSMODEM) + +# -------------------------------------------------------------------- + +BINDIR = /usr/local/bin +ETCDIR = /etc +MANDIR = /usr/local/man +MANEXT = 1 +INSTALL = /usr/bin/install +RM = /bin/rm -f +CP = /bin/cp +TR = /usr/bin/tr +AR = /usr/bin/ar +STRIP = /usr/bin/strip + +# -------------------------------------------------------------------- diff -urN sms_client-2.0.7s-3.orig/configure.sh sms_client-2.0.7s-3/configure.sh --- sms_client-2.0.7s-3.orig/configure.sh Sun Nov 29 01:19:03 1998 +++ sms_client-2.0.7s-3/configure.sh Thu Feb 4 17:39:53 1999 @@ -46,6 +46,9 @@ Linux*) EXTENSION=linux ;; + FreeBSD*) + EXTENSION=freebsd + ;; UnixWare*) EXTENSION=unixware ;; diff -urN sms_client-2.0.7s-3.orig/src/client/Makefile sms_client-2.0.7s-3/src/client/Makefile --- sms_client-2.0.7s-3.orig/src/client/Makefile Sun Nov 29 03:51:38 1998 +++ sms_client-2.0.7s-3/src/client/Makefile Thu Feb 4 16:16:07 1999 @@ -27,7 +27,7 @@ # $Id: Makefile,v 5.1 1998/02/01 07:10:39 root Exp root $ # -------------------------------------------------------------------- -include ../../Makefile.config +.include "../../Makefile.config" # -------------------------------------------------------------------- @@ -99,13 +99,13 @@ MLIBS = MOBJS = -ifeq ($(MODEMLIB),$(LIBMODEM)) +.if $(MODEMLIB) == $(LIBMODEM) MLIBS = -lmodem -endif +.endif -ifeq ($(MODEMLIB),$(SMSMODEM)) +.if $(MODEMLIB) == $(SMSMODEM) MOBJS = sms_modem.o -endif +.endif # -------------------------------------------------------------------- diff -urN sms_client-2.0.7s-3.orig/src/client/version.h sms_client-2.0.7s-3/src/client/version.h --- sms_client-2.0.7s-3.orig/src/client/version.h Fri Jan 29 23:25:52 1999 +++ sms_client-2.0.7s-3/src/client/version.h Thu Feb 4 16:16:10 1999 @@ -1 +1 @@ -#define MVERSION "2.0.7s-2" +#define MVERSION "2.0.7s-3" diff -urN sms_client-2.0.7s-3.orig/src/driver/Makefile sms_client-2.0.7s-3/src/driver/Makefile --- sms_client-2.0.7s-3.orig/src/driver/Makefile Thu Dec 3 00:05:16 1998 +++ sms_client-2.0.7s-3/src/driver/Makefile Thu Feb 4 17:58:37 1999 @@ -27,14 +27,18 @@ # $Id$ # -------------------------------------------------------------------- -include ../../Makefile.config +.include "../../Makefile.config" # -------------------------------------------------------------------- -INCLUDE =-I.. -I../client -I../parser +INCLUDE=-I.. -I../client -I../parser -DRV_OBJ = $(foreach driver,$(DRIVERS),$(shell echo $(driver) | $(TR) '[A-Z]' '[a-z]').o) -DRV_DEF = $(foreach driver,$(DRIVERS),-D$(driver)) +.for driver in $(drivers) +DRV_OBJ+=${driver}.o +.endfor +.for driver in $(DRIVERS) +DRV_DEF+=-D${driver} +.endfor HDRS = ../common.h ../logfile.h driver.h ../client/expect.h ../error.h ../client/sms_resource.h @@ -49,12 +53,15 @@ sms_driver.a: $(DRV_OBJ) driver.o $(RM) sms_driver.a -ifeq ($(PLATFORM), -DNEXT) +.ifdef $(PLATFORM) == -DNEXT $(AR) rc sms_driver.a driver.o $(DRV_OBJ) ranlib sms_driver.a -else +.elif $(PLATFORM) == -DFREEBSD + $(AR) cq sms_driver.a `lorder driver.o ${DRV_OBJ} | tsort -q` + ranlib sms_driver.a +.else $(AR) -rc sms_driver.a driver.o $(DRV_OBJ) -endif +.endif driver.o: driver.c driver.h ../logfile.h ../../Makefile.config diff -urN sms_client-2.0.7s-3.orig/src/parser/Makefile sms_client-2.0.7s-3/src/parser/Makefile --- sms_client-2.0.7s-3.orig/src/parser/Makefile Sun Nov 29 01:19:00 1998 +++ sms_client-2.0.7s-3/src/parser/Makefile Thu Feb 4 16:23:25 1999 @@ -27,7 +27,7 @@ # $Id$ # -------------------------------------------------------------------- -include ../../Makefile.config +.include "../../Makefile.config" # -------------------------------------------------------------------- @@ -43,7 +43,8 @@ INCLUDE = -I.. gs_parser.a: gs_list.o gs_parser.o gs_token.o gs_translate.o - $(AR) -rc gs_parser.a gs_list.o gs_parser.o gs_token.o gs_translate.o + $(AR) cq gs_parser.a `lorder gs_list.o gs_parser.o gs_token.o gs_translate.o | tsort -q` + ranlib gs_parser.a gs_list.o: gs_list.c gs_token.h ../common.h $(CC) -g $(CFLAGS) $(INCLUDE) -c gs_list.c --0-1804289383-918200875=:3430-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 04:14:19 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA03301 for freebsd-ports-outgoing; Sat, 6 Feb 1999 04:14:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ozz.etrust.ru (ozz.etrust.ru [195.2.84.116]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA03296 for ; Sat, 6 Feb 1999 04:14:15 -0800 (PST) (envelope-from osa@etrust.ru) Received: from localhost (localhost [127.0.0.1]) by ozz.etrust.ru (8.9.2/8.9.1) with ESMTP id PAA08047 for ; Sat, 6 Feb 1999 15:09:47 +0300 (MSK) (envelope-from osa@etrust.ru) Date: Sat, 6 Feb 1999 15:09:47 +0300 (MSK) From: oZZ!!! To: freebsd-ports@FreeBSD.ORG Subject: About my ports for windowmaker & 0.51.0 version of windowmaker... 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 Hello! I port 2 program for windowmaker, but its not in source tree still 04 Jan 1999... When my ports are commit? If somethink wrong - tell me.. Ports numbers in GNATS are 9314 &9315 Thanks. Rgdz, Sergey A. Osokin aka oZZ, osa@etrust.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 04:30:25 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04500 for freebsd-ports-outgoing; Sat, 6 Feb 1999 04:30:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from csmd2.cs.uni-magdeburg.de (prinz-atm.CS.Uni-Magdeburg.De [141.44.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04485 for ; Sat, 6 Feb 1999 04:30:21 -0800 (PST) (envelope-from jesse@prinz-atm.CS.Uni-Magdeburg.De) Received: from knecht.cs.uni-magdeburg.de (knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.1a/8.9.1) with ESMTP id NAA09759 for ; Sat, 6 Feb 1999 13:30:19 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id NAA24606 for freebsd-ports@freebsd.org; Sat, 6 Feb 1999 13:29:13 +0100 (MET) Message-ID: <19990206132912.A24601@cs.uni-magdeburg.de> Date: Sat, 6 Feb 1999 13:29:12 +0100 From: Roland Jesse To: freebsd-ports@FreeBSD.ORG Subject: Use of MAN3= without an install.man target Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I just packed together an ACE port. Everything seems to be ok but portlint complains about me not using MAN3 and therefore leaving the man pages uncompressed. The ACE package does not have any install* targets. I install everything - including the manpages - in ${PREFIX}/ACE_wrappers/. Is there a way to use MAN3 anyway or should I just submit the port so that you can take a look at it? Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 05:09:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA09115 for freebsd-ports-outgoing; Sat, 6 Feb 1999 05:09:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA09110 for ; Sat, 6 Feb 1999 05:09:50 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id QAA14348 for ports@freebsd.org; Sat, 6 Feb 1999 16:09:47 +0300 (MSK) Date: Sat, 6 Feb 1999 16:09:47 +0300 (MSK) From: Dima Sivachenko Message-Id: <199902061309.QAA14348@netserv1.chg.ru> To: ports@FreeBSD.ORG Subject: Suggestion about MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I just want to suggest one new thing about MASTER_SITES variable. Namely, many countries have ftp.??.freebsd.org mirrors. And very often it would be better to try to fetch distrubition tarball from ftp.??.freebsd.org mirror (from ...../distfiles directory) and then, if either such a mirror or a file doesn't exist, try to follow the current behavior. This can save a lot of time when building a new port without changing Makefile of the port. --Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 06:17:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13227 for freebsd-ports-outgoing; Sat, 6 Feb 1999 06:17:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13182 for ; Sat, 6 Feb 1999 06:16:18 -0800 (PST) (envelope-from andy@mail.cgu.chel.su) Received: from mail.cgu.chel.su (andy@mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.1a/8.8.6) with ESMTP id TAA19388; Sat, 6 Feb 1999 19:14:35 +0500 (ES) Received: (from andy@localhost) by mail.cgu.chel.su (8.8.7/8.8.6) id TAA29736; Sat, 6 Feb 1999 19:14:22 +0500 (ES) From: Andrey Zakhvatov Message-Id: <199902061414.TAA29736@mail.cgu.chel.su> Subject: Re: About my ports for windowmaker & 0.51.0 version of windowmaker... In-Reply-To: from ! at "Feb 6, 99 03:09:47 pm" To: osa@etrust.ru Date: Sat, 6 Feb 1999 19:14:21 +0500 (ES) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, > I port 2 program for windowmaker, but its not in source tree still > 04 Jan 1999... > When my ports are commit? > If somethink wrong - tell me.. > Ports numbers in GNATS are 9314 &9315 Be patient, your ports waiting for good weather, planet locations or something like. And it can waiting for years before someone from committers take a look at them. Sincerely yours, Andy. P.S. Maybe we must include such question in FAQ? P.P.S. I also have patches for Russian FAQ to do it up-to-date, but I have no chance for make this patches applied to official Russian translation. Russian FAQ really out of sync with official English FAQ. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 07:55:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21504 for freebsd-ports-outgoing; Sat, 6 Feb 1999 07:55:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21462 for ; Sat, 6 Feb 1999 07:54:55 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id SAA15703 for ports@freebsd.org; Sat, 6 Feb 1999 18:54:17 +0300 (MSK) Date: Sat, 6 Feb 1999 18:54:17 +0300 (MSK) From: Dima Sivachenko Message-Id: <199902061554.SAA15703@netserv1.chg.ru> To: ports@FreeBSD.ORG Subject: port duplicates Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please close ports/9915 and ports/9916. Thay both duplicate others PR. I am sorry... --Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 08:09:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA23007 for freebsd-ports-outgoing; Sat, 6 Feb 1999 08:09:08 -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 IAA23002; Sat, 6 Feb 1999 08:09:05 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA31519; Sat, 6 Feb 1999 08:09:05 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 6 Feb 1999 08:09:05 -0800 (PST) Message-Id: <199902061609.IAA31519@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, sada@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9908 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: xemacs-mule-common-20.4(editors/xemacs-mule-common) State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sat Feb 6 08:07:51 PST 1999 State-Changed-Why: Fixed by another way which proposed by Michiru Saito. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 08:30:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24894 for freebsd-ports-outgoing; Sat, 6 Feb 1999 08:30:11 -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 IAA24815 for ; Sat, 6 Feb 1999 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA40704; Sat, 6 Feb 1999 08:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail1.svr.pol.co.uk (mail1.svr.pol.co.uk [195.92.193.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24171 for ; Sat, 6 Feb 1999 08:22:08 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-67.thulium.dialup.pol.co.uk ([62.136.34.67]) by mail1.svr.pol.co.uk with esmtp (Exim 2.10 #1) id 109AUc-0006I0-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 6 Feb 1999 16:22:02 +0000 Received: (qmail 29156 invoked by uid 5000); 6 Feb 1999 16:10:17 -0000 Message-Id: <19990206161017.29155.qmail@eborcom.com> Date: 6 Feb 1999 16:10:17 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9930: Tidied port: ezmlm-idx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9930 >Category: ports >Synopsis: ezmlm-idx port tidied up >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 6 08:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: Minor changes to the ezmlm-idx port (similar to those for ezmlm): - Fixed up the installation procedure to honour INSTALL_* - Added some MASTER_SITES - Maintainer ports@freebsd.org -> tom@eborcom.com - Added NO_PACKAGE, as used in other djb ports (eg. ucspi-tcp, serialmail) - Removed patch-aa and patches directory, not needed due to new "do-install" target - Now installs docs unless NOPORTDOCS is defined. Added pkg/PLIST.nodocs file, in case docs are not installed >How-To-Repeat: >Fix: diff -ruN ezmlm-idx.old/Makefile ezmlm-idx/Makefile --- ezmlm-idx.old/Makefile Mon Jan 18 03:51:18 1999 +++ ezmlm-idx/Makefile Sat Feb 6 11:17:06 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: ezmlm -# Version required: 0.53 +# Version required: 0.313 # Date created: 28 November 1998 # Whom: Neil Blakey-Milner # @@ -7,18 +7,30 @@ DISTNAME= ezmlm-idx-${IDX_VERSION} CATEGORIES= mail -MASTER_SITES= ftp://ftp.id.wustl.edu/pub/patches/ +MASTER_SITES= ftp://ftp.ezmlm.org/pub/patches/ \ + ftp://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/ \ + ftp://ftp.win.or.jp/pub/network/mail/qmail/ezmlm-idx/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ezmlm-${EZMLM_VERSION}${EXTRACT_SUFX} -MAINTAINER= ports@freebsd.org +MAINTAINER= tom@eborcom.com + +.if defined(NOPORTDOCS) +PLIST= ${PKGDIR}/PLIST.nodocs +.endif + +# QMAIL_DIR is the directory where qmail is installed +.if !defined(QMAIL_DIR) +QMAIL_DIR= /var/qmail +.endif RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail +NO_PACKAGE= Unsure of djb's license + WRKSRC= ${WRKDIR}/ezmlm-${EZMLM_VERSION} ALL_TARGET= it -INSTALL_TARGET= setup MAN1= ezmlm-list.1 ezmlm-make.1 ezmlm-manage.1 ezmlm-reject.1 \ ezmlm-return.1 ezmlm-send.1 ezmlm-sub.1 ezmlm-unsub.1 \ @@ -31,34 +43,59 @@ DIFF_MSG= Cannot Make and Install with different PREFIX or QMAIL_DIR -.if exists(${PREFIX}/bin/qmail-send) -QMAIL_DIR?= ${PREFIX}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif +MY_PROGRAMS= ezmlm-clean ezmlm-cron ezmlm-gate ezmlm-get ezmlm-idx \ + ezmlm-issubn ezmlm-list ezmlm-make ezmlm-manage \ + ezmlm-moderate ezmlm-request ezmlm-reject ezmlm-return \ + ezmlm-send ezmlm-store ezmlm-sub ezmlm-tstdig ezmlm-unsub \ + ezmlm-warn ezmlm-weed + +MY_SCRIPTS= ezmlm-accept ezmlm-both ezmlm-check ezmlm-glconf ezmlm-glmake + +MY_CONFIG= ezmlmrc EZMLM_VERSION= 0.53 IDX_VERSION= 0.313 pre-patch: @${MV} -f ${WRKDIR}/ezmlm-idx-${IDX_VERSION}/* ${WRKSRC} - @cd ${WRKSRC} \ - && ${PATCH} < idx.patch + @cd ${WRKSRC} && ${PATCH} < idx.patch post-patch: - @perl -pi.bak -e "s|.usr.local.bin.ezmlm|${PREFIX}/bin|" ${WRKSRC}/conf-bin - @perl -pi.bak -e "s|.usr.local|${PREFIX}|" ${WRKSRC}/conf-man - @perl -pi.bak -e "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc - @perl -pi.bak -e "s|.var.qmail|${QMAIL_DIR}|" ${WRKSRC}/conf-qmail - - @perl -pi.bak -e '$$_ = "" if /cat/' ${WRKSRC}/MAN - @echo ${PREFIX} > ${WRKDIR}/.PPREFIX - @echo ${QMAIL_DIR} >> ${WRKDIR}/.PPREFIX + @${ECHO} ${PREFIX}/bin > ${WRKSRC}/conf-bin + @${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc + @${ECHO} ${CC} -s > ${WRKSRC}/conf-ld + @${ECHO} ${PREFIX}/man > ${WRKSRC}/conf-man + @${ECHO} ${QMAIL_DIR} > ${WRKSRC}/conf-qmail + @${ECHO} ${PREFIX} > ${WRKDIR}/.PPREFIX + @${ECHO} ${QMAIL_DIR} >> ${WRKDIR}/.PPREFIX pre-install: - @echo ${PREFIX} > ${WRKDIR}/.IPREFIX - @echo ${QMAIL_DIR} >> ${WRKDIR}/.IPREFIX - @diff ${WRKDIR}/.[PI]PREFIX > /dev/null \ - || (echo ${DIFF_MSG} && exit 1) + @${ECHO} ${PREFIX} > ${WRKDIR}/.IPREFIX + @${ECHO} ${QMAIL_DIR} >> ${WRKDIR}/.IPREFIX + @diff ${WRKDIR}/.[PI]PREFIX || (${ECHO} ${DIFF_MSG} && exit 1) + +do-install: +.for file in ${MY_PROGRAMS} + @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor +.for file in ${MY_SCRIPTS} + @${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor +.for file in ${MY_CONFIG} + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor +.for file in ${MAN1} + @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1 +.endfor +.for file in ${MAN5} + @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man5 +.endfor +.if !defined(NOPORTDOCS) + @${ECHO} "===> Copying documents to ${PREFIX}/share/doc/ezmlm-idx" + @${MKDIR} ${PREFIX}/share/doc/ezmlm-idx +.for file in CHANGES.idx DOWNGRADE.idx FAQ.idx INSTALL.idx README.idx UPGRADE.idx + @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ezmlm-idx +.endfor +.endif .include diff -ruN ezmlm-idx.old/patches/patch-aa ezmlm-idx/patches/patch-aa --- ezmlm-idx.old/patches/patch-aa Mon Jan 18 03:51:18 1999 +++ ezmlm-idx/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.orig Sat Nov 28 22:55:51 1998 -+++ Makefile Sat Nov 28 22:57:57 1998 -@@ -962,7 +962,7 @@ - ./compile seek_set.c - - setup: \ --it man install conf-bin conf-man -+it install conf-bin conf-man - ./install "`head -1 conf-bin`" < BIN - ./install "`head -1 conf-man`" < MAN - diff -ruN ezmlm-idx.old/pkg/PLIST ezmlm-idx/pkg/PLIST --- ezmlm-idx.old/pkg/PLIST Mon Jan 18 03:51:18 1999 +++ ezmlm-idx/pkg/PLIST Sat Feb 6 11:21:22 1999 @@ -1,26 +1,33 @@ bin/ezmlm-accept bin/ezmlm-both -bin/ezmlm-issubn +bin/ezmlm-check +bin/ezmlm-clean +bin/ezmlm-cron +bin/ezmlm-gate +bin/ezmlm-get bin/ezmlm-glconf bin/ezmlm-glmake +bin/ezmlm-idx +bin/ezmlm-issubn +bin/ezmlm-list bin/ezmlm-make bin/ezmlm-manage -bin/ezmlm-send -bin/ezmlm-request +bin/ezmlm-moderate bin/ezmlm-reject +bin/ezmlm-request bin/ezmlm-return -bin/ezmlm-warn -bin/ezmlm-weed -bin/ezmlm-list -bin/ezmlm-clean -bin/ezmlm-cron +bin/ezmlm-send bin/ezmlm-store -bin/ezmlm-moderate bin/ezmlm-sub +bin/ezmlm-tstdig bin/ezmlm-unsub +bin/ezmlm-warn +bin/ezmlm-weed bin/ezmlmrc -bin/ezmlm-idx -bin/ezmlm-check -bin/ezmlm-gate -bin/ezmlm-tstdig -bin/ezmlm-get +share/doc/ezmlm-idx/CHANGES.idx +share/doc/ezmlm-idx/DOWNGRADE.idx +share/doc/ezmlm-idx/FAQ.idx +share/doc/ezmlm-idx/INSTALL.idx +share/doc/ezmlm-idx/README.idx +share/doc/ezmlm-idx/UPGRADE.idx +@dirrm share/doc/ezmlm-idx diff -ruN ezmlm-idx.old/pkg/PLIST.nodocs ezmlm-idx/pkg/PLIST.nodocs --- ezmlm-idx.old/pkg/PLIST.nodocs Thu Jan 1 01:00:00 1970 +++ ezmlm-idx/pkg/PLIST.nodocs Sat Feb 6 11:02:12 1999 @@ -0,0 +1,26 @@ +bin/ezmlm-accept +bin/ezmlm-both +bin/ezmlm-check +bin/ezmlm-clean +bin/ezmlm-cron +bin/ezmlm-gate +bin/ezmlm-get +bin/ezmlm-glconf +bin/ezmlm-glmake +bin/ezmlm-idx +bin/ezmlm-issubn +bin/ezmlm-list +bin/ezmlm-make +bin/ezmlm-manage +bin/ezmlm-moderate +bin/ezmlm-reject +bin/ezmlm-request +bin/ezmlm-return +bin/ezmlm-send +bin/ezmlm-store +bin/ezmlm-sub +bin/ezmlm-tstdig +bin/ezmlm-unsub +bin/ezmlm-warn +bin/ezmlm-weed +bin/ezmlmrc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 08:30:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24889 for freebsd-ports-outgoing; Sat, 6 Feb 1999 08:30: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 IAA24775 for ; Sat, 6 Feb 1999 08:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA40653; Sat, 6 Feb 1999 08:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail1.svr.pol.co.uk (mail1.svr.pol.co.uk [195.92.193.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24037 for ; Sat, 6 Feb 1999 08:22:03 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-67.thulium.dialup.pol.co.uk ([62.136.34.67]) by mail1.svr.pol.co.uk with esmtp (Exim 2.10 #1) id 109AUX-0006I0-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 6 Feb 1999 16:21:58 +0000 Received: (qmail 28877 invoked by uid 5000); 6 Feb 1999 15:57:45 -0000 Message-Id: <19990206155744.28876.qmail@eborcom.com> Date: 6 Feb 1999 15:57:44 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9928: Fix Port: linux-netscape4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9928 >Category: ports >Synopsis: Fix up broken linux-netscape4 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: Sat Feb 6 08:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: Satoshi's "Package building errors" Web page lists the linux-netscape4 port as being broken. There have also been complaints that the version used in the ports tree does not handle plugins. I have fixed these problems (hopefully!) and tidied up the port. See the patch below. I am listed as the port's maintainer. No files have been added or removed. >How-To-Repeat: >Fix: diff -ruN linux-netscape4.old/Makefile linux-netscape4/Makefile --- linux-netscape4.old/Makefile Thu Jan 7 18:27:07 1999 +++ linux-netscape4/Makefile Sat Feb 6 15:27:45 1999 @@ -6,35 +6,36 @@ # $Id: Makefile,v 1.7 1999/01/06 04:18:06 simokawa Exp $ # -DISTNAME= linux-netscape-4.08 +DISTNAME= communicator-v408-export.x86-unknown-linux2.0_libc5 +PKGNAME= linux-netscape-4.08 CATEGORIES= www -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux12/base_install/ \ - ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux12/base_install/ -DISTFILES= communicator-v408-export.x86-unknown-linux1.2.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ + ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ + ftp://ftp.sunsite.auc.dk/disk4/mirrorsite.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ -MAINTAINER= tom@eborcom.com +MAINTAINER= tom@eborcom.com -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib -BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/communicator-v408.x86-unknown-linux1.2 -NO_BUILD= Yes +WRKSRC= ${WRKDIR}/communicator-v408.x86-unknown-linux2.0 +NO_BUILD= Yes -NDIR= ${PREFIX}/lib/netscape +NDIR= ${PREFIX}/lib/netscape BINDIR= ${PREFIX}/bin do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - ${MV} ${NDIR}/netscape ${NDIR}/netscape.bin + ${MV} -f ${NDIR}/netscape ${NDIR}/netscape.bin ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR} if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi ${RM} -rf ${NDIR}/nls ${NDIR}/movemail-src ${NDIR}/XKeysymDB - chown -R bin.bin ${NDIR} + chown -R ${BINOWN}.${BINGRP} ${NDIR} post-install: @${CAT} ${PKGDIR}/DESCR diff -ruN linux-netscape4.old/files/md5 linux-netscape4/files/md5 --- linux-netscape4.old/files/md5 Thu Dec 24 18:28:51 1998 +++ linux-netscape4/files/md5 Sat Feb 6 14:59:41 1999 @@ -1 +1 @@ -MD5 (communicator-v408-export.x86-unknown-linux1.2.tar.gz) = 192ca548aab9c9951d7e0bbc188a6f7e +MD5 (communicator-v408-export.x86-unknown-linux2.0_libc5.tar.gz) = 1e3b92b821c898d213b587e8a2908daa diff -ruN linux-netscape4.old/patches/patch-aa linux-netscape4/patches/patch-aa --- linux-netscape4.old/patches/patch-aa Mon Jan 11 19:16:46 1999 +++ linux-netscape4/patches/patch-aa Fri Jan 29 17:01:54 1999 @@ -1,5 +1,5 @@ --- ns-install.orig Tue Nov 3 22:27:09 1998 -+++ ns-install Sat Jan 9 15:15:11 1999 ++++ ns-install Wed Jan 27 18:16:33 1999 @@ -120,6 +120,7 @@ # Even though the user has already used gzip to extract the file (or # we wouldn't be here), make sure we can find it. @@ -33,6 +33,25 @@ - chmod 644 ${HOME}/.netscape/bookmarks.html - echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE} - fi + fi + + echo "" +@@ -393,18 +386,6 @@ + then + echo "ERROR: Installation completed, but unable to update/create the product" + echo " version registry." +- echo "" +- echo " If you are installing ${PRODUCT} from a platform other than" +- echo " that for which this package is intended, 'vreg' will not be" +- echo " able to run. If this is the case, you may run 'vreg' manually" +- echo " (to enable ASD) on the appropriate platform using the following" +- echo " commands:" +- echo "" +- awk '{printf("\techo \"%s\" >>/tmp/infile\n", $0)}' ${REG_INFILE} +- echo " ${TARGET}/vreg ${TARGET}/${VREGISTRY} /tmp/infile" +- echo "" +- /bin/rm -f ns-install ${PACKAGE} ${REG_INFILE} core +- exit 3 fi echo "" diff -ruN linux-netscape4.old/pkg/COMMENT linux-netscape4/pkg/COMMENT --- linux-netscape4.old/pkg/COMMENT Thu Jul 3 02:06:25 1997 +++ linux-netscape4/pkg/COMMENT Sat Feb 6 15:51:19 1999 @@ -1 +1 @@ -netscape web-surfboard +Linux version of Netscape Communicator. diff -ruN linux-netscape4.old/pkg/DESCR linux-netscape4/pkg/DESCR --- linux-netscape4.old/pkg/DESCR Thu Jul 3 02:06:25 1997 +++ linux-netscape4/pkg/DESCR Fri Jan 29 17:40:16 1999 @@ -1,2 +1,5 @@ -This is the netscape web-surfboard. Please read the file -"/usr/local/lib/netscape/LICENSE" for the licensing terms. +This is the Linux version of Netscape Communicator. You might wish +to use this version if you wish to run Linux plugins, for example. + +Please read the file "/usr/local/lib/netscape/LICENSE" for +the licensing terms. diff -ruN linux-netscape4.old/pkg/PLIST linux-netscape4/pkg/PLIST --- linux-netscape4.old/pkg/PLIST Thu Dec 24 18:28:53 1998 +++ linux-netscape4/pkg/PLIST Sat Feb 6 15:14:02 1999 @@ -1,9 +1,18 @@ -lib/netscape/README +bin/netscape lib/netscape/LICENSE -lib/netscape/mailcap lib/netscape/Netscape.ad -lib/netscape/movemail +lib/netscape/README lib/netscape/bookmark.htm +lib/netscape/dynfonts/libTrueDoc.so +lib/netscape/java/classes/aix/font.properties +lib/netscape/java/classes/aix/font.properties.cs +lib/netscape/java/classes/aix/font.properties.hu +lib/netscape/java/classes/aix/font.properties.ja +lib/netscape/java/classes/aix/font.properties.ko +lib/netscape/java/classes/aix/font.properties.pl +lib/netscape/java/classes/aix/font.properties.ru +lib/netscape/java/classes/aix/font.properties.zh +lib/netscape/java/classes/aix/font.properties.zh_TW lib/netscape/java/classes/awt.properties lib/netscape/java/classes/font.properties lib/netscape/java/classes/font.properties.cs @@ -20,15 +29,7 @@ lib/netscape/java/classes/font.properties.zh_GB2312 lib/netscape/java/classes/font.properties.zh_TW lib/netscape/java/classes/font.properties.zh_TW_Big5 -lib/netscape/java/classes/aix/font.properties -lib/netscape/java/classes/aix/font.properties.cs -lib/netscape/java/classes/aix/font.properties.hu -lib/netscape/java/classes/aix/font.properties.ja -lib/netscape/java/classes/aix/font.properties.ko -lib/netscape/java/classes/aix/font.properties.pl -lib/netscape/java/classes/aix/font.properties.ru -lib/netscape/java/classes/aix/font.properties.zh -lib/netscape/java/classes/aix/font.properties.zh_TW +lib/netscape/java/classes/font.properties.zh_TW_CNS11643 lib/netscape/java/classes/hpux/font.properties lib/netscape/java/classes/hpux/font.properties.bg lib/netscape/java/classes/hpux/font.properties.cs @@ -46,7 +47,8 @@ lib/netscape/java/classes/hpux/font.properties.zh_GB2312 lib/netscape/java/classes/hpux/font.properties.zh_TW_Big5 lib/netscape/java/classes/hpux/font.properties.zh_TW_CNS11643 -lib/netscape/java/classes/font.properties.zh_TW_CNS11643 +lib/netscape/java/classes/ifc11.jar +lib/netscape/java/classes/iiop10.jar lib/netscape/java/classes/irix/font.properties lib/netscape/java/classes/irix/font.properties.cs lib/netscape/java/classes/irix/font.properties.el @@ -56,72 +58,25 @@ lib/netscape/java/classes/irix/font.properties.zh_GB2312 lib/netscape/java/classes/irix/font.properties.zh_TW_Big5 lib/netscape/java/classes/irix/font.properties.zh_TW_CNS11643 -lib/netscape/java/classes/ifc11.jar -lib/netscape/java/classes/iiop10.jar lib/netscape/java/classes/jae40.jar lib/netscape/java/classes/java40.jar lib/netscape/java/classes/jio40.jar lib/netscape/java/classes/jsd10.jar lib/netscape/java/classes/ldap10.jar lib/netscape/java/classes/scd10.jar -lib/netscape/java/classes.old/awt.properties -lib/netscape/java/classes.old/font.properties -lib/netscape/java/classes.old/font.properties.cs -lib/netscape/java/classes.old/font.properties.el -lib/netscape/java/classes.old/font.properties.hu -lib/netscape/java/classes.old/font.properties.ja -lib/netscape/java/classes.old/font.properties.ko -lib/netscape/java/classes.old/font.properties.lt -lib/netscape/java/classes.old/font.properties.lv -lib/netscape/java/classes.old/font.properties.pl -lib/netscape/java/classes.old/font.properties.ru -lib/netscape/java/classes.old/font.properties.tr -lib/netscape/java/classes.old/font.properties.zh -lib/netscape/java/classes.old/font.properties.zh_GB2312 -lib/netscape/java/classes.old/font.properties.zh_TW -lib/netscape/java/classes.old/font.properties.zh_TW_Big5 -lib/netscape/java/classes.old/aix/font.properties -lib/netscape/java/classes.old/aix/font.properties.cs -lib/netscape/java/classes.old/aix/font.properties.hu -lib/netscape/java/classes.old/aix/font.properties.ja -lib/netscape/java/classes.old/aix/font.properties.ko -lib/netscape/java/classes.old/aix/font.properties.pl -lib/netscape/java/classes.old/aix/font.properties.ru -lib/netscape/java/classes.old/aix/font.properties.zh -lib/netscape/java/classes.old/aix/font.properties.zh_TW -lib/netscape/java/classes.old/hpux/font.properties -lib/netscape/java/classes.old/hpux/font.properties.bg -lib/netscape/java/classes.old/hpux/font.properties.cs -lib/netscape/java/classes.old/hpux/font.properties.el -lib/netscape/java/classes.old/hpux/font.properties.hr -lib/netscape/java/classes.old/hpux/font.properties.hu -lib/netscape/java/classes.old/hpux/font.properties.ja -lib/netscape/java/classes.old/hpux/font.properties.ko -lib/netscape/java/classes.old/hpux/font.properties.pl -lib/netscape/java/classes.old/hpux/font.properties.ro -lib/netscape/java/classes.old/hpux/font.properties.ru -lib/netscape/java/classes.old/hpux/font.properties.sk -lib/netscape/java/classes.old/hpux/font.properties.sl -lib/netscape/java/classes.old/hpux/font.properties.tr -lib/netscape/java/classes.old/hpux/font.properties.zh_GB2312 -lib/netscape/java/classes.old/hpux/font.properties.zh_TW_Big5 -lib/netscape/java/classes.old/hpux/font.properties.zh_TW_CNS11643 -lib/netscape/java/classes.old/font.properties.zh_TW_CNS11643 -lib/netscape/java/classes.old/irix/font.properties -lib/netscape/java/classes.old/irix/font.properties.cs -lib/netscape/java/classes.old/irix/font.properties.el -lib/netscape/java/classes.old/irix/font.properties.hu -lib/netscape/java/classes.old/irix/font.properties.ja -lib/netscape/java/classes.old/irix/font.properties.ko -lib/netscape/java/classes.old/irix/font.properties.zh_GB2312 -lib/netscape/java/classes.old/irix/font.properties.zh_TW_Big5 -lib/netscape/java/classes.old/irix/font.properties.zh_TW_CNS11643 -lib/netscape/java/classes.old/ldap10.jar -lib/netscape/java/classes.old/scd10.jar +lib/netscape/libjsd.so +lib/netscape/libnullplugin-dynMotif.so +lib/netscape/mailcap +lib/netscape/movemail lib/netscape/nethelp/Back_dep.gif lib/netscape/nethelp/Back_dis.gif lib/netscape/nethelp/Back_sel.gif lib/netscape/nethelp/Back_up.gif +lib/netscape/nethelp/Blank.htm +lib/netscape/nethelp/Button.js +lib/netscape/nethelp/CntData.js +lib/netscape/nethelp/CntTool.htm +lib/netscape/nethelp/CntTool.js lib/netscape/nethelp/Exit_dep.gif lib/netscape/nethelp/Exit_sel.gif lib/netscape/nethelp/Exit_up.gif @@ -129,84 +84,79 @@ lib/netscape/nethelp/Forw_dis.gif lib/netscape/nethelp/Forw_sel.gif lib/netscape/nethelp/Forw_up.gif -lib/netscape/nethelp/Prnt_dep.gif -lib/netscape/nethelp/Prnt_sel.gif -lib/netscape/nethelp/Prnt_up.gif -lib/netscape/nethelp/Tool_dep.gif -lib/netscape/nethelp/Tool_sel.gif -lib/netscape/nethelp/Tool_up.gif -lib/netscape/nethelp/Wait.gif -lib/netscape/nethelp/netwatch.gif -lib/netscape/nethelp/Blank.htm -lib/netscape/nethelp/CntTool.htm +lib/netscape/nethelp/Header.js +lib/netscape/nethelp/IdxData.js lib/netscape/nethelp/IdxFill.htm lib/netscape/nethelp/IdxKey.htm lib/netscape/nethelp/IdxTool.htm lib/netscape/nethelp/IdxTopic.htm +lib/netscape/nethelp/Local-1.js lib/netscape/nethelp/NSHIfrm.htm lib/netscape/nethelp/NavUI.htm lib/netscape/nethelp/NoJSerr.htm +lib/netscape/nethelp/Prnt_dep.gif +lib/netscape/nethelp/Prnt_sel.gif +lib/netscape/nethelp/Prnt_up.gif +lib/netscape/nethelp/Stack.js lib/netscape/nethelp/Status.htm lib/netscape/nethelp/System.htm -lib/netscape/nethelp/ToolUI.htm -lib/netscape/nethelp/picsfail.htm -lib/netscape/nethelp/picsfail.jar -lib/netscape/nethelp/Button.js -lib/netscape/nethelp/CntData.js -lib/netscape/nethelp/CntTool.js -lib/netscape/nethelp/Header.js -lib/netscape/nethelp/IdxData.js -lib/netscape/nethelp/Local-1.js -lib/netscape/nethelp/Stack.js lib/netscape/nethelp/System.js +lib/netscape/nethelp/ToolUI.htm +lib/netscape/nethelp/Tool_dep.gif +lib/netscape/nethelp/Tool_sel.gif +lib/netscape/nethelp/Tool_up.gif lib/netscape/nethelp/Topic.js lib/netscape/nethelp/Utility.js -lib/netscape/nethelp/netscape/collabra/collabra.gif -lib/netscape/nethelp/netscape/collabra/discgrps.gif +lib/netscape/nethelp/Wait.gif lib/netscape/nethelp/netscape/collabra/coll.htm lib/netscape/nethelp/netscape/collabra/collHdr.htm +lib/netscape/nethelp/netscape/collabra/collabra.gif +lib/netscape/nethelp/netscape/collabra/discgrps.gif lib/netscape/nethelp/netscape/collabra/help.hpf +lib/netscape/nethelp/netscape/composer/comp.htm +lib/netscape/nethelp/netscape/composer/compHdr.htm lib/netscape/nethelp/netscape/composer/composer.gif lib/netscape/nethelp/netscape/composer/comtlbr2.gif lib/netscape/nethelp/netscape/composer/fmtlbr3.gif -lib/netscape/nethelp/netscape/composer/tagicon2.gif -lib/netscape/nethelp/netscape/composer/comp.htm -lib/netscape/nethelp/netscape/composer/compHdr.htm lib/netscape/nethelp/netscape/composer/help.hpf +lib/netscape/nethelp/netscape/composer/tagicon2.gif lib/netscape/nethelp/netscape/confernc/brws2.gif lib/netscape/nethelp/netscape/confernc/chat2.gif lib/netscape/nethelp/netscape/confernc/circle2.gif +lib/netscape/nethelp/netscape/confernc/conf.htm +lib/netscape/nethelp/netscape/confernc/confHdr.htm lib/netscape/nethelp/netscape/confernc/confernc.gif lib/netscape/nethelp/netscape/confernc/eraser2.gif lib/netscape/nethelp/netscape/confernc/fhndtl2.gif lib/netscape/nethelp/netscape/confernc/filex2.gif +lib/netscape/nethelp/netscape/confernc/help.hpf lib/netscape/nethelp/netscape/confernc/horline2.gif lib/netscape/nethelp/netscape/confernc/line2.gif lib/netscape/nethelp/netscape/confernc/pointer2.gif lib/netscape/nethelp/netscape/confernc/rect2.gif lib/netscape/nethelp/netscape/confernc/txttool2.gif lib/netscape/nethelp/netscape/confernc/whtbd2.gif -lib/netscape/nethelp/netscape/confernc/conf.htm -lib/netscape/nethelp/netscape/confernc/confHdr.htm -lib/netscape/nethelp/netscape/confernc/help.hpf +lib/netscape/nethelp/netscape/home/help.hpf lib/netscape/nethelp/netscape/home/home.gif lib/netscape/nethelp/netscape/home/home.htm lib/netscape/nethelp/netscape/home/homeHdr.htm -lib/netscape/nethelp/netscape/home/help.hpf +lib/netscape/nethelp/netscape/messengr/help.hpf lib/netscape/nethelp/netscape/messengr/mailbox.gif -lib/netscape/nethelp/netscape/messengr/messengr.gif -lib/netscape/nethelp/netscape/messengr/mpctrl.gif lib/netscape/nethelp/netscape/messengr/mess.htm lib/netscape/nethelp/netscape/messengr/messHdr.htm -lib/netscape/nethelp/netscape/messengr/help.hpf -lib/netscape/nethelp/netscape/navigatr/navigatr.gif +lib/netscape/nethelp/netscape/messengr/messengr.gif +lib/netscape/nethelp/netscape/messengr/mpctrl.gif +lib/netscape/nethelp/netscape/navigatr/help.hpf lib/netscape/nethelp/netscape/navigatr/nav.htm lib/netscape/nethelp/netscape/navigatr/navHdr.htm -lib/netscape/nethelp/netscape/navigatr/help.hpf -lib/netscape/nethelp/netscape/netcastr/netcastr.gif +lib/netscape/nethelp/netscape/navigatr/navigatr.gif +lib/netscape/nethelp/netscape/netcastr/help.hpf lib/netscape/nethelp/netscape/netcastr/net.htm lib/netscape/nethelp/netscape/netcastr/netHdr.htm -lib/netscape/nethelp/netscape/netcastr/help.hpf +lib/netscape/nethelp/netscape/netcastr/netcastr.gif +lib/netscape/nethelp/netscape/nscal/index.html +lib/netscape/nethelp/netscape/shared/Contents.htm +lib/netscape/nethelp/netscape/shared/NetHelp1.css lib/netscape/nethelp/netscape/shared/admnIcon.gif lib/netscape/nethelp/netscape/shared/calIcon.gif lib/netscape/nethelp/netscape/shared/collIcon.gif @@ -217,16 +167,19 @@ lib/netscape/nethelp/netscape/shared/messIcon.gif lib/netscape/nethelp/netscape/shared/navIcon.gif lib/netscape/nethelp/netscape/shared/netIcon.gif -lib/netscape/nethelp/netscape/shared/Contents.htm -lib/netscape/nethelp/netscape/shared/NetHelp1.css -lib/netscape/nethelp/netscape/nscal/index.html +lib/netscape/nethelp/netwatch.gif +lib/netscape/nethelp/picsfail.htm +lib/netscape/nethelp/picsfail.jar +lib/netscape/netscape-dynMotif +lib/netscape/netscape.bin +lib/netscape/plugins/libnullplugin.so +lib/netscape/registry lib/netscape/spell/netscape.dic lib/netscape/spell/pen4s324.dat lib/netscape/vreg -lib/netscape/registry -lib/netscape/netscape.bin -lib/netscape/vreg.old -@dirrm lib/netscape/spell lib/netscape/nethelp/netscape/shared +@dirrm lib/netscape/spell +@dirrm lib/netscape/plugins +@dirrm lib/netscape/nethelp/netscape/shared @dirrm lib/netscape/nethelp/netscape/nscal @dirrm lib/netscape/nethelp/netscape/netcastr @dirrm lib/netscape/nethelp/netscape/navigatr @@ -234,9 +187,13 @@ @dirrm lib/netscape/nethelp/netscape/home @dirrm lib/netscape/nethelp/netscape/confernc @dirrm lib/netscape/nethelp/netscape/composer -@dirrm lib/netscape/nethelp/netscape/collabra lib/netscape/nethelp/netscape -@dirrm lib/netscape/nethelp lib/netscape/java/classes/irix -@dirrm lib/netscape/java/classes/hpux lib/netscape/java/classes/aix -@dirrm lib/netscape/java/classes.old/irix lib/netscape/java/classes.old/hpux -@dirrm lib/netscape/java/classes.old/aix lib/netscape/java/classes.old -@dirrm lib/netscape/java/classes lib/netscape/java lib/netscape/ +@dirrm lib/netscape/nethelp/netscape/collabra +@dirrm lib/netscape/nethelp/netscape +@dirrm lib/netscape/nethelp +@dirrm lib/netscape/java/classes/irix +@dirrm lib/netscape/java/classes/hpux +@dirrm lib/netscape/java/classes/aix +@dirrm lib/netscape/java/classes +@dirrm lib/netscape/java +@dirrm lib/netscape/dynfonts +@dirrm lib/netscape >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 08:30:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA24930 for freebsd-ports-outgoing; Sat, 6 Feb 1999 08:30:16 -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 IAA24780 for ; Sat, 6 Feb 1999 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA40672; Sat, 6 Feb 1999 08:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail1.svr.pol.co.uk (mail1.svr.pol.co.uk [195.92.193.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA24169 for ; Sat, 6 Feb 1999 08:22:08 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-67.thulium.dialup.pol.co.uk ([62.136.34.67]) by mail1.svr.pol.co.uk with esmtp (Exim 2.10 #1) id 109AUe-0006I0-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 6 Feb 1999 16:22:05 +0000 Received: (qmail 29118 invoked by uid 5000); 6 Feb 1999 16:10:12 -0000 Message-Id: <19990206161012.29117.qmail@eborcom.com> Date: 6 Feb 1999 16:10:12 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9929: Tidied port: ezmlm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9929 >Category: ports >Synopsis: ezmlm port tidied up >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 6 08:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: Minor changes to the ezmlm port: - Fixed up the installation procedure to honour INSTALL_* - Added some MASTER_SITES - Maintainer ports@freebsd.org -> tom@eborcom.com - Added NO_PACKAGE, as used in other djb ports (eg. ucspi-tcp, serialmail) - Removed patch-aa and patches directory, not needed due to new "do-install" target >How-To-Repeat: >Fix: diff -ruN ezmlm.old/Makefile ezmlm/Makefile --- ezmlm.old/Makefile Mon Jan 18 03:48:08 1999 +++ ezmlm/Makefile Sat Feb 6 10:58:23 1999 @@ -8,41 +8,60 @@ DISTNAME= ezmlm-0.53 CATEGORIES= mail -MASTER_SITES= ftp://ftp.id.wustl.edu/pub/patches/ - -MAINTAINER= ports@freebsd.org +MASTER_SITES= ftp://koobera.math.uic.edu/pub/software/ \ + ftp://ftp.ezmlm.org/pub/qmail/ \ + ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \ + ftp://ftp.pipex.net/mirrors/qmail/ \ + ftp://ftp.jp.qmail.org/qmail/ \ + ftp://ftp.rifkin.technion.ac.il/pub/qmail/ \ + ftp://ftp.mira.net.au/unix/mail/qmail/ + +MAINTAINER= tom@eborcom.com + +# QMAIL_DIR is the directory where qmail is installed +.if !defined(QMAIL_DIR) +QMAIL_DIR= /var/qmail +.endif RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail +NO_PACKAGE= Unsure of djb's license + ALL_TARGET= it -INSTALL_TARGET= setup -MAN1= ezmlm-list.1 ezmlm-make.1 ezmlm-manage.1 ezmlm-reject.1 -MAN1+= ezmlm-return.1 ezmlm-send.1 ezmlm-sub.1 ezmlm-unsub.1 -MAN1+= ezmlm-warn.1 ezmlm-weed.1 +MAN1= ezmlm-list.1 ezmlm-make.1 ezmlm-manage.1 ezmlm-reject.1 \ + ezmlm-return.1 ezmlm-send.1 ezmlm-sub.1 ezmlm-unsub.1 \ + ezmlm-warn.1 ezmlm-weed.1 MAN5= ezmlm.5 DIFF_MSG= Cannot Make and Install with different PREFIX or QMAIL_DIR -.if exists(${PREFIX}/qmail/bin/qmail-send) -QMAIL_DIR?= ${PREFIX}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif +MY_PROGRAMS= ezmlm-make ezmlm-manage ezmlm-send ezmlm-reject ezmlm-return \ + ezmlm-warn ezmlm-weed ezmlm-list ezmlm-sub ezmlm-unsub post-patch: - @perl -pi.bak -e "s|.usr.local.bin.ezmlm|${PREFIX}/bin|" ${WRKSRC}/conf-bin - @perl -pi.bak -e "s|.usr.local|${PREFIX}|" ${WRKSRC}/conf-man - @perl -pi.bak -e "s|.var.qmail|${QMAIL_DIR}|" ${WRKSRC}/conf-qmail - @perl -pi.bak -e "s|-O2|${CFLAGS}|" ${WRKSRC}/conf-cc - @perl -pi.bak -e '$$_ = "" if /cat/' ${WRKSRC}/MAN - @echo ${PREFIX} > ${WRKDIR}/.PPREFIX - @echo ${QMAIL_DIR} >> ${WRKDIR}/.PPREFIX + @${ECHO} ${PREFIX}/bin > ${WRKSRC}/conf-bin + @${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc + @${ECHO} ${CC} -s > ${WRKSRC}/conf-ld + @${ECHO} ${PREFIX}/man > ${WRKSRC}/conf-man + @${ECHO} ${QMAIL_DIR} > ${WRKSRC}/conf-qmail + @${ECHO} ${PREFIX} > ${WRKDIR}/.PPREFIX + @${ECHO} ${QMAIL_DIR} >> ${WRKDIR}/.PPREFIX pre-install: - @echo ${PREFIX} > ${WRKDIR}/.IPREFIX - @echo ${QMAIL_DIR} >> ${WRKDIR}/.IPREFIX - @diff ${WRKDIR}/.[PI]PREFIX > /dev/null \ - || (echo ${DIFF_MSG} && exit 1) + @${ECHO} ${PREFIX} > ${WRKDIR}/.IPREFIX + @${ECHO} ${QMAIL_DIR} >> ${WRKDIR}/.IPREFIX + @diff ${WRKDIR}/.[PI]PREFIX || (echo ${DIFF_MSG} && exit 1) + +do-install: +.for file in ${MY_PROGRAMS} + @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin +.endfor +.for file in ${MAN1} + @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man1 +.endfor +.for file in ${MAN5} + @${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/man/man5 +.endfor .include diff -ruN ezmlm.old/patches/patch-aa ezmlm/patches/patch-aa --- ezmlm.old/patches/patch-aa Mon Jan 18 03:48:08 1999 +++ ezmlm/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.orig Sat Nov 28 22:34:51 1998 -+++ Makefile Sat Nov 28 22:35:12 1998 -@@ -610,7 +610,7 @@ - ./compile seek_set.c - - setup: \ --it man install conf-bin conf-man -+it install conf-bin conf-man - ./install "`head -1 conf-bin`" < BIN - ./install "`head -1 conf-man`" < MAN - diff -ruN ezmlm.old/pkg/PLIST ezmlm/pkg/PLIST --- ezmlm.old/pkg/PLIST Mon Jan 18 03:48:08 1999 +++ ezmlm/pkg/PLIST Sat Feb 6 11:01:46 1999 @@ -1,10 +1,10 @@ +bin/ezmlm-list bin/ezmlm-make bin/ezmlm-manage -bin/ezmlm-send bin/ezmlm-reject bin/ezmlm-return -bin/ezmlm-warn -bin/ezmlm-weed -bin/ezmlm-list +bin/ezmlm-send bin/ezmlm-sub bin/ezmlm-unsub +bin/ezmlm-warn +bin/ezmlm-weed >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 10:31:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07823 for freebsd-ports-outgoing; Sat, 6 Feb 1999 10:31:58 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA07811; Sat, 6 Feb 1999 10:31:54 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-12.pagesz.net [208.213.126.12]) by pagesz.net (8.8.7/8.8.7) with ESMTP id NAA05481; Sat, 6 Feb 1999 13:31:56 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id NAA07710; Sat, 6 Feb 1999 13:32:33 -0500 (EST) (envelope-from rhh) Date: Sat, 6 Feb 1999 13:32:33 -0500 From: Randall Hopper To: Adrian Wontroba Cc: multimedia@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ANN: Fxtv 0.48 Message-ID: <19990206133233.A5755@pagesz.net> References: <19990205221434.A8378@pagesz.net> <19990206094019.A56231@titus.stade.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990206094019.A56231@titus.stade.co.uk>; from Adrian Wontroba on Sat, Feb 06, 1999 at 09:40:19AM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Ccing ports for advice) Thanks for the problem report. Here is what is in the fxtv port Makefile: LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg-6b \ tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm Fxtv doesn't use JPEG, but the latest TIFF apparently depends on it now. So, fxtv must also. On 3.0-RELEASE, it's "jpeg-6b". On 3.0-STABLE, it's "jpeg". On 4.0-current, it's "jpeg". On 2.2.8, who knows -- the ports directory is empty. I'd like to have one port that builds on all versions, particularly those that are released (2.2.8 and 3.0). So my basic question is, how to cook this universal port? 1) Can I switch on some build variable, something like: ifeq ($(OS_VERSION),3.0-RELEASE) LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg-6b \ tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm else LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d \ Xpm.4:${PORTSDIR}/graphics/xpm endif 2) Or can I just eliminate the jpeg LIB_DEPENDS entry? Maybe the ports system is smart enough to know that because I depend on TIFF, and TIFF depends on JPEG, then by transitivity I depend on JPEG (?). And it'll register the JPEG dependency appropriately. Thanks for any advice. Randall Adrian Wontroba: |Randall Hopper: |> Available for your TV-viewing pleasure here on the new web site: |> http://www.pagesz.net/~aa8vb/fxtv/ |> |> Just fetch the port, untar, and "make install". Please let me know if |> you have any problems with it. | |I've just tried fxtv-0.48 with week old 4.0-current (with an unmodified ... |A small, non fatal problem with the packing list: | |===> fxtv-0.48 depends on shared library: jpeg.9 - found | |fxtv-0.48: "/usr/ports/graphics/jpeg-6b" non-existent -- dependency list incomplete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 12:00:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16544 for freebsd-ports-outgoing; Sat, 6 Feb 1999 12:00:20 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from smtp1.mindspring.com (smtp1.mindspring.com [207.69.200.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16536 for ; Sat, 6 Feb 1999 12:00:18 -0800 (PST) (envelope-from mao@sleepycat.com) Received: from tablerock (user-38ld6c9.dialup.mindspring.com [209.86.153.137]) by smtp1.mindspring.com (8.8.5/8.8.5) with SMTP id PAA14479; Sat, 6 Feb 1999 15:00:16 -0500 (EST) Message-Id: <199902062000.PAA14479@smtp1.mindspring.com> X-Sender: maolson@mail.mindspring.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sat, 06 Feb 1999 11:58:44 -0800 To: ports@FreeBSD.ORG From: "Michael A. Olson" Subject: Berkeley DB port to FreeBSD Cc: josh@ican.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm Mike Olson, VP Marketing at Sleepycat Software. Our Berkeley DB database product runs on FreeBSD, and we're listed on your Web site in two places. I'd like to get rid of the pointer to the 2.3.16 release of our software, maintained by josh@ican.net, from your Web page at http://www.freebsd.org/ports/databases.html We're currently at release 2.7; the 2.3 code is more than a year old, and we're no longer supporting it. I've pinged Josh on this, but he's apparently pretty busy, as I haven't heard back. Can you pull the ref to the older code from the ports page? Our stuff, as downloaded from www.sleepycat.com, builds and runs correctly on FreeBSD, so people can feel free simply to grab the newest release and build it. The released code includes a full automated test suite. Thanks. mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 13:20:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24117 for freebsd-ports-outgoing; Sat, 6 Feb 1999 13:20:07 -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 NAA24089 for ; Sat, 6 Feb 1999 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA97064; Sat, 6 Feb 1999 13:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rr.iij4u.or.jp (h025.p060.iij4u.or.jp [210.130.60.25]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA24004 for ; Sat, 6 Feb 1999 13:19:05 -0800 (PST) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 46100 invoked by uid 1000); 7 Feb 1999 06:19:03 +0900 Message-Id: <19990206211903.46099.sada@rr.iij4u.or.jp> Date: 7 Feb 1999 06:19:03 +0900 From: sada@FreeBSD.ORG Reply-To: sada@FreeBSD.ORG To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: ache@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9932: Changes for www/netscape4-{communicator,navigator} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9932 >Category: ports >Synopsis: Changes for www/netscape4-{communicator,navigator} >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 6 13:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: SADA Kenji >Release: FreeBSD 4.0-current i386 >Organization: Nagoya.Aichi.Japan >Environment: FreeBSD 4.0-current i386 XFree86 3.3.3.1 >Description: 1: Check if aout libs exist at installation time. 2: Make netscape4-communicator's Makefile enable to be included from other netscape ports, and make netscape4-navigator to use it. 3: Make netscape4-communicator not to use `ns-install' and activate `make reinstall'. If no argument would be present for a few days, I'll commit this by myself. >How-To-Repeat: >Fix: Add: netscape4-communicator/pkg/REQ Remove: netscape4-communicator/patches/patch-aa netscape4-communicator/scripts/configure netscape4-navigator/files/mailcap netscape4-navigator/files/netscape.sh begin 644 netscape.diff.gz M'XL("/NJO#8``VYE='-C87!E+F1I9F8`[5W[6^)(NOX9_HH:5W=F%Y,`VK;B M,D=$;#FCZ`*]W7/.GHO+@E?WNUZ8_NA@3P["BUS;N]JEC^;+3S',B,_,"[,6WOBN':Y^>7_ROWV M`)',&LB8^C/;\*R[T)C[010:]_?WAJ0*VW?EP(X"Q[YSO!L4X(_0\3U4TW=J MY;$SF2!M@;2`?$59K35-R[Z4:@<'!T:U9M1V4'6W4:TVJONEF%VI5%91=:.Z MA^K51JW>J.V6CXZ0MK-=VT65^._141G]"9V8D8VLP,8?XP9*_]5WT:E]C7`N M;PGH`VYH;DS_F=;4QM:R]B>TV<7DO(EQK5_7(EPY8RU.;GX_[EAT&G_Y1?COZ!OY91 MNS7LO+OL=SN#9@F/45F[:`V&V#KH#G$2+FH2S1N&@?_J:78Z+M28+ZX-9A1) MX8;MW;A..#5PZ@/^$R[F9/3ML3$);/LZ'!OSP)_8(1E7TQW98R?"5\:R?:?= M\V6)^!_3K+O=ZKYF/Y"<](?]/6WAW7K^O:>J1&>@WOZ'-SZWWP\O6R46W M]U36LNLD1W,1^>9XYGAQ=H)\RA6Z!_ZK67J)#JAD'8`+_.+&5_+&E^#M1F5T MT>KVAOA_G7XS<^.C4PP['ISHE_UW&$-F2NU@NU9#%?Q1K\5SY;)W_NOH]+(_ M:O7;9]B1G)W]/9)?[W*$&Q5WYMEY]QA;'NVPK'WH_S+HMYO9;-G\C%-.NOTG M8ZWIO`J7-9SO\?ON^4F:Q:\D5YR,\\AS)?E>]3NGW8]/ANM<9ZM/N;(L'_=T M7C`U0PJ+K63%EDB!E<&PW[UJEBOE2L)=&;LLG4RU9FDY.^,ZEDIYU38_]P;O MCTDEL'%YU2PQ]47'W376M>.5*]T><9G16:=U@HO^L4V5O4U*TZOZP?Y.=>]' MTN36U16NR;!S<76.IWP3=\[2S^/FD[4IS$K4PRF9!=WS=NN*=-(:<&8Z+@:2 MIE^=8\\=X7HW2TEKFWE?(KH#V)4'_;-<*972!E.=@-U&=R9HC-=+SQ[_]'[0 M&=7J^\?=X5^(?^8SLT+/S`F>'L[DD&*>+K\;N)1X::]O[U119;>^_:8> M.VR_0P:O/>PD+K31]KW(=+P0A5'@X]W'"A[GD7^#5^3IXP:ND>WA'0C7K:(/ M<)?WA@W<]KB>/W`K.@]L/&FCP+2B1EDKE8XV/W?:9Y=/:.-7?X$LTT,SO".@ M7M+A:!':").U:R="MA<73K:^Z\=E/Y#],,]_`_?2IJ--L+#HZ7['1UFCGAXLX$26S*"Q)@.)K'&XYQ`$@<@D-1%"B#$ M1RA8[#(9E$Q;UIV?T,_Q7,;3^HF:Z"5K.O/'J/*`N-:T$S4/VZG)]+2-FT#J M3^?J>/&!`[L\&5SL*I'INJ2'KGYY-UKV1C/K%IS?X(S\Q<9^Y^_)%=F5GU"W M-QBVSL^)`^'.SC+22M8XKR;Z\Y\17BO1Q@;Z%VZT5B)>>MX>#;MX8V^CB\O_ MZ9Z?MT9GE_CK1E+;#:0;7ICFB#FS.Z1-4&+-&IXEK)T==+*J:"72%W$51X,V M7N&&3YS>PTG+58F3#<["]9`63M":J9!6Q*$(S,!=Q,MVUI1/YIUI6*X9AF1A MIEIPTAJVZ/K_5?]D!G+:5?_R7;]U03/O`OLF)6(L7G&0@QR/R=MS)H=X4%,O M[7P<]EOMX:A]<4)R2K\>=_!6V<%[Y;L!3M[\[-#&UBE9X98VK9T6>!AG.?:] M9>MY=3+PM8-7KT>T[K.DP_[Q)'2&PB-B[!05F%,D[4Y'K/C82?([[SW%`UZ( M0MR<=HO(7%]!);Q&_R_Z@6Y[LGNA_T.'*)K:7C:_UMTF/I(Q)&9`.(Z6;)M/ M-!"5)@XN(ICAVQ>J&OZ=37+5PL#"5GP*0[\]W!$[.0PFS>;LG>`.- M#9N?Z:2X,KU+W%WI2AB7G.SE&KYQTNL:.5AK^'1&Z&3<2C^EJSA9+@]1^LWS MF2]_P21;`"SS?V@X+,Q9,JVW7Q-H7/F4CK(YQ,3%GOXL/0W`\C M>I?`1PE\SY;L*'$I)QT\)>.AYQKB`Y5GN8NQC?Y&SOOQO<3L]N=R5_AD8/U, M^/T>$:S5I?!9P0'SJ.``T?4G#PNH[^1)P+Y1JQOU/7Q#WJCO--Z\*9$7S@A_(H=P@Q2QOUYA-^I#=LO$Z07UM--.# M%7.C@B?7%^24G<>P%R79M,];@\%5:WB&73B[;NJ-33J+#/VQ?3$X.3Y,/IO& MV+XSO`4Y6-@/MH48$G\:H.)^]@-&S7RY`KSB"MFD-0)L;.^ MV6_L["1.6*^2F_'X`SNB1KR0\UAH+7EKB^KOK:TR.HI')SF&;>'_CE[3P8BC9\R82T^I)D)X#1A^?Q[%3LHGGW7:G-UA-3>]^='.\8OGX MB_T8/LY.CE?2TZUQ)1E_:2TBOT4>F^BAOV*=NXL;O!X3%)D.RZ_K,/SE$UYL M0U^OZ=45V[7OW\[,X%:?1K,5$WTD-0QQ=_(8XN'B,<2NQF.(79G'$$\L M/D,RX:?SA=(0\O#Z]8TR13SL7(K8<;F4J7!MX5.$H\*EB-V+2Q'[%YR47$IXJTY1;XMXF^!20)M7$1.PNPJH[=Z@5MO;W5'?TB%,)U!;=WEX MR0SD4L0SD$L13RCG#+)^ZY/WL^^^[PH`24\+`)$9+4(!H.?_ M]\`.`A'"O!/6H3"T]1@+Q17V!$?C>50PX=5Q1%NFP%R..7=/C MW8NF=OQY;T;65#`W/IA.))PZOCM:B"<71H2V*X.(I^A5X$7B7$"'$Y,63LA%*(L"J=!T?2Y!@AKDH,$9<3+Y#"D< M4*O9W`_M(+N`-24G1>YU4%"6D&3J3>.7$6.X]H/:I2I M'[B.I]@)ZHRY[WB1:A<$MJ4XHM$#/C7YBKUV/XVNQ^I>`/-_B@">,^G0`.=, M_`,*^0-I0@X&5"4#`ZN^Q`.K/;/QW8)W$\2_]U_[#Y#:YYSD0HTTMZ)`M&?R MRX&TG"$`>ROC0'O,,^^<&S,*L@M(4V@2I%8T'MB0C`)NB!U99DC*2"Y`#:%( MH%I1>&A#4@JT(>'4#.RQ88YG7A?/6T@S$@J^`U5EX$.+,F4V4Z?,E2G>1)'B M7*O6BTP610IV2U6&'2DR2#"K[46@-2*A]+`[XO2:;H72<[>'/US#(3_,DQ)6 MG^2%<]MUC;GM[88[]5U];*[^NK4$I%_UL6.M`$A8VTI2&MRVDEP0PLA@TF!E M[6CL!,$,K=>%;TI^Y^4;"_H1"(Y[$(I-IC\4GBQ[0'BZW`/A9"\%0M,3`QB^ M/)2#XL,2^2$O-D()K9R]N*4%@1%J!.$H%81%J!&$OEL0%*%*$,]M;DB$&IQ$1"@R MA(-=%`^AR)B*%I&B:`A%AM"EBF(A%!E"IRJ*A%!E*+<\O%5F*+=#N`U(@B#4 MB?)]$Q("H;I5`XC<``@UN'C"%84_*#*$TZ&`PZ:T1$^_`163A M#EQK'NW`-Z?!#EPK%>O`M5.A#EQ['NG`-5.!#D5V8?9YF`/7S$0YB!%KMRQY MYV8Q#J+N+;;G$0Y<.QW@P`=D\0U\,Q7>4#1$>71#,<(7]`$5VU!DST(;A.-< M",@#&[AFCXYKX"*RL(;"04Q_$B\&I+^(%R.$TY`.:2@&"`MA`AJX"#J>H1@@ M+(2)9A`@1-6@8QF*`<)J,)$,Q2N?J!`FCD&P>(K:2D4Q%+D>^R"+#6(`_`*MP`E4&$+4`H=M0#DT$$+0`H=LP"EY"$+0`83L0#D*!.8>`4@)P]7 M`!*8:`4@API64!A[D,-S0A6@0P*;(VR@`A0KK\=:F`($#JLR-T@!2J%C%*"< M/$1!H11`H[D!"D`*L*_XX0EP#J!*O.`$(`/:"&YH`IP#J1(G,`'(`#:"%Y8` M8M!1"3`"'90`9%`Q"5#&7)5!122`&'1``HC`Q".`&'0X`HQ`12.`"$PP`HC1 MHV,1)#ZX&HK`P#F1"!Q[FED9M(B[[MDK$9>O5;RTN^Q9Q:HK,T)PY:M*R M61\FHFYBI=BO+).:%3X*(],;FZ[OV08KS0HODM5>>F[A*!>I+>5]`]-GY8FK MAN;87!%7U7ZM_](LE:91W+#X1H-M6>"/%Q;V]D?;#.K5:M68F/^/IZR#-]AD M_\NT.HEPI]Y^OY3MU'5JQH=_Y>VR@ MQ$&)$@Y.)@WA*L*F>JA4_S$BILW2C[W4L")@BC+5V!*EVLH.@X)6;"+="M>, MU0HT6#5(];=_)"45:;9ISU$UU4H4[C=33]W-#VX8*"6MC+/F2ZFE/JHIJJ)J MB7Y9TC:N$JKVC950J3JPRJ5:L;HG^GE=(C&'9]*?!2@BAYI*GGZLU8Y;@PX1 M*DTN:4%4KEAJ/'2TL&`VP<,I5\14$XJ8+MM-R<.)I3&UYTEC:@K2F)I,&E/[ M^M*8VE(:4U.7QM0`TICL1O@\D=35S315.V73^00NFB=VJ7U#L4MMJ6$ID94M.1-V#I.E&LM8BG$E1K,5[QN)**E2Q]@]D:TS/:ANBL_)W4[#@5*):R M8_45:P?%4G955*\W:GN-*A%5K!T42]GM-79V$RF[VIM8RHY\I%)V*S.GPJ9! M1.SHJ<3:Z?GT;/DZ9J8RT=JJ,G5#FZ/Z"&7/:&,?MZ*>I2*%JT)830MA8!:2A8$@E8PN]';$E==><%E8"4%(I4 M57>\%U0"\A04BEY&$^9%Y8"^IH8.\/_-HT!_9JE4\]+J,=]4$49)XN4E15A@ MNBE0%1:0I,L7B;"H":[P)%L*1%B@@BBOJA'_F:H1+Z!D(QS9+Q(R49)(41)? M49)U41*,49*B41*Y49+/41+F49+\>9ZFD+)NT3/%D2`O\[\JJ;PJJ;PJJ;R$ MDLI7D\UX55;YHRJK_*$$4;+7<9CW,M:?W7-?1)*KJ,BE`H!R`T+%`K'.A43/ M1":'(I79D.FMR#49@+H.4H4*NB`9*K%`DT]>1ZO.(Y9%D\C]R61B@M(Q8G48D M\"13,!%+XZP](_I=Z8[PGL>+.2JOY_].%`647S)_L;?>55[%5WS)W'NQM]X] M^*OX+_$F]`N^^O[UWAF':4/S7[I>OIS]HF]*?\/7GU5>:'ZQEXY!;PH#WSJ& 0O,"L]M+QOP&N=K2_V)(``$/S ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 13:23:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA24358 for freebsd-ports-outgoing; Sat, 6 Feb 1999 13:23:08 -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 NAA24346; Sat, 6 Feb 1999 13:23:04 -0800 (PST) (envelope-from sada@FreeBSD.org) From: SADA Kenji Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA97342; Sat, 6 Feb 1999 13:23:03 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 6 Feb 1999 13:23:03 -0800 (PST) Message-Id: <199902062123.NAA97342@freefall.freebsd.org> To: cpiazza@home.net, sada@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9912 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ssh2 port update to 2.0.12 State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sat Feb 6 13:21:46 PST 1999 State-Changed-Why: Already committed by Ache. TNX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 16:50:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA14903 for freebsd-ports-outgoing; Sat, 6 Feb 1999 16:50:11 -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 QAA14836 for ; Sat, 6 Feb 1999 16:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA05365; Sat, 6 Feb 1999 16:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA14453 for ; Sat, 6 Feb 1999 16:45:59 -0800 (PST) (envelope-from nox@saturn.hb.north.de) Received: from saturn.hb.north.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id BAA17795 for FreeBSD-gnats-submit@freebsd.org; Sun, 7 Feb 1999 01:17:31 +0100 Received: (from nox@localhost) by saturn.hb.north.de (8.8.5/8.8.5) id BAA22863; Sun, 7 Feb 1999 01:23:22 +0100 (MET) Message-Id: <199902070023.BAA22863@saturn.hb.north.de> Date: Sun, 7 Feb 1999 01:23:22 +0100 (MET) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9936: afio-2.4.2 new MASTER_SITE_SUBDIR Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9936 >Category: ports >Synopsis: afio-2.4.2 new MASTER_SITE_SUBDIR >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 6 16:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 2.2.5-RELEASE i386 >Organization: >Environment: >Description: apparently Linux/system/Backup on sunsite has moved to Linux/system/backup, causing fetch not to find the distfile >How-To-Repeat: try make fetch and see >Fix: (Yes i'm back... my mail address has also changed:) Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/sysutils/afio/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1997/01/06 09:24:57 1.5 +++ Makefile 1999/02/07 00:14:22 @@ -1,5 +1,5 @@ # New ports collection makefile for: afio -# Version required: 2.4.1 +# Version required: 2.4.2 # Date created: 4 October 1995 # Whom: Juergen Lock # @@ -10,10 +10,10 @@ PKGNAME= afio-2.4.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= system/Backup +MASTER_SITE_SUBDIR= system/backup EXTRACT_SUFX= .tgz -MAINTAINER= nox@jelal.hb.north.de +MAINTAINER= nox@jelal.kn-bremen.de ALL_TARGET= afio MAN1= afio.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 17:10:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA16829 for freebsd-ports-outgoing; Sat, 6 Feb 1999 17:10:26 -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 RAA16755 for ; Sat, 6 Feb 1999 17:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA06117; Sat, 6 Feb 1999 17:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from d1o29.telia.com (d1o29.telia.com [194.236.214.241]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA16633 for ; Sat, 6 Feb 1999 17:06:35 -0800 (PST) (envelope-from girgen@partitur.se) Received: from stordatan.telia.com (t3o29p69.telia.com [194.236.215.69]) by d1o29.telia.com (8.8.8/8.8.5) with ESMTP id CAA13972 for ; Sun, 7 Feb 1999 02:06:22 +0100 (MET) Received: (from girgen@localhost) by stordatan.telia.com (8.9.2/8.9.1) id CAA30879; Sun, 7 Feb 1999 02:05:53 +0100 (CET) (envelope-from girgen@partitur.se) Message-Id: <199902070105.CAA30879@stordatan.telia.com> Date: Sun, 7 Feb 1999 02:05:53 +0100 (CET) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9937: samba 2.0.1 update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9937 >Category: ports >Synopsis: Samba updated. Old distfile removed. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 6 17:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: User & >Release: FreeBSD 3.0-STABLE i386 >Organization: Partitur >Environment: FreeBSD stordatan.palle.se 3.0-STABLE FreeBSD 3.0-STABLE #1: Fri Feb 5 03:19:47 CET 1999 girgen@stordatan.palle.se:/usr/src/sys/compile/PALLE3 i386 >Description: Samba updated to 2.0.1. I've had troubles with 2.0.0, and the distfile has been removed from the site, so it really needs updating. >How-To-Repeat: >Fix: diff -urN samba.old/Makefile samba/Makefile --- samba.old/Makefile Mon Jan 18 10:28:29 1999 +++ samba/Makefile Sat Feb 6 18:00:21 1999 @@ -6,10 +6,9 @@ # $Id: Makefile,v 1.30 1999/01/18 09:28:29 foxfair Exp $ # -DISTNAME= samba-2.0.0 -#PKGNAME= samba-2.0.0 +DISTNAME= samba-2.0.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.bitcon.no/.7/unix/networking/samba/ \ +MASTER_SITES= ftp://ftp.sunet.se/pub/unix/utilities/samba/ \ ftp://samba.anu.edu.au/pub/samba/ MAINTAINER= hosokawa@jp.FreeBSD.org @@ -28,7 +27,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ - --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat + --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ + --with-lockdir=${VARDIR}/spool/lock WRKSRC= ${WRKDIR}/${DISTNAME}/source MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ diff -urN samba.old/files/md5 samba/files/md5 --- samba.old/files/md5 Mon Jan 18 03:34:05 1999 +++ samba/files/md5 Sat Feb 6 12:37:11 1999 @@ -1 +1 @@ -MD5 (samba-2.0.0.tar.gz) = fb4477a7967a2df752a2a94a493fbe51 +MD5 (samba-2.0.1.tar.gz) = b877b737ae00723d4f7ba6b30343d38f diff -urN samba.old/patches/patch-aa samba/patches/patch-aa --- samba.old/patches/patch-aa Mon Jan 18 03:34:06 1999 +++ samba/patches/patch-aa Sat Feb 6 17:51:37 1999 @@ -1,5 +1,5 @@ ---- Makefile.in.orig Fri Jan 15 05:07:20 1999 -+++ Makefile.in Fri Jan 15 22:47:59 1999 +--- Makefile.in.old Sat Feb 6 17:33:09 1999 ++++ Makefile.in Sat Feb 6 17:49:49 1999 @@ -23,9 +23,7 @@ BASEDIR= @prefix@ @@ -23,24 +23,22 @@ CONFIGFILE = $(LIBDIR)/smb.conf LMHOSTSFILE = $(LIBDIR)/lmhosts DRIVERFILE = $(LIBDIR)/printers.def -@@ -52,7 +51,10 @@ - SWATDIR = @swatdir@ - +@@ -53,6 +52,9 @@ # the directory where lock files go --LOCKDIR = $(VARDIR)/locks -+LOCKDIR = $(VARDIR)/spool/lock -+ + LOCKDIR = @lockdir@ + +# the directory where pid files go +PIDFILEDIR = $(VARDIR)/run - ++ # The directory where code page definition files go CODEPAGEDIR = $(LIBDIR)/codepages -@@ -71,7 +73,7 @@ - PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" -DSMB_PASSWD_PROGRAM=\"$(SMB_PASSWD_PROGRAM)\" + +@@ -70,7 +72,7 @@ + PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" FLAGS1 = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper $(CPPFLAGS) -DSMBLOGFILE=\"$(SMBLOGFILE)\" -DNMBLOGFILE=\"$(NMBLOGFILE)\" FLAGS2 = -DCONFIGFILE=\"$(CONFIGFILE)\" -DLMHOSTSFILE=\"$(LMHOSTSFILE)\" -FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DSMBRUN=\"$(SMBRUN)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" +FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DPIDFILEDIR=\"$(PIDFILEDIR)\" -DSMBRUN=\"$(SMBRUN)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" FLAGS4 = -DDRIVERFILE=\"$(DRIVERFILE)\" -DBINDIR=\"$(BINDIR)\" FLAGS5 = $(FLAGS1) $(FLAGS2) $(FLAGS3) $(FLAGS4) -DHAVE_INCLUDES_H - FLAGS = $(FLAGS5) $(PASSWD_FLAGS) + FLAGS = $(ISA) $(FLAGS5) $(PASSWD_FLAGS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 17:50:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19898 for freebsd-ports-outgoing; Sat, 6 Feb 1999 17:50:16 -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 RAA19881 for ; Sat, 6 Feb 1999 17:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA07437; Sat, 6 Feb 1999 17:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 6 Feb 1999 17:50:01 -0800 (PST) Message-Id: <199902070150.RAA07437@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Chris Dillon Subject: Re: ports/9937: samba 2.0.1 update Reply-To: Chris Dillon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9937; it has been noted by GNATS. From: Chris Dillon To: girgen@partitur.se Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/9937: samba 2.0.1 update Date: Sat, 6 Feb 1999 19:43:55 -0600 (CST) On Sun, 7 Feb 1999 girgen@partitur.se wrote: > > >Number: 9937 > >Category: ports > >Synopsis: Samba updated. Old distfile removed. Woops, and 2.0.1 was yanked a few hours after it was released. 2.0.2 is out now. Feel like doing that just one more time? :-) -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net /* FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and compatibles (SPARC and Alpha under development) ( http://www.freebsd.org ) */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 18:20:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22169 for freebsd-ports-outgoing; Sat, 6 Feb 1999 18:20:38 -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 SAA22141 for ; Sat, 6 Feb 1999 18:20:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA08209; Sat, 6 Feb 1999 18:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from couatl.uchicago.edu (couatl.uchicago.edu [128.135.21.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22039 for ; Sat, 6 Feb 1999 18:19:15 -0800 (PST) (envelope-from sfarrell@couatl.uchicago.edu) Received: (from sfarrell@localhost) by couatl.uchicago.edu (8.9.1/8.9.0) id UAA26381; Sat, 6 Feb 1999 20:20:23 -0600 (CST) Message-Id: <199902070220.UAA26381@couatl.uchicago.edu> Date: Sat, 6 Feb 1999 20:20:23 -0600 (CST) From: stephen farrell Reply-To: sfarrell@healthquiz.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9939: NEW port for tkRunIt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9939 >Category: ports >Synopsis: NEW port for tkRunIt >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 6 18:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: stephen farrell >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: new port for tkRunIt, a simple and nice tk-based pop-up that can run programs (e.g., in lieu of lauching an xterm) >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: # # tkrunit # tkrunit/Makefile # tkrunit/files # tkrunit/files/md5 # tkrunit/pkg # tkrunit/pkg/COMMENT # tkrunit/pkg/DESCR # tkrunit/pkg/PLIST # echo c - tkrunit mkdir -p tkrunit > /dev/null 2>&1 echo x - tkrunit/Makefile sed 's/^X//' >tkrunit/Makefile << 'END-of-tkrunit/Makefile' X# New port makefile for: tkrunnit X# Version required: 0.92 X# Date created: 6 February, 1999 X# Whom: X# X# $Id$ X# X XPKGNAME= tkRunIt-0.92 XDISTNAME= tkRunIt-092 XCATEGORIES= misc XMASTER_SITES= http://www.cs.columbia.edu/~etgold/software/tkRunIt/ X XMAINTAINER= steve@farrell.org XNO_BUILD= yes X XRUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 X Xpost-extract: X @(cd ${WRKDIR} ; mv tkRunIt ${DISTNAME}) Xdo-install: X @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} runit.tcl ${PREFIX}/bin) X X.include END-of-tkrunit/Makefile echo c - tkrunit/files mkdir -p tkrunit/files > /dev/null 2>&1 echo x - tkrunit/files/md5 sed 's/^X//' >tkrunit/files/md5 << 'END-of-tkrunit/files/md5' XMD5 (tkRunIt-092.tar.gz) = 60fbc223e88f618b4218425080b58860 END-of-tkrunit/files/md5 echo c - tkrunit/pkg mkdir -p tkrunit/pkg > /dev/null 2>&1 echo x - tkrunit/pkg/COMMENT sed 's/^X//' >tkrunit/pkg/COMMENT << 'END-of-tkrunit/pkg/COMMENT' XGUI app launcher with completion and history END-of-tkrunit/pkg/COMMENT echo x - tkrunit/pkg/DESCR sed 's/^X//' >tkrunit/pkg/DESCR << 'END-of-tkrunit/pkg/DESCR' XtkRunIt is a run dialog box for X which allows you to execute Xcommandline without using an xterm. tkRunIt was inspired by Xrun Xbut is designed to be completely navigable from the keyboard and Xto allow extreme customizablility as I often find that personal Xworkspace tools/shortcuts are seldom workflow compatible across Xusers. END-of-tkrunit/pkg/DESCR echo x - tkrunit/pkg/PLIST sed 's/^X//' >tkrunit/pkg/PLIST << 'END-of-tkrunit/pkg/PLIST' Xbin/runit.tcl END-of-tkrunit/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 18:40:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23277 for freebsd-ports-outgoing; Sat, 6 Feb 1999 18:40:54 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23115; Sat, 6 Feb 1999 18:39:21 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id NAA21785; Sun, 7 Feb 1999 13:08:59 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA17739; Sun, 7 Feb 1999 13:08:57 +1030 Date: Sun, 7 Feb 1999 13:08:57 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Randall Hopper Cc: Adrian Wontroba , multimedia@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ANN: Fxtv 0.48 In-Reply-To: <19990206133233.A5755@pagesz.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 Sat, 6 Feb 1999, Randall Hopper wrote: > Fxtv doesn't use JPEG, but the latest TIFF apparently depends on it now. > So, fxtv must also. You only need to depend on the explicit dependencies for that port only. If X depends on Y, and Y on Z, then the build process will look for 'Y', and if it doesn't find it, go away and build Z, then Y, then return to X. If Y exists, then it's assumed Z was built and used appropriately too. So, you don't need libjpeg here. > On 3.0-RELEASE, it's "jpeg-6b". On 3.0-STABLE, it's "jpeg". On > 4.0-current, it's "jpeg". On 2.2.8, who knows -- the ports directory is > empty. > > I'd like to have one port that builds on all versions, particularly those > that are released (2.2.8 and 3.0). So my basic question is, how to cook > this universal port? When your port update gets committed, how are people going to have access to it unless they update their ports collection (cvsup, whatever)? If they update their ports collection, they at the same time get the current port framework for libjpeg, and everything else. If they try and only update one collection (e.g. ports-graphics) then in this case it will still work, since fxtv and jpeg are both in graphics. In general however, people are expected to upgrade the whole lot at once if they want to upgrade at all, otherwise things will not work. In other words, build your ports against the 'head' of the ports collection (where things are now) - it's the only supported ports collection for all FreeBSD releases. Of course, now that -stable is 3.x and -current is 4.x, support for 2.x in ports is optional for maintainers/submitters (see the recent announcement). > 2) Or can I just eliminate the jpeg LIB_DEPENDS entry? > > Maybe the ports system is smart enough to know that because I depend on > TIFF, and TIFF depends on JPEG, then by transitivity I depend on JPEG (?). > And it'll register the JPEG dependency appropriately. Yes. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 18:43:48 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23457 for freebsd-ports-outgoing; Sat, 6 Feb 1999 18:43:48 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23367 for ; Sat, 6 Feb 1999 18:42:12 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id NAA21983; Sun, 7 Feb 1999 13:11:47 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA17380; Sun, 7 Feb 1999 13:11:46 +1030 Date: Sun, 7 Feb 1999 13:11:46 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: "Michael A. Olson" Cc: ports@FreeBSD.ORG, josh@ican.net Subject: Re: Berkeley DB port to FreeBSD In-Reply-To: <199902062000.PAA14479@smtp1.mindspring.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 6 Feb 1999, Michael A. Olson wrote: > We're currently at release 2.7; the 2.3 code is more than a year > old, and we're no longer supporting it. I've pinged Josh on this, > but he's apparently pretty busy, as I haven't heard back. I'll grab this and submit an update to the current version. > Can you pull the ref to the older code from the ports page? Our > stuff, as downloaded from www.sleepycat.com, builds and runs > correctly on FreeBSD, so people can feel free simply to grab the > newest release and build it. The released code includes a full > automated test suite. Thanks for dropping us the line, and thanks for supporting FreeBSD! Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 19:10:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25436 for freebsd-ports-outgoing; Sat, 6 Feb 1999 19:10:57 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-43.fwi.com [209.84.172.48]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25322 for ; Sat, 6 Feb 1999 19:09:14 -0800 (PST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id WAA27350; Sat, 6 Feb 1999 22:08:59 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.2/8.9.2) id WAA91709; Sat, 6 Feb 1999 22:10:05 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) To: "Michael A. Olson" Cc: ports@FreeBSD.ORG Subject: Re: Berkeley DB port to FreeBSD References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Don Croyle Date: 06 Feb 1999 22:10:01 -0500 Organization: Minimal at best In-Reply-To: "Michael A. Olson"'s message of "Sat, 06 Feb 1999 11:58:44 -0800" Message-ID: <86pv7moqnq.fsf@emerson.gelemna.ft-wayne.in.us> Lines: 27 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Michael A. Olson" writes: > We're currently at release 2.7; the 2.3 code is more than a year > old, and we're no longer supporting it. I've pinged Josh on this, > but he's apparently pretty busy, as I haven't heard back. > > Can you pull the ref to the older code from the ports page? Our > stuff, as downloaded from www.sleepycat.com, builds and runs > correctly on FreeBSD, so people can feel free simply to grab the > newest release and build it. The released code includes a full > automated test suite. I took a look at your web site with a view towards updating the port, and it appears that the only way to download the current distfile is via a cgi-bin script there. One of the great beauties of the FreeBSD ports system is the way it automates the download, building and installation process. Speaking solely for myself, I think we're better off with a slightly dated distfile that's cached on FreeBSD mirrors worldwide that attempting to track something that has to be manually downloaded every time. If you would be willing to provide a fixed URL from which the new releases can be fetched, I think that we would be much more likely to keep the port up to date. -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 20:21:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00756 for freebsd-ports-outgoing; Sat, 6 Feb 1999 20:21: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 UAA00723; Sat, 6 Feb 1999 20:20:52 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) From: Jun Kuriyama Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA12316; Sat, 6 Feb 1999 19:49:34 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Date: Sat, 6 Feb 1999 19:49:34 -0800 (PST) Message-Id: <199902070349.TAA12316@freefall.freebsd.org> To: kuriyama@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, nate@FreeBSD.ORG Subject: Re: ports/9150 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports depending on jdk need to know where to find it. Responsible-Changed-From-To: freebsd-ports->nate Responsible-Changed-By: kuriyama Responsible-Changed-When: Sat Feb 6 19:49:17 PST 1999 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 20:27:02 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01580 for freebsd-ports-outgoing; Sat, 6 Feb 1999 20:27:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from pagesz.net (nina.pagesz.net [208.194.157.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01572 for ; Sat, 6 Feb 1999 20:27:00 -0800 (PST) (envelope-from rhh@pagesz.net) Received: from stealth.dummynet. (juana-7.pagesz.net [208.213.126.7]) by pagesz.net (8.8.7/8.8.7) with ESMTP id WAA11143; Sat, 6 Feb 1999 22:57:11 -0500 Received: (from rhh@localhost) by stealth.dummynet. (8.9.1/8.8.8) id WAA07484; Sat, 6 Feb 1999 22:57:47 -0500 (EST) (envelope-from rhh) Date: Sat, 6 Feb 1999 22:57:47 -0500 From: Randall Hopper To: Kris Kennaway Cc: ports@FreeBSD.ORG Subject: Re: ANN: Fxtv 0.48 Message-ID: <19990206225747.A5522@pagesz.net> References: <19990206133233.A5755@pagesz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: ; from Kris Kennaway on Sun, Feb 07, 1999 at 01:08:57PM +1030 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kris Kennaway: |On Sat, 6 Feb 1999, Randall Hopper wrote: |So, you don't need libjpeg here. Thanks. I'd gotten another reply to that effect as well, so for this specific case, sounds like nuking jpeg is the easiest way to stay compatible with the current branch releases (2.2.8, 3.0) and 4.0-current. |> I'd like to have one port that builds on all versions, particularly those |> that are released (2.2.8 and 3.0). So my basic question is, how to cook |> this universal port? | |When your port update gets committed, how are people going to have access |to it unless they update their ports collection (cvsup, whatever)? If |they update their ports collection, they at the same time get the current |port framework for libjpeg, and everything else. If they try and only |update one collection (e.g. ports-graphics) then in this case it will |still work, since fxtv and jpeg are both in graphics. In general however, |people are expected to upgrade the whole lot at once if they want to |upgrade at all, otherwise things will not work. Update the entire ports collection whenever you want the latest-and-greatest of one utility? Does that mean removing existing packages, fetching the new ports and any updated src packages, and rebuilding the port world). That's pretty extreme (and not practical for most folks). Possibly fine for folks with a T1 or ADSL line, a better connection to the FreeBSD site than we east-coasters have (PacBell, MAE-West, etc.), lots of hard drive space, and no local software that isn't FreeBSD-package-based. I've got a 56K, custom software, stick to releases/snaps, and don't sup. I've got this feeling I'm not alone. For that reason, I'd like the port to support the latest -RELEASEs (2.2.8, 3.0). Development branch support (-stables and -current) is a plus of course so the port can be checked in, updated as the port world evolves, and bundled with the next target -RELEASE. |In other words, build your ports against the 'head' of the ports collection |(where things are now) - it's the only supported ports collection for all |FreeBSD releases. I'm confused as to what you mean by "head". Do you mean, -stable? For example, 3.0-stable is the only supported ports/package collection for 3.0-RELEASE? I think have must have misunderstood. If I didn't, it seems to me that folks buying/running a FreeBSD -RELEASE ought to be able to install it and go fetch latest-and-greatest software/utils off the web that they can build for -RELEASE and register with the FreeBSD package manager without having to try to sup part/all of -stable. -stable and -current are development branches afterall. The average user probably runs -RELEASE. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 20:29:52 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA01990 for freebsd-ports-outgoing; Sat, 6 Feb 1999 20:29:52 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA01983 for ; Sat, 6 Feb 1999 20:29:46 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id OAA22781; Sun, 7 Feb 1999 14:59:35 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA19616; Sun, 7 Feb 1999 14:59:34 +1030 Date: Sun, 7 Feb 1999 14:59:34 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Randall Hopper Cc: ports@FreeBSD.ORG Subject: Re: ANN: Fxtv 0.48 In-Reply-To: <19990206225747.A5522@pagesz.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 Sat, 6 Feb 1999, Randall Hopper wrote: > Kris Kennaway: > |On Sat, 6 Feb 1999, Randall Hopper wrote: > |So, you don't need libjpeg here. > > Thanks. I'd gotten another reply to that effect as well, so for this > specific case, sounds like nuking jpeg is the easiest way to stay > compatible with the current branch releases (2.2.8, 3.0) and 4.0-current. There's only one ports tree. If people want to use a port which isn't part of their release snapshot, they're expected to update the ports tree. If people insist on running a partly-old version of their ports tree, they're likely to run into problems and the answer when they come for support is likely to be "cvsup your ports tree". > |When your port update gets committed, how are people going to have access > |to it unless they update their ports collection (cvsup, whatever)? If > |they update their ports collection, they at the same time get the current > |port framework for libjpeg, and everything else. If they try and only > |update one collection (e.g. ports-graphics) then in this case it will > |still work, since fxtv and jpeg are both in graphics. In general however, > |people are expected to upgrade the whole lot at once if they want to > |upgrade at all, otherwise things will not work. > > Update the entire ports collection whenever you want the > latest-and-greatest of one utility? Does that mean removing existing My understanding is that it's the only "supported" way to do it. Sure, you can do it manually by fetching only the latest versions of the port, plus all of its dependency tree, but this is likely to fail if you're not sure of what you're doing, or miss one of the dependencies. > packages, fetching the new ports and any updated src packages, and > rebuilding the port world). That's pretty extreme (and not practical for > most folks). No, just the ports framework (not the distfiles, except of course for the ones you need). Using cvsup is the easiest way do this by far. I cvsup over my 14.4k modem from Australia and it takes 5 minutes at the most, if I havent dont it for a week or two. Once you have the latest port tree, whether or not you upgrade existing packages to newer versions is optional (see sysutils/pkg_version however). It does ensure that if you try and compile something which depends on a newer version of a library, or an entire port which didn't exist in your older snapshot, then it will work (upgraded versions of non-libraries - e.g. binaries, are often harder to notice and have to be upgraded by hand if it's a hard dependency, e.g. the port needs some new feature not present in your older version) Using cvsup is really trivial, takes 5 minutes to set up and runs using a single command. If you pick a mirror site which is topologically close to you then it will be reasonably fast even with poor connectivity. > For that reason, I'd like the port to support the latest -RELEASEs (2.2.8, > 3.0). Development branch support (-stables and -current) is a plus of > course so the port can be checked in, updated as the port world evolves, > and bundled with the next target -RELEASE. I don't know of any other ports which try and stay backwards-compatible with older snapshots of the ports tree like you suggested. It's generally accepted that if you want to use a new port, you have to upgrade the other things it depends on to the latest versions also (either by hand, which is difficult and error-prone, or by using cvsup to do it automatically). > |In other words, build your ports against the 'head' of the ports collection > |(where things are now) - it's the only supported ports collection for all > |FreeBSD releases. > > I'm confused as to what you mean by "head". Do you mean, -stable? For > example, 3.0-stable is the only supported ports/package collection for > 3.0-RELEASE? I think have must have misunderstood. There is only one ports cvs collection. When x.y-release comes along, a 'snapshot' is taken of the current contents of the cvs tree, and that becomes the contents of /usr/ports in the x.y-release CD. The day after the snapshot is taken, the ports cvs tree moves on. These are all snapshots of a single moving target - there's no "3.0-release ports branch" which is maintained separately to the "2.x ports branch", the "4.x ports branch", etc. > If I didn't, it seems to me that folks buying/running a FreeBSD -RELEASE > ought to be able to install it and go fetch latest-and-greatest > software/utils off the web that they can build for -RELEASE and register > with the FreeBSD package manager without having to try to sup part/all of > -stable. -stable and -current are development branches afterall. The > average user probably runs -RELEASE. They can. The latest/greatest ports collection is a separate CVS tree to the -stable/-current source trees. Please read the relevant sections in the handbook - this is pretty basic stuff about how the project is organised. Kris > > Thanks, > > Randall > ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 20:36:34 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA02927 for freebsd-ports-outgoing; Sat, 6 Feb 1999 20:36:34 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA02914 for ; Sat, 6 Feb 1999 20:36:28 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id PAA22646; Sun, 7 Feb 1999 15:06:20 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA15732; Sun, 7 Feb 1999 15:06:19 +1030 Date: Sun, 7 Feb 1999 15:06:19 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Don Croyle Cc: "Michael A. Olson" , ports@FreeBSD.ORG Subject: Re: Berkeley DB port to FreeBSD In-Reply-To: <86pv7moqnq.fsf@emerson.gelemna.ft-wayne.in.us> 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 6 Feb 1999, Don Croyle wrote: > I took a look at your web site with a view towards updating the port, > and it appears that the only way to download the current distfile is > via a cgi-bin script there. One of the great beauties of the FreeBSD > ports system is the way it automates the download, building and > installation process. It's a cgi script which redirects to a ftp site, probably so the "latest" version can be tracked without needing to change the html. There's no problem grabbing the distfiles from there.. On a different note, though, the downloads page only points to the beta release. For someone using the software in a production environment, it's probably better to use the stable release, which is what I think I'll update the port to. Just another point to the sleepycat guys - have you given thought to maintaining the FreeBSD package yourselves? It's quite simple to do once you learn "the ropes" (took me an evening), and it means you take control of tracking the latest version of your software yourself without having to rely on a (slack) external maintainer. There are a few other software developers which do this with their ports already. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 21:14:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA06348 for freebsd-ports-outgoing; Sat, 6 Feb 1999 21:14:27 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from repop2.jps.net (repop2.jps.net [209.63.224.239]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA06343 for ; Sat, 6 Feb 1999 21:14:25 -0800 (PST) (envelope-from arruth@jps.net) Received: from dmruth (209-142-54-131.stk.jps.net [209.142.54.131]) by repop2.jps.net (8.9.0/8.8.5) with SMTP id VAA15823; Sat, 6 Feb 1999 21:15:32 -0800 (PST) Message-ID: <000701be4da1$9f662ee0$83368ed1@dmruth> From: "Adam Ruth" To: Cc: Subject: FreeBSD Port: snes9x-116a Date: Sun, 31 Jan 1999 21:13:34 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BE4D5E.8FB019E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BE4D5E.8FB019E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi. I was wondering if I can run the SNES emulator on a 486-33 with 12 = megs of ram. Thanks Please reply.. ------=_NextPart_000_0004_01BE4D5E.8FB019E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi. I was wondering if I can run the = SNES=20 emulator on a 486-33 with 12 megs of ram. Thanks
 
Please reply..
 
------=_NextPart_000_0004_01BE4D5E.8FB019E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 21:32:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07726 for freebsd-ports-outgoing; Sat, 6 Feb 1999 21:32:58 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from hoek@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA07719; Sat, 6 Feb 1999 21:32:56 -0800 (PST) (envelope-from hoek) Message-ID: <19990206213256.A7077@freebsd.org> Date: Sat, 6 Feb 1999 21:32:56 -0800 From: Tim Vanderhoek To: freebsd-ports@FreeBSD.ORG Subject: Re: Use of MAN3= without an install.man target References: <19990206132912.A24601@cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <19990206132912.A24601@cs.uni-magdeburg.de>; from Roland Jesse on Sat, Feb 06, 1999 at 01:29:12PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Feb 06, 1999 at 01:29:12PM +0100, Roland Jesse wrote: > > The ACE package does not have any install* targets. I install > everything - including the manpages - in ${PREFIX}/ACE_wrappers/. You could use MANPREFIX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 6 22:30:39 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13104 for freebsd-ports-outgoing; Sat, 6 Feb 1999 22:30: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 WAA13074; Sat, 6 Feb 1999 22:30:17 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA20794; Sat, 6 Feb 1999 22:30:17 -0800 (PST) (envelope-from ache@FreeBSD.org) Date: Sat, 6 Feb 1999 22:30:17 -0800 (PST) Message-Id: <199902070630.WAA20794@freefall.freebsd.org> To: ru@ucb.crimea.ua, ache@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9917 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: security/pgp: extract is broken State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Sat Feb 6 22:30:02 PST 1999 State-Changed-Why: fix applied To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message