From owner-freebsd-ports Sun Jul 4 2: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70CBA14E21 for ; Sun, 4 Jul 1999 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA09620; Sun, 4 Jul 1999 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc1-57.eisa.net.au [203.166.251.57]) by hub.freebsd.org (Postfix) with ESMTP id ECEDF14DA7 for ; Sun, 4 Jul 1999 01:52:57 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id SAA42556; Sun, 4 Jul 1999 18:52:46 +1000 (EST) Message-Id: <199907040852.SAA42556@blues.ghis.net> Date: Sun, 4 Jul 1999 18:52:46 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12504: update port: xchat-1.0.0 to 1.1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12504 >Category: ports >Synopsis: update port: xchat-1.0.0 to 1.1.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 Jul 4 02:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-19990517-STABLE i386 >Organization: >Environment: >Description: Patch updates xchat to the latest version. Port now uses bzip2; also updated MASTER_SITES and pkg/PLIST. >How-To-Repeat: >Fix: Apply the following patch.. diff -ruN /usr/ports/irc/xchat/Makefile xchat/Makefile --- /usr/ports/irc/xchat/Makefile Thu Jul 1 21:19:36 1999 +++ xchat/Makefile Sun Jul 4 18:42:24 1999 @@ -1,16 +1,15 @@ # New ports collection makefile for: xchat -# Version required: 1.0.0 +# Version required: 1.1.0 # Date created: 17 Nov 1998 # Whom: Jim Mock # # $Id: Makefile,v 1.15 1999/06/30 17:26:14 cpiazza Exp $ # -DISTNAME= xchat-1.0.0 +DISTNAME= xchat-1.1.0 CATEGORIES= irc -MASTER_SITES= http://xchat.linuxpower.org/files/ \ - http://www.ozemail.com.au/~peterzelezny/xchat/ \ - http://www.spyda.co.za/pub/linux/x11/irc/xchat/ +MASTER_SITES= http://xchat.org/files/beta/ \ + http://xchat.linuxpower.org/files/beta \ MAINTAINER= jim@phrantic.phear.net @@ -19,6 +18,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes +USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes @@ -26,14 +26,15 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" post-install: - strip ${PREFIX}/bin/xchat + @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) - @${ECHO} " " @${ECHO} "--------------------------------------------------------" @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" @${ECHO} "--------------------------------------------------------" @${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat + @${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat + @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat .endif .include diff -ruN /usr/ports/irc/xchat/files/md5 xchat/files/md5 --- /usr/ports/irc/xchat/files/md5 Thu Jul 1 21:19:36 1999 +++ xchat/files/md5 Sun Jul 4 17:42:34 1999 @@ -1 +1 @@ -MD5 (xchat-1.0.0.tar.gz) = 1c64814fc2b60445f61406649a9e12d4 +MD5 (xchat-1.1.0.tar.bz2) = 7e79a540a3a272a364390586d4ffb80b diff -ruN /usr/ports/irc/xchat/pkg/PLIST xchat/pkg/PLIST --- /usr/ports/irc/xchat/pkg/PLIST Mon Jun 21 11:53:35 1999 +++ xchat/pkg/PLIST Sun Jul 4 18:33:02 1999 @@ -11,4 +11,19 @@ share/doc/xchat/xchat-8.html share/doc/xchat/xchat-9.html share/doc/xchat/xchat-10.html +share/doc/xchat/README +share/doc/xchat/ChangeLog +share/locale/de/LC_MESSAGES/xchat.mo +share/locale/fr/LC_MESSAGES/xchat.mo +share/locale/nl/LC_MESSAGES/xchat.mo +share/locale/sv/LC_MESSAGES/xchat.mo +share/locale/pl/LC_MESSAGES/xchat.mo +share/locale/no/LC_MESSAGES/xchat.mo +share/locale/cs/LC_MESSAGES/xchat.mo +share/locale/es/LC_MESSAGES/xchat.mo +share/locale/it/LC_MESSAGES/xchat.mo +share/locale/ru/LC_MESSAGES/xchat.mo +share/locale/pt_BR/LC_MESSAGES/xchat.mo +share/locale/fr_CA/LC_MESSAGES/xchat.mo +share/locale/sr_YU/LC_MESSAGES/xchat.mo @dirrm share/doc/xchat >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 Jul 4 4:54: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 144A414D35; Sun, 4 Jul 1999 04:54:03 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA89108; Sun, 4 Jul 1999 04:54:03 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 4 Jul 1999 04:54:03 -0700 (PDT) From: Message-Id: <199907041154.EAA89108@freefall.freebsd.org> To: shalunov@lynxhub.lz.att.com, hoek@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10377: `make' in ports does not honor {f,ht}tp_proxy settings Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `make' in ports does not honor {f,ht}tp_proxy settings State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Sun Jul 4 04:51:57 PDT 1999 State-Changed-Why: This PR finishes by making the reccomendation that we ditch fetch and use ftp(1) in its place. This action has been discussed before and it seems more likely that we will someday remove the http: capability (damn gnats editor... I meant: "suptid http: capability") from ftp instead of removing fetch. Somewhere along the discussion of this PR, the originator had his question answered too, it seems, so I'm saved that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 5:30:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56DFD14EB9 for ; Sun, 4 Jul 1999 05:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06277; Sun, 4 Jul 1999 05:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id EB90E14C87 for ; Sun, 4 Jul 1999 05:20:38 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id QAA65888; Sun, 4 Jul 1999 16:20:37 +0400 (MSD) (envelope-from andy) Message-Id: <199907041220.QAA65888@icc.surw.chel.su> Date: Sun, 4 Jul 1999 16:20:37 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12505: Update port: devel/pccts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12505 >Category: ports >Synopsis: Update port: devel/pccts >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 Jul 4 05:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update devel/pccts port. diff -Nru pccts/Makefile pccts-1.33.19/Makefile --- pccts/Makefile Tue Apr 20 14:26:47 1999 +++ pccts-1.33.19/Makefile Sun Jul 4 16:15:03 1999 @@ -1,25 +1,35 @@ # New ports collection makefile for: pccts -# Version required: 1.33 +# Version required: 1.33.19 # Date created: 22 June 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.3 1999/04/20 02:05:24 mharo Exp $ # -DISTNAME= pccts -PKGNAME= pccts-1.33 +DISTNAME= pccts133mr +PKGNAME= pccts-1.33.19 CATEGORIES= devel -MASTER_SITES= http://www.antlr.org/1.33/ +MASTER_SITES= http://www.polnode.com/ +EXTRACT_SUFX= .zip MAINTAINER= andy@icc.surw.chel.su -MAKEFILE= makefile +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + +WRKSRC= ${WRKDIR}/pccts ALL_TARGET= +MAKEFILE= makefile +EXTRACT_CMD= unzip +EXTRACT_AFTER_ARGS= +EXTRACT_BEFORE_ARGS= + MAN1= antlr.1 dlg.1 pccts.1 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/antlr ${PREFIX}/bin/antlr - @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dlg ${PREFIX}/bin/dlg + @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/antlr ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dlg ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/genmk ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/bin/sor ${PREFIX}/bin .for file in pccts antlr/antlr dlg/dlg @ ${INSTALL_MAN} ${WRKSRC}/${file}.1 ${PREFIX}/man/man1 .endfor @@ -30,7 +40,7 @@ .for file in AParser ASTBase ATokPtr ATokenBuffer DLexer DLexerBase PCCTSAST SList @ ${INSTALL_DATA} ${WRKSRC}/h/${file}.cpp ${PREFIX}/include/pccts/${file}.cpp .endfor -.for file in AParser ASTBase ATokPtr AToken ATokenBuffer ATokenStream DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int +.for file in AParser ASTBase ATokPtr AToken ATokenBuffer ATokenStream DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int pcctscfg pccts_assert pccts_setjmp pccts_stdarg pccts_stdio pccts_stdlib pccts_string pccts_iostream pccts_istream @ ${INSTALL_DATA} ${WRKSRC}/h/${file}.h ${PREFIX}/include/pccts/${file}.h .endfor @ ${MKDIR} ${PREFIX}/share/examples/pccts @@ -40,9 +50,11 @@ .for file in makefile 1/makefile 1/test.g 2/MyLexer.cpp 2/MyLexer.h 2/makefile 2/test.g 3/MyLexer.cpp 3/MyLexer.h 3/makefile 3/mytokens.h 3/test.g 4/makefile 4/mytokens.h 4/test.g 5/input.h 5/makefile 5/test.g 6/file1 6/file2 6/main.cpp 6/makefile 6/makefile2 6/test.g 6/test2.g 7/makefile 7/test.g 8/main.cpp 8/makefile 8/test.g 9/makefile 9/test.g 10/makefile 10/test.g 11/input.h 11/makefile 11/test.g 12/makefile 12/test.g 13/makefile 13/test.g @ ${INSTALL_DATA} ${WRKSRC}/testcpp/${file} ${PREFIX}/share/examples/pccts/${file} .endfor + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/pccts -.for file in BOOK README RIGHTS SERVICES history.ps history.txt +.for file in CHANGES_FROM_131.txt CHANGES_FROM_133.txt CHANGES_FROM_133_BEFORE_MR13.txt KNOWN_PROBLEMS.txt README RIGHTS SERVICES history.ps history.txt old_README @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/pccts/${file} .endfor .endif diff -Nru pccts/files/md5 pccts-1.33.19/files/md5 --- pccts/files/md5 Tue Apr 20 14:26:48 1999 +++ pccts-1.33.19/files/md5 Sun Jul 4 14:07:13 1999 @@ -1 +1 @@ -MD5 (pccts.tar.gz) = 1931d1c30805f5919cac2a400e66b474 +MD5 (pccts133mr.zip) = fc84eaf174097172a5cbeeb25185e9fc diff -Nru pccts/patches/patch-aa pccts-1.33.19/patches/patch-aa --- pccts/patches/patch-aa Tue Jul 1 11:48:25 1997 +++ pccts-1.33.19/patches/patch-aa Thu Jan 1 03:00:00 1970 @@ -1,21 +0,0 @@ -*** makefile Fri Oct 6 00:39:42 1995 ---- /home/andy/tmp/wrk/makefile Mon Jun 23 11:16:43 1997 -*************** -*** 49,56 **** - echo antlr executable now in $(BINDIR) - (cd dlg; make -s) - echo dlg executable now in $(BINDIR) -! (cd support/genmk; make -s; mv genmk ../../$(BINDIR)) -! echo genmk executable now in $(BINDIR) - echo - echo " PCCTS 1.33 installation complete (have a nice day)" - ---- 49,56 ---- - echo antlr executable now in $(BINDIR) - (cd dlg; make -s) - echo dlg executable now in $(BINDIR) -! # (cd support/genmk; make -s; mv genmk ../../$(BINDIR)) -! # echo genmk executable now in $(BINDIR) - echo - echo " PCCTS 1.33 installation complete (have a nice day)" - diff -Nru pccts/patches/patch-ab pccts-1.33.19/patches/patch-ab --- pccts/patches/patch-ab Tue Jul 1 11:48:25 1997 +++ pccts-1.33.19/patches/patch-ab Thu Jan 1 03:00:00 1970 @@ -1,19 +0,0 @@ -*** antlr/scan.c Fri Oct 6 00:40:15 1995 ---- /home/andy/tmp/wrk/antlr/scan.c Mon Jun 23 18:25:58 1997 -*************** -*** 140,146 **** - static void act10() - { - NLA = 82; -! warn("Missing <<; found dangling \>\>"); zzskip(); - } - - ---- 140,146 ---- - static void act10() - { - NLA = 82; -! warn("Missing <<; found dangling >>"); zzskip(); - } - - diff -Nru pccts/patches/patch-ac pccts-1.33.19/patches/patch-ac --- pccts/patches/patch-ac Tue Jul 1 11:48:25 1997 +++ pccts-1.33.19/patches/patch-ac Sun Jul 4 15:16:36 1999 @@ -1,19 +1,11 @@ -*** testcpp/makefile Tue Oct 3 23:48:53 1995 ---- /home/andy/tmp/wrk/testcpp/makefile Tue Jun 24 05:44:59 1997 -*************** -*** 5,11 **** - # - # For SGI machines, we recommend using "-woff 3262" in your CFLAGS - # -! #CCC = g++ - make: - -(cd 1; make CCC=$(CCC)) - -(cd 2; make CCC=$(CCC)) ---- 5,11 ---- - # - # For SGI machines, we recommend using "-woff 3262" in your CFLAGS - # -! CCC = g++ - make: - -(cd 1; make CCC=$(CCC)) - -(cd 2; make CCC=$(CCC)) +--- testcpp/makefile Mon Jun 29 21:00:42 1998 ++++ /home/andy/tmp/wrk/testcpp/makefile Sun Jul 4 15:15:19 1999 +@@ -6,7 +6,7 @@ + # For SGI machines, we recommend using "-woff 3262" in your CFLAGS + # + #CCC = g++ +-CCC = CC ++CCC = ${CXX} + make: + -(cd 1; make CCC=$(CCC)) + -(cd 2; make CCC=$(CCC)) diff -Nru pccts/patches/patch-ad pccts-1.33.19/patches/patch-ad --- pccts/patches/patch-ad Tue Jul 1 11:48:25 1997 +++ pccts-1.33.19/patches/patch-ad Sun Jul 4 15:34:56 1999 @@ -1,21 +1,13 @@ -*** testcpp/1/makefile Sat Sep 23 22:33:26 1995 ---- /home/andy/tmp/wrk/testcpp/1/makefile Tue Jun 24 05:49:51 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/1/makefile Wed Mar 25 19:56:40 1998 ++++ /home/andy/tmp/wrk/testcpp/1/makefile Sun Jul 4 15:34:32 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-ae pccts-1.33.19/patches/patch-ae --- pccts/patches/patch-ae Tue Jul 1 11:48:25 1997 +++ pccts-1.33.19/patches/patch-ae Sun Jul 4 15:42:25 1999 @@ -1,21 +1,13 @@ -*** testcpp/2/makefile Sat Sep 23 22:53:10 1995 ---- /home/andy/tmp/wrk/testcpp/2/makefile Tue Jun 24 05:50:47 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/2/makefile Wed Mar 25 20:09:12 1998 ++++ /home/andy/tmp/wrk/testcpp/2/makefile Sun Jul 4 15:38:56 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-af pccts-1.33.19/patches/patch-af --- pccts/patches/patch-af Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-af Sun Jul 4 15:42:32 1999 @@ -1,21 +1,13 @@ -*** testcpp/3/makefile Sat Sep 23 22:54:45 1995 ---- /home/andy/tmp/wrk/testcpp/3/makefile Tue Jun 24 05:51:21 1997 -*************** -*** 17,24 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 17,24 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/3/makefile Wed Mar 25 20:10:26 1998 ++++ /home/andy/tmp/wrk/testcpp/3/makefile Sun Jul 4 15:39:17 1999 +@@ -17,8 +17,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-ag pccts-1.33.19/patches/patch-ag --- pccts/patches/patch-ag Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-ag Sun Jul 4 15:43:31 1999 @@ -1,21 +1,13 @@ -*** testcpp/4/makefile Tue Oct 3 18:52:25 1995 ---- /home/andy/tmp/wrk/testcpp/4/makefile Tue Jun 24 05:51:58 1997 -*************** -*** 17,24 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 17,24 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/4/makefile Wed Mar 25 20:15:48 1998 ++++ /home/andy/tmp/wrk/testcpp/4/makefile Sun Jul 4 15:39:35 1999 +@@ -17,8 +17,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-ah pccts-1.33.19/patches/patch-ah --- pccts/patches/patch-ah Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-ah Sun Jul 4 15:50:21 1999 @@ -1,21 +1,13 @@ -*** testcpp/5/makefile Sat Sep 23 22:59:24 1995 ---- /home/andy/tmp/wrk/testcpp/5/makefile Tue Jun 24 05:52:25 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = Lexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = Lexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/5/makefile Wed Mar 25 20:19:18 1998 ++++ /home/andy/tmp/wrk/testcpp/5/makefile Sun Jul 4 15:48:28 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = Lexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-ai pccts-1.33.19/patches/patch-ai --- pccts/patches/patch-ai Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-ai Sun Jul 4 15:52:45 1999 @@ -1,21 +1,13 @@ -*** testcpp/6/makefile Tue Oct 3 23:31:24 1995 ---- /home/andy/tmp/wrk/testcpp/6/makefile Tue Jun 24 05:53:19 1997 -*************** -*** 14,21 **** - ERR = A/err - HDR_FILE = - SCAN = A/ALexer -! PCCTS = ../.. -! A_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - A = $(BIN)/antlr - D = $(BIN)/dlg ---- 14,21 ---- - ERR = A/err - HDR_FILE = - SCAN = A/ALexer -! PCCTS = /usr/local -! A_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - A = $(BIN)/antlr - D = $(BIN)/dlg +--- testcpp/6/makefile Wed Mar 25 20:55:56 1998 ++++ /home/andy/tmp/wrk/testcpp/6/makefile Sun Jul 4 15:50:39 1999 +@@ -14,8 +14,8 @@ + ERR = A/err + HDR_FILE = + SCAN = A/ALexer +-PCCTS = ../.. +-A_H = $(PCCTS)/h ++PCCTS = /usr/local ++A_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + A = $(BIN)/antlr + D = $(BIN)/dlg diff -Nru pccts/patches/patch-aj pccts-1.33.19/patches/patch-aj --- pccts/patches/patch-aj Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-aj Sun Jul 4 16:04:10 1999 @@ -1,21 +1,13 @@ -*** testcpp/6/makefile2 Tue Oct 3 23:40:01 1995 ---- /home/andy/tmp/wrk/testcpp/6/makefile2 Tue Jun 24 12:53:56 1997 -*************** -*** 14,21 **** - ERR = B/err - HDR_FILE = - SCAN = B/BLexer -! PCCTS = ../.. -! A_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - A = $(BIN)/antlr - D = $(BIN)/dlg ---- 14,21 ---- - ERR = B/err - HDR_FILE = - SCAN = B/BLexer -! PCCTS = /usr/local -! A_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - A = $(BIN)/antlr - D = $(BIN)/dlg +--- testcpp/6/makefile2 Wed Oct 4 02:40:02 1995 ++++ /home/andy/tmp/wrk/testcpp/6/makefile2 Sun Jul 4 16:01:45 1999 +@@ -14,8 +14,8 @@ + ERR = B/err + HDR_FILE = + SCAN = B/BLexer +-PCCTS = ../.. +-A_H = $(PCCTS)/h ++PCCTS = /usr/local ++A_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + A = $(BIN)/antlr + D = $(BIN)/dlg diff -Nru pccts/patches/patch-ak pccts-1.33.19/patches/patch-ak --- pccts/patches/patch-ak Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-ak Sun Jul 4 15:52:50 1999 @@ -1,21 +1,13 @@ -*** testcpp/7/makefile Sat Sep 23 23:11:34 1995 ---- /home/andy/tmp/wrk/testcpp/7/makefile Tue Jun 24 05:54:51 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/7/makefile Wed Mar 25 20:22:24 1998 ++++ /home/andy/tmp/wrk/testcpp/7/makefile Sun Jul 4 15:50:57 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-al pccts-1.33.19/patches/patch-al --- pccts/patches/patch-al Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-al Sun Jul 4 15:52:54 1999 @@ -1,21 +1,13 @@ -*** testcpp/8/makefile Sat Sep 23 23:50:56 1995 ---- /home/andy/tmp/wrk/testcpp/8/makefile Tue Jun 24 05:55:23 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/8/makefile Wed Mar 25 20:24:12 1998 ++++ /home/andy/tmp/wrk/testcpp/8/makefile Sun Jul 4 15:51:13 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-am pccts-1.33.19/patches/patch-am --- pccts/patches/patch-am Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-am Sun Jul 4 15:52:59 1999 @@ -1,21 +1,13 @@ -*** testcpp/9/makefile Sat Sep 23 23:52:19 1995 ---- /home/andy/tmp/wrk/testcpp/9/makefile Tue Jun 24 05:55:54 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/9/makefile Wed Mar 25 20:25:46 1998 ++++ /home/andy/tmp/wrk/testcpp/9/makefile Sun Jul 4 15:51:27 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-an pccts-1.33.19/patches/patch-an --- pccts/patches/patch-an Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-an Sun Jul 4 15:53:05 1999 @@ -1,21 +1,13 @@ -*** testcpp/10/makefile Sun Sep 24 00:01:13 1995 ---- /home/andy/tmp/wrk/testcpp/10/makefile Tue Jun 24 05:56:24 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/10/makefile Wed Mar 25 20:27:28 1998 ++++ /home/andy/tmp/wrk/testcpp/10/makefile Sun Jul 4 15:51:42 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-ao pccts-1.33.19/patches/patch-ao --- pccts/patches/patch-ao Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-ao Sun Jul 4 15:53:08 1999 @@ -1,21 +1,13 @@ -*** testcpp/11/makefile Sun Sep 24 00:02:11 1995 ---- /home/andy/tmp/wrk/testcpp/11/makefile Tue Jun 24 05:57:50 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = Lexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = Lexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/11/makefile Wed Mar 25 20:28:50 1998 ++++ /home/andy/tmp/wrk/testcpp/11/makefile Sun Jul 4 15:51:57 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = Lexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-ap pccts-1.33.19/patches/patch-ap --- pccts/patches/patch-ap Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-ap Sun Jul 4 15:53:19 1999 @@ -1,21 +1,13 @@ -*** testcpp/12/makefile Sun Sep 24 00:05:31 1995 ---- /home/andy/tmp/wrk/testcpp/12/makefile Tue Jun 24 05:58:27 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/12/makefile Wed Mar 25 20:30:32 1998 ++++ /home/andy/tmp/wrk/testcpp/12/makefile Sun Jul 4 15:52:14 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/patches/patch-aq pccts-1.33.19/patches/patch-aq --- pccts/patches/patch-aq Tue Jul 1 11:48:26 1997 +++ pccts-1.33.19/patches/patch-aq Sun Jul 4 15:53:25 1999 @@ -1,21 +1,13 @@ -*** testcpp/13/makefile Sun Sep 24 00:08:42 1995 ---- /home/andy/tmp/wrk/testcpp/13/makefile Tue Jun 24 05:58:53 1997 -*************** -*** 16,23 **** - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = ../.. -! ANTLR_H = $(PCCTS)/h - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg ---- 16,23 ---- - ERR = err - HDR_FILE = - SCAN = DLGLexer -! PCCTS = /usr/local -! ANTLR_H = $(PCCTS)/include/pccts - BIN = $(PCCTS)/bin - ANTLR = $(BIN)/antlr - DLG = $(BIN)/dlg +--- testcpp/13/makefile Wed Mar 25 20:31:50 1998 ++++ /home/andy/tmp/wrk/testcpp/13/makefile Sun Jul 4 15:52:31 1999 +@@ -16,8 +16,8 @@ + ERR = err + HDR_FILE = + SCAN = DLGLexer +-PCCTS = ../.. +-ANTLR_H = $(PCCTS)/h ++PCCTS = /usr/local ++ANTLR_H = $(PCCTS)/include/pccts + BIN = $(PCCTS)/bin + ANTLR = $(BIN)/antlr + DLG = $(BIN)/dlg diff -Nru pccts/pkg/DESCR pccts-1.33.19/pkg/DESCR --- pccts/pkg/DESCR Mon May 3 02:34:38 1999 +++ pccts-1.33.19/pkg/DESCR Sun Jul 4 14:19:49 1999 @@ -12,4 +12,4 @@ make it easier to use for a wider range of translation problems. -WWW: http://www.ANTLR.org/ +WWW: http://www.polnode.com/ diff -Nru pccts/pkg/PLIST pccts-1.33.19/pkg/PLIST --- pccts/pkg/PLIST Tue Apr 20 14:26:48 1999 +++ pccts-1.33.19/pkg/PLIST Sun Jul 4 16:03:51 1999 @@ -1,40 +1,55 @@ bin/antlr bin/dlg -include/pccts/charptr.c -include/pccts/ast.c -include/pccts/SList.cpp -include/pccts/PCCTSAST.cpp -include/pccts/DLexerBase.cpp -include/pccts/DLexer.cpp -include/pccts/ATokenBuffer.cpp -include/pccts/ATokPtr.cpp -include/pccts/ASTBase.cpp +bin/genmk +bin/sor include/pccts/AParser.cpp -include/pccts/int.h -include/pccts/err.h +include/pccts/AParser.h +include/pccts/ASTBase.cpp +include/pccts/ASTBase.h +include/pccts/ATokPtr.h +include/pccts/ATokPtr.cpp +include/pccts/ATokenBuffer.cpp +include/pccts/AToken.h +include/pccts/ATokenBuffer.h +include/pccts/ATokenStream.h +include/pccts/DLexer.cpp +include/pccts/DLexerBase.cpp +include/pccts/DLexerBase.h +include/pccts/PBlackBox.h +include/pccts/PCCTSAST.cpp +include/pccts/PCCTSAST.h +include/pccts/SList.cpp +include/pccts/SList.h +include/pccts/antlr.h +include/pccts/ast.c +include/pccts/ast.h +include/pccts/charbuf.h +include/pccts/charptr.c +include/pccts/charptr.h +include/pccts/config.h include/pccts/dlgdef.h include/pccts/dlgauto.h -include/pccts/config.h -include/pccts/charptr.h -include/pccts/charbuf.h -include/pccts/ast.h -include/pccts/antlr.h -include/pccts/SList.h -include/pccts/PCCTSAST.h -include/pccts/PBlackBox.h -include/pccts/DLexerBase.h -include/pccts/ATokenStream.h -include/pccts/ATokenBuffer.h -include/pccts/AToken.h -include/pccts/ATokPtr.h -include/pccts/ASTBase.h -include/pccts/AParser.h +include/pccts/err.h +include/pccts/int.h +include/pccts/pccts_assert.h +include/pccts/pccts_iostream.h +include/pccts/pccts_istream.h +include/pccts/pccts_setjmp.h +include/pccts/pccts_stdarg.h +include/pccts/pccts_stdio.h +include/pccts/pccts_stdlib.h +include/pccts/pccts_string.h +include/pccts/pcctscfg.h +share/doc/pccts/CHANGES_FROM_131.txt +share/doc/pccts/CHANGES_FROM_133.txt +share/doc/pccts/CHANGES_FROM_133_BEFORE_MR13.txt +share/doc/pccts/KNOWN_PROBLEMS.txt +share/doc/pccts/README +share/doc/pccts/RIGHTS +share/doc/pccts/SERVICES share/doc/pccts/history.txt share/doc/pccts/history.ps -share/doc/pccts/SERVICES -share/doc/pccts/RIGHTS -share/doc/pccts/README -share/doc/pccts/BOOK +share/doc/pccts/old_README share/examples/pccts/makefile share/examples/pccts/1/makefile share/examples/pccts/1/test.g >How-To-Repeat: >Fix: Please, check and apply this patch. >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 Jul 4 6:20: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16C0314CCD for ; Sun, 4 Jul 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28021; Sun, 4 Jul 1999 06:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id D38AB14CCD for ; Sun, 4 Jul 1999 06:14:46 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id RAA66208; Sun, 4 Jul 1999 17:14:44 +0400 (MSD) (envelope-from andy) Message-Id: <199907041314.RAA66208@icc.surw.chel.su> Date: Sun, 4 Jul 1999 17:14:44 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12506: New port: omega-0.90.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12506 >Category: ports >Synopsis: New port: omega-0.90.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 4 06:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of omega-0.90.4, a complex rogue-style game of dungeon exploration. omega is a complex rogue-style game of dungeon exploration. Unlike other such games, there are a number of ways to "win", depending on various actions taken during play. The ways you can get your name on the hiscore board include becoming the highest ranked head of a guild, sect, college, etc., as well as gaining the most points figured from possessions and experience. The game (via the oracle) may impose some structure on your exploration, but you need not follow all of the oracle's advice. There *is* a "total winner" status, by the way. omega offers a richness of playing detail that goes beyond a simple game like rogue. However, the majority of gameplay is very similar to rogue, hack, ultrarogue, larn, and other such games. The player is represented by the highlighted "@" symbol, objects and terrain features are represented by non-alphabetic symbols, monsters are represented by the various upper and lower case letters, and other humans are represented by a non-highlighted "@". It is recommended that the novice read the man pages for rogue or some other such game and perhaps play a few games before playing omega. WWW: http://dolphin.openprojects.net/Omega/ # 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: # # omega-0.90.4 # omega-0.90.4/Makefile # omega-0.90.4/files # omega-0.90.4/files/md5 # omega-0.90.4/patches # omega-0.90.4/patches/patch-aa # omega-0.90.4/patches/patch-ab # omega-0.90.4/patches/patch-ac # omega-0.90.4/patches/patch-ad # omega-0.90.4/patches/patch-ae # omega-0.90.4/patches/patch-af # omega-0.90.4/patches/patch-ag # omega-0.90.4/pkg # omega-0.90.4/pkg/PLIST # omega-0.90.4/pkg/COMMENT # omega-0.90.4/pkg/DESCR # echo c - omega-0.90.4 mkdir -p omega-0.90.4 > /dev/null 2>&1 echo x - omega-0.90.4/Makefile sed 's/^X//' >omega-0.90.4/Makefile << 'END-of-omega-0.90.4/Makefile' X# New ports collection makefile for: omega X# Version required: 0.90.4 X# Date created: 14 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= omega-0.90-pa4 XPKGNAME= omega-0.90.4 XCATEGORIES= games XMASTER_SITES= http://dolphin.openprojects.net/Omega/Downloads/Prealphas/ X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= XWRKSRC= ${WRKDIR}/omega XMAN6= omega.6 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/omega ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/docs/omega.6 ${PREFIX}/man/man6 X @ chown games:games ${PREFIX}/bin/omega X @ chmod 4711 ${PREFIX}/bin/omega X @ ${MKDIR} ${PREFIX}/share/omega X @ ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/omega X @ ${RM} ${PREFIX}/share/omega/license.old X @ chmod 0600 ${PREFIX}/share/omega/omega.hi X @ chmod 0600 ${PREFIX}/share/omega/omega.log X @ ${CP} ${PREFIX}/share/omega/omega.hi ${PREFIX}/share/omega/omegahi.bak X @ chown -R games:games ${PREFIX}/share/omega X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/omega X.for file in buglist.txt docs/compile.all docs/readme.1st docs/omega.txt docs/readme3 docs/readme4 X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/omega X.endfor X.endif X X.include END-of-omega-0.90.4/Makefile echo c - omega-0.90.4/files mkdir -p omega-0.90.4/files > /dev/null 2>&1 echo x - omega-0.90.4/files/md5 sed 's/^X//' >omega-0.90.4/files/md5 << 'END-of-omega-0.90.4/files/md5' XMD5 (omega-0.90-pa4.tar.gz) = 4936ed6f4afced6c35a0097fff9430ac END-of-omega-0.90.4/files/md5 echo c - omega-0.90.4/patches mkdir -p omega-0.90.4/patches > /dev/null 2>&1 echo x - omega-0.90.4/patches/patch-aa sed 's/^X//' >omega-0.90.4/patches/patch-aa << 'END-of-omega-0.90.4/patches/patch-aa' X--- Makefile Sat Jan 2 07:00:06 1999 X+++ /home/andy/tmp/wrk/Makefile Fri May 14 20:43:03 1999 X@@ -1,14 +1,29 @@ X+# X+# C compiler X+# X+CC= cc X+ X+# X+# Local packages directory X+# X+LOCALBASE = /usr/local X+ X+# X+# Installation directory X+# X+PREFIX = ${LOCALBASE} X+ X # These two definitions are used if you 'make install' X # the value of LIBDIR should be the same as OMEGALIB in defs.h X-BINDIR = /home/sdossey/omega/ X-LIBDIR = /home/sdossey/omega/lib/ X+BINDIR = ${PREFIX}/bin X+LIBDIR = ${PREFIX}/share/omega X X # One of these should be uncommented, as appropriate, unless your compiler X # does it for you. You can test this by simply trying to 'make' omega - X # it will fail if none of them are defined. If you do uncomment X # one, make sure you comment out the other definition of CFLAGS lower down X X-CFLAGS = -DBSD -ggdb X+CFLAGS+= -DBSD -DOMEGALIB=\"${LIBDIR}/\" X #CFLAGS = -DSYSV -O X # I also had to define -cckr (K&R style C) for system V X #CFLAGS = -DMSDOS -O X@@ -17,14 +32,14 @@ X # CPP should contain the command to run the C preprocessor. X #CPP = cc -E X #CPP = /lib/cpp X-CPP = gcc -E X+CPP = ${CC} -E X X # If you have gcc and don't intend to hack around with the game, X # I recommend setting CC to gcc and using -O (as the CFLAGS). X X #CFLAGS = -O X #LDFLAGS = -s X-CC = gcc X+#CC = gcc X X # comment out one of the following two, after establishing whether your X # machine uses termcap (most BSD machines) or terminfo (System-V) X@@ -48,7 +63,10 @@ X omega: $(OBJ) X $(CC) $(LDFLAGS) $(OBJ) $(LIBS) -o omega X X-install: omega $(BINDIR) $(LIBDIR) X+install: omega X+ mkdir -p $(BINDIR) X+ mkdir -p $(LIBDIR) X+ chown games:games omega X cp omega $(BINDIR) X chmod 4711 $(BINDIR)/omega X - cp lib/* $(LIBDIR) END-of-omega-0.90.4/patches/patch-aa echo x - omega-0.90.4/patches/patch-ab sed 's/^X//' >omega-0.90.4/patches/patch-ab << 'END-of-omega-0.90.4/patches/patch-ab' X--- defs.h Fri Jan 1 03:08:19 1999 X+++ /home/andy/tmp/wrk/defs.h Fri May 14 20:51:11 1999 X@@ -45,7 +45,9 @@ X This might usually be "/usr/games/lib/omegalib/", for unix, X or something like "c:\\games\\omega\\omegalib\\" for msdos */ X X+#ifndef OMEGALIB X #define OMEGALIB "./lib/" X+#endif X X /* Comment the following line out if you want users to be able to override */ X /* the OMEGALIB define, above, by setting the environment variable OMEGALIB */ X@@ -570,7 +572,11 @@ X /* WDT: thank goodness for that lack of implementation. */ X X #else X+#ifdef __FreeBSD__ X+#include X+#else X #include X+#endif X X #define COL_FG_BLINK A_BLINK X END-of-omega-0.90.4/patches/patch-ab echo x - omega-0.90.4/patches/patch-ac sed 's/^X//' >omega-0.90.4/patches/patch-ac << 'END-of-omega-0.90.4/patches/patch-ac' X--- file.c Fri Jan 1 03:08:26 1999 X+++ /home/andy/tmp/wrk/file.c Fri May 14 20:28:46 1999 X@@ -9,7 +9,11 @@ X # ifdef AMIGA X # include X # else X-# include X+# ifdef __FreeBSD__ X+# include X+# else X+# include X+# endif X # endif X # include X # include END-of-omega-0.90.4/patches/patch-ac echo x - omega-0.90.4/patches/patch-ad sed 's/^X//' >omega-0.90.4/patches/patch-ad << 'END-of-omega-0.90.4/patches/patch-ad' X--- fixstr.c Sat Aug 8 13:48:23 1998 X+++ /home/andy/tmp/wrk/fixstr.c Fri May 14 20:37:59 1999 X@@ -15,7 +15,9 @@ X Thus it can be broken. */ X X #include X+#ifndef __FreeBSD__ X #include X+#endif X X #define TMPFILE "fixtmp.c" X END-of-omega-0.90.4/patches/patch-ad echo x - omega-0.90.4/patches/patch-ae sed 's/^X//' >omega-0.90.4/patches/patch-ae << 'END-of-omega-0.90.4/patches/patch-ae' X--- genclr.c Sat Aug 8 16:53:59 1998 X+++ /home/andy/tmp/wrk/genclr.c Fri May 14 20:28:35 1999 X@@ -281,7 +281,11 @@ X */ X fp = emitopen (cfile, argv); X fprintf (fp, "\ X+#ifdef __FreeBSD__\n\ X+#include \n\ X+#else\n\ X #include \n\ X+#endif\n\ X #include \n\ X #include \n\ X END-of-omega-0.90.4/patches/patch-ae echo x - omega-0.90.4/patches/patch-af sed 's/^X//' >omega-0.90.4/patches/patch-af << 'END-of-omega-0.90.4/patches/patch-af' X--- inv.c Fri Jan 1 03:08:33 1999 X+++ /home/andy/tmp/wrk/inv.c Fri May 14 20:28:52 1999 X@@ -8,7 +8,11 @@ X # ifdef AMIGA X # include X # else X-# include X+# ifdef __FreeBSD__ X+# include X+# else X+# include X+# endif X # endif X #endif X END-of-omega-0.90.4/patches/patch-af echo x - omega-0.90.4/patches/patch-ag sed 's/^X//' >omega-0.90.4/patches/patch-ag << 'END-of-omega-0.90.4/patches/patch-ag' X--- scr.c Sat Jan 2 07:00:11 1999 X+++ /home/andy/tmp/wrk/scr.c Fri May 14 20:28:59 1999 X@@ -10,7 +10,11 @@ X # ifdef AMIGA X # include X # else X-# include X+# ifdef __FreeBSD__ X+# include X+# else X+# include X+# endif X # endif X # include X #endif END-of-omega-0.90.4/patches/patch-ag echo c - omega-0.90.4/pkg mkdir -p omega-0.90.4/pkg > /dev/null 2>&1 echo x - omega-0.90.4/pkg/PLIST sed 's/^X//' >omega-0.90.4/pkg/PLIST << 'END-of-omega-0.90.4/pkg/PLIST' X@owner games X@group games X@mode 4711 Xbin/omega X@mode 666 Xshare/omega/omega.hi Xshare/omega/omega.log X@mode 600 Xshare/omega/omegahi.bak X@mode Xshare/doc/omega/buglist.txt Xshare/doc/omega/compile.all Xshare/doc/omega/omega.txt Xshare/doc/omega/readme.1st Xshare/doc/omega/readme3 Xshare/doc/omega/readme4 Xshare/omega/abyss.dat Xshare/omega/abyss.txt Xshare/omega/arena.dat Xshare/omega/circle.dat Xshare/omega/city.dat Xshare/omega/country.dat Xshare/omega/court.dat Xshare/omega/dlair.dat Xshare/omega/help1.txt Xshare/omega/help10.txt Xshare/omega/help11.txt Xshare/omega/help12.txt Xshare/omega/help13.txt Xshare/omega/help2.txt Xshare/omega/help3.txt Xshare/omega/help4.txt Xshare/omega/help5.txt Xshare/omega/help6.txt Xshare/omega/help7.txt Xshare/omega/help8.txt Xshare/omega/help9.txt Xshare/omega/home1.dat Xshare/omega/home2.dat Xshare/omega/home3.dat Xshare/omega/intro.txt Xshare/omega/lgpl.txt Xshare/omega/license.txt Xshare/omega/maze1.dat Xshare/omega/maze2.dat Xshare/omega/maze3.dat Xshare/omega/maze4.dat Xshare/omega/misle.dat Xshare/omega/motd.txt Xshare/omega/scroll1.txt Xshare/omega/scroll2.txt Xshare/omega/scroll3.txt Xshare/omega/scroll4.txt Xshare/omega/speak.dat Xshare/omega/temple.dat Xshare/omega/thanks.txt Xshare/omega/update.txt Xshare/omega/village1.dat Xshare/omega/village2.dat Xshare/omega/village3.dat Xshare/omega/village4.dat Xshare/omega/village5.dat Xshare/omega/village6.dat X@dirrm share/doc/omega X@dirrm share/omega END-of-omega-0.90.4/pkg/PLIST echo x - omega-0.90.4/pkg/COMMENT sed 's/^X//' >omega-0.90.4/pkg/COMMENT << 'END-of-omega-0.90.4/pkg/COMMENT' Xcomplex rogue-style game of dungeon exploration END-of-omega-0.90.4/pkg/COMMENT echo x - omega-0.90.4/pkg/DESCR sed 's/^X//' >omega-0.90.4/pkg/DESCR << 'END-of-omega-0.90.4/pkg/DESCR' Xomega is a complex rogue-style game of dungeon exploration. Unlike Xother such games, there are a number of ways to "win", depending on Xvarious actions taken during play. The ways you can get your name on Xthe hiscore board include becoming the highest ranked head of a guild, Xsect, college, etc., as well as gaining the most points figured from Xpossessions and experience. The game (via the oracle) may impose some Xstructure on your exploration, but you need not follow all of the Xoracle's advice. There *is* a "total winner" status, by the way. X Xomega offers a richness of playing detail that goes beyond a simple Xgame like rogue. However, the majority of gameplay is very similar to Xrogue, hack, ultrarogue, larn, and other such games. The player is Xrepresented by the highlighted "@" symbol, objects and terrain Xfeatures are represented by non-alphabetic symbols, monsters are Xrepresented by the various upper and lower case letters, and other Xhumans are represented by a non-highlighted "@". It is recommended Xthat the novice read the man pages for rogue or some other such game Xand perhaps play a few games before playing omega. X XWWW: http://dolphin.openprojects.net/Omega/ END-of-omega-0.90.4/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commmit this port. >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 Jul 4 8:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE81A14F98 for ; Sun, 4 Jul 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA07980; Sun, 4 Jul 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C206D14D22; Sun, 4 Jul 1999 08:06:21 -0700 (PDT) Message-Id: <19990704150621.C206D14D22@hub.freebsd.org> Date: Sun, 4 Jul 1999 08:06:21 -0700 (PDT) From: rod@idiotswitch.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12507: GQmpeg port out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12507 >Category: ports >Synopsis: GQmpeg port out of date >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 Jul 4 08:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: 3-Stable >Organization: >Environment: >Description: Patch to update gqmpeg-0.6.2 to gqmpeg-0.6.3 Hopefully it's ok.. >How-To-Repeat: >Fix: diff -rcN gqmpeg.old/Makefile gqmpeg/Makefile *** gqmpeg.old/Makefile Tue Jun 8 23:19:01 1999 --- gqmpeg/Makefile Sun Jul 4 10:59:38 1999 *************** *** 6,12 **** # $Id: Makefile,v 1.15 1999/06/08 23:19:01 steve Exp $ # ! DISTNAME= gqmpeg-0.6.2 CATEGORIES= audio MASTER_SITES= http://gqview.netpedia.net/ \ http://www.geocities.com/SiliconValley/Haven/5235/ --- 6,12 ---- # $Id: Makefile,v 1.15 1999/06/08 23:19:01 steve Exp $ # ! DISTNAME= gqmpeg-0.6.3 CATEGORIES= audio MASTER_SITES= http://gqview.netpedia.net/ \ http://www.geocities.com/SiliconValley/Haven/5235/ diff -rcN gqmpeg.old/files/CVS/Entries gqmpeg/files/CVS/Entries *** gqmpeg.old/files/CVS/Entries Thu Jan 1 00:00:00 1970 --- gqmpeg/files/CVS/Entries Sun Jul 4 10:59:37 1999 *************** *** 0 **** --- 1,2 ---- + /md5/1.1.1.1/Mon Nov 16 15:47:10 1998// + D diff -rcN gqmpeg.old/files/CVS/Repository gqmpeg/files/CVS/Repository *** gqmpeg.old/files/CVS/Repository Thu Jan 1 00:00:00 1970 --- gqmpeg/files/CVS/Repository Sun Jul 4 10:59:37 1999 *************** *** 0 **** --- 1 ---- + /home/ncvs/ports/audio/gqmpeg/files diff -rcN gqmpeg.old/files/CVS/Root gqmpeg/files/CVS/Root *** gqmpeg.old/files/CVS/Root Thu Jan 1 00:00:00 1970 --- gqmpeg/files/CVS/Root Sun Jul 4 10:59:37 1999 *************** *** 0 **** --- 1 ---- + /home/ncvs diff -rcN gqmpeg.old/files/md5 gqmpeg/files/md5 *** gqmpeg.old/files/md5 Tue Jun 8 23:19:22 1999 --- gqmpeg/files/md5 Sun Jul 4 10:59:37 1999 *************** *** 1 **** ! MD5 (gqmpeg-0.6.2.src.tgz) = eca73e9511f22c338e3133c9abc68c2c --- 1 ---- ! MD5 (gqmpeg-0.6.3.src.tgz) = 01ec3ac587847b73e90326ea014cee22 diff -rcN gqmpeg.old/patches/patch-aa gqmpeg/patches/patch-aa *** gqmpeg.old/patches/patch-aa Sat May 29 04:07:56 1999 --- gqmpeg/patches/patch-aa Sun Jul 4 10:59:38 1999 *************** *** 1,8 **** ! --- Makefile.orig Tue May 25 18:10:24 1999 ! +++ Makefile Tue May 25 18:11:45 1999 ! @@ -1,12 +1,11 @@ ! -PREFIX=/usr/local -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` --- 1,8 ---- ! --- Makefile.orig Sun Jul 4 10:40:24 1999 ! +++ Makefile Sun Jul 4 10:42:16 1999 ! @@ -1,8 +1,8 @@ ! PREFIX=/usr/local -GTK_INCLUDE = `gtk-config --cflags` -GTK_LIB = `gtk-config --libs` *************** *** 11,22 **** IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` ! -CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE) ! +CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) ! LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) ! ! #The following commented out lines are for replacing the stock defines on ! @@ -18,7 +17,7 @@ #for IRIX #LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -laudio --- 11,17 ---- IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` ! @@ -15,7 +15,7 @@ #for IRIX #LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -laudio >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 Jul 4 9:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7189214BE5 for ; Sun, 4 Jul 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA12553; Sun, 4 Jul 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2418814BDA; Sun, 4 Jul 1999 09:02:57 -0700 (PDT) Message-Id: <19990704160257.2418814BDA@hub.freebsd.org> Date: Sun, 4 Jul 1999 09:02:57 -0700 (PDT) From: rod@idiotswitch.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12509: Lame 3.13 is out. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12509 >Category: ports >Synopsis: Lame 3.13 is out. >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 Jul 4 09:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: 3-Stable >Organization: >Environment: >Description: Lame port was at version 3.11. Here are patches to bring it to 3.13. Fixes several fairly serious bugs, and adds a good feature which makes for better encoded stereo mp3s. >How-To-Repeat: >Fix: diff -ruN lame.old/Makefile lame/Makefile --- lame.old/Makefile Sun Jul 4 11:53:13 1999 +++ lame/Makefile Sun Jul 4 11:51:16 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.3 1999/06/11 14:28:19 sada Exp $ # -DISTNAME= lame3.11 -PKGNAME= lame-3.11 +DISTNAME= lame3.13 +PKGNAME= lame-3.13 CATEGORIES= audio MASTER_SITES= ftp://geek.rcc.se/pub/mp3encoder/lame/ diff -ruN lame.old/files/md5 lame/files/md5 --- lame.old/files/md5 Sun Jul 4 11:52:43 1999 +++ lame/files/md5 Sun Jul 4 11:53:45 1999 @@ -1 +1 @@ -MD5 (lame3.11.tar.gz) = a07407f3e06afe6265cb47d291540982 +MD5 (lame3.13.tar.gz) = bc04269ac016e725ee4f4dbf6d27232a >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 Jul 4 11:43:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by hub.freebsd.org (Postfix) with ESMTP id 4AFE714C01 for ; Sun, 4 Jul 1999 11:43:18 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id LAA19342 for freebsd-ports@freebsd.org; Sun, 4 Jul 1999 11:43:19 -0700 (PDT) From: Gary Kline Message-Id: <199907041843.LAA19342@tao.thought.org> Subject: gIDE and giflib problems To: freebsd-ports@freebsd.org (FreeBSD Ports) Date: Sun, 4 Jul 1999 11:43:19 -0700 (PDT) Organization: <> thought.org: public service Unix since 1986... <> 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 This may or may not be a ports-specific problem, but this list is the closest place that I know of to post this. I just upgraded one of my systems via the 4CD set to 3.2. I pulled across gIDE to play around with, but bumped into problems with some of the ELF shared libraries. libpng was fetchable and seemed to replace the a.out library, but libgif was not. The fetch command hangs forever(;;). I did a make clean; make deinstall; make reinstall in /usr/ports/devel/gide and ran into patch problems... xglobe also fails as does x3arth when I installed the binary ``packages''. Suggestions welcome! gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 12:26:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 434F61513A for ; Sun, 4 Jul 1999 12:26:09 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-2-86.ucdavis.edu [169.237.16.214]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA39126 for ; Sun, 4 Jul 1999 12:26:06 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA96667 for ports@freebsd.org; Sun, 4 Jul 1999 19:26:04 GMT (envelope-from obrien) Date: Sun, 4 Jul 1999 12:26:03 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: suggest new "ftp" category Message-ID: <19990704122603.A96646@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would like to suggest the new "ftp" category. There are 30 ports from "net" that would fit under this category. 30 is more than the number of ports in the new "irc" and "java" categories. Ports to be moved here would be: IglooFTP beroftpd cftp curl downloader ftpfind ftpmirror ftpsearch ftptool gftp greed gtm jmirror lftp llnlxdir llnlxftp mirror moxftp ncftp1 ncftp2 ncftp3 omi-alpha pavuk proftpd spegla wget wu-ftpd wxftp yafc yale-tftpd -- -- David (obrien@NUXI.com -or- obrien@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 Jul 4 12:30:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 4B14014EA2 for ; Sun, 4 Jul 1999 12:30:50 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-2-86.ucdavis.edu [169.237.16.214]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA39147 for ; Sun, 4 Jul 1999 12:30:48 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA96687 for ports@freebsd.org; Sun, 4 Jul 1999 19:30:47 GMT (envelope-from obrien) Date: Sun, 4 Jul 1999 12:30:45 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: proposal to add ICQ/AIM ports to "irc" category Message-ID: <19990704123045.A96672@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I propose that we make the "irc" category the "irc-icq-aim" category and move the following ports there from "net": gaim gicq gnomeicu icb icqlib ja-gicq ja-gtkicq ja-libicq ja-micq kicq libicq licq micq naim tik xicq -- -- David (obrien@NUXI.com -or- obrien@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 Jul 4 12:34:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 0086F14D07 for ; Sun, 4 Jul 1999 12:34:09 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-2-86.ucdavis.edu [169.237.16.214]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA39152 for ; Sun, 4 Jul 1999 12:34:08 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA97813 for ports@freebsd.org; Sun, 4 Jul 1999 19:34:06 GMT (envelope-from obrien) Date: Sun, 4 Jul 1999 12:34:05 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: proposal to move bsddip from "net" to "comms" Message-ID: <19990704123405.A96692@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ``bsddip'' is really about modem dialing and starting the PPP/SLIP daemon, but has nothing to do with the protocols itself. I propose we repository copy it from "net" to "comms". Comments? -- -- David (obrien@NUXI.com -or- obrien@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 Jul 4 12:36:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 022B214D07 for ; Sun, 4 Jul 1999 12:36:08 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-2-86.ucdavis.edu [169.237.16.214]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA39165 for ; Sun, 4 Jul 1999 12:36:07 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA97835 for ports@freebsd.org; Sun, 4 Jul 1999 19:36:06 GMT (envelope-from obrien) Date: Sun, 4 Jul 1999 12:36:04 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: proposal to move binkd from "net" to "mail" Message-ID: <19990704123604.A97823@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I propose we repository copy ``binkd'' ( a Fidonet mailer designed to operate via TCP/IP networks) from "net" to "mail" as that is where we keep all the other MTA/MUA's. Comments? -- -- David (obrien@NUXI.com -or- obrien@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 Jul 4 12:38: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 25E1614D07 for ; Sun, 4 Jul 1999 12:37:58 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-2-86.ucdavis.edu [169.237.16.214]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA39184 for ; Sun, 4 Jul 1999 12:37:57 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA97856 for ports@freebsd.org; Sun, 4 Jul 1999 19:37:55 GMT (envelope-from obrien) Date: Sun, 4 Jul 1999 12:37:54 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: proposal to move "clustering" ports from "net" to "sysutils" Message-ID: <19990704123754.A97844@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I propose we repository copy ``generic-nqs'', ``cluserit'', and ``pvm'' from "net" to "sysutils" as these clustering/distributed processing ports are about changing the UNIX processing model. Thus just happen to use a network to assist in this. -- -- David (obrien@NUXI.com -or- obrien@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 Jul 4 13: 0:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (dialup15.v90pool1.infolane.net [207.88.42.215]) by hub.freebsd.org (Postfix) with ESMTP id 9C9F714D7E; Sun, 4 Jul 1999 13:00:57 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.3/8.9.2) id NAA71335; Sun, 4 Jul 1999 13:01:05 -0700 (PDT) (envelope-from mharo) Date: Sun, 4 Jul 1999 13:01:05 -0700 From: Michael Haro To: obrien@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: Re: proposal to add ICQ/AIM ports to "irc" category Message-ID: <19990704130105.A71282@area51.fremont.ca.us> Mail-Followup-To: obrien@FreeBSD.ORG, ports@FreeBSD.ORG References: <19990704123045.A96672@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990704123045.A96672@dragon.nuxi.com>; from David O'Brien on Sun, Jul 04, 1999 at 12:30:45PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How about calling it "net-chat" Until we go to three levels, we can do what the x11 ports did by using cat-subcat. Michael On Sun, Jul 04, 1999 at 12:30:45PM -0700, David O'Brien wrote: > I propose that we make the "irc" category the "irc-icq-aim" category and > move the following ports there from "net": > > gaim gicq gnomeicu icb icqlib ja-gicq ja-gtkicq ja-libicq ja-micq kicq > libicq licq micq naim tik xicq > > -- > -- David (obrien@NUXI.com -or- obrien@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 Sun Jul 4 13: 5: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hp9000.chc-chimes.com (hp9000.chc-chimes.com [206.67.97.84]) by hub.freebsd.org (Postfix) with ESMTP id 8AEB014CAE; Sun, 4 Jul 1999 13:05:04 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: from localhost by hp9000.chc-chimes.com with SMTP (1.39.111.2/16.2) id AA106963450; Sun, 4 Jul 1999 11:50:50 -0400 Date: Sun, 4 Jul 1999 11:50:50 -0400 (EDT) From: Bill Fumerola To: Michael Haro Cc: obrien@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: proposal to add ICQ/AIM ports to "irc" category In-Reply-To: <19990704130105.A71282@area51.fremont.ca.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 Sun, 4 Jul 1999, Michael Haro wrote: > How about calling it "net-chat" After I just did all those commits to move it originally, you bastards! :> - 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 Jul 4 13:11: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nohow.demon.co.uk (host62-172-63-226.btinternet.com [62.172.63.226]) by hub.freebsd.org (Postfix) with ESMTP id 86D2914CAE; Sun, 4 Jul 1999 13:11:01 -0700 (PDT) (envelope-from noway@nohow.demon.co.uk) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) with ESMTP id VAA00633; Sun, 4 Jul 1999 21:10:41 +0100 (BST) (envelope-from noway@nohow.demon.co.uk) Date: Sun, 4 Jul 1999 21:10:41 +0100 (BST) From: Jose Marques To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/12501: Hotjava 3.0 port In-Reply-To: <199907032351.QAA77848@freefall.freebsd.org> Message-ID: X-No-Archive: yes 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, 3 Jul 1999 cpiazza@FreeBSD.org wrote: > Synopsis: Hotjava 3.0 port > > State-Changed-From-To: open->closed > State-Changed-By: cpiazza > State-Changed-When: Sat Jul 3 16:50:58 PDT 1999 > State-Changed-Why: > New port committed with minor changes, thanks! I would like to query one change to the PLIST. The line: @dirrm share/java was added to the PLIST. Whilst this port will indeed create this directory, if it does not exist, other ports also create this directory when they are installed (e.g. java/jsdk). This line will therefore generate a "directory not empty" error if this port is removed with jsdk installed. > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 13:45:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6B1614BF9; Sun, 4 Jul 1999 13:45:57 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA32430; Sun, 4 Jul 1999 13:45:57 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Sun, 4 Jul 1999 13:45:57 -0700 (PDT) From: Message-Id: <199907042045.NAA32430@freefall.freebsd.org> To: rod@idiotswitch.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12509: Lame 3.13 is out. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Lame 3.13 is out. State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sun Jul 4 13:45:23 PDT 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 Jul 4 14:45:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 8577615133 for ; Sun, 4 Jul 1999 14:44:29 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.2) id UAA79083; Sun, 4 Jul 1999 20:11:51 +0100 (BST) (envelope-from nik) Date: Sun, 4 Jul 1999 20:11:51 +0100 From: Nik Clayton To: ports@freebsd.org, andy@icc.surw.chel.su Subject: [tmoog@polhode.com: pccts package] Message-ID: <19990704201151.C71138@catkin.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi chaps, This came in to -doc, I'm forwarding it to -ports and Andrey, as the port's maintainer, for further action. Cheers, N ----- Forwarded message from Tom Moog ----- Delivered-To: freebsd-doc@freebsd.org From: "Tom Moog" To: Subject: pccts package Date: Wed, 30 Jun 1999 21:41:30 -0500 Hello, I am the maintainer of pccts 1.33, now at version 1.33mr19 (maintenance release 19). The information you have on pccts is woefully out-of-date. The version you reference (based at www.antlr.org) is probably 3 years old and should not be used. For more information visit my web page: http://www.polhode.com/pccts.html Tom Moog Polhode, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message ----- End forwarded message ----- -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 16: 1:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from npcollege-edu.net (mail.npcollege-edu.net [209.232.226.194]) by hub.freebsd.org (Postfix) with SMTP id 5DA881517F; Sun, 4 Jul 1999 16:01:35 -0700 (PDT) (envelope-from workshop@npcollege-edu.net) From: Subject: Re: Deleting Your Address. Date: Sun, 4 Jul 1999 12:36:33 Message-Id: <328.764314.374433@npcollege-edu.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From:The SFSE(Scientific Facts Search Engine). When you send an email to EDU,R&D,or Job sites,your email might be forwarded via the SFSE to find the info you are looking for. The NU(NewAmerica University)has received a copy of your email,but the date is Feb/25/99.Do you still need this info? To refresh your memory you can go again to the NU website and look for these topics: "The Redeemat has solved all environmental problems"-"The 9% Producer Fee would eliminate crime & taxes within 3 years"-"The free NHRI (National Health & Retirement Insurance")- "The job guarantee system(JIC/Job Insurance Corporation)"and "The list of 22nd Centurys' products & businesses available right now". Or,request for the records of the SFSE search by putting in the subject REQUESTING INFO and click REPLY. Or,in the future send "REQUEST FOR SEARCH" (on any topic) directly to SFSE, and they will do the search for you,put in the subject SFSE. Or,please allow us to DELETE your address permanently by simply clicking REPLY. B.Morrison workshop@npcollege-edu.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 18:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE4D4150F7 for ; Sun, 4 Jul 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA52613; Sun, 4 Jul 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.150]) by hub.freebsd.org (Postfix) with ESMTP id 3D9E114F86 for ; Sun, 4 Jul 1999 18:38:24 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.ORG) Received: from localhost (localhost [127.0.0.1]) by martini.ics.es.osaka-u.ac.jp (8.9.3/3.7W/INO-1.0v8-SLAVE) with ESMTP id KAA70057 for ; Mon, 5 Jul 1999 10:38:23 +0900 (JST) Message-Id: <19990705103821B.matusita@jp.FreeBSD.ORG> Date: Mon, 05 Jul 1999 10:38:21 +0900 From: Makoto MATSUSHITA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12513: New ports: japanese/dbskkd-cdb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12513 >Category: ports >Synopsis: New ports: japanese/dbskkd-cdb >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 Jul 4 18:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Makoto MATSUSHITA >Release: FreeBSD 4.0-CURRENT i386 >Organization: Japan FreeBSD Users' Group >Environment: FreeBSD 4.0-CURRENT / FreeBSD 3.2-RELEASE (as of Apr/1999) >Description: Dbskkd-cdb is a yet another SKK (japanese/skk) server. >How-To-Repeat: Attached below is a shell archive of dbskkd-cdb. Committers, please review and commit to our greatest ports repository. >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: # # dbskkd-cdb/Makefile # dbskkd-cdb/files # dbskkd-cdb/files/md5 # dbskkd-cdb/patches # dbskkd-cdb/patches/patch-aa # dbskkd-cdb/patches/patch-ab # dbskkd-cdb/patches/patch-ac # dbskkd-cdb/patches/patch-ad # dbskkd-cdb/pkg # dbskkd-cdb/pkg/COMMENT # dbskkd-cdb/pkg/DESCR # dbskkd-cdb/pkg/PLIST # echo x - dbskkd-cdb/Makefile sed 's/^X//' >dbskkd-cdb/Makefile << 'END-of-dbskkd-cdb/Makefile' X# New ports collection makefile for: dbskkd-cdb X# Version required: 1.00 X# Date created: 17 Jun 1999 X# Whom: Makoto Matsushita X# X# $Id:$ X# X XDISTNAME= dbskkd-cdb-1.00 XCATEGORIES= japanese XMASTER_SITES= http://www.k2r.org/kenji/software/ X XMAINTAINER= matusita@jp.Freebsd.ORG X XSKKJISYO_SIZE?= L XSKKJISYO?= SKK-JISYO.${SKKJISYO_SIZE} XDOCS= Release-Notes.English Release-Notes.Japanese LICENSE X XMAKE_ENV+= SKKJISYO=${SKKJISYO} XPLIST_SUB= JISYONAME=${SKKJISYO} X Xpost-patch: X.for docs in ${DOCS} X @${SED} -e "s!%%PREFIX%%!${PREFIX}!g" -e "s!%%JISYONAME%%!${SKKJISYO}!g" < ${WRKSRC}/${docs} > ${WRKSRC}/.tmp X @${MV} -f ${WRKSRC}/.tmp ${WRKSRC}/${docs} X.endfor X Xpost-install: X @${MKDIR} ${PREFIX}/share/dbskkd-cdb ${PREFIX}/share/doc/dbskkd-cdb X ${INSTALL_DATA} ${WRKSRC}/${SKKJISYO}.cdb ${PREFIX}/share/dbskkd-cdb X.for docs in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${docs} ${PREFIX}/share/doc/dbskkd-cdb X.endfor X X.include X X.if defined(USE_INSTALLED_JISYO) && ${USE_INSTALLED_JISYO} == YES || \ X exists(${LOCALBASE}/share/skk/${SKKJISYO}) && \ X (!defined(USE_INSTALLED_JISYO) || ${USE_INSTALLED_JISYO} != NO) Xpre-build:: X @${CP} ${LOCALBASE}/share/skk/${SKKJISYO} ${WRKSRC} X.else XBUILD_DEPENDS+= /nonexistent:${PORTSDIR}/japanese/skk-jisyo:extract Xpre-build:: X @${CP} ${PORTSDIR}/japanese/skk-jisyo/work/*/jisyo/${SKKJISYO} ${WRKSRC} X.endif X X.if defined(USE_INSTALLED_CDB) && ${USE_INSTALLED_CDB} == YES || \ X exists(${LOCALBASE}/lib/libcdb.a) && exists(${LOCALBASE}/bin/cdbmake) && \ X (!defined(USE_INSTALLED_CDB) || ${USE_INSTALLED_CDB} != NO) Xpre-build:: X @${CP} ${LOCALBASE}/lib/libcdb.a ${LOCALBASE}/bin/cdbmake ${WRKSRC} X @(cd ${WRKSRC}; SKKJISYO=${SKKJISYO} ./makeskkcdb.sh) X.else XBUILD_DEPENDS+= /nonexistent:${PORTSDIR}/databases/cdb:build Xpre-build:: X @${CP} ${PORTSDIR}/databases/cdb/work/*/libcdb.a ${WRKSRC} X @${CP} ${PORTSDIR}/databases/cdb/work/*/cdbmake ${WRKSRC} X @(cd ${WRKSRC}; SKKJISYO=${SKKJISYO} ./makeskkcdb.sh) X.endif X X.include END-of-dbskkd-cdb/Makefile echo c - dbskkd-cdb/files mkdir -p dbskkd-cdb/files > /dev/null 2>&1 echo x - dbskkd-cdb/files/md5 sed 's/^X//' >dbskkd-cdb/files/md5 << 'END-of-dbskkd-cdb/files/md5' XMD5 (dbskkd-cdb-1.00.tar.gz) = fb2b8b60b51b99a735ccfb5001d54eaa END-of-dbskkd-cdb/files/md5 echo c - dbskkd-cdb/patches mkdir -p dbskkd-cdb/patches > /dev/null 2>&1 echo x - dbskkd-cdb/patches/patch-aa sed 's/^X//' >dbskkd-cdb/patches/patch-aa << 'END-of-dbskkd-cdb/patches/patch-aa' X--- Makefile.dist Wed Jun 16 15:26:04 1999 X+++ Makefile Fri Jun 18 14:17:15 1999 X@@ -2,7 +2,8 @@ X # $Id: Makefile,v 1.6 1998/12/12 11:24:36 kenji Exp $ X X # please define SERVERDIR X-SERVERDIR = /usr/local/libexec X+SERVERDIR = ${PREFIX}/libexec X+JISHOFILE = ${PREFIX}/share/dbskkd-cdb/${SKKJISYO}.cdb X # for FreeBSD-2.x and BSD/OS (without shlib) X CC = gcc -O -g X COMPAT = X@@ -17,7 +18,7 @@ X $(CC) $(LDFLAGS) -o dbskkd-cdb dbskkd-cdb.o $(LDFLAGS) X X dbskkd-cdb.o: dbskkd-cdb.c X- $(CC) $(COMPAT) $(PRIVATE) -DSERVER_DIR=\"$(SERVERDIR)\" -c dbskkd-cdb.c X+ $(CC) $(COMPAT) $(PRIVATE) -DJISHO_FILE=\"$(JISHOFILE)\" -DSERVER_DIR=\"$(SERVERDIR)\" -c dbskkd-cdb.c X X install: dbskkd-cdb X cp dbskkd-cdb $(SERVERDIR); chmod 755 $(SERVERDIR)/dbskkd-cdb END-of-dbskkd-cdb/patches/patch-aa echo x - dbskkd-cdb/patches/patch-ab sed 's/^X//' >dbskkd-cdb/patches/patch-ab << 'END-of-dbskkd-cdb/patches/patch-ab' X--- makeskkcdb.sh.dist Sat Dec 12 20:01:39 1998 X+++ makeskkcdb.sh Fri Jun 18 14:36:58 1999 X@@ -1,4 +1,4 @@ X #!/bin/sh X #$Id: makeskkcdb.sh,v 1.1 1998/12/12 11:01:36 kenji Exp $ X-./skktocdbm.sh < /usr/local/share/skk/SKK-JISYO.L | \ X- cdbmake SKK-JISYO.L.cdb SKK-JISYO.L.tmp X+./skktocdbm.sh < ./${SKKJISYO} | \ X+ ./cdbmake ${SKKJISYO}.cdb ${SKKJISYO}.tmp END-of-dbskkd-cdb/patches/patch-ab echo x - dbskkd-cdb/patches/patch-ac sed 's/^X//' >dbskkd-cdb/patches/patch-ac << 'END-of-dbskkd-cdb/patches/patch-ac' X--- Release-Notes.English.dist Wed Jun 16 15:20:45 1999 X+++ Release-Notes.English Thu Jun 17 14:08:39 1999 X@@ -91,13 +91,13 @@ X Make a copy of libcdb.a to the current directory, because you need this X to compile dbskkd-cdb. X X-3. Run makeskkcdb.sh and make SKK-JISYO.L.cdb. X+3. Run makeskkcdb.sh and make %%JISYONAME%%.cdb. X This script invokes skktocdbm.sh and X- redirect /usr/local/share/skk/SKK-JISYO.L as the stdin of skktocdbm.sh. X- The SKK-JISYO.L.cdb is created under the current directory as default. X+ redirect %%PREFIX%%/share/skk/%%JISYONAME%% as the stdin of skktocdbm.sh. X+ The %%JISYONAME%%.cdb is created under the current directory as default. X Change the default pathnames if you need to do so. X X-4. Install the SKK-JISYO.L.cdb. The author recommend installing it to X+4. Install the %%JISYONAME%%.cdb. The author recommend installing it to X the same directory where the SKK directory resides. The consistency X of this cdb-style directory can be verified by cdbtest or cdbstats X utilities of the cdb package. X@@ -108,11 +108,11 @@ X --------------------------------------- X X 1. Set the pathname of SERVER_DIR in dbskkd-cdb.c to the directory X- where the server resides. The default value is /usr/local/etc/dbskkd. X+ where the server resides. The default value is %%PREFIX%%/libexec. X X 2. Set the pathname of JISHO_FILE in dbskkd-cdb.c to the directory X where the cdb-style dictionary resides. X- The defaule value is /usr/local/share/skk/SKK-JISYO.L.cdb. X+ The defaule value is %%PREFIX%%/share/dbskkd-cdb/%%JISYONAME%%.cdb. X X 3. Setting the compile-time flag LOG_PEERINFO lets the dbskkd-cdb log the X source address of the client connected to the server. This flag is X@@ -135,7 +135,7 @@ X 2. Add the following line (or something similar) to /etc/inetd.conf: X (This example is for a FreeBSD 2.2.8-RELEASE system using tcp_wrapper) X X-skkserv stream tcp nowait nobody /usr/local/libexec/tcpd /usr/local/etc/dbskkd/dbskkd X+skkserv stream tcp nowait nobody %%PREFIX%%/libexec/tcpd %%PREFIX%%/libexec/dbskkd-cdb X X *NEVER* run dbskkd-cdb with the root privilege. Use nobody or X a dedicated uid for running dbskkd-cdb. END-of-dbskkd-cdb/patches/patch-ac echo x - dbskkd-cdb/patches/patch-ad sed 's/^X//' >dbskkd-cdb/patches/patch-ad << 'END-of-dbskkd-cdb/patches/patch-ad' X--- Release-Notes.Japanese.dist Wed Jun 16 15:22:29 1999 X+++ Release-Notes.Japanese Thu Jun 17 14:07:08 1999 X@@ -75,11 +75,11 @@ X X 3. $BE:IU$N(Bmakeskkcdb.sh$B$ro$O(BSKK$B<-=q$N%G%#%l%/%H%j$HF1$8$K$7$F$*$/$H$h$$$@$m$&!#(B X $B$3$N<-=q$N@09g@-$O(Bcdb$B%Q%C%1!<%8Cf$N(Bcdbtest$B$d(Bcdbstats$B$G%A%'%C%/$G$-$k!#(B X X@@ -88,10 +88,10 @@ X $B!|%$%s%9%H!<%k$N:]$NCm0U(B X X 1. dbskkd-cdb.c$B$N(BSERVER_DIR$B$r$H$9$k!#(B X- $B%G%U%)%k%H$O(B /usr/local/share/skk/SKK-JISYO.L.cdb $B!#(B X+ $B%G%U%)%k%H$O(B %%PREFIX%%/share/dbskkd-cdb/%%JISYONAME%%.cdb $B!#(B X X 3. $B%3%s%Q%$%k%U%i%0$N(BLOG_PEERINFO$B$O(Btcp_wrapper$B$J$I$r;H$o$J$$:]$K(B X $B$I$N%[%9%H$+$i@\B3$7$F$-$?$+$r5-O?$9$k$?$a$N$b$N$G$"$k!#(B X@@ -111,7 +111,7 @@ X X 2. /etc/inetd.conf$B$K(B X X-skkserv stream tcp nowait nobody /usr/local/libexec/tcpd /usr/local/etc/dbskkd/dbskkd-cdb X+skkserv stream tcp nowait nobody %%PREFIX%%/libexec/tcpd %%PREFIX%%/libexec/dbskkd-cdb X X $B$r2C$($k!#(B(FreeBSD 2.2.8-RELEASE$B$G(Btcp_wrapper$B;HMQ$N>l9g(B) X root$B8"8B$G$OF0:n$5$;$F$O$J$i$J$$!#(Bnobody$B$GF0$+$9$3$H!#(B END-of-dbskkd-cdb/patches/patch-ad echo c - dbskkd-cdb/pkg mkdir -p dbskkd-cdb/pkg > /dev/null 2>&1 echo x - dbskkd-cdb/pkg/COMMENT sed 's/^X//' >dbskkd-cdb/pkg/COMMENT << 'END-of-dbskkd-cdb/pkg/COMMENT' XYet another dictionary server for SKK END-of-dbskkd-cdb/pkg/COMMENT echo x - dbskkd-cdb/pkg/DESCR sed 's/^X//' >dbskkd-cdb/pkg/DESCR << 'END-of-dbskkd-cdb/pkg/DESCR' Xdbskkd-cdb is a dictionary server for the SKK Japanese input method Xsystem. dbskkd-cdb is based on the code of skkserv (the original SKK Xserver) 3.9.3, using the cdb constant database package of XD. J. Bernstein (DJB) for faster dictionary access. X Xdbskkd-cdb is compatible with skkserv on the protocol behavior. It is Xcalled from "super-server" programs such as inetd or tcpserver, and the XI/O operation is solely with the stdio interface, so the code is compact Xand the access to the server can be easily restricted. X XYou should invoke dbskkd-cdb via inetd. Add X Xskkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb X Xto your /etc/inetd.conf (usually, ${PREFIX} will be replaced to `/usr/local'), Xand send SIGHUP to your inetd. END-of-dbskkd-cdb/pkg/DESCR echo x - dbskkd-cdb/pkg/PLIST sed 's/^X//' >dbskkd-cdb/pkg/PLIST << 'END-of-dbskkd-cdb/pkg/PLIST' Xlibexec/dbskkd-cdb Xshare/dbskkd-cdb/%%JISYONAME%%.cdb Xshare/doc/dbskkd-cdb/Release-Notes.English Xshare/doc/dbskkd-cdb/Release-Notes.Japanese Xshare/doc/dbskkd-cdb/LICENSE X@dirrm share/dbskkd-cdb X@dirrm share/doc/dbskkd-cdb END-of-dbskkd-cdb/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 Jul 4 19: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87244151C3 for ; Sun, 4 Jul 1999 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA54112; Sun, 4 Jul 1999 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from martini.ics.es.osaka-u.ac.jp (martini.ics.es.osaka-u.ac.jp [133.1.12.150]) by hub.freebsd.org (Postfix) with ESMTP id 8B66B150F7 for ; Sun, 4 Jul 1999 18:50:12 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.ORG) Received: from localhost (localhost [127.0.0.1]) by martini.ics.es.osaka-u.ac.jp (8.9.3/3.7W/INO-1.0v8-SLAVE) with ESMTP id KAA70134 for ; Mon, 5 Jul 1999 10:50:11 +0900 (JST) Message-Id: <19990705105009Y.matusita@jp.FreeBSD.ORG> Date: Mon, 05 Jul 1999 10:50:09 +0900 From: Makoto MATSUSHITA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12514: Update ports: japanese/skkserv, kickup script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12514 >Category: ports >Synopsis: Update ports: japanese/skkserv, kickup script >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 Jul 4 19:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Makoto MATSUSHITA >Release: FreeBSD 4.0-CURRENT i386 >Organization: Japan FreeBSD Users' Group >Environment: FreeBSD 4.0-CURRENT / FreeBSD 3.2-RELEASE (as of Apr/1999) >Description: Current ${PREFIX}/etc/rc.d/skkserv.sh does not understand its argument; 'start' and/or 'stop' is considered as an argument for the script. >How-To-Repeat: Apply attached patch to ports/japanese/skkserv. >Fix: *** Makefile.dist Thu Dec 24 08:11:14 1998 --- Makefile Tue Jun 29 11:01:55 1999 *************** *** 28,39 **** @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_SCRIPT}; \ ! ${ECHO} "if [ -f ${PREFIX}/sbin/skkserv ]; then" >> \ ${STARTUP_SCRIPT}; \ ! ${ECHO} " echo -n ' skkserv'; ${PREFIX}/sbin/skkserv" >> \ ${STARTUP_SCRIPT}; \ ! ${ECHO} "fi" >> ${STARTUP_SCRIPT}; \ ! chmod 755 ${STARTUP_SCRIPT}; \ fi .include --- 28,45 ---- @if [ ! -f ${STARTUP_SCRIPT} ]; then \ ${ECHO} "Installing ${STARTUP_SCRIPT} file."; \ ${ECHO} "#!/bin/sh" > ${STARTUP_SCRIPT}; \ ! ${ECHO} 'case $$1 in' >> ${STARTUP_SCRIPT}; \ ! ${ECHO} "start)" >> ${STARTUP_SCRIPT}; \ ! ${ECHO} " if [ -f ${PREFIX}/sbin/skkserv ]; then" >> \ ${STARTUP_SCRIPT}; \ ! ${ECHO} " echo -n ' skkserv'; ${PREFIX}/sbin/skkserv" >> \ ${STARTUP_SCRIPT}; \ ! ${ECHO} " fi" >> ${STARTUP_SCRIPT}; \ ! ${ECHO} " ;;" >> ${STARTUP_SCRIPT}; \ ! ${ECHO} "stop)" >> ${STARTUP_SCRIPT}; \ ! ${ECHO} " ;;" >> ${STARTUP_SCRIPT}; \ ! ${ECHO} "*)" >> ${STARTUP_SCRIPT}; \ ! ${ECHO} ' echo "usage: $$0 {start|stop}" 1>&2' >> ${STARTUP_SCRIPT}; \ fi .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 19:21: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9665414A0B; Sun, 4 Jul 1999 19:21:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA55263; Sun, 4 Jul 1999 19:21:07 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 4 Jul 1999 19:21:07 -0700 (PDT) From: Message-Id: <199907050221.TAA55263@freefall.freebsd.org> To: rod@idiotswitch.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12507: GQmpeg port out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: GQmpeg port out of date State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 4 19:20:19 PDT 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 Jul 4 19:22:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id E7F0D14A0B for ; Sun, 4 Jul 1999 19:22:51 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id GAA69337; Mon, 5 Jul 1999 06:22:39 +0400 (MSD) (envelope-from andy) From: Andrey Zakhvatov Message-Id: <199907050222.GAA69337@icc.surw.chel.su> Subject: Re: [tmoog@polhode.com: pccts package] In-Reply-To: <19990704201151.C71138@catkin.nothing-going-on.org> from Nik Clayton at "Jul 4, 1999 8:11:51 pm" To: nik@nothing-going-on.demon.co.uk (Nik Clayton) Date: Mon, 5 Jul 1999 06:22:39 +0400 (MSD) Cc: ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (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 Hello, > This came in to -doc, I'm forwarding it to -ports and Andrey, as the > port's maintainer, for further action. Please, look at PR/12505. Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 19:31:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B976D1528E; Sun, 4 Jul 1999 19:31:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA56068; Sun, 4 Jul 1999 19:31:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 4 Jul 1999 19:31:08 -0700 (PDT) From: Message-Id: <199907050231.TAA56068@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12504: update port: xchat-1.0.0 to 1.1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: xchat-1.0.0 to 1.1.0 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 4 19:30:55 PDT 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 Jul 4 19:34:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from horace.psfc.mit.edu (ppp4.psfc.mit.edu [198.125.176.144]) by hub.freebsd.org (Postfix) with ESMTP id BD7A01521C for ; Sun, 4 Jul 1999 19:34:47 -0700 (PDT) (envelope-from hutch@psfc.mit.edu) Received: from psfc.mit.edu (IDENT:hutch@localhost [127.0.0.1]) by horace.psfc.mit.edu (8.9.3/8.9.3) with ESMTP id WAA08955; Sun, 4 Jul 1999 22:35:17 -0400 Message-ID: <378019E3.48EF1ADC@psfc.mit.edu> Date: Sun, 04 Jul 1999 22:35:15 -0400 From: Ian Hutchinson X-Mailer: Mozilla 4.51 [en] (X11; I; Linux 2.2.5-15 i686) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: TtH Description Correction Request Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, As the author of TtH, referred to in your BSD ports page http://www.freebsd.org/ports/textproc.html I want to ask that you correct the list of programs that you say TtH "requires": 'Requires: XFree86-3.3.3.1, ghostscript-5.10, gsfonts-5.10, jpeg-6b, netpbm-94.3.1, png-1.0.3, teTeX-0.4, tiff-3.4b37' In point of fact, TtH "requires" none of the programs you list. It will use some of them [but never XFree or tiff] in some situations if they are available. But it is one of the strengths of TtH that it DOES NOT require this other stuff, [unlike some of the competing LaTeX translators]. Therefore your list gives a completely false impression, which I ask you to correct. Thanks, Ian Hutchinson. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 19:43:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E132A14E09; Sun, 4 Jul 1999 19:43:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA57178; Sun, 4 Jul 1999 19:43:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 4 Jul 1999 19:43:44 -0700 (PDT) From: Message-Id: <199907050243.TAA57178@freefall.freebsd.org> To: andy@icc.surw.chel.su, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12505: Update port: devel/pccts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/pccts State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 4 19:42:57 PDT 1999 State-Changed-Why: Committed, thanks! Note that I changed it to USE_ZIP rather than the submitted way of changing EXTRACT_CMD etc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20: 6:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A81F151FA; Sun, 4 Jul 1999 20:06:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA58976; Sun, 4 Jul 1999 20:06:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 4 Jul 1999 20:06:37 -0700 (PDT) From: Message-Id: <199907050306.UAA58976@freefall.freebsd.org> To: andy@icc.surw.chel.su, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12506: New port: omega-0.90.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: omega-0.90.4 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 4 20:06:25 PDT 1999 State-Changed-Why: New port 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 Jul 4 20:11:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix2.ix.netcom.com (dfw-ix2.ix.netcom.com [206.214.98.2]) by hub.freebsd.org (Postfix) with ESMTP id 7ECA4151FA for ; Sun, 4 Jul 1999 20:11:26 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix2.ix.netcom.com (8.8.4/8.8.4) id WAA24626; Sun, 4 Jul 1999 22:11:24 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix2.ix.netcom.com via smap (V1.3) id rma024619; Sun Jul 4 22:11:18 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA97963; Sun, 4 Jul 1999 20:11:14 -0700 (PDT) Date: Sun, 4 Jul 1999 20:11:14 -0700 (PDT) Message-Id: <199907050311.UAA97963@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sada@rr.IIJ4U.OR.JP Cc: ports@freebsd.org In-reply-to: <19990630150007.3438.sada@rr.iij4u.or.jp> Subject: Re: speeding up INDEX generation From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990630150007.3438.sada@rr.iij4u.or.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: sada@rr.IIJ4U.OR.JP (SADA Kenji) * * This is sada from Nagoya. * Does this work well ? * * #!/usr/bin/perl Thanks. Actually, I figured out how to do that in sh: === Index: Makefile =================================================================== RCS file: /home/ncvs/ports/Makefile,v retrieving revision 1.49 diff -u -r1.49 Makefile --- Makefile 1999/06/26 22:29:57 1.49 +++ Makefile 1999/06/28 21:16:13 @@ -58,6 +58,12 @@ @echo -n "Generating INDEX - please wait.." @make describe ECHO_MSG="echo > /dev/null" | \ perl ${.CURDIR}/Tools/make_index > ${.CURDIR}/INDEX +.if !defined(INDEX_NOSORT) + @sed -e 's./..g' ${.CURDIR}/INDEX | \ + sort -t '|' +1 -2 | \ + sed -e 's../.g' > ${.CURDIR}/INDEX.tmp + @mv -f ${.CURDIR}/INDEX.tmp ${.CURDIR}/INDEX +.endif @echo " Done." print-index: ${.CURDIR}/INDEX === but I'll save your message in case I need to do it in perl. :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20:17:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 908F115236; Sun, 4 Jul 1999 20:17:49 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id WAA28179; Sun, 4 Jul 1999 22:17:45 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma028173; Sun Jul 4 22:17:34 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA99681; Sun, 4 Jul 1999 20:17:31 -0700 (PDT) Date: Sun, 4 Jul 1999 20:17:31 -0700 (PDT) Message-Id: <199907050317.UAA99681@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@freebsd.org Cc: ports@freebsd.org In-reply-to: <19990704122603.A96646@dragon.nuxi.com> (obrien@NUXI.com) Subject: Re: suggest new "ftp" category From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990704122603.A96646@dragon.nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * * I would like to suggest the new "ftp" category. There are 30 ports from * "net" that would fit under this category. 30 is more than the number of * ports in the new "irc" and "java" categories. * * Ports to be moved here would be: * * IglooFTP beroftpd cftp curl downloader ftpfind ftpmirror ftpsearch ftptool * gftp greed gtm jmirror lftp llnlxdir llnlxftp mirror moxftp ncftp1 ncftp2 * ncftp3 omi-alpha pavuk proftpd spegla wget wu-ftpd wxftp yafc yale-tftpd Good idea. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20:17:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 1EC57151FA; Sun, 4 Jul 1999 20:17:47 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id WAA28176; Sun, 4 Jul 1999 22:17:45 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma028172; Sun Jul 4 22:17:21 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA99676; Sun, 4 Jul 1999 20:17:13 -0700 (PDT) Date: Sun, 4 Jul 1999 20:17:13 -0700 (PDT) Message-Id: <199907050317.UAA99676@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@NUXI.com Cc: sada@FreeBSD.org, ports@FreeBSD.org In-reply-to: <19990703122536.A29883@dragon.nuxi.com> (obrien@NUXI.com) Subject: Re: cvs commit: ports/games/oneko-sakura - Imported sources From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <199906041744.KAA70191@freefall.freebsd.org> <19990703111946.A29483@dragon.nuxi.com> <199907031917.MAA88380@silvia.hip.berkeley.edu> <19990703122536.A29883@dragon.nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * We could make it not add the patches if you are building for the CDROM, * otherwise build with them. That will make it impossible to take a distfile/package set that was built for FTP and trim it for CDROM use. Please don't try to cut corners in licensing issues, it could come back to bite us in the backside. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF9E91523B for ; Sun, 4 Jul 1999 20:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA59635; Sun, 4 Jul 1999 20:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 4 Jul 1999 20:20:03 -0700 (PDT) Message-Id: <199907050320.UAA59635@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/12444: new port: wmdl-1.3.5 Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12444; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@FreeBSD.org, jim@blues.ghis.net Cc: Subject: Re: ports/12444: new port: wmdl-1.3.5 Date: Mon, 5 Jul 1999 20:14:21 -0700 Hi jim, This program's get_cpu and get_load functions are littered with this type of thing: if ( (fin = fopen("/proc/stat", "r")) == NULL ) { return(0); } which makes the program essentially do nothing in FreeBSD (ie. the face just looks around and doesn't get bloody). Unless you're going to add some patches so it works with FreeBSD may I close this PR? -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "Optimist, n. A proponent of the doctrine that black is white." -Ambrose Bierce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20:20:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by hub.freebsd.org (Postfix) with ESMTP id 4B2EE151FA; Sun, 4 Jul 1999 20:20:22 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id WAA26928; Sun, 4 Jul 1999 22:20:20 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix10.ix.netcom.com via smap (V1.3) id rma026901; Sun Jul 4 22:20:03 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA99704; Sun, 4 Jul 1999 20:19:58 -0700 (PDT) Date: Sun, 4 Jul 1999 20:19:58 -0700 (PDT) Message-Id: <199907050319.UAA99704@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@freebsd.org Cc: ports@freebsd.org In-reply-to: <19990704123045.A96672@dragon.nuxi.com> (obrien@NUXI.com) Subject: Re: proposal to add ICQ/AIM ports to "irc" category From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990704123045.A96672@dragon.nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * * I propose that we make the "irc" category the "irc-icq-aim" category and * move the following ports there from "net": * * gaim gicq gnomeicu icb icqlib ja-gicq ja-gtkicq ja-libicq ja-micq kicq * libicq licq micq naim tik xicq We can make a separate "icq" category. I don't see why we'd want to combine it with "irc", they are different protocols and are not compatible (as far as I know). -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20:21:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by hub.freebsd.org (Postfix) with ESMTP id 43B5F151FA; Sun, 4 Jul 1999 20:21:30 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id WAA20487; Sun, 4 Jul 1999 22:21:27 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix8.ix.netcom.com via smap (V1.3) id rma020384; Sun Jul 4 22:21:05 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA99713; Sun, 4 Jul 1999 20:21:00 -0700 (PDT) Date: Sun, 4 Jul 1999 20:21:00 -0700 (PDT) Message-Id: <199907050321.UAA99713@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@freebsd.org Cc: ports@freebsd.org In-reply-to: <19990704123405.A96692@dragon.nuxi.com> (obrien@NUXI.com) Subject: Re: proposal to move bsddip from "net" to "comms" From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990704123405.A96692@dragon.nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * * ``bsddip'' is really about modem dialing and starting the PPP/SLIP daemon, * but has nothing to do with the protocols itself. * * I propose we repository copy it from "net" to "comms". When a bsddip port is committed, I can do that. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20:22:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by hub.freebsd.org (Postfix) with ESMTP id 49FE4151FA; Sun, 4 Jul 1999 20:22:27 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix11.ix.netcom.com (8.8.4/8.8.4) id WAA05707; Sun, 4 Jul 1999 22:22:21 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix11.ix.netcom.com via smap (V1.3) id rma005617; Sun Jul 4 22:22:02 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA99725; Sun, 4 Jul 1999 20:21:59 -0700 (PDT) Date: Sun, 4 Jul 1999 20:21:59 -0700 (PDT) Message-Id: <199907050321.UAA99725@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@freebsd.org Cc: ports@freebsd.org In-reply-to: <19990704123604.A97823@dragon.nuxi.com> (obrien@NUXI.com) Subject: Re: proposal to move binkd from "net" to "mail" From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990704123604.A97823@dragon.nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * * I propose we repository copy ``binkd'' ( a Fidonet mailer designed to * operate via TCP/IP networks) from "net" to "mail" as that is where we * keep all the other MTA/MUA's. Sounds like a good idea. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20:23:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix11.ix.netcom.com (dfw-ix11.ix.netcom.com [206.214.98.11]) by hub.freebsd.org (Postfix) with ESMTP id B6E7B151FA; Sun, 4 Jul 1999 20:23:42 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix11.ix.netcom.com (8.8.4/8.8.4) id WAA05799; Sun, 4 Jul 1999 22:23:37 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix11.ix.netcom.com via smap (V1.3) id rma005794; Sun Jul 4 22:23:24 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA99741; Sun, 4 Jul 1999 20:23:20 -0700 (PDT) Date: Sun, 4 Jul 1999 20:23:20 -0700 (PDT) Message-Id: <199907050323.UAA99741@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: obrien@freebsd.org Cc: ports@freebsd.org In-reply-to: <19990704123754.A97844@dragon.nuxi.com> (obrien@NUXI.com) Subject: Re: proposal to move "clustering" ports from "net" to "sysutils" From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990704123754.A97844@dragon.nuxi.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "David O'Brien" * * I propose we repository copy ``generic-nqs'', ``cluserit'', and ``pvm'' * from "net" to "sysutils" as these clustering/distributed processing ports * are about changing the UNIX processing model. Thus just happen to use * a network to assist in this. I don't think that's reason enough to move to sysutils. What does system administration have to do with parallel processing? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 20:32:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id C12B715245 for ; Sun, 4 Jul 1999 20:32:16 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id WAA04592; Sun, 4 Jul 1999 22:32:09 -0500 (CDT) Date: Sun, 4 Jul 1999 22:32:08 -0500 (CDT) From: Steve Price To: Ian Hutchinson Cc: ports@FreeBSD.ORG Subject: Re: TtH Description Correction Request In-Reply-To: <378019E3.48EF1ADC@psfc.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 4 Jul 1999, Ian Hutchinson wrote: # Hi, # As the author of TtH, referred to in your BSD ports page # http://www.freebsd.org/ports/textproc.html # I want to ask that you correct the list of programs that you say # TtH "requires": # 'Requires: XFree86-3.3.3.1, ghostscript-5.10, gsfonts-5.10, jpeg-6b, # netpbm-94.3.1, png-1.0.3, teTeX-0.4, tiff-3.4b37' # # In point of fact, TtH "requires" none of the programs you list. # It will use some of them [but never XFree or tiff] in some situations if # they are available. But it is one of the strengths of TtH that it DOES # NOT require this other stuff, [unlike some of the competing LaTeX # translators]. Therefore your list gives a completely false impression, # which I ask you to correct. The ps2gif script requires gs and ppmtogif to run. This means that it will need the ghostscript5 port and the netpbm port. In order for those to run you will also need the run dependencies of those ports. The ghostscript5 port requires the gsfonts and png ports. The netpbm port requires XFree86, jpeg, and tiff ports to run. The latex2gif script requires the teTex port because that is where latex comes from. So if you add all those up, in order to run this software from within the framework of the FreeBSD Ports Collection you will require all of the ports you listed above to make all of it run. By not installing any of the scripts we can cut back on the some of the dependencies, but wouldn't that lesson the utility of this port? I mean if you didn't think the scripts were useful you wouldn't have included them in the distribution and the original porter wouldn't have installed them. :) I hope this explains things better. -steve # Thanks, # Ian Hutchinson. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 21:30:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 77EED14BF1; Sun, 4 Jul 1999 21:30:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64980; Sun, 4 Jul 1999 21:30:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 4 Jul 1999 21:30:35 -0700 (PDT) From: Message-Id: <199907050430.VAA64980@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12444: new port: wmdl-1.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: wmdl-1.3.5 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 4 21:29:46 PDT 1999 State-Changed-Why: Closed with permission of submitter: program uses too many Linux'isms to be useful without patches. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 21:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E513714ED5 for ; Sun, 4 Jul 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA65859; Sun, 4 Jul 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 4 Jul 1999 21:40:02 -0700 (PDT) Message-Id: <199907050440.VAA65859@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jim Mock Subject: Re: ports/12444: new port: wmdl-1.3.5 Reply-To: Jim Mock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12444; it has been noted by GNATS. From: Jim Mock To: Chris Piazza Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/12444: new port: wmdl-1.3.5 Date: Mon, 5 Jul 1999 14:27:44 +1000 On Mon, 05 Jul 1999 at 20:14:21 -0700, Chris Piazza wrote: > Hi jim, > > This program's get_cpu and get_load functions are littered with > this type of thing: > if ( (fin = fopen("/proc/stat", "r")) == NULL ) { > return(0); > } > > which makes the program essentially do nothing in FreeBSD (ie. > the face just looks around and doesn't get bloody). > > Unless you're going to add some patches so it works with FreeBSD > may I close this PR? Hi Chris, Yeah, go ahead and close it. If I get around to making some patches I'll re-submit it. Later, -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.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 Jul 4 21:58:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dt054n86.san.rr.com (dt054n86.san.rr.com [24.30.152.134]) by hub.freebsd.org (Postfix) with ESMTP id 13AAD14ED5; Sun, 4 Jul 1999 21:58:21 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt054n86.san.rr.com (8.8.8/8.8.8) with ESMTP id VAA18446; Sun, 4 Jul 1999 21:58:21 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37803B6C.4FA53C23@gorean.org> Date: Sun, 04 Jul 1999 21:58:20 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: obrien@freebsd.org, ports@freebsd.org Subject: Re: proposal to add ICQ/AIM ports to "irc" category References: <19990704123045.A96672@dragon.nuxi.com> <199907050319.UAA99704@silvia.hip.berkeley.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi - Ports Wraith - Asami wrote: > > * From: "David O'Brien" > * > * I propose that we make the "irc" category the "irc-icq-aim" category and > * move the following ports there from "net": > * > * gaim gicq gnomeicu icb icqlib ja-gicq ja-gtkicq ja-libicq ja-micq kicq > * libicq licq micq naim tik xicq > > We can make a separate "icq" category. I don't see why we'd want to > combine it with "irc", they are different protocols and are not > compatible (as far as I know). Yes they are different, no they are not compatible. I would rather see a "chat" category rather than splitting them all into seperate little directories. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 22:20: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25DF915256 for ; Sun, 4 Jul 1999 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA67777; Sun, 4 Jul 1999 22:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from www.neto.net (www.neto.net [210.209.34.10]) by hub.freebsd.org (Postfix) with ESMTP id 9F02114EAB for ; Sun, 4 Jul 1999 22:18:42 -0700 (PDT) (envelope-from clive@cartier.cirx.org) Received: from cartier.cirx.org (clive@ts5-26.tpe.neto.net [210.209.42.26]) by www.neto.net (8.9.1/8.9.1) with ESMTP id NAA09014 for ; Mon, 5 Jul 1999 13:18:39 +0800 (CST) Received: (from clive@localhost) by cartier.cirx.org (8.9.3/8.9.3) id NAA27236; Mon, 5 Jul 1999 13:25:55 +0800 (CST) (envelope-from clive) Message-Id: <199907050525.NAA27236@cartier.cirx.org> Date: Mon, 5 Jul 1999 13:25:55 +0800 (CST) From: clive@CirX.ORG Reply-To: clive@CirX.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12515: p5-Apache/scripts/install_httpd needs fix ? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12515 >Category: ports >Synopsis: p5-Apache/scripts/install_httpd needs 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: Sun Jul 4 22:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Clive Lin >Release: FreeBSD 4.0-CURRENT i386 >Organization: hell >Environment: FreeBSD cartier.cirx.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Jun 30 22:06:53 CST 1999 root@cartier.cirx.org:/usr/src/sys/compile/CARTIER i386 >Description: This morning I wanted to install p5-Apache for its mod_perl. (Oh yes, I just cvsuped my ports tree.) At the last step of make install, my box returns me something like apache12/work not found. It seems must be something not-so-updated in www/p5-Apache. So I fixed www/p5-Apache/scripts/install_http. I changed all 12 to 13. And it seems work pretty fine. >How-To-Repeat: Simply type ``make install'' under www/p5-Apache. >Fix: go into www/p5-Apache/scripts, and apply this patch. --- install_httpd.orig Mon Jul 5 13:10:32 1999 +++ install_httpd Mon Jul 5 13:24:11 1999 @@ -3,11 +3,11 @@ # $Id: install_httpd,v 1.3 1998/06/27 06:06:32 asami Exp $ # -opendir( WRKDIR, "$ENV{PORTSDIR}/www/apache12/work" ) || die( "Can't open $ENV{PORTSDIR}/www/apache12/work" ); +opendir( WRKDIR, "$ENV{PORTSDIR}/www/apache13/work" ) || die( "Can't open $ENV{PORTSDIR}/www/apache13/work" ); ( $srcdir ) = grep( /^apache/, readdir( WRKDIR ) ); closedir( WRKDIR ); -system( "$ENV{INSTALL_PROGRAM} $ENV{PORTSDIR}/www/apache12/work/$srcdir/src/httpd $ENV{PREFIX}/sbin/httpd_modperl" ); +system( "$ENV{INSTALL_PROGRAM} $ENV{PORTSDIR}/www/apache13/work/$srcdir/src/httpd $ENV{PREFIX}/sbin/httpd_modperl" ); # # EOF >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 Jul 4 22:40: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0C37151FC for ; Sun, 4 Jul 1999 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68970; Sun, 4 Jul 1999 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neva.vlink.ru (neva.vlink.ru [195.9.70.8]) by hub.freebsd.org (Postfix) with SMTP id D6FF514D20 for ; Sun, 4 Jul 1999 22:37:51 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: (qmail 18222 invoked by uid 1000); 5 Jul 1999 05:37:44 -0000 Message-Id: <19990705053744.18221.qmail@neva.vlink.ru> Date: 5 Jul 1999 05:37:44 -0000 From: dsh@neva.vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12516: change maintainer's email for news/gup port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12516 >Category: ports >Synopsis: change maintainer's email for news/gup 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 Jul 4 22:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -ru gup.orig/Makefile gup/Makefile --- gup.orig/Makefile Wed Jun 9 04:35:32 1999 +++ gup/Makefile Mon Jul 5 09:25:57 1999 @@ -1,7 +1,7 @@ # New ports collection makefile for: gup # Version required: 0.4 # Date created: 22 November 1998 -# Whom: Denis Shaposhnikov +# Whom: Denis Shaposhnikov # # $Id: Makefile,v 1.1.1.1 1999/06/09 00:35:32 steve Exp $ # @@ -10,7 +10,7 @@ CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/unoff-contrib/ -MAINTAINER= wizard@vlink.ru +MAINTAINER= dsh@vlink.ru WRKSRC= ${WRKDIR}/gup >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 Jul 4 22:43:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A766E14D20; Sun, 4 Jul 1999 22:43:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69210; Sun, 4 Jul 1999 22:43:27 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 4 Jul 1999 22:43:27 -0700 (PDT) From: Message-Id: <199907050543.WAA69210@freefall.freebsd.org> To: dsh@neva.vlink.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12516: change maintainer's email for news/gup port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: change maintainer's email for news/gup port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Jul 4 22:43:04 PDT 1999 State-Changed-Why: changed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 22:48:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2E7214D20; Sun, 4 Jul 1999 22:48:47 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69607; Sun, 4 Jul 1999 22:48:47 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Sun, 4 Jul 1999 22:48:47 -0700 (PDT) From: Message-Id: <199907050548.WAA69607@freefall.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Ian Hutchinson Cc: ports@freebsd.org Subject: Re: TtH Description Correction Request In-Reply-To: Your message of "Sun, 04 Jul 1999 22:35:15 -0400." <378019E3.48EF1ADC@psfc.mit.edu> Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ian, > I want to ask that you correct the list of programs that you say > TtH "requires": > 'Requires: XFree86-3.3.3.1, ghostscript-5.10, gsfonts-5.10, jpeg-6b, > netpbm-94.3.1, png-1.0.3, teTeX-0.4, tiff-3.4b37' > > In point of fact, TtH "requires" none of the programs you list. > It will use some of them [but never XFree or tiff] in some situations if > they are available. But it is one of the strengths of TtH that it DOES > NOT require this other stuff, [unlike some of the competing LaTeX > translators]. Therefore your list gives a completely false impression, > which I ask you to correct. This could be considered both a 'bug' and a 'feature' in our package system. Since packages are pre-compiled and ready to install, there is a tendency among port skeleton creators to include the maximum possible functionality. This can be viewed as a bug because it unnecessarily adds bloat to the packages. As an example, installing KDE used to (and still does I think) pull in MESA (OpenGL) libraries, because one of the screensavers that was bundled in the KDE package uses OpenGL! Now, dependencies are computed transitively, so the final dependency list for a large package can be really surprising. Some folks prefer the maximum possible functionality, of course, and don't mind the extra disk space used up. Note also that these 'false' dependencies are only an issue if you want to install the pre-packaged binaries of the ported software. When you building a port from scratch, then you get full control over all dependencies. So, in summary, it isn't TtH per-se that requires all these dependencies, but the pre-compiled FreeBSD package that requires them. If the user wants a lighter version of TtH, or a version that is customized in a way different from the pre-built one, then he or she is encouraged to actually build the port, using the port skeleton provided. This is really simple, and in most cases just involves: $ cvs checkout tth [...cvs output elided...] $ cd tth $ make [...make output elided, make will fetch the necessary tarballs, patch and build them...] $ sudo make install Regards, Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Jul 4 23:26:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from totem.freenix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id ED45914D20 for ; Sun, 4 Jul 1999 23:26:46 -0700 (PDT) (envelope-from anders@totem.freenix.no) Received: (from anders@localhost) by totem.freenix.no (8.9.3/8.9.3) id IAA47703 for ports@FreeBSD.ORG; Mon, 5 Jul 1999 08:26:45 +0200 (CEST) Date: Mon, 5 Jul 1999 08:26:45 +0200 From: Anders Nordby To: ports@FreeBSD.ORG Subject: Re: suggest new "ftp" category Message-ID: <19990705082645.A47628@totem.fix.no> References: <19990704122603.A96646@dragon.nuxi.com> <199907050317.UAA99681@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <199907050317.UAA99681@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Sun, Jul 04, 1999 at 08:17:31PM -0700 X-Operating-System: FreeBSD 3.2-STABLE X-Disclaimer: Listen, and thou shall not fear. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jul 04, 1999 at 08:17:31PM -0700, Satoshi - Ports Wraith - Asami wrote: > * From: "David O'Brien" > * > * I would like to suggest the new "ftp" category. There are 30 ports from > * "net" that would fit under this category. 30 is more than the number of > * ports in the new "irc" and "java" categories. > * > * Ports to be moved here would be: > * > * IglooFTP beroftpd cftp curl downloader ftpfind ftpmirror ftpsearch ftptool > * gftp greed gtm jmirror lftp llnlxdir llnlxftp mirror moxftp ncftp1 ncftp2 > * ncftp3 omi-alpha pavuk proftpd spegla wget wu-ftpd wxftp yafc yale-tftpd > Good idea. But programs like downloader, wget, lftp and pavuk downloads through http as well as ftp. Some of them are not DESCRibed as ftp programs either. How about a filetransfer category instead, or net-transfer? If we were to sort out all programs in their own categories by protocol, we'd have a lot of them. Though if we sort them out by their basis functionality it'd be easier. -- Anders Nordby ^ anders@fix.no ^ http://anders.fix.no/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 0: 0: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90867152A3 for ; Mon, 5 Jul 1999 00:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA75723; Mon, 5 Jul 1999 00:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neva.vlink.ru (neva.vlink.ru [195.9.70.8]) by hub.freebsd.org (Postfix) with SMTP id A0D9C15064 for ; Sun, 4 Jul 1999 23:56:04 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: (qmail 18498 invoked by uid 1000); 5 Jul 1999 06:55:51 -0000 Message-Id: <19990705065551.18497.qmail@neva.vlink.ru> Date: 5 Jul 1999 06:55:51 -0000 From: dsh@neva.vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12518: new port: ifmail-os-2.14.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12518 >Category: ports >Synopsis: new port: ifmail-os-2.14.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: Mon Jul 5 00:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: FidoNet(tm) transport and gateway for UN*X platform. Delivers Fidonet mail packets over telephone lines and TCP/IP connections; converts Fidonet net- and echomail to RFC-822/RFC-1036 compliant mail and news and vice versa. In cooperation with MTA and netnews packages allows to run a FidoNet node (or point) on a UN*X machine. This features patched by Serge Oskin: * New keyword 'dots' is added to config, first symbol of it's value is used as a delimiter in user name. * Using of zone number in addresses is made obligatory. * Removal fields " Received: " at gated Internet->FidoNet mail. * Utility nlookup (Boris Tobotras) is added for search of the information about stations in nodelist. * The first symbol from the 'sentmode' config field will stand in the beginning of each line in ?lo. * The display of speed of connection in logs. * In pkt ^aMSGID gets Fido-address (for our own outgoing letters). If incoming mail carries our own address in ^aMSGID/^aREPLY, it is substituted with myfqdn. * Opportunity of connection for the external FREQ-processor is added. * Substitution of X-Mailer, X-Newsreader and User-Agent lines into X-FTN-Tearline. * Don't reconstruct an entire SEEN-BY after addition of one line, and simply add it to index (Yar Tikhiy). * Hydra protocol (Arjen G. Lentz). * UTxy flag support (work time definition, accepted in Zone2) (Boris Tobotras). * Don't show a some kludges (nonFido) (Eugeny Kuzakov & Ko). * Original ifcico replaced with ifcico-3.0.cm. * Show size of files in to EMSI. * Add netmail bug fixed. Run ifpack after ifmail. * For skip file while receive delete this file from inbound. * Removal field " From: " from _body_ message at gated Internet->FidoNet. >How-To-Repeat: >Fix: begin 644 ifmail-os.tar.gz M'XL(`'A6@#<``^P\_7O:1M+]%?T56^RGP;&%$9\V.;?!(#N<,?@`M_$U/1XA M+:"SD*@^;),T__O-S*[$EYWT\CIN^Y[U)$;:G9V=G9F=G=D=R1Y-#=M1O6#_ MFZ]VL6*N4BJQ;QA>N;5?^<#*E4*EDL\5\B7&-"U7*G[#2E^/I,45!:'A,_:- M[WGAI^!N)YP[3T'0TUYV(O_9]?@KZ<#OE+]6SI5RE7(%Y5\NYI[E_Q37JOSK MG?-SO=U_Y#ZT7*Y<+#XL?RU7(?F72AK8@"(4Y"M%[1N6>V0Z[KW^Q^5_8EM> MFX>9<+K#@F@V\_R0S0SSVAAS-O)\=ME^^9;-'".$AVF671BA.>$6&\Y9C_L` MTPFN;3>K_-'#>+Z^\%J=_PV]5^\^>A^?F?^%0KF,\[^8RY4*6CF/\[^DE9[G M_U-;W68$&=^P;[@<,6[L\9*A#"IH-'@;,@RH6 M%GJL M>U)7#_+Y??S5$W>6WHIL;V^0,R3.R2M,%4&_&?0/[8[=V M.&'G_9IL$%(;:>Z@L>-X\`S]^9'+#"9YPUS/XDH&V##S;#?<81Y6$DNFACF! MX645I3^Q`S;B1ACY'%'>9R:KBL)>LC:_9==\?NOY%GMA>6'P@D%3P[(`'KH& MAHSL\1X;V7X0LF`^'7H.\T;,#E\$[,9P(J[`G($640`-#&C)+!#'U`Z!Z[:+ MQ3YSC2D0!9U=!K8[QN;O411N-!T**.@.Z`R`5,`T-2S.O*%C@\@]?TX-NWSJ M06]`!G>L@*6AP.0@=*L*]T9(VF&QI@N]HL2^CWF%XA`]A[9CAW/F.IYW'P@ MI)[Z$[[*K9'O31$/>Q%P-YP"[`O)5C$<4`/'07R@!(!,]CCD8]MU);LX")8T M%P%^<+RD(\L.8![,$2:8<:`>;A8*C=".-PX(''1O=AVR?QGGO=-F@XVYU')5 M,I]E<.1>!/]O7?@-QQ[V[O`0F!KL9%ES)#@!RHX5I.FFX?LVB"UN%N."CF5' M^_\RNOI%ZVH/5`:8C"B":!B$=ABAR&@*3.>C7RV7J.S0FA^Y**O5L2!UR$5^ MAT(&73CIZO]09[YG0H=0%PN0T/3B+K`EX'FKG@.YW-^#.]#XP.>@9#[-NTO0 M4+4V!M%(VP"3RD,RWZHG_;;:!U5P:%(!VH;GO@B9SX&L(/0C$TT3@Y:VSUE/ MU]OJ\14S1JCZ0(H==QZ;G3WLCQA@@[F8(PPR!6:9[5K\CF6NP/3W[>N)/=^A M[M[,+=]@,,30,T&1,C7_W]QEIUG6@C[?"YC+_AT81<<8)_Y2!N;R-0OM*:@' M']DNT0%]FR:?(XHI_WF@11L\@\DL8-(YPV=R!GU@6S:(_07DJF"^^! MFIS@++ZV9X20W4[PKR]L!AHH'G)0)K216$$SU'9A7KO6IKD!"W,"`&AI"'`P M]*SY@$U![=`MC:T/LG'#`($I5E58H%SHJC3:]7_:[9[_5JK]/1(:`9/KLMDXJN24TV[G\N(HBLR9DK+P(/$]?!.9L88!4-X:N]2Q."=^D]L/Q`,#DG4`/$9-.+GD6_ M"U0TKG44V$"2AFN=H$P=LVT2(E,C*`)71`7^,A7J46C(ZFT2$WLGNE--EMXF M6:=!`DHJ]4$.03+.A$&$_!YFI5]))KUB'V-:86GC2-:K5T+6G5Y_2=@``DZ, MH'/[XNQT`+IPTGR[ST,SUJ`4^B&V]*P8*=.VG6#" M"".AY.5.3&*$RTJ5;>?8W\`(JN@\?\\^+&GE;\M4?X3!T"C+184'AJDH])3[ M:RXJJ_;_HM7L/?;NWV?C?TVK%.+]OY*FE2C^+S['_T]R.?:0W_%XLNT+[T[9 M*(W<^\M#+PB4US"'$V=P$P8#M\W2^V$Q(-\L10=VLY1\^/N*1_<`^_S7>PHA MZ.+KQ:Y#T?MF,<6QRL(R[=?`#@;9P(#8@B^7BUCSG@KHSG#":\\^6"O%(JB1 MG%2"B>'S?E4QZJ'IZ)\E_N#WZU)O5#?WX\G2S M^*3V#^6U9?O^E"V9:EFRRKFX=!W'7]->_G^[UO=_OT8$\%G_OU)._/]218.2 M0C[_?/[S)->R_[_L_BM&<)W9`0\6)>1X)L3FOT8\H!T6BX^,R$'/.;@%:T4@ M<>71-CA_$N!H.T]U/S/U/7B4%[7Z6>U4'QQ?-EN-9OLTS7Y!)QD]8J;.`"#I MX.=MB>&7'W"W470C,-UMBT=VQ.Y$>_%\%#=1$H];0BK@-\]YX'IKP[%&,(2D MRX?',EH,1.QJ5,G]C`\OX^XSP+"E,:3A'INF=Q)(BGK2DJIT'/S0L*[FO[S< M`4Z$D>^RG'10J:;M+M5H2S7D>B8/R^ZY9-`<=PE]YGK@?2,,.;\?-X*O9,J# M.[SJI2_7?,H')^:BH\_F$)?'Y^V_U"K%6/Y%RHYB`6U8C[_;/^?Y%)5E=4[[9/F:=;S[7&J/XG8 MN3%GL`QKQ:JF5?,%IAT>'BJ[N[L2,-6+7/;WR&&L"#.UFBM4\R4!\_HU4XM[ M%;:+?UZ_5ECOS8_@78OKB,GUI:(PA6U!+[8KTS(BF9Z#+DB642I-'&-.@98A MIYRB6]\.0^YB4HW:Q!2:K*(*BDZ:+1T[2.]O[,*EE=TUF.T/XHSAXWW`1%F# MXYFW/&X.&(9>F.@A>K[#GIGAW'/?AU@I:8ST>Z9)XS,< MS$&8S3@H'#:":,7+$M/RA\@U^HML(R)LGYN8C@-1)\)>7M8O,'*]EB?V/@]L MB_IM=>IGC697,CF]=`:'AW9I1;T/`#$!;QYN*P#62*'C>'%`-Q('_!3O!L0/ MH,AS;B@?9$L(40K/G!CN&!-]DKP

X70N#$@<(!1:?3D@.)@G@@N*4,3%@'6(Q4`.S>!R"J MB)JZ-YT!M2JE>03S(.13U>(S[EH8>GHSRDW*`B@-1SLL[,$4VL7?@AC2ED@. MX4QM(-?;G7ZKV3YC*G#IF@O)@GYATD@09,#SPJ,UGV-DB4_V"#-:KO'6]4(V MX_X4M4\P^X&K#8`AB(=;WP)9NUOLQ.?\N->H*KN=BWZ/':74QIM:;P`Q:O^D M!W2)FT&S/3CO7+;[@S=,`NC]'AX;TD-?[YXW.SVH?*?L`H9:K]YL#G!(.,5Z M$NJD=]6NP_U)IUN',+C?@ONVKC<&J,,[H_K?6;/^I`DGXV.+X\E8U[K1H5MAN]0;MV-NAW.K*#9J?>;RU&.Q8-6/@HFF/0C6K<[0#,, M\$<=V0-/#VO5G.WNTH*FE)8KX? M5)8?3WKWJTJ[<7Q.>J*F@+I&!U6*QGD^.#WO=TY.-E1J4YUDXV6=VA3K0F\6 M.D7-EM5/RK_5.;U'%Q-]DPWO5ZB%*DJP3ZA'0K:4Y?)`FBVD0I8LZ]"BB.B* MB5FHD"R1>A2/UF[\M/T!4)UV+SXJ M[+S3T*$D5]$T1>W)IR(^[29/I5()1R9WK1&[&)C"NK5VJWD,);[A`BDP^J0D M]")S@JZ^3DWBTR2FU]]TX)GVRU4.KGH=GL:F"2J0W+*MJQH]#.T`_&MUKC!9 M,#>HNJ6_A8>1P^^$EY@#^97`3]3H%^78KR$;((8#Z',4!ITS6[B*_8#X>0## M?5/KZHTC&.I6<@LNHZ>H\7,.N!#?H6SK)ZW::0]5#Z;I3\0"N:3N22W=8Q`& M=7I["Z<*("X#<.]&D1O88P@95'!\?;G*OO#Q2`*3U&#<(F_*HJ1?.KD`E7`\ M+^"(0^9_B^3=`_@_M$-4&.$^3T0>-25.`T\3,CMY0>=Z]\CMSP-A\/)CMUA= M&3GH_UM#..)O^[V^?B%$D"_M:8<@@@+]TE02;:#)U![[F!JF=DI,M4<@^'$. MI=A(D`;`7G7E>7>]&GK$9&+0+N`N.B@81H@T/H]2N-.J,W+2L?MB))Q%-8$@ MLYB]0QQ-44T-<GFI;?-QV;NV'6D,:(I`VT`AE( MF3.VAE,D=N4YAI/^$XYUN1Y^1%1$'$9]J28@"X.WI$/J1GM\T\4((5*+RT4! MW&`^8RRYY8Y%.WQ]`G[<`*0-`\=7<[`Q4ULT\,@<`L6(Q1P2DGKG>2/W?_!Z MZ774<47\B#>V/X0'Z-CJC*F^7X@[^.%I&)O(7OQ3;R%M#-OI2 MRGS^ZPHJ3)7\H]7R^7JBZT'[;SY>'Y_-_RYK=/Y?+('=QUQPL/^YY_R_)[F6 M[+_XR9K"_I_X-AT$:466.ZSFR]5<8%O6=A_8X"O[K*7)IAW^)>Y\6QKYQ6:_3BE,$.!TTLLQ$HVO;9L/Z!2+%2I M$$(BPQ_3*8"H>;DG?I8A\&W5T`X=GC1F$B=E<(F^%?9!;-KG\D@IJ*LD-84D M8?IZ%$##%%%U8SBVY=V]F2`9XUA"EB'U_*[/8 M4-K!9+2XN-ZL=[`,>G"\\<@PZ36E(UD,/6QQU[)'@D3M$&C;U;227$UE'?8# M^-ABRP>P!:%O&F%F0?(>2_>J:0:4[:;PM6+7Q3B6?3( M4B+C,9,QCP`,4.#PS#T:8X)U9X=]"W&'A@.`T6;P<`=!S3WX"Z!0'T`P:TZ@ M:N=Y9?ES70_:?^OQ^OB<_:=O?I'_7\X5\%M`:/^?W_]YDDO8?WSWXY/^/YCT M0G[9_J^T6`'6JCFM"JO&POYK>X=@__&O.-I=\>^_S&=%H[SBM-)+1O]5K!"C MHM?9EU'1FTY?A$J\);6"3+XX]47H\.6J%63TMA4&,7B*)]$-+KJ=TV[M_.&A M?*+!PP1_HM']9'V9'"GC>QF7V-VFU/#12@6]&08KI+L!O@GV1T^JO]#UH/WG MC]?'9_*_M$I)B[__6(GM__/WWY[F0OL_M0,S?FEQ(PD,;/E!-;^T][,$O9P) MEL]72Y5J/K^P^X4?XL'OROC)GE?+(-G9U7Y^1`\^_"Y MX;"9$03XJ23Z4$J"(DDM%4,4,/:-*95A M0A>F70&R*WEZ<&M@@E=646V!/95:3@TC"BRPNXM:.J_#EXCN@Z/#@QXE",$" M9QORDRFS$T14>A:X:A'.H(!B@*LZ.DLED,*(T%J633_QX(V8D'T$A MZ,5'EVCJL@$(;Q(.&&:&B:4W3]EX^40$Z7\'4^!M-?5W;^)F>WC_>G9PF!V5 MRI6LFR\4L^^U[$A\B@MT`3/BMNBP"K\7)#X_A8\V?0Z565I;M\YLS5OE=E@JK7:UA!(L$\(/ZD MDC/2@)@MF:;L+@!0%'$Q2U+0)AZ$FJ,(,^]^C:!Z9',\>9LB(9A;%9\IP0]2 M+P1F#+T;KLBO)*52JV018TOY_[3WI-UM&TGN5_!7=&C+)D60`L%35.BL;-&) M7FS)(RGC29RL'@_08L0K!&E+=K2_?>OH;C1`@)1BK9S9)9XM`GT?U5755=75 M=K$D6BEI8/LL'D*?O4G@2H(!Z,#O M)?K"&*.'JKPNS$*[AE3N420@:ON'1\"4+RKIZXT/C312RI^@$ZI++V2,&!SY[A0G$102(]GPV#>&MP-H` M?B!^-H7YCT\7/C+/:9/-0N?DC"UJ&NJWYP,?%T)*#,]*HR]%C=WD#HA37XJ,W MTPZJ>I$F9R!\X4/$\)K)3HNJEM[%<%U"/4R#4!L+O4=G6@!&B]E@?OV-6*8L M-!>6%;'TV*%@M?)6#3PGI&%_,QN,VC#HR@>>R/C>[`/T-HU0A6">-NQEV="` MP%41&#)=(7]Y:4E:TB3D\@#;S+,%<83XQ;N:0E;E0RQ=.#HZ(HW[V",#U3:Z M"62!5`EGBW]PNGP7%\/YLLINAI M;SX;=&C8T]E4OHUYPJ29BDGE5$PL6>8T5.MS@!8JVP>0\-"G&6Q3%+Y%\DWD M&8@?=E3::<.X':DF^1*K:N("_XZ.SPC@?!PTZ%/Z&^Q!@=*GI7=!T24_DVF@ M56G#Y+E8VL6-,?\PI*.$L=TE\P^@"=@L0"*:BD@SA[GV=YC1ZA?>M$C_.SY-A-T MC];4T:0@&MF41C_6T80-M._#E244L]*5IF(=>!\D'%JJP1P6Z"V" M%_#HH3BCI3J%/%IU-1@M1E@W@2=5C0X_;24D5&ACA@Z7/X83`O'SKKJ>AWO9 M4?NJCQFMBH.//-M2)#79;L5F4]KQA`&L9W5'W``F>.@K@DK$%9T!_@(6/#`. M6=%K`Z9&-Q2\G+UQOG,-'<=,D,<`>UH[$`0,E/]^T.N,(&X^FB*0XS>LA"`/ MGVIZSWEXR0:9EOE^50+;&S*:!:1(N`Z]M])>5\L9)+]`,]W&C@W0A0A,\XQW M*^1-XY&8(?L%^RS>,!3$,7F>GLR(%6V(I]\\M<73)_CG3_SSK\GLJ3P`5B(V MRBW5--<+0`<;5NEE&%HV;U]Z`1,7N$"FW:9.->%C02)#(TLD%P#MDS>;9&WL MQ8?!9`&H!S&OSH-\ACRCA@,IK`P==MH?7^/DDP\4?[;OS\9XSK_#R7E M_P$]"E3Q_H]RL;+1_SW(P_H_Q+5#UO`7+E@&_!;`F&3`553IE>J-8L74_X5R M+"=V3?T?F7_895I9[$RYMM@_8TZ$#>9)RW".[BD?>T`?>`UZDZ%5\JVI\ M1K85;*7PM8?PW_I)7/_O[Z^.=?K_,OM_(_NO2M5A^]_J9OT_Q&/8?R$14=9? MRJ!+E$2QVJC4&Y7BDO47IS=MOXJ[C8K3*)LZ('6LNVJN?C+`FO7DH>D,LC)D MFF6@`6)O)MW+3!]W;G&QBW!TWBP[R?(+\]+I\9D';$#&G\,FG)@&-"?8]N=[ M+-PG;J!2#EF!(;.DC<"VD8%"[LO>GMK;?U!XJ)@\I^MV%OUW1;=.=F)L'949 M#V&SC>94]()'OA:/.CD?X6MB+>,S1ARX>[@?W.1B=!9D/O;T8M MRS9[9R_>9#%1**QU\OK_@C%;(OZ_N+\ZUN!_O.Q)X_]:N;S!_P_X&/C?&_F# M!/Q?:Q27\3^GC^+_4J-B>(,ID68+_C(JE5:JZI!Q"*>C`/XWPNET M+U"7BIA=89NT0;$1,P_%A)`\[_@L;98\'P%*GX]F>Q+S][SQ]?1CT\%OQ'1B MFS$XHNME1`\$X2/\1PM;22GX<[GKENXP'LN-F/G62R1BT4HPRZ*K$_J9-&PQ M60V`?B[G7@-H(6FD8!;4O34^V?!:EO8G"A\W2T0@CZ>V$9]+2I*V-2[GHAF5 M,R9/Q*A130K[XLRE. M6Z>GA\='YV_W?SD^QH)PMQ!)]J0I_CN:3DZ$1.R\_W<(3`%J)9P2>)&8:@^- MPQD09MTDNJ[FA@5J2@U'U^FH!O&44#=)?G$^1!F$#U/_ZL7Q0>O\S4_[XD_Y M?O)#D6'4K9!!NEO>U6!@F2-%$^Y_EY[/VOT^0/J%-^P!@8U`1`0<8@IP&@?/ M\>J%X[/C%\>OUH"+UC+>+[S_458.MK(_._\"32_\']U;&6 M_E?T_J_DE(M,_S?W_SS(8]#__MSO)M#_W4:YND3_.7WD[$\9N86`_KMDRP%_ M0_L_VE`!M>NT9Y>:6AMQ,Z_[(2XN8=^8#Q5["RX!6Q[/)9@Q[.T`MU_(P!0= MZ@$7W-LYK(XB#H MO'%8-S;R=@5C!Q(1Y//]DQ\1/\ZZ33FLBKVJL8%DSLH,Q@XYF( MU_N'K^PB,U<\(9*?^`Q#"-S4BU;K@`<11B,HGC`&H-QVD4E_T_J!Q1'F!7'Q@@4D";JTIQ MF0>87_4&WGS0'[=O2>E72XCO+B[@#L2S`N$X$LD2GMTM*32K-O@]O>D/BQ$B M$H.[<0=OV["E"+,')!FH54@R4-,(^"8@!^J>$"2HRU+?/!=Y[SO^NQ:[DJ'0 M.R[L$FWRNNTI;MD.CENGYS_\?'"RK[MY@;?U9APY.\7=.F_B*VI^E(\KP0[V MH*!V!\]6#[S@.+>-6-( M,K\VWML\_"32_\O[JV.=_0=0_8#^U^C\'Z"Y#?U_B">P_Y!X8JP8`#S;=^!U M!>S?'+=1J33*#M+TLF$`$F2)>@`IZ>/B:A>-7AM=:02BW$I,Q;>B.^KY\QEP MVEG`Q5!R4SP53P&CW(0L0)8\?@1N-E+L9G$;0]X!FI:?&$>?GV_,`@)4"+7J MO/"N4OX_LRI)7/_W".OK[#]JE>#^#Z]"IN])ZV:(NC$?- M*^DO1W[;AT<'K7]E`XW14>LM5)Z<'OMQ^M/+EX>8:47K$PM(%WH=Z7X'T5YR M39!P,#,=]?`@UYC_=0,CUMB&OX/28#^B2LOFY;?1_M^:3W]U``M+!"P[\TU< M=Y*++:M2`G="/;Q9(X/*IJ/C@Q9ZX;?39S,ZVHJSAI?P\0'N7]-;_J_IM'VJ MB]-)&$4!,LQII]P%0T^N,SK$Z/9['YR<'QT>O?K:=JN.8 MQCAY"P5O+DN7Y-NJB5VJ%O/IB@$<>YU0Q4+7+)QJM6K#(CB'$G^P.7LV7!`V M`:]1,2$$RH;N#,8##1WDC)^']T?SAF'?]7+=8T_B^Z[/_3V>A_ M'N2)P?\7@0"(,'I5.$[#+3<<)Q'_7X3P/U"+6J-D>``E&[8<_)5G&[0Y;[\[ MG@_1FM<(&P,\4Y"4YFBZL'+MQ91IA/4Z%*!+5`6*4(&9GTY;4-@O6:,YZ5[G M4^$B;89@5AG&J]"LAYL>$*209;.B2WL2.2]7_.#SG[C^Q_=7QYKU7ZW5*L'Z MKTK_+QOY[X,\YOJ?`'D>]DP!<+#^G5K#K2VO?Y4EM/Y)7!SR`$DR2_@K35D% MV_^C:`V=*-JP\X/_?]`EN\!%++IS<3ZX\NBH#LJB*((562B<:R,F"*B^0@$" M%O89WLYEH^4.8PMC/8-QDLM2V8M!'RJ[RN$' MYE'2P"-U%)^=_,Z`RQD,>\J?@"?5J/%MQGO,T-`("+L44S_A+LLX/'T'TDE3>>S9K@<%8,E-%<5PR-!G4=EL`AN8`$4_.+5\6DKCMG"L:FB MR#57T[I>?)#)Z@XGOD>L3U9>7&UR[7B9\PJ,SHP3\4W?2"Y(?&:]*H7FGU'Q M655^3I4O.#6%W&@D32WB!D48YUH%]R5D:5V*99RAV!'>-RZY<.3;;LOKQV2- M\3YW&9+P%%"=1)/KI$P=['\N>&RQQP(M+-OSMB?@3N.(7)ZW] MLR@[CBQM<Q2W3%K-< ME3LQA+U/=.X@0W_)7Y,YO6HDA5"C@\I]>.4+ZQ'1>+-9)OU8GC6DS1+>\Q#L MDX(MDELO$4"7G*JZH4/JQA$A%*838$;L@9W1ZA$\1)D5DW[?V.R&ME.`GVBB MR'45C:X-*&7=+A=G0J[4]]Z;6\FP]YP@B.NT1-^ M;F3#A"_U=X[A1Q*ZI"!F/57#R-00,COY\\D7.3`;+&>I?\,W;7 M@BZ"Y=V09?0ID2NY5;M2"J:3\(7O=4=34H]^((3J4^16R*(6&Y`#+E1T5E=T:0<'RUA MRH63+VL5H<;EBK9L632-_LY%2:QN6#P8L4I0MOKS7VAY-IX9,D=K_6#IYM^M M]4(V/X"XYF!/?0,^:<)__7VQZ#3A_QYY&`GS5ZH$;PYM)20%KSHCJ=!5.+Q' MR>)2UQ7"4"P5#"`4A"#$\B<7("SMPVKQ&N+=5N\WLA[3PX7'Y,F5S-#+J)+P M6!0_&B+-`53HHAFJ3@35+=6F!]S6R#E2*Q1G0-DJ$$),E"0$0ZQ-=6NLC862 MJ/*D]>;5_HL6+/_;B+3RSZ:+>3P*#Y`ODRZN3U;%T8R"J:.4[+/LM:)KDJQ1 M3K&U:&PM=K86A:T%>E3*;"WLK>%"GC=35`S]K-D*5&P-&WR>OU1FZ\.RXRB9 M`P^RQ,A`+@TTB&XWLHI!O9%\Z5W9X#B.=R6C$LO#KF96#;%"L/85"!W>HZ^ MV&-CB=QMV66CJF@<*,FI?=SQXVU-I!E=H M'F-#^WOXLA=(%8"#LL7VZ)HY*6E97B692$EMOQAWJC2&X@(?%4Q;YX/CU_N' M1[>7*``]$D^NDH4*XE92A;C23-'"NN(2V!_:<*(4:=$O$!97_1=:2A"*1KS/ M:CUR%4D`E=NM*J]K2:BY/:?]X-VV,!I))VY?0AB;ZDC>>RQ/%!%HS:OHG:^W@C9CZ*D2F]ND MNT[VQ""7DUOTKXW#O^1)I/_3^ZMCG?R_[`;R_XH\_U7:T/\'>8S[/V#)=49Q MUA]UE.?SC7YU\_H/F2'D!9YLO\S;/VHD&E8>3I>1\^V4@5^H^5NKJ2.Q7974 ME,5=N\AF:H8Y.`K#0T#]:58)W5GFCF>IUTK*49A( M9(?H(,`9&DG3.U$9E`S%;?%9R*I@)Q"FJQXFBM2_,;F-I+U_N/1`H(Y]3I*H MLZ!$8O:H=%W7JB4&(0,6/2]2*&P"897,?FJ[YG'"F?<>?40#*LKT9YY'OC6E MG]=L2K+>.F);QM"!_C7JPP_M85BZPQL'6X4GB?)"*R]P#81M)4^ZR@9MMVB[ M#EXT5[/+I>!@P/8?2K,B)4=5.QWT44S3IKJ,;;N+Z@";!'EHF`PT)N*K6;WVM0`X M80:%H)IX#C4DJ_#P3"IX,&;34NUL!JM`!IIS&LJI6PMM,%N;(&V,B!O-J<5U M8SM98*2=NR`<$CDF3?()[".._]DZ>7MR>-;*1C%*((*$Q!J=F[3>I;-AD"8W\;V(/2>97(!'_DQW"(\5RG12-Z"O,78U'N&,&\M!= MO!>T<=?U*;5^=\0V">8'Q4J5%)ZN4[%=><(@:3%'ENVJ94FRZA4KTO\$PZ"6 MG[G8_$]-O;16RNTM#:^?Q#.AM#O85^"8LE!!,Q24.%'(S8U11T6466$*&PH( M(0$SE1H!6Z59V48$1_^35OQ;`5S1GKBAX4K.DW(V(^>-[:[QW&3.);F7W`O< M1;YN!>)U!59K2(8!C5+*;F0,%,8Q@O:OO2E[P"=Q_S^[OSK6^O^M!/O_JE/A M\Q^;^]\>Y`GM_Q$4HO<_NT6Z`Z[:<*M+]W^J'"$)0!%M!4O&Z8\27?V<*]$] MT(I((;>,RVYZ.<\0`:&O<[5"S;!!3P:8!W`]NO`"&`2QU;/Q+"N_JLLI_+0] M\M^?#\;T`]&4_6L/]M_P25S__OW5L?;^]U(Q6/\5]O_K;NS_'^0QUK]<.J;] M+][IBU+[<0)K#A7R`XS4[UU*=)".D MI6_'@ZFY;-/I^&6&(/H<]"2?']PSK]A#F4[;QAT>G95< MT9UU2RZ;U=K`B$N6IKQ+GBWX1SK#L2STK!,UY2)V-\OF7BP=RY9^Q1JLI MS'QTJUR6"^P/AD-R3)#Q.\/@K'Z0W':NG&K6)LG*WCT,E27W8=/F16^62;_F M.;6R9.\`Y^/Y6Y/H9O37&YSP/_?Y$G$_RN1X=V>-?B_4JJZ M"O]7:U6V_RAOSO\_R&/B?[XM1^'_LX4'#"`,S2XR@&5'G^@U\;_*$N$`RZ6& M8UA_L/R\*,7G7XZA`C6.?^WOS*^GGA_1&RW&@#![D4`(&0XZRX&#R5+8;#!^ M'PV$JE!$(Q5,2[OPI=-F2SHG0YF5(`-:J0Q+#Q=SX+;#A]&N5!C?*$A"K9J2 M!@7)^O-Q)..LWR6#"@R-[8^AG"(./*30PHZ96J^E%(E2X26EFCRD'8I!F@>` ME8'W;6W5CIWUX_)1@;B.C5IMU#K:%4.Z7<0:R\=F#"/)'/1@3Y*5KWVA,`RMR)`5BZ2K++I:K)L$5F)[.,T^A"K(@,IMA$8RX;)][UVQ"B%X M^1F'D*`7_GHV+*;`<>-VOQVHA`T09(5UA376===V%8S<:)DB%$VL6GP?<18- M`2_6J0C;<8C:K]!SY:])V_@Z)>:A;%U.RVOTB,#)IEMX"?D'".3SAX5`,.@<6:Q M;KN[ABY$[Y)H]6I5"'U]L1XDOT8AAL-)2N$`;:;3+`+2W54--+0:W-2D,Q$& MO,M>Q*DTN(Q`J2&!@30:"<`0'&*2;54K)4ZCJ@9P>0VHFJ-Z4@U-VF)A2>^H M`E8N"H(61WB].=T'ZHON9#CTNG3-_4@"`Y*2AJ6!)/5(_-.;D=MM M/-P^F'F]AN46BN7"Q,]/:Q!]@)8J[#,9HJRJ..[.)QUOQL:#C\3;B\D(PJT# M#W9HXO2B#>SLQ7AP.?D`^R;_XC\_X(4HA=GB6>H1I'Y\V'L,+ZF#P].SH_W7 MK:9JBE'GFQ^_#T5!*,764B_VSUK?'Y\W.H>6>ZZ.Q`*Q97.W@7_$XJA>;V9_"_==*TS#:F4GB` M[?DOAV_O]'UO\^?;DQ].3%TW+>OP97@\.3VYVC.:G,.%YZ^B? MN:;U_/#H^Y,WS<>?^>4&ZSRJ-Y&KP&,6A3ILN-G3"K_U.0CF@'\GB[E';[1! MK8M?4WA-%DER*)C4-'5YCW:AGDI-9UY^@-Y(AL-&"MIWVCJ#EMP(&,SS-R>M MEX?_@L;PRPV5!DE^N!$0]N/WU)'#H].S_5>O.`3''_*>M/(R&(M\33T6NIC( M#=70AHD_#S5"9KX1^9[(3V2S1?Z]6"RZ4Z.@X%KW4*['GU\VYY8&"UE-V*#$^T&)FJP'EN6VAA=*78Y)6EKRR/1OB. MC<0\*PHE0#EH/?_I^[\V3;/YMD\FV?S;)[-\S=\_@?)YIJK`/```/B] ` 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 Mon Jul 5 4:40: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4E0A14EDB for ; Mon, 5 Jul 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA07548; Mon, 5 Jul 1999 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neva.vlink.ru (neva.vlink.ru [195.9.70.8]) by hub.freebsd.org (Postfix) with SMTP id 5E1AC14DB9 for ; Mon, 5 Jul 1999 04:33:58 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: (qmail 19136 invoked by uid 1000); 5 Jul 1999 11:33:51 -0000 Message-Id: <19990705113351.19135.qmail@neva.vlink.ru> Date: 5 Jul 1999 11:33:51 -0000 From: dsh@neva.vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12519: close PR 11601 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12519 >Category: ports >Synopsis: close PR 11601 >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 Jul 5 04:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Please, close PR 11601. I submit new ifmail-os port. >How-To-Repeat: >Fix: Close PR 11601. >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 Jul 5 4:58: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lion.butya.kz (butya-gw.butya.kz [194.87.112.252]) by hub.freebsd.org (Postfix) with ESMTP id C2A3414DB9; Mon, 5 Jul 1999 04:57:50 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by lion.butya.kz with local-esmtp (Exim 2.12 #1) id 1117NZ-000JK8-00; Mon, 5 Jul 1999 18:57:45 +0700 Date: Mon, 5 Jul 1999 18:57:45 +0700 (ALMST) From: Boris Popov To: obrien@freebsd.org Cc: ports@freebsd.org Subject: Re: suggest new "ftp" category In-Reply-To: <19990704122603.A96646@dragon.nuxi.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 Sun, 4 Jul 1999, David O'Brien wrote: > I would like to suggest the new "ftp" category. There are 30 ports from > "net" that would fit under this category. 30 is more than the number of > ports in the new "irc" and "java" categories. Very good, 'net' category is overloaded. The only problem that not all things fit into one category. Usually they are 'www/ftp'. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 5: 6:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.raditex.se (www.raditex.se [192.5.36.20]) by hub.freebsd.org (Postfix) with ESMTP id 19272152C2; Mon, 5 Jul 1999 05:06:12 -0700 (PDT) (envelope-from kaj@raditex.se) Received: from localhost (gandalf.raditex.se [192.5.36.18]) by ns.raditex.se (8.8.8/8.8.8) with ESMTP id OAA01019; Mon, 5 Jul 1999 14:05:11 +0200 (CEST) (envelope-from kaj@raditex.se) To: bp@butya.kz Cc: obrien@FreeBSD.ORG, ports@FreeBSD.ORG Cc: Rasmus Kaj Subject: Re: suggest new "ftp" category From: Rasmus Kaj In-Reply-To: Your message of "Mon, 5 Jul 1999 18:57:45 +0700 (ALMST)" References: X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-URL: http://www.e.kth.se/~kaj/ X-Phone: +46 (0)8 - 694 92 80 X-Attribution: Kaj X-Face: M9cR~WYav<"fu%MaslX0`43PAYY?uIsM8[#E(0\Xuy9rj>4gE\h3jm.7DD?]R8*^7T\o&vT U@[53Dwkuup4[0@gw#~kyu>`unH?kVj9CJa02(h>Ki\+i=%rn%sDf^KC.!?IHkKjMAbkd\jgmphp^' d|Q;OeXEAhq?ybGqOs1CHb6TJT42'C`Krnk61//AOfXtNjj/t'`5>Vw0QX!dKfOL$.f+S"LIuwR<;I Z0Qnnx(F^F]o@*V%TUtEV'1Z[TkOl^FFV9Z~A[b19%}uP*,huCU Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990705140510M.kaj@raditex.se> Date: Mon, 05 Jul 1999 14:05:10 +0200 X-Dispatcher: imput version 980905(IM100) Lines: 21 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "BP" == Boris Popov writes: BP> On Sun, 4 Jul 1999, David O'Brien wrote: >> I would like to suggest the new "ftp" category. There are 30 ports from >> "net" that would fit under this category. 30 is more than the number of >> ports in the new "irc" and "java" categories. BP> Very good, 'net' category is overloaded. The only problem that BP> not all things fit into one category. Usually they are 'www/ftp'. Someone proposed net-transfer, which seems a good idea to me. In this way, things for fetching / uploading files / objects lives in net-transfer (regardless of protocol, even if they talk HTTP and HTTP only). Things still to live in www are indexers, browsers, probably http servers (even if they seem rather transfer-oriented), HTML preprocessors, etc. -- Rasmus Kaj ---------------- rasmus@kaj.a.se - http://www.e.kth.se/~kaj/ \ !07/11 PDP a ni deppart m'I !pleH \--------------------------------------------- http://www.Raditex.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 5:14: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by hub.freebsd.org (Postfix) with ESMTP id 9C70414C3D for ; Mon, 5 Jul 1999 05:13:50 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id HAA15463; Mon, 5 Jul 1999 07:13:39 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix8.ix.netcom.com via smap (V1.3) id rma015440; Mon Jul 5 07:13:05 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id FAA07459; Mon, 5 Jul 1999 05:12:52 -0700 (PDT) Date: Mon, 5 Jul 1999 05:12:52 -0700 (PDT) Message-Id: <199907051212.FAA07459@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: anders@fix.no Cc: ports@FreeBSD.ORG In-reply-to: <19990705082645.A47628@totem.fix.no> (message from Anders Nordby on Mon, 5 Jul 1999 08:26:45 +0200) Subject: Re: suggest new "ftp" category From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <19990704122603.A96646@dragon.nuxi.com> <199907050317.UAA99681@silvia.hip.berkeley.edu> <19990705082645.A47628@totem.fix.no> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Anders Nordby * But programs like downloader, wget, lftp and pavuk downloads through http * as well as ftp. Some of them are not DESCRibed as ftp programs either. How * about a filetransfer category instead, or net-transfer? If we were to sort * out all programs in their own categories by protocol, we'd have a lot of * them. Though if we sort them out by their basis functionality it'd be * easier. Easier for who? I think clear-cut categories are easier for users to find stuff than general "let's put this and this here so we'll have more numbers" type categories. (Same goes for irc/icq vs. chat.) Not that I'm saying "filetransfer" is too generic, but "ftp" is too nice to pass up. We can always add "www" as a secondary category for those who speak both. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 5:28:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from istari.home.net (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 108EE14F76 for ; Mon, 5 Jul 1999 05:28:49 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by istari.home.net (8.9.3/8.9.3) id IAA06039 for ports@freebsd.org; Mon, 5 Jul 1999 08:28:46 -0400 (EDT) (envelope-from sjr) Message-Id: <199907051228.IAA06039@istari.home.net> Date: Mon, 5 Jul 1999 08:28:44 -0400 (EDT) From: "Stephen J. Roznowski" Subject: Error in bsd.port.mk? To: ports@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It appears that "MASTER_SITE_LOCAL" refers to ftp.freebsd.org/.../LOCAL_PORTS, but that directory doesn't exist. Is this an error, or am I doing something wrong? Thanks, -- Stephen J. Roznowski (sjr@home.net) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 6: 2:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from silas.psfc.mit.edu (silas.psfc.mit.edu [198.125.176.94]) by hub.freebsd.org (Postfix) with ESMTP id 9688815319; Mon, 5 Jul 1999 06:02:50 -0700 (PDT) (envelope-from hutch@psfc.mit.edu) Received: from localhost (hutch@localhost) by silas.psfc.mit.edu (8.9.3/8.8.7) with ESMTP id IAA11058; Mon, 5 Jul 1999 08:58:03 -0400 X-Authentication-Warning: silas.psfc.mit.edu: hutch owned process doing -bs Date: Mon, 5 Jul 1999 08:58:03 -0400 (EDT) From: To: jkoshy@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: TtH Description Correction Request In-Reply-To: <199907050548.WAA69607@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 I agree that the problem is basically with your package system. Although I can't for the life of me see why XFree should be needed to run netpbm. Still, if you say it does ... One thing I can't see with your dependency system is where it can stop. Shouldn't you also include the shell, bash for example. Why doesn't that get listed, together with the rest of the operating system that is needed to run anything. Or again, one could argue that every package that puts out a graphic output needs a display system like X to be useful, even if the program would run without it. Do you claim, for example, that emacs "requires" TeX, because it is capable of running it and this is a useful functionality? This is a rather close parallel to TtH calling TeX. I don't see how you can be consistent here. The other comment I have is that you might consider having two categories: 1. Required. 2. Taken advantage of if present. I admit that distinguishing these might be a subjective call, but I suspect no more so than the sorts of choices I indicate above. Anyway, I don't want to make a big deal out of this except that TtH the executable runs perfectly well in its default mode and produces HTML output with NONE of the packages you list. I deliberately built it that way so that people on any system could use it. That is totally different from LaTeX2HTML which requires PERL, LaTeX, Ghostscript and several other packages before it can even run. I also deliberately emphasize in the documentation that the external programs like ps2gif etc are the user's responsibility, if they want to use them. Therefore, yes, it is your seemingly rather subjective dependency system for Freebsd ports that is the problem. Regards, Ian Hutchinson, Plasma Science and Fusion Center, MIT. http://psfc.mit.edu/~hutch/home.html On Sun, 4 Jul 1999 jkoshy@FreeBSD.org wrote: > > > Ian, > > > I want to ask that you correct the list of programs that you say > > TtH "requires": > > 'Requires: XFree86-3.3.3.1, ghostscript-5.10, gsfonts-5.10, jpeg-6b, > > netpbm-94.3.1, png-1.0.3, teTeX-0.4, tiff-3.4b37' > > > > In point of fact, TtH "requires" none of the programs you list. > > It will use some of them [but never XFree or tiff] in some situations if > > they are available. But it is one of the strengths of TtH that it DOES > > NOT require this other stuff, [unlike some of the competing LaTeX > > translators]. Therefore your list gives a completely false impression, > > which I ask you to correct. > > This could be considered both a 'bug' and a 'feature' in our package > system. > > Since packages are pre-compiled and ready to install, there is a tendency > among port skeleton creators to include the maximum possible functionality. > This can be viewed as a bug because it unnecessarily adds bloat to the > packages. As an example, installing KDE used to (and still does I think) > pull in MESA (OpenGL) libraries, because one of the screensavers that was > bundled in the KDE package uses OpenGL! Now, dependencies are computed > transitively, so the final dependency list for a large package can be > really surprising. > > Some folks prefer the maximum possible functionality, of course, and don't > mind the extra disk space used up. > > Note also that these 'false' dependencies are only an issue if you want to > install the pre-packaged binaries of the ported software. When you > building a port from scratch, then you get full control over all > dependencies. > > So, in summary, it isn't TtH per-se that requires all these dependencies, > but the pre-compiled FreeBSD package that requires them. If the user wants > a lighter version of TtH, or a version that is customized in a way > different from the pre-built one, then he or she is encouraged to actually > build the port, using the port skeleton provided. This is really simple, > and in most cases just involves: > > $ cvs checkout tth > [...cvs output elided...] > $ cd tth > $ make > [...make output elided, make will fetch the necessary tarballs, > patch and build them...] > $ sudo make install > > > Regards, > Koshy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 6: 3:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from www.netlabs.net (www.netlabs.net [216.116.128.3]) by hub.freebsd.org (Postfix) with ESMTP id E2A5C14FBE; Mon, 5 Jul 1999 06:03:46 -0700 (PDT) (envelope-from keerf@www.netlabs.net) Received: (from keerf@localhost) by www.netlabs.net (8.9.2/8.9.0) id JAA17906; Mon, 5 Jul 1999 09:03:50 -0400 (EDT) Date: Mon, 5 Jul 1999 09:03:50 -0400 (EDT) From: Terry Warner Message-Id: <199907051303.JAA17906@www.netlabs.net> To: freebsd-questions@freebsd.org Subject: /usr/libexec/elf/ld Cc: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone possiably help me with this weird error I am getting .. I run X on my FreeBSD 3.2-STABLE machine .. and on X I have enlightenement .. which calls for some certain programs .. such as libjpeg .. fnlib .. Imlib and such I tried upgrading some of the programs for Enlightenment .. Such as Eterm .. and when I ran ./configure .. I first got an error saying ImLib wasn't found or installed right .. Now I installed ImLib from the /usr/ports/graphics directory .. and Then when compiling I got this error /usr/libexec/elf/ld cannot open -ljpeg : No such file or directory .. The error was somewhat along that lines .. (I don't have it excatly infront of me at the moment) But the funny part is libjpeg is installed .. and I installed it from ports as well .. and I also installed it from the reg source file .. So This is what is confusing me .. so if someone could please respond to me .. and tell me what I can do .. and how I can fix this .. it would save me on trying to tear my hair out. :) By The way .. I have also updated the lib cache and such .. and even tried editing the makefile .. so I don't know .. Well thanks in Advance. Terry Warner keerf@netlabs.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 6:24: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from totem.freenix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id 1B05C1515B; Mon, 5 Jul 1999 06:24:01 -0700 (PDT) (envelope-from anders@totem.freenix.no) Received: (from anders@localhost) by totem.freenix.no (8.9.3/8.9.3) id PAA55524; Mon, 5 Jul 1999 15:24:01 +0200 (CEST) Date: Mon, 5 Jul 1999 15:24:00 +0200 From: Anders Nordby To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: suggest new "ftp" category Message-ID: <19990705152400.A54538@totem.fix.no> References: <19990704122603.A96646@dragon.nuxi.com> <199907050317.UAA99681@silvia.hip.berkeley.edu> <19990705082645.A47628@totem.fix.no> <199907051212.FAA07459@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.3i In-Reply-To: <199907051212.FAA07459@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Mon, Jul 05, 1999 at 05:12:52AM -0700 X-Operating-System: FreeBSD 3.2-STABLE X-Disclaimer: Listen, and thou shall not fear. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 05, 1999 at 05:12:52AM -0700, Satoshi - Ports Wraith - Asami wrote: > * But programs like downloader, wget, lftp and pavuk downloads through http > * as well as ftp. Some of them are not DESCRibed as ftp programs either. How > * about a filetransfer category instead, or net-transfer? If we were to sort > * out all programs in their own categories by protocol, we'd have a lot of > * them. Though if we sort them out by their basis functionality it'd be > * easier. > Easier for who? I think clear-cut categories are easier for users to > find stuff than general "let's put this and this here so we'll have > more numbers" type categories. (Same goes for irc/icq vs. chat.) > > Not that I'm saying "filetransfer" is too generic, but "ftp" is too > nice to pass up. We can always add "www" as a secondary category for > those who speak both. Easier for the ones looking in the FTP/ports tree directly, which isn't cross-indexed. Like, curl, which is categorized to both net and www, but which is only in the net dir. If someone was looking for something to get some files off a web-site, would he go looking in the ftp dir if it was placed there? -- Anders Nordby ^ anders@fix.no ^ http://anders.fix.no/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 7: 6:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11CDA14CAC; Mon, 5 Jul 1999 07:06:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA96570; Mon, 5 Jul 1999 07:06:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 5 Jul 1999 07:06:16 -0700 (PDT) From: Message-Id: <199907051406.HAA96570@freefall.freebsd.org> To: denis@wizard.vlink.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11601: new port: ifmail-os-2.14.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: ifmail-os-2.14.5 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jul 5 07:05:37 PDT 1999 State-Changed-Why: Requested by submitter: superseded by ports/12518. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 7: 6:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B82A1500A; Mon, 5 Jul 1999 07:06:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA96663; Mon, 5 Jul 1999 07:06:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 5 Jul 1999 07:06:47 -0700 (PDT) From: Message-Id: <199907051406.HAA96663@freefall.freebsd.org> To: dsh@neva.vlink.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12519: close PR 11601 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: close PR 11601 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jul 5 07:06:25 PDT 1999 State-Changed-Why: Done. Next time please just leave a note in the new port to close the old one, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 7:57:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B153414EA7; Mon, 5 Jul 1999 07:57:25 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02967; Mon, 5 Jul 1999 07:57:25 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 5 Jul 1999 07:57:25 -0700 (PDT) From: Message-Id: <199907051457.HAA02967@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/12515: p5-Apache/scripts/install_httpd needs fix ? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-Apache/scripts/install_httpd needs fix ? Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jul 5 07:57:00 PDT 1999 Responsible-Changed-Why: Over to the port's maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 8:39: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from www.netlabs.net (www.netlabs.net [216.116.128.3]) by hub.freebsd.org (Postfix) with ESMTP id 6764B14C05 for ; Mon, 5 Jul 1999 08:38:59 -0700 (PDT) (envelope-from keerf@www.netlabs.net) Received: (from keerf@localhost) by www.netlabs.net (8.9.2/8.9.0) id LAA27328; Mon, 5 Jul 1999 11:39:05 -0400 (EDT) Date: Mon, 5 Jul 1999 11:39:05 -0400 (EDT) From: Terry Warner To: freebsd-ports@FreeBSD.ORG Subject: Re: /usr/libexec/elf/ld (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org =20 ---------- Forwarded message ---------- Date: Mon, 5 Jul 1999 11:37:42 -0400 (EDT) From: Terry Warner To: Gunnar Flygt Cc: FreeBSD Questions Subject: Re: /usr/libexec/elf/ld Actually Gunnar .. I did install it from the ports .. I installed=20 everything from the ports first .. and I still got the error .. This is=20 why I am in the bind I am in right now .. After I installed from the=20 ports .. I tried compiling a newer version of Eterm .. And it said ImLib=20 was not installed but would continue anyway .. Then it compiled up until=20 the point it looked for -ljpeg .. and I got that error .. so please .. if= =20 someone can .. tell what to do to fix it .. or guide me in the right kind= =20 of direction .. Thanks Terry Warner keerf@netlabs.net =20 On Mon, 5 Jul 1999, Gunnar Flygt wrote: > On Mon, Jul 05, 1999 at 09:03:50AM -0400, Terry Warner wrote: > >=20 > > Can someone possiably help me with this weird error I am getting .. I r= un X on my FreeBSD 3.2-STABLE machine .. and on X I have enlightenement .. = which calls for some certain programs .. such as libjpeg .. fnlib .. Imlib = and such > >=20 > > I tried upgrading some of the programs for Enlightenment .. Such as Ete= rm .. and when I ran ./configure .. I first got an error saying ImLib wasn'= t found or installed right .. Now I installed ImLib from the /usr/ports/gra= phics directory .. and Then when compiling I got this error /usr/libexec/el= f/ld cannot open -ljpeg : No such file or directory .. The error was somewh= at along that lines .. (I don't have it excatly infront of me at the moment= ) But the funny part is libjpeg is installed .. and I installed it from por= ts as well .. and I also installed it from the reg source file .. So This i= s what is confusing me .. so if someone could please respond to me .. and t= ell me what I can do .. and how I can fix this .. it would save me on tryin= g to tear my hair out. :) > >=20 >=20 > You didn't use the port for Enlightenment, did you? I don=B4t think so > since using the ports system will fetch and compile the dependencies for > you. Otherwise you=E4ll have to do that manually, which always is more > complicated. So: Use the ports instead! > `cd(usr/ports/x11-wm/enlightenment` `make` > > By The way .. I have also updated the lib cache and such .. and even tr= ied editing the makefile .. so I don't know .. Well thanks in Advance. > >=20 > >=20 > > Terry Warner > > keerf@netlabs.net > >=20 > >=20 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message >=20 > --=20 > __o > regards, Gunnar ---_ \<,_ > email: flygt@sr.se ---- (_)/ (_) >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 8:55:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id B865814C05 for ; Mon, 5 Jul 1999 08:55:13 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id KAA15323; Mon, 5 Jul 1999 10:55:11 -0500 (CDT) Date: Mon, 5 Jul 1999 10:55:11 -0500 (CDT) From: Steve Price To: hutch@psfc.mit.edu Cc: ports@FreeBSD.ORG Subject: Re: TtH Description Correction Request 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 Since we aim to please here's a patch that should make you happy. It will install only the tth binary, the README, and the license file by default. Note there will be no dependencies. If the user wants a full version of the port (ie. with all the bells and whistles that you provide in the distribution) he/she will have to define WANT_TTH_WITH_BELLS in their environment before doing a build/install. If I don't hear any complaints and you give me the nod I will commit this before the long weekend is over. Your humble servant, Steve diff -urN tth.old/Makefile tth/Makefile --- tth.old/Makefile Tue May 11 03:00:58 1999 +++ tth/Makefile Mon Jul 5 10:33:03 1999 @@ -15,20 +15,39 @@ MAINTAINER= ports@FreeBSD.ORG +.if defined(WANT_TTH_WITH_BELLS) RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ ppmtogif:${PORTSDIR}/graphics/netpbm \ latex:${PORTSDIR}/print/teTeX +PLIST= ${PKGDIR}/PLIST.big +.endif MAN1= tth.1 do-build: +.if !defined(WANT_TTH_WITH_BELLS) + @${ECHO} + @${ECHO} "-------------------------------------------------------------" + @${ECHO} " At the author's request parts of this port that could be" + @${ECHO} " installed will not be. The author says that this software" + @${ECHO} " is useful in a standalone mode and doesn't require all the" + @${ECHO} " extra cruft that most (all) other converters of its type" + @${ECHO} " do. However, should you want to use the other scripts" + @${ECHO} " that are in the distribution please do the following now:" + @${ECHO} + @${ECHO} " make clean; WANT_TTH_WITH_BELLS=yes make install" + @${ECHO} "-------------------------------------------------------------" + @${ECHO} +.endif cd ${WRKSRC}; ${CC} ${CFLAGS} tth.c -o tth -ll do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tth ${PREFIX}/bin +.if defined(WANT_TTH_WITH_BELLS) ${INSTALL_SCRIPT} ${WRKSRC}/l2h ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin +.endif ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/tth ${INSTALL_SCRIPT} ${WRKSRC}/license.txt ${PREFIX}/share/doc/tth diff -urN tth.old/pkg/PLIST tth/pkg/PLIST --- tth.old/pkg/PLIST Wed Aug 19 15:48:44 1998 +++ tth/pkg/PLIST Mon Jul 5 10:15:27 1999 @@ -1,6 +1,3 @@ -bin/l2h -bin/latex2gif -bin/ps2gif bin/tth share/doc/tth/license.txt share/doc/tth/tth_manual.html diff -urN tth.old/pkg/PLIST.big tth/pkg/PLIST.big --- tth.old/pkg/PLIST.big Wed Dec 31 18:00:00 1969 +++ tth/pkg/PLIST.big Mon Jul 5 10:15:19 1999 @@ -0,0 +1,7 @@ +bin/l2h +bin/latex2gif +bin/ps2gif +bin/tth +share/doc/tth/license.txt +share/doc/tth/tth_manual.html +@dirrm share/doc/tth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 9:43:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 1DD5414DB6; Mon, 5 Jul 1999 09:42:59 -0700 (PDT) (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.3/8.9.2/$Revision: 1.4 $) with ESMTP id WAA32215; Mon, 5 Jul 1999 22:42:54 +0600 (ESS) (envelope-from andy@mail.cgu.chel.su) Received: (from andy@localhost) by mail.cgu.chel.su (8.8.7/8.8.6) id WAA06600; Mon, 5 Jul 1999 22:42:51 +0600 (ESS) From: Andrey Zakhvatov Message-Id: <199907051642.WAA06600@mail.cgu.chel.su> Subject: Re: proposal to move binkd from "net" to "mail" In-Reply-To: <199907050321.UAA99725@silvia.hip.berkeley.edu> from Satoshi - Ports Wraith - Asami at "Jul 4, 99 08:21:59 pm" To: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: Mon, 5 Jul 1999 22:42:51 +0600 (ESS) Cc: obrien@FreeBSD.ORG, 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 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, > * I propose we repository copy ``binkd'' ( a Fidonet mailer designed to > * operate via TCP/IP networks) from "net" to "mail" as that is where we > * keep all the other MTA/MUA's. > > Sounds like a good idea. Or "news", where we keep all the other FidoNet(tm) stuff. Sincerely yours, Andy -- Tel: +7-(3512)-38-39-73, E-mail: andy@icc.surw.chel.su WWW: http://surw.chel.su/~andy/index.html, ICQ:10705306 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 10: 1:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id C495615365 for ; Mon, 5 Jul 1999 10:01:06 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id KAA57484; Mon, 5 Jul 1999 10:01:03 -0700 (PDT) (envelope-from mph) Date: Mon, 5 Jul 1999 10:01:03 -0700 From: Matthew Hunt To: Stan Brown Cc: FreeBSD Ports Team Subject: Re: Broken ports Message-ID: <19990705100102.A57270@wopr.caltech.edu> References: <19990705164825.96A0D15020@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990705164825.96A0D15020@hub.freebsd.org>; from Stan Brown on Mon, Jul 05, 1999 at 12:48:13PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ This should be in -ports, not -stable. I've moved it. ] On Mon, Jul 05, 1999 at 12:48:13PM -0400, Stan Brown wrote: > xgrab ws marked as broken, ecause of needing to run xrdb. Huh, what;s > wrong with runing xrdb? Is anyone aware of a screen printign program > that works from the ports colection other than this one? You can only run xrdb if you're running X. The port's Makefile contains: .if !defined(DISPLAY) BROKEN= requires X session to run xrdb .endif That is, it's only broken if you're not running X. Therefore, you should build it from inside X. > How can I overide the "broken" flag, and try to build xscrabble? Just remove or commment out the "BROKEN" line in the Makefile. Matt -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 10: 7: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 5641514DB6 for ; Mon, 5 Jul 1999 10:06:49 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id MAA10204; Mon, 5 Jul 1999 12:06:45 -0500 (CDT) Date: Mon, 5 Jul 1999 12:06:45 -0500 (CDT) From: Steve Price To: Stan Brown Cc: freebsd-ports@freebsd.org Subject: Re: Broken ports In-Reply-To: <19990705164825.96A0D15020@hub.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 [redirected to the -ports mailing list] On Mon, 5 Jul 1999, Stan Brown wrote: # xscrabble is marked as broke because of the tar file. While the tar # file on the original site has been wrong for some perios of time, the # last time I simply grabed it from teh FreeBSD site by hand, and it # built liek a charm. BTW the difference is probably a fix for 4 players # that was pushed back upstream from the HP porting cneter. Comment out the MASTER_SITES entry in the port's Makefile and fetch it from ftp.freebsd.org. Or you can set MASTER_SITE_OVERRIDE in your environment. See ports/Mk/bsd.port.mk for details on the latter. # xgrab ws marked as broken, ecause of needing to run xrdb. Huh, what;s # wrong with runing xrdb? Is anyone aware of a screen printign program # that works from the ports colection other than this one? DISPLAY=your_machine:0.0 make install # How can I overide the "broken" flag, and try to build xscrabble? It is usually broken for a reason, but you can override this flag by building a port with. NO_IGNORE=yes make install -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 10:29:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 6ECE21515B for ; Mon, 5 Jul 1999 10:29:01 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id KAA60237; Mon, 5 Jul 1999 10:28:58 -0700 (PDT) (envelope-from mph) Date: Mon, 5 Jul 1999 10:28:58 -0700 From: Matthew Hunt To: Stan Brown Cc: FreeBSD Ports Team Subject: Re: Broken ports Message-ID: <19990705102858.A60168@wopr.caltech.edu> References: <19990705100102.A57270@wopr.caltech.edu> <199907051726.KAA05485@phobos.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199907051726.KAA05485@phobos.caltech.edu>; from Stan Brown on Mon, Jul 05, 1999 at 01:26:31PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 05, 1999 at 01:26:31PM -0400, Stan Brown wrote: > Now a folowup question. Why not just point the xscrabble file retrival > at FreeBSD, where a copy that works is? Rather than declaring it > broken, that is. My best guess is that marking it BROKEN serves as an encouragement for the maintainer to Do Something About It. In this case, though, the port doesn't have a maintainer. I'm going to put a copy of the working distfile on my website and point the Makefile there. Thanks for pointing this out. Matt -- Matthew Hunt * Inertia is a property http://www.pobox.com/~mph/ * of matter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 10:30:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from silas.psfc.mit.edu (silas.psfc.mit.edu [198.125.176.94]) by hub.freebsd.org (Postfix) with ESMTP id 490E414C2F for ; Mon, 5 Jul 1999 10:30:22 -0700 (PDT) (envelope-from hutch@psfc.mit.edu) Received: from localhost (hutch@localhost) by silas.psfc.mit.edu (8.9.3/8.8.7) with ESMTP id NAA11606; Mon, 5 Jul 1999 13:25:33 -0400 X-Authentication-Warning: silas.psfc.mit.edu: hutch owned process doing -bs Date: Mon, 5 Jul 1999 13:25:33 -0400 (EDT) From: To: Steve Price Cc: ports@FreeBSD.ORG Subject: Re: TtH Description Correction Request 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 Dear Steve, It was not my intention to be awkward and force you to do a lot of work. What is more, I am not asking you to gut the port in the way your disclaimer below implies. On balance, I would prefer you to make the default install the "with_bells", even if that requires your port to specify lots of dependencies that aren't essential. Ian Hutchinson, Plasma Science and Fusion Center, MIT. http://psfc.mit.edu/~hutch/home.html On Mon, 5 Jul 1999, Steve Price wrote: > Since we aim to please here's a patch that should make you happy. > It will install only the tth binary, the README, and the license > file by default. Note there will be no dependencies. If the user > wants a full version of the port (ie. with all the bells and > whistles that you provide in the distribution) he/she will have > to define WANT_TTH_WITH_BELLS in their environment before doing a > build/install. > > If I don't hear any complaints and you give me the nod I will commit > this before the long weekend is over. > > Your humble servant, Steve > > diff -urN tth.old/Makefile tth/Makefile > --- tth.old/Makefile Tue May 11 03:00:58 1999 > +++ tth/Makefile Mon Jul 5 10:33:03 1999 > @@ -15,20 +15,39 @@ > > MAINTAINER= ports@FreeBSD.ORG > > +.if defined(WANT_TTH_WITH_BELLS) > RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ > ppmtogif:${PORTSDIR}/graphics/netpbm \ > latex:${PORTSDIR}/print/teTeX > +PLIST= ${PKGDIR}/PLIST.big > +.endif > > MAN1= tth.1 > > do-build: > +.if !defined(WANT_TTH_WITH_BELLS) > + @${ECHO} > + @${ECHO} "-------------------------------------------------------------" > + @${ECHO} " At the author's request parts of this port that could be" > + @${ECHO} " installed will not be. The author says that this software" > + @${ECHO} " is useful in a standalone mode and doesn't require all the" > + @${ECHO} " extra cruft that most (all) other converters of its type" > + @${ECHO} " do. However, should you want to use the other scripts" > + @${ECHO} " that are in the distribution please do the following now:" > + @${ECHO} > + @${ECHO} " make clean; WANT_TTH_WITH_BELLS=yes make install" > + @${ECHO} "-------------------------------------------------------------" > + @${ECHO} > +.endif > cd ${WRKSRC}; ${CC} ${CFLAGS} tth.c -o tth -ll > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/tth ${PREFIX}/bin > +.if defined(WANT_TTH_WITH_BELLS) > ${INSTALL_SCRIPT} ${WRKSRC}/l2h ${PREFIX}/bin > ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin > ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin > +.endif > ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 > ${MKDIR} ${PREFIX}/share/doc/tth > ${INSTALL_SCRIPT} ${WRKSRC}/license.txt ${PREFIX}/share/doc/tth > diff -urN tth.old/pkg/PLIST tth/pkg/PLIST > --- tth.old/pkg/PLIST Wed Aug 19 15:48:44 1998 > +++ tth/pkg/PLIST Mon Jul 5 10:15:27 1999 > @@ -1,6 +1,3 @@ > -bin/l2h > -bin/latex2gif > -bin/ps2gif > bin/tth > share/doc/tth/license.txt > share/doc/tth/tth_manual.html > diff -urN tth.old/pkg/PLIST.big tth/pkg/PLIST.big > --- tth.old/pkg/PLIST.big Wed Dec 31 18:00:00 1969 > +++ tth/pkg/PLIST.big Mon Jul 5 10:15:19 1999 > @@ -0,0 +1,7 @@ > +bin/l2h > +bin/latex2gif > +bin/ps2gif > +bin/tth > +share/doc/tth/license.txt > +share/doc/tth/tth_manual.html > +@dirrm share/doc/tth > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 10:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1442615191 for ; Mon, 5 Jul 1999 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA18659; Mon, 5 Jul 1999 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 9DBCB1535A for ; Mon, 5 Jul 1999 10:40:52 -0700 (PDT) (envelope-from jose@nohow.demon.co.uk) Received: (from jose@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id SAA23368; Mon, 5 Jul 1999 18:38:47 +0100 (BST) (envelope-from jose) Message-Id: <199907051738.SAA23368@nohow.demon.co.uk> Date: Mon, 5 Jul 1999 18:38:47 +0100 (BST) From: Jose Marques Reply-To: jose@nobody.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12522: New port: cos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12522 >Category: ports >Synopsis: New port: cos >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 Jul 5 10:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: A port for the com.oreilly.servlet java class library >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cos # cos/pkg # cos/pkg/COMMENT # cos/pkg/DESCR # cos/pkg/PLIST # cos/files # cos/files/md5 # cos/Makefile # echo c - cos mkdir -p cos > /dev/null 2>&1 echo c - cos/pkg mkdir -p cos/pkg > /dev/null 2>&1 echo x - cos/pkg/COMMENT sed 's/^X//' >cos/pkg/COMMENT << 'END-of-cos/pkg/COMMENT' XThe com.oreilly.servlet package of utility classes for servlet developers. END-of-cos/pkg/COMMENT echo x - cos/pkg/DESCR sed 's/^X//' >cos/pkg/DESCR << 'END-of-cos/pkg/DESCR' XThe com.oreilly.servlet package contains a set of useful utility classes Xfor servlet developers. Included are classes to help servlets parse Xparameters, handle multipart requests (file uploads), generate multipart Xresponses (server push), negotiate locales for internationalization, Xreturn files, manage socket connections, and act as RMI servers, among Xother things. There's even a class to help applets communicate with Xservlets. The package was developed by Jason Hunter for his book "Java XServlet Programming" published by O'Reilly. See: X XURL: http://www.servlets.com/resources/com.oreilly.servlet/index.html X XFor more details. X X-- XJose Marques END-of-cos/pkg/DESCR echo x - cos/pkg/PLIST sed 's/^X//' >cos/pkg/PLIST << 'END-of-cos/pkg/PLIST' Xshare/java/classes/cos.jar Xshare/java/cos/readme.html Xshare/java/cos/license.html Xshare/java/cos/doc/images/blue-ball-small.gif Xshare/java/cos/doc/images/blue-ball.gif Xshare/java/cos/doc/images/class-index.gif Xshare/java/cos/doc/images/constructor-index.gif Xshare/java/cos/doc/images/constructors.gif Xshare/java/cos/doc/images/cyan-ball-small.gif Xshare/java/cos/doc/images/cyan-ball.gif Xshare/java/cos/doc/images/error-index.gif Xshare/java/cos/doc/images/exception-index.gif Xshare/java/cos/doc/images/green-ball-small.gif Xshare/java/cos/doc/images/green-ball.gif Xshare/java/cos/doc/images/interface-index.gif Xshare/java/cos/doc/images/magenta-ball-small.gif Xshare/java/cos/doc/images/magenta-ball.gif Xshare/java/cos/doc/images/method-index.gif Xshare/java/cos/doc/images/methods.gif Xshare/java/cos/doc/images/package-index.gif Xshare/java/cos/doc/images/red-ball-small.gif Xshare/java/cos/doc/images/red-ball.gif Xshare/java/cos/doc/images/variable-index.gif Xshare/java/cos/doc/images/variables.gif Xshare/java/cos/doc/images/yellow-ball-small.gif Xshare/java/cos/doc/images/yellow-ball.gif Xshare/java/cos/doc/packages.html Xshare/java/cos/doc/Package-com.oreilly.servlet.html Xshare/java/cos/doc/com.oreilly.servlet.DaemonHttpServlet.html Xshare/java/cos/doc/com.oreilly.servlet.HttpMessage.html Xshare/java/cos/doc/com.oreilly.servlet.LocaleNegotiator.html Xshare/java/cos/doc/com.oreilly.servlet.LocaleToCharsetMap.html Xshare/java/cos/doc/com.oreilly.servlet.MultipartRequest.html Xshare/java/cos/doc/com.oreilly.servlet.MultipartResponse.html Xshare/java/cos/doc/com.oreilly.servlet.ParameterParser.html Xshare/java/cos/doc/AllNames.html Xshare/java/cos/doc/tree.html Xshare/java/cos/doc/com.oreilly.servlet.RemoteDaemonHttpServlet.html Xshare/java/cos/doc/com.oreilly.servlet.RemoteHttpServlet.html Xshare/java/cos/doc/com.oreilly.servlet.ServletUtils.html Xshare/java/cos/doc/com.oreilly.servlet.ParameterNotFoundException.html X@dirrm share/java/cos/doc/images X@dirrm share/java/cos/doc X@dirrm share/java/cos END-of-cos/pkg/PLIST echo c - cos/files mkdir -p cos/files > /dev/null 2>&1 echo x - cos/files/md5 sed 's/^X//' >cos/files/md5 << 'END-of-cos/files/md5' XMD5 (cos.zip) = 31266dcea2ed2e1ed73b24b52fdb7e55 END-of-cos/files/md5 echo x - cos/Makefile sed 's/^X//' >cos/Makefile << 'END-of-cos/Makefile' X# New ports collection makefile for: O'Reilly servlet package X# Version required: 1.0 X# Date created: 1999/07/05 X# Whom: Jose Marques X# X# $Id$ X# X XDISTNAME= cos XPKGNAME= cos-1.0 XCATEGORIES= java XMASTER_SITES= http://www.servlets.com/resources/com.oreilly.servlet/ X XMAINTAINER= jose@nobody.org X XRUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk \ X ${PREFIX}/bin/servletrunner:${PORTSDIR}/java/jsdk X XUSE_ZIP= yes XWRKSRC= ${WRKDIR} XJDK_VERSION= 1.1.8 XNO_BUILD= yes XRESTRICTED= "Special conditions apply for commercial use, see licence" X Xdo-install: X @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/cos X @${INSTALL_DATA} ${WRKSRC}/lib/cos.jar ${PREFIX}/share/java/classes X @cd ${WRKSRC}; \ X ${CP} readme.html ${PREFIX}/share/java/cos; \ X ${CP} license.html ${PREFIX}/share/java/cos; \ X ${CP} -R doc ${PREFIX}/share/java/cos X X.include END-of-cos/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 Mon Jul 5 10:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91CF415338 for ; Mon, 5 Jul 1999 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA18669; Mon, 5 Jul 1999 10:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 08AF01535E for ; Mon, 5 Jul 1999 10:40:52 -0700 (PDT) (envelope-from jose@nohow.demon.co.uk) Received: (from jose@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id SAA23251; Mon, 5 Jul 1999 18:35:34 +0100 (BST) (envelope-from jose) Message-Id: <199907051735.SAA23251@nohow.demon.co.uk> Date: Mon, 5 Jul 1999 18:35:34 +0100 (BST) From: jose@nobody.org Reply-To: jose@nobody.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12523: New port: jdbcpool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12523 >Category: ports >Synopsis: New port: jdbcpool >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 Jul 5 10:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: A port for the JDBC connection pool java class library >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # jdbcpool # jdbcpool/Makefile # jdbcpool/files # jdbcpool/files/md5 # jdbcpool/pkg # jdbcpool/pkg/COMMENT # jdbcpool/pkg/DESCR # jdbcpool/pkg/PLIST # echo c - jdbcpool mkdir -p jdbcpool > /dev/null 2>&1 echo x - jdbcpool/Makefile sed 's/^X//' >jdbcpool/Makefile << 'END-of-jdbcpool/Makefile' X# New ports collection makefile for: JDBC connection pool X# Version required: 0.94 X# Date created: 1999/07/04 X# Whom: Jose Marques X# X# $Id$ X# X XDISTNAME= jdbcpool-0.94 XCATEGORIES= java XMASTER_SITES= http://www.bitmechanic.com/projects/jdbcpool/dist/ X XMAINTAINER= jose@nobody.org X XRUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk X XNO_BUILD= yes X Xdo-install: X @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/jdbcpool X @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/share/java/classes/jdbcpool.jar X @cd ${WRKSRC}; \ X ${RM} -rf CVS; \ X ${RM} -rf examples/CVS; \ X ${RM} -rf examples/gsp/CVS; \ X ${CP} CHANGES ${PREFIX}/share/java/jdbcpool; \ X ${CP} LICENSE ${PREFIX}/share/java/jdbcpool; \ X ${CP} README ${PREFIX}/share/java/jdbcpool; \ X ${CP} -R examples ${PREFIX}/share/java/jdbcpool; \ X ${CP} -R javadoc ${PREFIX}/share/java/jdbcpool X X.include END-of-jdbcpool/Makefile echo c - jdbcpool/files mkdir -p jdbcpool/files > /dev/null 2>&1 echo x - jdbcpool/files/md5 sed 's/^X//' >jdbcpool/files/md5 << 'END-of-jdbcpool/files/md5' XMD5 (jdbcpool-0.94.tar.gz) = 33afd22509b723c96e718ee5334f7146 END-of-jdbcpool/files/md5 echo c - jdbcpool/pkg mkdir -p jdbcpool/pkg > /dev/null 2>&1 echo x - jdbcpool/pkg/COMMENT sed 's/^X//' >jdbcpool/pkg/COMMENT << 'END-of-jdbcpool/pkg/COMMENT' XJDBC connection pool END-of-jdbcpool/pkg/COMMENT echo x - jdbcpool/pkg/DESCR sed 's/^X//' >jdbcpool/pkg/DESCR << 'END-of-jdbcpool/pkg/DESCR' XThe Bitmechanic JDBC Connection Pool provides developers a way to easily Xcache open connections to databases. This is useful in server environments Xsince opening database connections can be slow. X XFor more details see: X XURL: http://www.bitmechanic.com/projects/jdbcpool/ X X-- XJose Marques END-of-jdbcpool/pkg/DESCR echo x - jdbcpool/pkg/PLIST sed 's/^X//' >jdbcpool/pkg/PLIST << 'END-of-jdbcpool/pkg/PLIST' Xshare/java/classes/jdbcpool.jar Xshare/java/jdbcpool/javadoc/images/yellow-ball.gif Xshare/java/jdbcpool/javadoc/images/blue-ball-small.gif Xshare/java/jdbcpool/javadoc/images/blue-ball.gif Xshare/java/jdbcpool/javadoc/images/class-index.gif Xshare/java/jdbcpool/javadoc/images/constructor-index.gif Xshare/java/jdbcpool/javadoc/images/constructors.gif Xshare/java/jdbcpool/javadoc/images/cyan-ball-small.gif Xshare/java/jdbcpool/javadoc/images/cyan-ball.gif Xshare/java/jdbcpool/javadoc/images/error-index.gif Xshare/java/jdbcpool/javadoc/images/exception-index.gif Xshare/java/jdbcpool/javadoc/images/green-ball-small.gif Xshare/java/jdbcpool/javadoc/images/green-ball.gif Xshare/java/jdbcpool/javadoc/images/interface-index.gif Xshare/java/jdbcpool/javadoc/images/magenta-ball-small.gif Xshare/java/jdbcpool/javadoc/images/magenta-ball.gif Xshare/java/jdbcpool/javadoc/images/method-index.gif Xshare/java/jdbcpool/javadoc/images/methods.gif Xshare/java/jdbcpool/javadoc/images/package-index.gif Xshare/java/jdbcpool/javadoc/images/red-ball-small.gif Xshare/java/jdbcpool/javadoc/images/red-ball.gif Xshare/java/jdbcpool/javadoc/images/variable-index.gif Xshare/java/jdbcpool/javadoc/images/variables.gif Xshare/java/jdbcpool/javadoc/images/yellow-ball-small.gif Xshare/java/jdbcpool/javadoc/images/OpenBookIcon.gif Xshare/java/jdbcpool/javadoc/Package-com.bitmechanic.util.html Xshare/java/jdbcpool/javadoc/com.bitmechanic.util.JavaAlarm.html Xshare/java/jdbcpool/javadoc/com.bitmechanic.util.Queue.html Xshare/java/jdbcpool/javadoc/com.bitmechanic.util.TimeoutException.html Xshare/java/jdbcpool/javadoc/Package-com.bitmechanic.sql.html Xshare/java/jdbcpool/javadoc/packages.html Xshare/java/jdbcpool/javadoc/com.bitmechanic.sql.ConnectionPoolManager.html Xshare/java/jdbcpool/javadoc/com.bitmechanic.sql.SQLUtil.html Xshare/java/jdbcpool/javadoc/AllNames.html Xshare/java/jdbcpool/javadoc/tree.html Xshare/java/jdbcpool/javadoc/com.bitmechanic.sql.ConnectionPool.html Xshare/java/jdbcpool/examples/gsp/JDBCApplication.java Xshare/java/jdbcpool/examples/gsp/README Xshare/java/jdbcpool/examples/gsp/monitor_pool.gsp Xshare/java/jdbcpool/examples/gsp/query.gsp Xshare/java/jdbcpool/examples/gsp/JDBCApplication.class Xshare/java/jdbcpool/examples/PoolTest.java Xshare/java/jdbcpool/examples/PoolTest.class Xshare/java/jdbcpool/README Xshare/java/jdbcpool/LICENSE Xshare/java/jdbcpool/CHANGES X@dirrm share/java/jdbcpool/examples/gsp X@dirrm share/java/jdbcpool/examples X@dirrm share/java/jdbcpool/javadoc/images X@dirrm share/java/jdbcpool/javadoc X@dirrm share/java/jdbcpool END-of-jdbcpool/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 Mon Jul 5 11: 0:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E03D41533B for ; Mon, 5 Jul 1999 11:00:08 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19431 for freebsd-ports@freebsd.org; Mon, 5 Jul 1999 11:00:08 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 5 Jul 1999 11:00:08 -0700 (PDT) Message-Id: <199907051800.LAA19431@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/06/23] ports/12371ports Request for add patch: gnome-core: GNOME 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/11] ports/12131ports knewmail port o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/29] ports/12446ports ssh port doesn't build 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/26] ports/10813ports crossgo32 brokeness f [1999/03/28] ports/10844ports New port: adagdb o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/11] ports/11086ports Updating AStyle port o [1999/05/03] ports/11468ports New port: xcin-devel o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/14] ports/11712ports Rosegarden Port is out to date o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/21] ports/11816ports New port of mserver modem-sahring server o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/26] ports/11903ports File descriptor leak in ports/www/tidy/ti o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/08] ports/12077ports NEW PORT: ko-bitchx o [1999/06/09] ports/12096ports new port: korean/ko-eterm-0.8.9 o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/10] ports/12124ports New port: devel/ruby-readline o [1999/06/11] ports/12130ports Update: japanese/ndtpd, japanese/eb o [1999/06/11] ports/12134ports Update: korean/hanterm o [1999/06/11] ports/12145ports New port: korean/ami o [1999/06/11] ports/12146ports New port: korean/byeoroo o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/12] ports/12163ports Installed port mxv for FreeBSD3.1 run err o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12199ports [PATCH] mail/qmail references perl instea o [1999/06/14] ports/12200ports [PATCH] port net/rwhois references /usr/l o [1999/06/14] ports/12201ports [PATCH] net/wide-dhcp references /usr/loc o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/15] ports/12229ports Update: korean/netscape4* o [1999/06/16] ports/12245ports port of irc core dumps on current o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12300ports port update: lang/tya o [1999/06/22] ports/12341ports New port tclreadline o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency o [1999/06/26] ports/12404ports Update port: graphics/gphoto to 0.3.2 o [1999/06/26] ports/12406ports New port for the LAM implementation of th f [1999/06/27] ports/12408ports New port for ncplib (Netware client) o [1999/06/27] ports/12424ports Update Ports:x11-wm/windowmaker-i18n to 0 o [1999/06/27] ports/12426ports majordomo port does silly chown of /usr/l o [1999/06/28] ports/12430ports New port: japanese/vfxdvik o [1999/06/28] ports/12436ports python-1.5.2 port doesn't install h2py.py o [1999/06/29] ports/12447ports new port : x11-toolkit/pike-Gtk o [1999/06/29] ports/12451ports New port: japanese/mutt o [1999/06/29] ports/12456ports graphics/xpdf: small fixes o [1999/06/30] ports/12459ports new port: lang/lua o [1999/07/02] ports/12490ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492ports port misc/diction should be moved to text o [1999/07/03] ports/12499ports Update port: japanese/tcsh o [1999/07/03] ports/12500ports Update port: japanese/tcsh-nls-* o [1999/07/03] ports/12503ports New Port: Willows toolkit (developers rel o [1999/07/04] ports/12513ports New ports: japanese/dbskkd-cdb o [1999/07/04] ports/12514ports Update ports: japanese/skkserv, kickup sc o [1999/07/05] ports/12518ports new port: ifmail-os-2.14.7 o [1999/07/05] ports/12522ports New port: cos o [1999/07/05] ports/12523ports New port: jdbcpool 84 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 Jul 5 11:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5960A15093 for ; Mon, 5 Jul 1999 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22595; Mon, 5 Jul 1999 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 5 Jul 1999 11:30:02 -0700 (PDT) Message-Id: <199907051830.LAA22595@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Junseon Oh Subject: ports/12002 [korean/engdic] Reply-To: Junseon Oh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12002; it has been noted by GNATS. From: Junseon Oh To: bug-followup@FreeBSD.ORG Cc: Subject: ports/12002 [korean/engdic] Date: Tue, 6 Jul 1999 03:21:30 +0900 (KST) 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. --2043830211-43868950-931198890=:10505 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT New version has updated. --2043830211-43868950-931198890=:10505 Content-Type: text/plain; charset=US-ASCII; name=engdic-port Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxl LCByZW1vdmUgYW55dGhpbmcgYmVmb3JlDQojIHRoaXMgbGluZSwgYW5kIHRo ZW4gdW5wYWNrIGl0IGJ5IGVudGVyaW5nICJzaCBmaWxlIi4gIE5vdGUsIGl0 IG1heQ0KIyBjcmVhdGUgZGlyZWN0b3JpZXM7IGZpbGVzIGFuZCBkaXJlY3Rv cmllcyB3aWxsIGJlIG93bmVkIGJ5IHlvdSBhbmQNCiMgaGF2ZSBkZWZhdWx0 IHBlcm1pc3Npb25zLg0KIw0KIyBUaGlzIGFyY2hpdmUgY29udGFpbnM6DQoj DQojCWVuZ2RpYw0KIwllbmdkaWMvZmlsZXMNCiMJZW5nZGljL2ZpbGVzL21k NQ0KIwllbmdkaWMvcGtnDQojCWVuZ2RpYy9wa2cvQ09NTUVOVA0KIwllbmdk aWMvcGtnL0RFU0NSDQojCWVuZ2RpYy9wa2cvUExJU1QNCiMJZW5nZGljL01h a2VmaWxlDQojDQplY2hvIGMgLSBlbmdkaWMNCm1rZGlyIC1wIGVuZ2RpYyA+ IC9kZXYvbnVsbCAyPiYxDQplY2hvIGMgLSBlbmdkaWMvZmlsZXMNCm1rZGly IC1wIGVuZ2RpYy9maWxlcyA+IC9kZXYvbnVsbCAyPiYxDQplY2hvIHggLSBl bmdkaWMvZmlsZXMvbWQ1DQpzZWQgJ3MvXlgvLycgPmVuZ2RpYy9maWxlcy9t ZDUgPDwgJ0VORC1vZi1lbmdkaWMvZmlsZXMvbWQ1Jw0KWE1ENSAoZW5nZGlj LTAuMi50YXIuZ3opID0gMjY0ZTE3ZmFkMDgxZmFjYzEyM2MwYmQxNGRkNzlj ZGINCkVORC1vZi1lbmdkaWMvZmlsZXMvbWQ1DQplY2hvIGMgLSBlbmdkaWMv cGtnDQpta2RpciAtcCBlbmdkaWMvcGtnID4gL2Rldi9udWxsIDI+JjENCmVj aG8geCAtIGVuZ2RpYy9wa2cvQ09NTUVOVA0Kc2VkICdzL15YLy8nID5lbmdk aWMvcGtnL0NPTU1FTlQgPDwgJ0VORC1vZi1lbmdkaWMvcGtnL0NPTU1FTlQn DQpYQW4gRW5nbGlzaCBkaWN0aW9uYXJ5IHV0aWxpdHkgZm9yIEtvcmVhbg0K RU5ELW9mLWVuZ2RpYy9wa2cvQ09NTUVOVA0KZWNobyB4IC0gZW5nZGljL3Br Zy9ERVNDUg0Kc2VkICdzL15YLy8nID5lbmdkaWMvcGtnL0RFU0NSIDw8ICdF TkQtb2YtZW5nZGljL3BrZy9ERVNDUicNClhlbmdkaWMNClgtLS0tLS0NClgN ClhlbmdkaWMgaXMgYSBlbmdsaXNoIGRpY3Rpb25hcnkgZm9yIGtvcmVhbiB3 b3JraW5nIG9uIHVuaXggZW52aXJvbWVudCBzeXN0ZW0uDQpYDQpYU3BlY2lh bCB0aGFua3MgdG8gOiBLd2FuZ1N1ayBMZWUgKERpY3Rpb25hcnkgZGF0YSBt YWtlcikNClgNClgNClhNYWRlIGJ5IE9oIEp1bnNlb24gPGhvbGx5d2FyQG1h aWwuaG9seXdhci5uZXQ+DQpFTkQtb2YtZW5nZGljL3BrZy9ERVNDUg0KZWNo byB4IC0gZW5nZGljL3BrZy9QTElTVA0Kc2VkICdzL15YLy8nID5lbmdkaWMv cGtnL1BMSVNUIDw8ICdFTkQtb2YtZW5nZGljL3BrZy9QTElTVCcNClhiaW4v ZW5nZGljDQpYYmluL2VkaWMNClhzaGFyZS9lbmdkaWMvYS5kaWMuZ3oNClhz aGFyZS9lbmdkaWMvYi5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvYy5kaWMuZ3oN ClhzaGFyZS9lbmdkaWMvZC5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvZS5kaWMu Z3oNClhzaGFyZS9lbmdkaWMvZi5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvZy5k aWMuZ3oNClhzaGFyZS9lbmdkaWMvaC5kaWMuZ3oNClhzaGFyZS9lbmdkaWMv aS5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvai5kaWMuZ3oNClhzaGFyZS9lbmdk aWMvay5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvbC5kaWMuZ3oNClhzaGFyZS9l bmdkaWMvbS5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvbi5kaWMuZ3oNClhzaGFy ZS9lbmdkaWMvby5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvcC5kaWMuZ3oNClhz aGFyZS9lbmdkaWMvcS5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvci5kaWMuZ3oN ClhzaGFyZS9lbmdkaWMvcy5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvdC5kaWMu Z3oNClhzaGFyZS9lbmdkaWMvdS5kaWMuZ3oNClhzaGFyZS9lbmdkaWMvdi5k aWMuZ3oNClhzaGFyZS9lbmdkaWMvdy5kaWMuZ3oNClhzaGFyZS9lbmdkaWMv eC5kaWMuZ3oNClhzaGFyZS9lbmdkaWMveS5kaWMuZ3oNClhzaGFyZS9lbmdk aWMvei5kaWMuZ3oNClhAdW5leGVjIHJtIC1mICVEL3NoYXJlL2VuZ2RpYy9w aXBlDQpYQGRpcnJtIHNoYXJlL2VuZ2RpYw0KRU5ELW9mLWVuZ2RpYy9wa2cv UExJU1QNCmVjaG8geCAtIGVuZ2RpYy9NYWtlZmlsZQ0Kc2VkICdzL15YLy8n ID5lbmdkaWMvTWFrZWZpbGUgPDwgJ0VORC1vZi1lbmdkaWMvTWFrZWZpbGUn DQpYIyBOZXcgcG9ydHMgY29sbGVjdGlvbiBtYWtlZmlsZSBmb3I6ICAgIGVu Z2RpYy0wLjINClgjIFZlcnNpb24gcmVxdWlyZWQ6ICAgICAwLjENClgjIERh dGUgY3JlYXRlZDogICAgICAgICAzIEp1biAxOTk5DQpYIyBXaG9tOiAgICAg ICAgICAgICAgICAgT2ggSnVuc2VvbiA8aG9sbHl3YXJAbWFpbC5ob2x5d2Fy Lm5ldD4NClgjDQpYIyAkSWQ6IE1ha2VmaWxlLHYgMS4xLjEuMSAxOTk5LzA2 LzA5IDAxOjMwOjAzIHN0ZXZlIEV4cCAkDQpYIw0KWA0KWERJU1ROQU1FPQll bmdkaWMtMC4yDQpYUEtHTkFNRT0Ja28tZW5nZGljLTAuMg0KWENBVEVHT1JJ RVM9CWtvcmVhbiBkZXNrdXRpbHMNClhNQVNURVJfU0lURVM9CWZ0cDovL2Z0 cC5ob2x5d2FyLm5ldC9wdWIvZW5nZGljLyBcDQpYCQlmdHA6Ly9mdHAua3Iu ZnJlZWJzZC5vcmcvcHViL0ZyZWVCU0Qta3IvZGlzdGZpbGVzLw0KWA0KWE1B SU5UQUlORVI9CWhvbGx5d2FyQG1haWwuaG9seXdhci5uZXQNClgNClguaW5j bHVkZSA8YnNkLnBvcnQubWs+DQpFTkQtb2YtZW5nZGljL01ha2VmaWxlDQpl eGl0DQoNCg== --2043830211-43868950-931198890=:10505-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 11:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9638C14C23 for ; Mon, 5 Jul 1999 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25505; Mon, 5 Jul 1999 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 5 Jul 1999 11:50:02 -0700 (PDT) Message-Id: <199907051850.LAA25505@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: sada@rr.IIJ4U.OR.JP (SADA Kenji) Subject: Re: ports/12499: Update port : japanese/tcsh 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/12499; it has been noted by GNATS. From: sada@rr.IIJ4U.OR.JP (SADA Kenji) To: issei@jp.freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org, sada@rr.IIJ4U.OR.JP Subject: Re: ports/12499: Update port : japanese/tcsh Date: 6 Jul 1999 03:49:47 +0900 >> >Number: 12499 >> >Category: ports >> >Synopsis: Update port: japanese/tcsh Um, I can't access ftp://ftp.astron.com/pri/ . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 12:14:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9330A14CA7; Mon, 5 Jul 1999 12:14:34 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27609; Mon, 5 Jul 1999 12:14:34 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Mon, 5 Jul 1999 12:14:34 -0700 (PDT) From: Message-Id: <199907051914.MAA27609@freefall.freebsd.org> To: foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org, foxfair@FreeBSD.org Subject: Re: ports/11468: New port: xcin-devel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xcin-devel Responsible-Changed-From-To: freebsd-ports->foxfair Responsible-Changed-By: foxfair Responsible-Changed-When: Mon Jul 5 12:14:04 PDT 1999 Responsible-Changed-Why: I'll do it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 14: 4:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 1B41C15079; Mon, 5 Jul 1999 14:04:05 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-1-4.ucdavis.edu [169.237.16.4]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id OAA43434; Mon, 5 Jul 1999 14:04:02 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id VAA40967; Mon, 5 Jul 1999 21:03:58 GMT (envelope-from obrien) Date: Mon, 5 Jul 1999 14:03:57 -0700 From: "David O'Brien" To: Satoshi - Ports Wraith - Asami Cc: ports@freebsd.org Subject: Re: proposal to move bsddip from "net" to "comms" Message-ID: <19990705140357.A40169@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <19990704123405.A96692@dragon.nuxi.com> <199907050321.UAA99713@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199907050321.UAA99713@silvia.hip.berkeley.edu>; from Satoshi - Ports Wraith - Asami on Sun, Jul 04, 1999 at 08:21:00PM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > * ``bsddip'' is really about modem dialing and starting the PPP/SLIP daemon, > * but has nothing to do with the protocols itself. > * > * I propose we repository copy it from "net" to "comms". > > When a bsddip port is committed, I can do that. :) We actually do. :-) /usr/ports/net/dip. Sorry, I refered to it by it's package name (bsddip-.tgz). -- -- David (obrien@NUXI.com -or- obrien@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 Jul 5 15:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF0A315159 for ; Mon, 5 Jul 1999 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41434; Mon, 5 Jul 1999 15:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nwhn-sh5-port64.snet.net (nwhn-sh5-port64.snet.net [204.60.15.64]) by hub.freebsd.org (Postfix) with SMTP id 50D5A15159 for ; Mon, 5 Jul 1999 15:13:55 -0700 (PDT) (envelope-from saken@hotel.rmta.org) Received: (qmail 23117 invoked by uid 1001); 5 Jul 1999 22:13:54 -0000 Message-Id: <19990705221354.23116.qmail@hotel.rmta.org> Date: 5 Jul 1999 22:13:54 -0000 From: saken@hotel.rmta.org Reply-To: saken@hotel.rmta.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12525: UPDATE: ports/www/tidy to version 2 july 199 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12525 >Category: ports >Synopsis: UPDATE: ports/www/tidy to version 2 july 199 >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 Jul 5 15:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott A. Kenney >Release: FreeBSD 4.0-CURRENT i386 >Organization: Agent's of Fortune, LTD >Environment: FreeBSD nwhn-sh5-port64.snet.net 4.0-CURRENT FreeBSD 4.0-CURRENT #9: Thu Jul 1 04:58:13 EDT 1999 root@chardos.connix.com:/usr/src/sys/compile/CHARDOS i386 >Description: Upgrade of ports/www/tidy to latest version I am the maintainer of this port. >How-To-Repeat: N/A >Fix: Close PR ports/11903, the bug has been corrected by the author. Apply the following patch using patch -p1 diff -ruN tidy/Makefile tidy.new/Makefile --- tidy/Makefile Tue Apr 27 03:21:29 1999 +++ tidy.new/Makefile Mon Jul 5 18:11:25 1999 @@ -6,11 +6,12 @@ # $Id: Makefile,v 1.7 1999/04/26 07:24:09 mharo Exp $ # -DISTNAME= tidy15apr99 -PKGNAME= tidy-0.4.99.2 +DISTNAME= tidy2jul99 +PKGNAME= tidy-0.7.99.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz +WRKSRC= ${WRKDIR}/tidy MAINTAINER= saken@hotel.rmta.org diff -ruN tidy/files/md5 tidy.new/files/md5 --- tidy/files/md5 Tue Apr 27 03:21:31 1999 +++ tidy.new/files/md5 Mon Jul 5 17:52:32 1999 @@ -1 +1 @@ -MD5 (tidy15apr99.tgz) = 0896d889e34884343b0748f694c15b17 +MD5 (tidy2jul99.tgz) = ac09d8da449687ed61a320f441088e35 diff -ruN tidy/patches/patch-ab tidy.new/patches/patch-ab --- tidy/patches/patch-ab Wed Dec 23 18:10:01 1998 +++ tidy.new/patches/patch-ab Wed Jun 30 23:17:50 1999 @@ -1,10 +1,17 @@ ---- platform.h.orig Thu Dec 17 11:20:40 1998 -+++ platform.h Wed Dec 23 17:04:27 1998 -@@ -4,6 +4,7 @@ +--- platform.h.orig Mon Jun 28 07:22:09 1999 ++++ platform.h Wed Jun 30 23:17:07 1999 +@@ -4,13 +4,13 @@ See tidy.c for the copyright notice. */ +#include + #include #include + #include /* for longjmp on error exit */ #include + #include /* may need for Unix V */ #include +-#include + #include + + #define ACCESS_URL "http://www.w3.org/WAI/GL" >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 Jul 5 15:22:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 28E041524A for ; Mon, 5 Jul 1999 15:22:14 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id PAA05675 for ; Mon, 5 Jul 1999 15:22:13 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id PAA14109; Mon, 5 Jul 1999 15:22:12 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Mon, 5 Jul 1999 15:22:12 -0700 (PDT) Message-Id: <199907052222.PAA14109@vashon.polstra.com> To: ports@freebsd.org Subject: Re: Error in bsd.port.mk? In-Reply-To: <199907051228.IAA06039@istari.home.net> Organization: Polstra & Co., Seattle, WA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <199907051228.IAA06039@istari.home.net>, Stephen J. Roznowski wrote: > It appears that "MASTER_SITE_LOCAL" refers to > ftp.freebsd.org/.../LOCAL_PORTS, but that directory doesn't exist. > > Is this an error, or am I doing something wrong? The directory used to be there. I don't know when or how it vanished. This breaks the build of the modula-3-lib port on -current systems. I've put the required distfiles into the parent directory ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ for now until this is sorted out. You can build the Modula-3 stuff by overriding MASTER_SITE_LOCAL to the above, like this MASTER_SITE_LOCAL=ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ make install John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 16: 8:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 986681514F for ; Mon, 5 Jul 1999 16:02:47 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.2) id XAA82964; Mon, 5 Jul 1999 23:52:28 +0100 (BST) (envelope-from nik) Date: Mon, 5 Jul 1999 23:52:25 +0100 From: Nik Clayton To: Andrey Zakhvatov Cc: Nik Clayton , ports@freebsd.org Subject: Re: [tmoog@polhode.com: pccts package] Message-ID: <19990705235224.B42442@catkin.nothing-going-on.org> References: <19990704201151.C71138@catkin.nothing-going-on.org> <199907050222.GAA69337@icc.surw.chel.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199907050222.GAA69337@icc.surw.chel.su>; from Andrey Zakhvatov on Mon, Jul 05, 1999 at 06:22:39AM +0400 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 05, 1999 at 06:22:39AM +0400, Andrey Zakhvatov wrote: > Hello, > > > This came in to -doc, I'm forwarding it to -ports and Andrey, as the > > port's maintainer, for further action. > Please, look at PR/12505. > > Sincerely yours, Andy Thanks. It looks like this PR was committed earlier today. N -- [intentional self-reference] can be easily accommodated using a blessed, non-self-referential dummy head-node whose own object destructor severs the links. -- Tom Christiansen in <375143b5@cs.colorado.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 18: 9:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFCB8153A5; Mon, 5 Jul 1999 18:08:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53127; Mon, 5 Jul 1999 18:08:52 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 5 Jul 1999 18:08:52 -0700 (PDT) From: Message-Id: <199907060108.SAA53127@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11903: File descriptor leak in ports/www/tidy/tidy15apr99 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: File descriptor leak in ports/www/tidy/tidy15apr99 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jul 5 18:08:24 PDT 1999 State-Changed-Why: Requested by submitter: updated version fixed this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 18: 9:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 921C615427; Mon, 5 Jul 1999 18:08:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53044; Mon, 5 Jul 1999 18:08:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 5 Jul 1999 18:08:16 -0700 (PDT) From: Message-Id: <199907060108.SAA53044@freefall.freebsd.org> To: saken@hotel.rmta.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12525: UPDATE: ports/www/tidy to version 2 july 199 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE: ports/www/tidy to version 2 july 199 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jul 5 18:08:03 PDT 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 Jul 5 18:30:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA68B1509B; Mon, 5 Jul 1999 18:30:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA55134; Mon, 5 Jul 1999 18:30:47 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 5 Jul 1999 18:30:47 -0700 (PDT) From: Message-Id: <199907060130.SAA55134@freefall.freebsd.org> To: kiss@kalamalka.gizzywump.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12459: new port: lang/lua Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: lang/lua State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Jul 5 18:30:07 PDT 1999 State-Changed-Why: New port committed, thanks! I changed the nits pointed out by billf and added a patch to honour CFLAGS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Jul 5 18:39:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A5D81508F; Mon, 5 Jul 1999 18:39:31 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA55786; Mon, 5 Jul 1999 18:39:31 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 5 Jul 1999 18:39:31 -0700 (PDT) From: Message-Id: <199907060139.SAA55786@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, chuckr@FreeBSD.org Subject: Re: ports/12456: graphics/xpdf: small fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/xpdf: small fixes Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Jul 5 18:38:20 PDT 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 Mon Jul 5 21:16: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id C2C2B14E9E for ; Mon, 5 Jul 1999 21:16:04 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-3-10.ucdavis.edu [169.237.17.10]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id VAA44489; Mon, 5 Jul 1999 21:16:01 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id EAA00724; Tue, 6 Jul 1999 04:15:59 GMT (envelope-from obrien) Date: Mon, 5 Jul 1999 21:15:59 -0700 From: "David O'Brien" To: hutch@psfc.mit.edu Cc: ports@FreeBSD.org Subject: Re: TtH Description Correction Request Message-ID: <19990705211558.A526@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <199907050548.WAA69607@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from hutch@psfc.mit.edu on Mon, Jul 05, 1999 at 08:58:03AM -0400 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Although I can't for the life of me see why XFree should be needed to > run netpbm. One of netpbm's parts is ``pdftopbm''. $ ldd pdftopbm libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28089000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x28091000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x280a5000) libstdc++.so.3 => /usr/lib/libstdc++.so.3 (0x28138000) libm.so.2 => /usr/lib/libm.so.2 (0x2816f000) libc.so.3 => /usr/lib/libc.so.3 (0x28189000) $ man pdftopbm ..snip.. BUGS Pdftopbm uses X to do the rendering, so it is limited by the capabilities and performance of the X server. In par- ticular, high-resolution output requires lots of memory. Also, non-scalable fonts will not look great. So what do we do with the user who did not install X and tries to compile netpbm? They get pissed because the seemless and easy FreeBSD Ports Collection does not work. What do we do with the user that installs the precompiled binary and then complains that they can't run ``pdftopbm'' and get some weird error message? (not every FreeBSD user is a developer that would understand what the error messages is telling them) > One thing I can't see with your dependency system is where it can stop. > Shouldn't you also include the shell, bash for example. Why doesn't that /bin/sh is part of the base OS. > together with the rest of the operating system that is needed to run I think we can assume a working base installation of FreeBSD. To assume anything else becomes ridiculous. > Or again, one could argue that every package that puts out a graphic > output needs a display system like X to be useful, even if the program > would run without it. The issue is does it *LINK* against X11 libraries. > Do you claim, for example, that emacs "requires" TeX, because it is > capable of running it and this is a useful functionality? No, but can you use all the binaries in the Emacs package w/o TeX being installed? Does Emacs link against some TeX specific library? > This is a rather close parallel to TtH calling TeX. I don't see how you > can be consistent here. 2/3's of the things your software installs in /foo/bin require other software to be installed or they simply will not work. > I also deliberately emphasize in the documentation that the external > programs like ps2gif etc are the user's responsibility, if they want to > use them. Therefore, yes, it is your seemingly rather subjective > dependency system for Freebsd ports that is the problem. It also reduces our user support. It prevents tons of users complaining in our mailing lists why they try to run ps2gif and it won't run. With a system the size of FreeBSD (or any OS), you sometimes make decisions based on support issues. -- -- David (obrien@NUXI.com -or- obrien@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 Jul 5 23:25:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1305914C0C; Mon, 5 Jul 1999 23:25:39 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA76787; Mon, 5 Jul 1999 23:25:39 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Mon, 5 Jul 1999 23:25:39 -0700 (PDT) From: Message-Id: <199907060625.XAA76787@freefall.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: hutch@psfc.mit.edu Cc: ports@freebsd.org Subject: Re: TtH Description Correction Request In-Reply-To: Your message of "Mon, 05 Jul 1999 08:58:03 -0400." Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I agree that the problem is basically with your package system. Although I > can't for the life of me see why XFree should be needed to run netpbm. > Still, if you say it does ... > > One thing I can't see with your dependency system is where it can stop. Yes, handling dependencies is sticky: Consider: A) you have two ports, `X' and `Y' both of which have a dependency on a third port `Z'. We currently track only against the name of the port, and not the full set of compile time options and features that `Z' offers. Now ports `X' and `Y' could require different features from `Z', so if you adopt a minimalist strategy when creating binaries, the `Z' binary that is sufficient for `X', may not be enough for `Y'. Going the "all bells and whistles" way (which we currently do) is "safer", but adds unnecessary bloat. B) Dependencies are not static. A pseudo-real-life example: Let us say a user installs `python' from ports/lang/python and selects a certain set of modules and library wrappers at installation time. If she later wishes to install Zope (python based web software), then she could discover that her Python installation needed some specific modules enabled that are not enabled by default. Uninstalling, recompiling and reinstalling python now becomes necessary. Such changes may be needed at different levels; in some cases we could get by recompiling the dependent application with bigger table sizes (eg:- jadetex requires a `bigger' TeX). Sometimes we may need to bring in a whole new port as a sub-dependency. The current mechanism doesn't really attempt to deal with all this complexity. The underlying assumption is that packages are built as a convenience and that if you want to change things you have to fire up a make and do necessary magic yourself. This isn't very newbie friendly, I agree. Perhaps, as FreeBSD's user base grows, we will need to come up with a system that tracks fine-grain dependencies and which has the ability to recompile custom versions of dependent software `behind the scenes'. This could very well complement the current 'easy to install' package system. > Shouldn't you also include the shell, bash for example. Why doesn't that > get listed, together with the rest of the operating system that is needed Well, the facilities of the 'base system' are assumed already present, though the exact contents of the 'base system' varies a bit between major FreeBSD releases. > The other comment I have is that you might consider having two categories: > 1. Required. 2. Taken advantage of if present. I admit that distinguishing > these might be a subjective call, but I suspect no more so than the sorts > of choices I indicate above. Agreed, but as described above the situation really needs dynamic dependency tracking one and you can really only go so far and no further using the 'standard precompiled' binary route. I hope the situation wrt TtH is clarified ... Regards, Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 0:44:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 5DD9514BCC for ; Tue, 6 Jul 1999 00:44:49 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id CAA21585; Tue, 6 Jul 1999 02:44:47 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma021574; Tue Jul 6 02:44:23 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA10688; Tue, 6 Jul 1999 00:44:18 -0700 (PDT) Date: Tue, 6 Jul 1999 00:44:18 -0700 (PDT) Message-Id: <199907060744.AAA10688@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sjr@home.net Cc: ports@freebsd.org In-reply-to: <199907051228.IAA06039@istari.home.net> (sjr@home.net) Subject: Re: Error in bsd.port.mk? From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <199907051228.IAA06039@istari.home.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Stephen J. Roznowski" * * It appears that "MASTER_SITE_LOCAL" refers to * ftp.freebsd.org/.../LOCAL_PORTS, but that directory doesn't exist. Sorry, I removed it by mistake. It should be back again. Thanks for the report. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 0:54:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by hub.freebsd.org (Postfix) with ESMTP id A98EA14E07 for ; Tue, 6 Jul 1999 00:54:35 -0700 (PDT) (envelope-from werner@btp1da.phy.uni-bayreuth.de) Received: (from werner@localhost) by btp1da.phy.uni-bayreuth.de (8.8.8/8.7.3) id JAA06078; Tue, 6 Jul 1999 09:54:04 +0200 (MEST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199907052222.PAA14109@vashon.polstra.com> Date: Tue, 06 Jul 1999 09:54:03 +0200 (MEST) Organization: University of Bayreuth From: Werner Griessl To: John Polstra Subject: Re: Error in bsd.port.mk? Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 05-Jul-99 John Polstra wrote: > In article <199907051228.IAA06039@istari.home.net>, > Stephen J. Roznowski wrote: >> It appears that "MASTER_SITE_LOCAL" refers to >> ftp.freebsd.org/.../LOCAL_PORTS, but that directory doesn't exist. >> ||| Maybe a typo. Are there really 3 dots ? Werner >> Is this an error, or am I doing something wrong? > > The directory used to be there. I don't know when or how it > vanished. > > This breaks the build of the modula-3-lib port on -current > systems. I've put the required distfiles into the parent directory > > ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ > > for now until this is sorted out. You can build the Modula-3 stuff > by overriding MASTER_SITE_LOCAL to the above, like this > > MASTER_SITE_LOCAL=ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ > make install > > John > -- > John Polstra jdp@polstra.com > John D. Polstra & Co., Inc. Seattle, Washington USA > "No matter how cynical I get, I just can't keep up." -- Nora Ephron > > > 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 Jul 6 2:16:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102]) by hub.freebsd.org (Postfix) with ESMTP id 8BF9F15223; Tue, 6 Jul 1999 02:16:54 -0700 (PDT) (envelope-from takamune@avrl.mei.co.jp) Received: by bulls.mei.co.jp (8.9.1/3.7W) with ESMTP id SAA03411; Tue, 6 Jul 1999 18:16:52 +0900 (JST) Received: by dodgers.mei.co.jp (8.9.1/3.7W) with SMTP id SAA20167; Tue, 6 Jul 1999 18:16:51 +0900 (JST) Received: by avrlgate1.avrl.mei.co.jp (8.6.10+2.4W/3.3W3-avrl3.0) id SAA25351; Tue, 6 Jul 1999 18:16:49 +0900 To: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Cc: ports@freebsd.org Subject: Www is broken by an illegal line in ports/INDEX. From: Kazu TAKAMUNE X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990706181650C.takamune@avrl.mei.co.jp> Date: Tue, 06 Jul 1999 18:16:50 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 37 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The `ports/INDEX' has an illegal line, then I can't build a www tree. % cd www; make all % cd www/en; make all ENGLISH_ONLY=1 : :(snip) : ===> ports cvs -QR co -p ports/INDEX > INDEX cvs -QR co -p ports/YEAR2000 > YEAR2000 : :(snip) : sgmlnorm -d -c /usr/local/share/sgml/html/catalog japanese.sgml > japanese.html sgmlnorm:japanese.sgml:115:215:E: end tag for element "A" which is not open sgmlnorm:japanese.sgml:115:1210:E: end tag for element "A" which is not open *** Error code 1 Stop. % grep 'dependency list incomplete' ports/INDEX ja-lynx-2.8.2.rel1: "/usr/ports/arhivers/unzip" non-existant -- dependency list incompleteja-lynx-2.8.2.rel1: "/usr/ports/arhivers/zip" non-existant -- dependency list incompleteja-lynx-2.8.2.rel1|/usr/ports/japanese/lynx|/usr/local|A terminal-based World-Wide Web Client with multi-byte modification|/usr/ports/japanese/lynx/pkg/DESCR|shige@FreeBSD.ORG|japanese www|bzip2-0.9.0c|| I think you can fix it only by remaking `ports/INDEX', because the port `japanese/lynx' has been fixed: http://www.freebsd.org/cgi/cvsweb.cgi/ports/japanese/lynx/Makefile.diff?r1=1.4&r2=1.5 Should I send PR ? --- With best regards. Kazu TAKAMUNE takamune@avrl.mei.co.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 3:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2598314F7F for ; Tue, 6 Jul 1999 03:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09077; Tue, 6 Jul 1999 03:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neva.vlink.ru (neva.vlink.ru [195.9.70.8]) by hub.freebsd.org (Postfix) with SMTP id 7C6A3153E7 for ; Tue, 6 Jul 1999 03:01:19 -0700 (PDT) (envelope-from dsh@neva.vlink.ru) Received: (qmail 21655 invoked by uid 1000); 6 Jul 1999 10:01:13 -0000 Message-Id: <19990706100113.21654.qmail@neva.vlink.ru> Date: 6 Jul 1999 10:01:13 -0000 From: dsh@neva.vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12530: squid22 port with --enable-ipf-transparent fail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12530 >Category: ports >Synopsis: squid22 port with --enable-ipf-transparent fail >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 6 03:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: squid22 port with --enable-ipf-transparent fail. configure report: WARNING: Cannot find necessary IP-Filter header files Transparent Proxy support WILL NOT be enabled >How-To-Repeat: Comment out "CONFIGURE_ARGS+= --enable-ipf-transparent" in port's Makefile and try make. >Fix: diff -Nru squid22.orig/patches/patch-aa squid22/patches/patch-aa --- squid22.orig/patches/patch-aa Thu Jan 1 03:00:00 1970 +++ squid22/patches/patch-aa Tue Jul 6 13:27:30 1999 @@ -0,0 +1,15 @@ +--- src/client_side.c.orig Tue Jul 6 13:26:29 1999 ++++ src/client_side.c Tue Jul 6 13:27:00 1999 +@@ -41,9 +41,9 @@ + #endif + #include + #include +-#include +-#include +-#include ++#include ++#include ++#include + #endif + + diff -Nru squid22.orig/patches/patch-al squid22/patches/patch-al --- squid22.orig/patches/patch-al Fri Apr 10 09:11:38 1998 +++ squid22/patches/patch-al Tue Jul 6 13:21:18 1999 @@ -1,6 +1,6 @@ ---- configure.orig Fri Feb 27 13:51:13 1998 -+++ configure Thu Mar 5 14:39:57 1998 -@@ -611,12 +611,6 @@ +--- configure.orig Wed Apr 21 07:36:03 1999 ++++ configure Tue Jul 6 13:20:41 1999 +@@ -644,12 +644,6 @@ REGEXLIB='' # -lregex LIBREGEX='' # libregex.a @@ -11,5 +11,18 @@ -fi - case "$host_os" in - cygwin32) - exec_suffix=".exe" + cygwin32|os2) + exec_suffix=".exe" +@@ -2201,9 +2195,9 @@ + getopt.h \ + gnumalloc.h \ + grp.h \ +- ip_compat.h \ +- ip_fil.h \ +- ip_nat.h \ ++ netinet/ip_compat.h \ ++ netinet/ip_fil.h \ ++ netinet/ip_nat.h \ + libc.h \ + limits.h \ + malloc.h \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 3:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C55015243 for ; Tue, 6 Jul 1999 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09963; Tue, 6 Jul 1999 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id BC690153DE for ; Tue, 6 Jul 1999 03:16:01 -0700 (PDT) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Tue, 06 Jul 1999 11:15:39 +0100 Received: from voodoo.pandhm.co.uk (VOODOO [10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id N96YDNFT; Tue, 6 Jul 1999 11:16:31 +0100 Received: from dom by voodoo.pandhm.co.uk with local (Exim 2.10 #1) id 111SGV-0006dC-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 6 Jul 1999 11:15:51 +0100 Message-Id: Date: Tue, 6 Jul 1999 11:15:52 +0100 From: Dominic Mitchell Reply-To: Dom.Mitchell@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12531: New version of dejasearch. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12531 >Category: ports >Synopsis: New version of dejasearch. >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 Jul 6 03:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #18: Tue Jun 8 05:00:06 BST 1999 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: Update to v1.62. >How-To-Repeat: n/a >Fix: Here's the patch. Note that one new file is included (patches/patch-aa). diff -urP /usr/ports/news/dejasearch/Makefile dejasearch/Makefile --- /usr/ports/news/dejasearch/Makefile Wed Apr 21 00:03:07 1999 +++ dejasearch/Makefile Tue Jul 6 11:07:15 1999 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.4 1999/04/20 05:45:52 mharo Exp $ # -DISTNAME= dejasearch12 -PKGNAME= dejasearch-1.2 +DISTNAME= dejasearch162 +PKGNAME= dejasearch-1.6.2 CATEGORIES= news MASTER_SITES= http://homemade.hypermart.net/dejasearch/ \ http://homemade.virtualave.net/dejasearch/ \ @@ -17,17 +17,9 @@ RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww -WRKSRC= ${WRKDIR}/dejasearch/ +MAN1= dejasearch.1 USE_PERL5= yes NO_BUILD= yes - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/dejasearch ${PREFIX}/bin/ - -.ifndef NOPORTDOCS - ${MKDIR} ${PREFIX}/share/doc/dejasearch/ - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dejasearch/ -.endif .include diff -urP /usr/ports/news/dejasearch/files/md5 dejasearch/files/md5 --- /usr/ports/news/dejasearch/files/md5 Wed Apr 21 00:03:07 1999 +++ dejasearch/files/md5 Tue Jul 6 11:03:26 1999 @@ -1 +1 @@ -MD5 (dejasearch12.tar.gz) = 97363dac102c4d65e7949f7888bc1b06 +MD5 (dejasearch162.tar.gz) = 175cec7015fd4affa71a8b40da25996d diff -urP /usr/ports/news/dejasearch/patches/patch-aa dejasearch/patches/patch-aa --- /usr/ports/news/dejasearch/patches/patch-aa Thu Jan 1 01:00:00 1970 +++ dejasearch/patches/patch-aa Tue Jul 6 11:05:27 1999 @@ -0,0 +1,17 @@ +--- Makefile.orig Tue Jul 6 11:04:33 1999 ++++ Makefile Tue Jul 6 11:05:08 1999 +@@ -1,12 +1,10 @@ + # Makefile for Dejasearch + # AYM 1999-07-03 + +-PREFIX=/usr/local +- + default: + @echo "To install in /usr/local/bin, type \"make install\"." + @echo "To install in /somewhere/else/bin, type \"make PREFIX=/somewhere/else install\"." + + install: +- install -p -m 0755 dejasearch $(PREFIX)/bin +- install -p -m 0644 dejasearch.1 $(PREFIX)/man/man1 ++ $(BSD_INSTALL_SCRIPT) dejasearch $(PREFIX)/bin ++ $(BSD_INSTALL_MAN) dejasearch.1 $(PREFIX)/man/man1 -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** >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 Jul 6 4:19:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix16.ix.netcom.com (dfw-ix16.ix.netcom.com [206.214.98.16]) by hub.freebsd.org (Postfix) with ESMTP id 1FEE7153D7 for ; Tue, 6 Jul 1999 04:18:59 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix16.ix.netcom.com (8.8.4/8.8.4) id GAA15678; Tue, 6 Jul 1999 06:18:56 -0500 (CDT) Received: from sji-ca4-70.ix.netcom.com(205.186.212.198) by dfw-ix16.ix.netcom.com via smap (V1.3) id rma015667; Tue Jul 6 06:18:34 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA11416; Tue, 6 Jul 1999 04:18:27 -0700 (PDT) Date: Tue, 6 Jul 1999 04:18:27 -0700 (PDT) Message-Id: <199907061118.EAA11416@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: takamune@avrl.mei.co.jp Cc: ports@freebsd.org In-reply-to: <19990706181650C.takamune@avrl.mei.co.jp> (message from Kazu TAKAMUNE on Tue, 06 Jul 1999 18:16:50 +0900) Subject: Re: Www is broken by an illegal line in ports/INDEX. From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <19990706181650C.takamune@avrl.mei.co.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Kazu TAKAMUNE * The `ports/INDEX' has an illegal line, then I can't build a www tree. Oops, sorry. I just committed a fixed one. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 6:29:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 507D014E07; Tue, 6 Jul 1999 06:29:52 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28833; Tue, 6 Jul 1999 06:29:52 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Tue, 6 Jul 1999 06:29:52 -0700 (PDT) From: Message-Id: <199907061329.GAA28833@freefall.freebsd.org> To: aa8vb@ipass.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12436: python-1.5.2 port doesn't install h2py.py Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: python-1.5.2 port doesn't install h2py.py State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Tue Jul 6 06:28:07 PDT 1999 State-Changed-Why: The port now installs the tools into ${PREFIX}/lib/python1.5/Tools. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 9: 2:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id F212B15462; Tue, 6 Jul 1999 09:02:35 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id JAA86111; Tue, 6 Jul 1999 09:02:35 -0700 (PDT) (envelope-from mph) Date: Tue, 6 Jul 1999 09:02:35 -0700 From: Matthew Hunt To: jkoshy@FreeBSD.ORG Cc: hutch@psfc.mit.edu, ports@FreeBSD.ORG Subject: Re: TtH Description Correction Request Message-ID: <19990706090235.D85561@wopr.caltech.edu> References: <199907060625.XAA76787@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199907060625.XAA76787@freefall.freebsd.org>; from jkoshy@FreeBSD.ORG on Mon, Jul 05, 1999 at 11:25:39PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 05, 1999 at 11:25:39PM -0700, jkoshy@FreeBSD.ORG wrote: > B) Dependencies are not static. A pseudo-real-life example: > Let us say a user installs `python' from ports/lang/python and > selects a certain set of modules and library wrappers at > installation time. > > If she later wishes to install Zope (python based web software), > then she could discover that her Python installation needed some > specific modules enabled that are not enabled by default. > Uninstalling, recompiling and reinstalling python now becomes > necessary. To make matters worse, suppose the user has already installed other software which depends upon Python. Now, she must either uninstall those ports, uninstall Python, reinstall Python, and reinstall all of the ports that depend on Python, or she has to "pkg_delete -f" python and screw up her system's notion of dependencies, or she has to manually save and restore the appropriate +REQUIRED_BY files, which requires more understanding of the Ports/Packages Collection than we should expect. Sigh. Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 9:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C13E215421 for ; Tue, 6 Jul 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15424; Tue, 6 Jul 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.123.99]) by hub.freebsd.org (Postfix) with ESMTP id 8586415421 for ; Tue, 6 Jul 1999 09:04:51 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id AAA19897; Wed, 7 Jul 1999 00:04:41 +0800 (CST) (envelope-from ijliao) Message-Id: <199907061604.AAA19897@Terry.Dorm10.NCTU.edu.tw> Date: Wed, 7 Jul 1999 00:04:41 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12533: update ports : games/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12533 >Category: ports >Synopsis: update ports : games/bnetd >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 Jul 6 09:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Jul 6 10:16:08 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update bnetd to 0.4.9 >How-To-Repeat: >Fix: diff -ruN /usr/ports/games/bnetd/Makefile bnetd/Makefile --- /usr/ports/games/bnetd/Makefile Fri May 14 13:35:55 1999 +++ bnetd/Makefile Wed Jul 7 00:02:27 1999 @@ -6,13 +6,13 @@ # $Id: Makefile,v 1.3 1999/05/13 09:18:13 asami Exp $ # -DISTNAME= bnetd-0.4.7 +DISTNAME= bnetd-0.4.9 CATEGORIES= games net MASTER_SITES= http://www.bnetd.org/files/ MAINTAINER= ijliao@csie.nctu.edu.tw -MAN1= bnclient.1 bnetd.1 bnpass.1 +MAN1= bnchat.1 bnetd.1 bnftp.1 bnpass.1 MAN4= bnetd.conf.4 bntext.4 MLINKS= bntext.4 bnmotd.txt.4 bntext.4 bnnews.txt.4 @@ -20,7 +20,7 @@ @(cd ${WRKSRC}/src; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS}) do-install: - cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnclient bnpass ${PREFIX}/bin + cd ${WRKSRC}/bin; ${INSTALL_PROGRAM} bnchat bnftp bnpass ${PREFIX}/bin cd ${WRKSRC}/sbin; ${INSTALL_PROGRAM} bnetd ${PREFIX}/sbin cd ${WRKSRC}/man; ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1; ${INSTALL_MAN} ${MAN4} ${MAN4PREFIX}/man/man4 ${MKDIR} ${PREFIX}/bnetd; ${CP} -R ${WRKSRC}/files ${WRKSRC}/users ${WRKSRC}/conf ${PREFIX}/bnetd diff -ruN /usr/ports/games/bnetd/files/md5 bnetd/files/md5 --- /usr/ports/games/bnetd/files/md5 Sat May 8 11:51:47 1999 +++ bnetd/files/md5 Tue Jul 6 23:56:58 1999 @@ -1 +1 @@ -MD5 (bnetd-0.4.7.tar.gz) = 42231dcc1330d8ef1840a4631c858490 +MD5 (bnetd-0.4.9.tar.gz) = 399a5f0f0e4ad77e3f276a73c2a44429 diff -ruN /usr/ports/games/bnetd/patches/patch-aa bnetd/patches/patch-aa --- /usr/ports/games/bnetd/patches/patch-aa Thu Jan 1 08:00:00 1970 +++ bnetd/patches/patch-aa Tue Jul 6 23:57:47 1999 @@ -0,0 +1,10 @@ +--- src/command.c.orig Tue Jul 6 23:55:56 1999 ++++ src/command.c Tue Jul 6 23:51:14 1999 +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff -ruN /usr/ports/games/bnetd/pkg/PLIST bnetd/pkg/PLIST --- /usr/ports/games/bnetd/pkg/PLIST Tue Apr 27 09:06:57 1999 +++ bnetd/pkg/PLIST Wed Jul 7 00:00:52 1999 @@ -1,4 +1,5 @@ -bin/bnclient +bin/bnchat +bin/bnftp bin/bnpass sbin/bnetd etc/rc.d/bnetd.sh >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 Jul 6 11:20:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79EC014FBB for ; Tue, 6 Jul 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27801; Tue, 6 Jul 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bobcat.aciri.org (bobcat.aciri.org [192.150.187.27]) by hub.freebsd.org (Postfix) with ESMTP id 03AEC15171 for ; Tue, 6 Jul 1999 11:10:51 -0700 (PDT) (envelope-from hodson@aciri.org) Received: (from hodson@localhost) by bobcat.aciri.org (8.9.2/8.9.2) id LAA10866; Tue, 6 Jul 1999 11:10:50 -0700 (PDT) (envelope-from hodson) Message-Id: <199907061810.LAA10866@bobcat.aciri.org> Date: Tue, 6 Jul 1999 11:10:50 -0700 (PDT) From: hodson@aciri.org Reply-To: o.hodson@cs.ucl.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12535: RAT ports submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12535 >Category: ports >Synopsis: Submission of RAT for ports collection >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 Jul 6 11:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Orion Hodson >Release: FreeBSD 3.0-19990205-STABLE i386 >Organization: University College London >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: # # rat # rat/pkg # rat/pkg/COMMENT # rat/pkg/DESCR # rat/pkg/PLIST # rat/files # rat/files/md5 # rat/README.html # rat/Makefile # rat/scripts # rat/scripts/configure # rat/patches # rat/patches/patch-aa # rat/patches/patch-ab # echo c - rat mkdir -p rat > /dev/null 2>&1 echo c - rat/pkg mkdir -p rat/pkg > /dev/null 2>&1 echo x - rat/pkg/COMMENT sed 's/^X//' >rat/pkg/COMMENT << 'END-of-rat/pkg/COMMENT' XMBONE audio tool. END-of-rat/pkg/COMMENT echo x - rat/pkg/DESCR sed 's/^X//' >rat/pkg/DESCR << 'END-of-rat/pkg/DESCR' XThis package contains the binary release of UCL's robust audio tool conferencing application. END-of-rat/pkg/DESCR echo x - rat/pkg/PLIST sed 's/^X//' >rat/pkg/PLIST << 'END-of-rat/pkg/PLIST' Xbin/rat Xetc/sdr/plugins/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3END-of-rat/pkg/PLIST echo c - rat/files mkdir -p rat/files > /dev/null 2>&1 echo x - rat/files/md5 sed 's/^X//' >rat/files/md5 << 'END-of-rat/files/md5' XMD5 (rat-4.0.3.tar.gz) = b1165a0e4400abe58293a9acfb613c14 END-of-rat/files/md5 echo x - rat/README.html sed 's/^X//' >rat/README.html << 'END-of-rat/README.html' X X The FreeBSD Ports Collection (mbone/rat) X

The FreeBSD Ports Collection ("mbone/rat")


X X X

You are now in the directory for the port "mbone/rat" (package name "rat-4.0.3"). X X

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


XMBONE audio tool. X


X X

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

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

XThis port requires package(s) "XFree86-3.3.3.1" to build. X

XThis port requires package(s) "XFree86-3.3.3.1" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-rat/README.html echo x - rat/Makefile sed 's/^X//' >rat/Makefile << 'END-of-rat/Makefile' X# New ports collection makefile for: rat X# Version required: 4.0.3 X# Date created: 3 July 1999 X# Whom: hodson X# X# $Id: $ X# X XDISTNAME= rat-4.0.3 XCATEGORIES= mbone audio XMASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.3/ XDISTFILES= rat-4.0.3.tar.gz X XMAINTAINER= O.Hodson@cs.ucl.ac.uk XLIB_DEPENDS= X X#USE_X_PREFIX= yes XUSE_GE= yes XMAN1= rat.1 XMANCOMPRESSED= no X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rat/rat-4.0.3 ${PREFIX}/bin/rat X ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 X mkdir -p ${LOCALBASE}/etc/sdr/plugins X ${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3 ${LOCALBASE}/etc/sdr/plugins X Xbuild: configure X cd ${WRKDIR}/${DISTNAME}/tcl-8.0/unix && gmake X cd ${WRKDIR}/${DISTNAME}/tk-8.0/unix && gmake X cd ${WRKDIR}/${DISTNAME}/common && gmake X cd ${WRKDIR}/${DISTNAME}/rat && gmake X X.include "bsd.port.mk" END-of-rat/Makefile echo c - rat/scripts mkdir -p rat/scripts > /dev/null 2>&1 echo x - rat/scripts/configure sed 's/^X//' >rat/scripts/configure << 'END-of-rat/scripts/configure' X#!/bin/sh X X# We build against a static modified tcl/tk library that does not source X# tcl/tk files in the default tcl/tk library installation positions which can X# make widget perform in bizarre ways and we used to get lots of bug reports X# about this. Not our fault (honest ;-) X Xecho "Configuring UCL's patched tcl (this will not affect current tcl installation." Xcd ${WRKDIR}/rat-4.0.3/tcl-8.0/unix && configure X Xecho "Configuring UCL's patched tk (this will not affect current tcl installation." Xcd ${WRKDIR}/rat-4.0.3/tk-8.0/unix && configure X Xcd ${WRKDIR}/rat-4.0.3/common && configure Xcd ${WRKDIR}/rat-4.0.3/rat && configure END-of-rat/scripts/configure echo c - rat/patches mkdir -p rat/patches > /dev/null 2>&1 echo x - rat/patches/patch-aa sed 's/^X//' >rat/patches/patch-aa << 'END-of-rat/patches/patch-aa' X--- Makefile.in Sun May 23 06:55:03 1999 X+++ tcl-8.0/unix/Makefile.in Wed Jun 23 11:03:16 1999 X@@ -354,5 +354,5 @@ X X X tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE} X- ${CC} @LD_FLAGS@ ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \ X+ ${CC} @LD_FLAGS@ ${TCLSH_OBJS} ${TCL_LIB_FILE} ${LIBS} \ X @TCL_LD_SEARCH_FLAGS@ -o tclsh END-of-rat/patches/patch-aa echo x - rat/patches/patch-ab sed 's/^X//' >rat/patches/patch-ab << 'END-of-rat/patches/patch-ab' X--- sdr2.plugin.in.orig Mon Jul 5 21:59:16 1999 X+++ rat/sdr2.plugin.in Mon Jul 5 21:59:35 1999 X@@ -12,7 +12,7 @@ X X media: audio X proto: RTP/AVP X-tool: rat-__VERSION__ X+tool: rat X protoname: RTP X cryptflag: -K X END-of-rat/patches/patch-ab 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 Jul 6 11:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D45C714FE3 for ; Tue, 6 Jul 1999 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28716; Tue, 6 Jul 1999 11:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx.issei.org (mx.issei.org [210.169.187.134]) by hub.freebsd.org (Postfix) with ESMTP id 8386F14FBB for ; Tue, 6 Jul 1999 11:23:02 -0700 (PDT) (envelope-from issei@issei.org) Received: from localhost (localhost [127.0.0.1]) by mx.issei.org (Postfix) with ESMTP id EDE0B1F26 for ; Wed, 7 Jul 1999 03:22:57 +0900 (JST) Message-Id: <19990707032301R.issei@issei.org> Date: Wed, 07 Jul 1999 03:23:01 +0900 From: issei@jp.freebsd.org Reply-To: issei@jp.freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12536: New port: lang/cu-prolog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12536 >Category: ports >Synopsis: New port: lang/cu-prolog >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 Jul 6 11:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 3.2-STABLE i386 >Organization: Personal >Environment: I build and check this port skelton on FreeBSD 3.2-STABLE. Note: Portlint checker complains nothing about this port skelton. >Description: cu-Prolog is an experimental constraint logic programming language. Unlike most conventional CLP systems, cu-Prolog allows user-defined predicates as constraints and is suitable for implementing a natural language processing system based on the unification-based grammar. As an application of cu-Prolog, we developed a JPSG (Japanese Phrase Structure Grammar) parser with the JPSG Working Group (the chairman is Prof. GUNJI, Takao of Osaka University) at ICOT. cu-Prolog is also the complete implementation of the constraint unification and its name (cu) comes from the technique. >How-To-Repeat: >Fix: I attach the complete port skelton as shar 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: # # cu-prolog # cu-prolog/Makefile # cu-prolog/files # cu-prolog/files/md5 # cu-prolog/pkg # cu-prolog/pkg/COMMENT # cu-prolog/pkg/DESCR # cu-prolog/pkg/PLIST # cu-prolog/patches # cu-prolog/patches/patch-aa # cu-prolog/patches/patch-ab # cu-prolog/patches/patch-ac # cu-prolog/patches/patch-ad # cu-prolog/patches/patch-ae # echo c - cu-prolog mkdir -p cu-prolog > /dev/null 2>&1 echo x - cu-prolog/Makefile sed 's/^X//' >cu-prolog/Makefile << 'END-of-cu-prolog/Makefile' X# New ports collection makefile for: cu-Prolog X# Version required: 3.94 X# Date created: 7 July 1999 X# Whom: Issei Suzuki X# X# $Id$ X# X XDISTNAME= cupsrc XPKGNAME= cu-prolog-3.94 XCATEGORIES= lang XMASTER_SITES= ftp://ftp.icot.or.jp/ifs/kbms-clp/unix/cuprolog/ XDISTFILES= ${DISTNAME}.tar.gz cupdoc.tar.gz X XMAINTAINER= issei@jp.FreeBSD.ORG X XWRKSRC= ${WRKDIR}/src XMAKEFILE= makefile XALL_TARGET= cup XPORTDOCS= CHANGES COPYRIGHT COPYRIGHT.j INSTALL INSTALL.j README \ X README.j doc/cu3eman.dvi doc/cu3man.dvi doc/newpred_e.doc \ X doc/newpred_j.doc X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/cup3 ${PREFIX}/bin/cuprolog X ${MKDIR} ${PREFIX}/share/examples/cu-prolog X ${INSTALL_DATA} ${WRKDIR}/sample/* ${PREFIX}/share/examples/cu-prolog X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/cu-prolog X.for i in ${PORTDOCS} X ${INSTALL_DATA} ${WRKDIR}/$i ${PREFIX}/share/doc/cu-prolog X.endfor X.endif X X.include END-of-cu-prolog/Makefile echo c - cu-prolog/files mkdir -p cu-prolog/files > /dev/null 2>&1 echo x - cu-prolog/files/md5 sed 's/^X//' >cu-prolog/files/md5 << 'END-of-cu-prolog/files/md5' XMD5 (cupsrc.tar.gz) = 62b23ee48045d09579ab42ef62876d58 XMD5 (cupdoc.tar.gz) = 954f59489bb70bda5140118f1c5425d5 END-of-cu-prolog/files/md5 echo c - cu-prolog/pkg mkdir -p cu-prolog/pkg > /dev/null 2>&1 echo x - cu-prolog/pkg/COMMENT sed 's/^X//' >cu-prolog/pkg/COMMENT << 'END-of-cu-prolog/pkg/COMMENT' Xcu-Prolog is an experimental constraint logic programming language. END-of-cu-prolog/pkg/COMMENT echo x - cu-prolog/pkg/DESCR sed 's/^X//' >cu-prolog/pkg/DESCR << 'END-of-cu-prolog/pkg/DESCR' X cu-Prolog is an experimental constraint logic programming language. XUnlike most conventional CLP systems, cu-Prolog allows user-defined Xpredicates as constraints and is suitable for implementing a natural Xlanguage processing system based on the unification-based Xgrammar. As an application of cu-Prolog, we developed Xa JPSG (Japanese Phrase Structure Grammar) parser Xwith the JPSG Working Group (the chairman is Prof. GUNJI, Takao of XOsaka University) at ICOT. X Xcu-Prolog is also the complete implementation of the constraint Xunification and its name (cu) comes from the technique. END-of-cu-prolog/pkg/DESCR echo x - cu-prolog/pkg/PLIST sed 's/^X//' >cu-prolog/pkg/PLIST << 'END-of-cu-prolog/pkg/PLIST' Xbin/cuprolog Xshare/doc/cu-prolog/CHANGES Xshare/doc/cu-prolog/COPYRIGHT Xshare/doc/cu-prolog/COPYRIGHT.j Xshare/doc/cu-prolog/INSTALL Xshare/doc/cu-prolog/INSTALL.j Xshare/doc/cu-prolog/README Xshare/doc/cu-prolog/README.j Xshare/doc/cu-prolog/cu3eman.dvi Xshare/doc/cu-prolog/cu3man.dvi Xshare/doc/cu-prolog/newpred_e.doc Xshare/doc/cu-prolog/newpred_j.doc X@dirrm share/doc/cu-prolog Xshare/examples/cu-prolog/README Xshare/examples/cu-prolog/bagof.p Xshare/examples/cu-prolog/eisele.p Xshare/examples/cu-prolog/hpsg.p Xshare/examples/cu-prolog/jpsg.p Xshare/examples/cu-prolog/kasper.p Xshare/examples/cu-prolog/marcus.p Xshare/examples/cu-prolog/memap.p X@dirrm share/examples/cu-prolog END-of-cu-prolog/pkg/PLIST echo c - cu-prolog/patches mkdir -p cu-prolog/patches > /dev/null 2>&1 echo x - cu-prolog/patches/patch-aa sed 's/^X//' >cu-prolog/patches/patch-aa << 'END-of-cu-prolog/patches/patch-aa' X--- makefile.old Wed Jul 7 02:03:58 1999 X+++ makefile Wed Jul 7 02:04:19 1999 X@@ -6,11 +6,11 @@ X refute.o unify.o defsysp.o syspred1.o\ X syspred2.o trans.o tr_sub.o tr_split.o X #CFLAGS = -g X-CFLAGS = -pg -g # for debug X+CFLAGS?= -pg -g # for debug X #CFLAGS = -O2 # for optimization X #CFLAGS = -O4 X #CC = gcc X-CC = cc X+CC?= cc X FLAGS = -lm X X cup: $(OBJECTS) END-of-cu-prolog/patches/patch-aa echo x - cu-prolog/patches/patch-ab sed 's/^X//' >cu-prolog/patches/patch-ab << 'END-of-cu-prolog/patches/patch-ab' X--- include.h.orig Fri Jan 27 16:38:48 1995 X+++ include.h Wed Jul 7 02:25:14 1999 X@@ -28,7 +28,11 @@ X * else #define CPUTIME 0 X */ X X+#ifdef __FreeBSD__ X+#define CPUTIME 60 X+#else X #define SUN4 1 X+#endif X #define KANJI 1 /* 1: allow EUC Kanji for str functions */ X X /* Tee print macro */ X@@ -135,8 +139,13 @@ X #define head_of_list(Term) (((struct clause *)Term)->c_form) X #define tail_of_list(Term) ((struct term *)((struct clause *)Term)->c_link) X X+#ifdef __FreeBSD__ X+#define is_readable(FP) (FP->_flags & __SRD) X+#define is_writable(FP) (FP->_flags & __SWR) X+#else X #define is_readable(FP) (FP->_flag & _IOREAD) X #define is_writable(FP) (FP->_flag & _IOWRT) X+#endif X X #define is_functor(Term) ((Term)->type.ident > CONST_LIST_TYPE) X #define isconst_functor(Term) ((Term)->t_arity <= 0) END-of-cu-prolog/patches/patch-ab echo x - cu-prolog/patches/patch-ac sed 's/^X//' >cu-prolog/patches/patch-ac << 'END-of-cu-prolog/patches/patch-ac' X--- defsysp.c.old Wed Jul 7 02:21:11 1999 X+++ defsysp.c Wed Jul 7 02:21:32 1999 X@@ -932,9 +932,9 @@ X t1 = t2 = Nnum_val(0.0,TEMPORAL); X #else X times(&TIMES); X- t1 = Nnum_val(((float)(TIMES.tms_stime+TIMES.tms_utime-OLD_TIME))/CPUTIME.0, X+ t1 = Nnum_val(((float)(TIMES.tms_stime+TIMES.tms_utime-OLD_TIME))/(float)CPUTIME, X TEMPORAL); X- t2 = Nnum_val(((float)CONSTRAINT_HANDLING_TIME)/CPUTIME.0,TEMPORAL); X+ t2 = Nnum_val(((float)CONSTRAINT_HANDLING_TIME)/(float)CPUTIME,TEMPORAL); X #endif X #endif X upush(&(p1->p_body)); upush(&(p1->p_env)); END-of-cu-prolog/patches/patch-ac echo x - cu-prolog/patches/patch-ad sed 's/^X//' >cu-prolog/patches/patch-ad << 'END-of-cu-prolog/patches/patch-ad' X--- mainsub.c.old Wed Jul 7 02:22:15 1999 X+++ mainsub.c Wed Jul 7 02:22:30 1999 X@@ -1238,8 +1238,8 @@ X times(&TIMES); /* get time */ X ttemp = TIMES.tms_stime + TIMES.tms_utime; X tprint2 ("CPU time = %.3lf sec (Constraints Handling = %.3lf sec)\n", X- (ttemp - TIMESAVE) / CPUTIME.0, X- (CONSTRAINT_HANDLING_TIME / CPUTIME.0)); X+ (ttemp - TIMESAVE) / (float)CPUTIME, X+ (CONSTRAINT_HANDLING_TIME / (float)CPUTIME)); X } X X void settimer() { /* set clock */ END-of-cu-prolog/patches/patch-ad echo x - cu-prolog/patches/patch-ae sed 's/^X//' >cu-prolog/patches/patch-ae << 'END-of-cu-prolog/patches/patch-ae' X--- main.c.old Wed Jul 7 02:26:00 1999 X+++ main.c Wed Jul 7 02:27:38 1999 X@@ -303,13 +303,16 @@ X X void heap_realloc() /* reallocate system/user heaps */ X { X+#if SUN4 == 1 X cfree((char *)sheap); SHEAP_SIZE=SHEAP_SIZE*1.2; system_heap_alloc(); X-/* free(heap); HEAP_SIZE *= 1.2; X+#else X+ free(heap); HEAP_SIZE *= 1.2; X free(cheap); CHEAP_SIZE *= 1.2; X free(eheap); ESP_SIZE *= 1.2; X free(ustack); USTACK_SIZE *= 1.2; X free(nheap); NAME_SIZE *= 1.2; X- heap_alloc(); */ X+ heap_alloc(); X+#endif /* SUN4 */ X init_status(); X } X END-of-cu-prolog/patches/patch-ae 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 Jul 6 12:45: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C2A314FB1; Tue, 6 Jul 1999 12:45:01 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA36048; Tue, 6 Jul 1999 12:45:00 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 6 Jul 1999 12:45:00 -0700 (PDT) From: Message-Id: <199907061945.MAA36048@freefall.freebsd.org> To: issei@jp.freebsd.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12499: Update port: japanese/tcsh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/tcsh State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Tue Jul 6 12:44:35 PDT 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 Jul 6 15:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34C3F1503D for ; Tue, 6 Jul 1999 15:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA52060; Tue, 6 Jul 1999 15:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 6 Jul 1999 15:50:03 -0700 (PDT) Message-Id: <199907062250.PAA52060@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12535: RAT ports submission Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12535; it has been noted by GNATS. From: Tim Vanderhoek To: o.hodson@cs.ucl.ac.uk Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12535: RAT ports submission Date: Tue, 6 Jul 1999 18:42:36 -0400 On Tue, Jul 06, 1999 at 11:10:50AM -0700, hodson@aciri.org wrote: > > sed 's/^X//' >rat/pkg/COMMENT << 'END-of-rat/pkg/COMMENT' > XMBONE audio tool. No period at the end of pkg/COMMENT. > echo x - rat/README.html > sed 's/^X//' >rat/README.html << 'END-of-rat/README.html' > X You don't need to include this file. > Xdo-install: > X ${INSTALL_PROGRAM} ${WRKSRC}/rat/rat-4.0.3 ${PREFIX}/bin/rat > X ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 > X mkdir -p ${LOCALBASE}/etc/sdr/plugins ${MKDIR} > Xbuild: configure Just use a do-build: target. > X cd ${WRKDIR}/${DISTNAME}/tcl-8.0/unix && gmake ${GMAKE} > Xcd ${WRKDIR}/rat-4.0.3/rat && configure > END-of-rat/scripts/configure Well, I usually perfer to avoid the scripts/ directory where possible, but it doesn't actually matter. :) Anyways, these changes are sufficiently trivial that whoever commits your port can make the changes; there is no need to resubmit this port. Thankyou for your work! -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 15:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA97D15071 for ; Tue, 6 Jul 1999 15:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA52069; Tue, 6 Jul 1999 15:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 6 Jul 1999 15:50:04 -0700 (PDT) Message-Id: <199907062250.PAA52069@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: ports/12536: New port: lang/cu-prolog Reply-To: Tim Vanderhoek Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12536; it has been noted by GNATS. From: Tim Vanderhoek To: issei@jp.freebsd.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/12536: New port: lang/cu-prolog Date: Tue, 6 Jul 1999 18:46:50 -0400 On Wed, Jul 07, 1999 at 03:23:01AM +0900, issei@jp.freebsd.org wrote: > > sed 's/^X//' >cu-prolog/pkg/COMMENT << 'END-of-cu-prolog/pkg/COMMENT' > Xcu-Prolog is an experimental constraint logic programming language. For future reference, pkg/COMMENT should not have a period at the end of it, and pkg/COMMENT should not begin with ${PKGNAME}. Something like this, Experimental constraint logic programming language. would be better. Don't worry about resubmitting the port; whoever commits it can make a change. Other than that, your port looks good (after only a quick glance). Thanks for your work! [One thing yet...] > X > X+#ifdef __FreeBSD__ Do you really need to check __FreeBSD__ or might a more generic *BSD macro work? -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 16: 8:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 778BB1538A for ; Tue, 6 Jul 1999 16:08:25 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id QAA94343; Tue, 6 Jul 1999 16:08:17 -0700 (PDT) (envelope-from mph) Date: Tue, 6 Jul 1999 16:08:17 -0700 From: Matthew Hunt To: Tim Vanderhoek Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/12536: New port: lang/cu-prolog Message-ID: <19990706160817.A94319@wopr.caltech.edu> References: <199907062250.PAA52069@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199907062250.PAA52069@freefall.freebsd.org>; from Tim Vanderhoek on Tue, Jul 06, 1999 at 03:50:04PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 06, 1999 at 03:50:04PM -0700, Tim Vanderhoek wrote: > For future reference, pkg/COMMENT should not have a period at the end > of it, and pkg/COMMENT should not begin with ${PKGNAME}. Something > like this, > > Experimental constraint logic programming language. Modulo that period at the end of it, of course. :-) Matt -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 16:10:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC08B15071; Tue, 6 Jul 1999 16:10:09 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA53888; Tue, 6 Jul 1999 16:10:09 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 6 Jul 1999 16:10:09 -0700 (PDT) From: Message-Id: <199907062310.QAA53888@freefall.freebsd.org> To: issei@jp.freebsd.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12500: Update port: japanese/tcsh-nls-* Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/tcsh-nls-* State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Tue Jul 6 16:09:47 PDT 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 Jul 6 16:28:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by hub.freebsd.org (Postfix) with ESMTP id 9A1F614CFF; Tue, 6 Jul 1999 16:28:21 -0700 (PDT) (envelope-from kmarx@bigshed.com) Received: from bigshed.com (pri-180-dev.vicor-nb.com [208.206.78.180]) by mail.vicor-nb.com (Postfix) with ESMTP id 0DA7097E01; Tue, 6 Jul 1999 16:28:19 -0700 (PDT) Message-ID: <378291C8.107425BF@bigshed.com> Date: Tue, 06 Jul 1999 16:31:20 -0700 From: Ken Marx X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: erich@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: linux_lib-2.6.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I already asked the 'questions' alias about this, but I'm really stuck and thought you might know. Can you explain what's up with linux_{lib,devel} wrt pthreads? Is it supported? If I use libc.so < libc.so.6, ld complains that libpthreads.so.0 needs libc.so.6; If I use libc.so.6, I get segv's somewhere near a call to getpid() in the loader (according to ktrace/linux_kdump). Seems like lib_r might help if I could compile it under linux_devel? Even then, seems like some stuff might go missing. E.g., IO_putc et al. Even tried putting in the POSIX P1003.1B stuff into the kernel, but no effect. Any clues? Thanks very much! k. -- Ken Marx, kmarx@bigshed.com I'm not sure I understand the problem. Why don't we simply guard the keys to the kingdom and manage the care and feeding of the executive summary. - http://cgi.bigshed.com/~kmarx/cgi-bin/speak.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 16:40:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D137C15071 for ; Tue, 6 Jul 1999 16:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA56404; Tue, 6 Jul 1999 16:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 6 Jul 1999 16:40:03 -0700 (PDT) Message-Id: <199907062340.QAA56404@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Orion Hodson Subject: Re: ports/12535: RAT ports submission Reply-To: Orion Hodson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12535; it has been noted by GNATS. From: Orion Hodson To: Tim Vanderhoek Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/12535: RAT ports submission Date: Tue, 06 Jul 1999 16:37:37 -0700 <19990706184236.L59236@mad>Tim Vanderhoek writes: > On Tue, Jul 06, 1999 at 11:10:50AM -0700, hodson@aciri.org wrote: > > > > sed 's/^X//' >rat/pkg/COMMENT << 'END-of-rat/pkg/COMMENT' > > XMBONE audio tool. > > No period at the end of pkg/COMMENT. > > > > echo x - rat/README.html > > sed 's/^X//' >rat/README.html << 'END-of-rat/README.html' > > X > > You don't need to include this file. > > > > Xdo-install: > > X ${INSTALL_PROGRAM} ${WRKSRC}/rat/rat-4.0.3 ${PREFIX}/bin/rat > > X ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 > > X mkdir -p ${LOCALBASE}/etc/sdr/plugins > > ${MKDIR} > > > > Xbuild: configure > > Just use a do-build: target. > > > X cd ${WRKDIR}/${DISTNAME}/tcl-8.0/unix && gmake > > ${GMAKE} > > > > Xcd ${WRKDIR}/rat-4.0.3/rat && configure > > END-of-rat/scripts/configure > > Well, I usually perfer to avoid the scripts/ directory where possible, > but it doesn't actually matter. :) > > Anyways, these changes are sufficiently trivial that whoever commits > your port can make the changes; there is no need to resubmit this > port. Thankyou for your work! > revisions for all of the above made. ta. -o # 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: # # rat-freebsd-ports # rat-freebsd-ports/pkg # rat-freebsd-ports/pkg/COMMENT # rat-freebsd-ports/pkg/DESCR # rat-freebsd-ports/pkg/PLIST # rat-freebsd-ports/files # rat-freebsd-ports/files/md5 # rat-freebsd-ports/patches # rat-freebsd-ports/patches/patch-aa # rat-freebsd-ports/patches/patch-ab # rat-freebsd-ports/Makefile # echo c - rat-freebsd-ports mkdir -p rat-freebsd-ports > /dev/null 2>&1 echo c - rat-freebsd-ports/pkg mkdir -p rat-freebsd-ports/pkg > /dev/null 2>&1 echo x - rat-freebsd-ports/pkg/COMMENT sed 's/^X//' >rat-freebsd-ports/pkg/COMMENT << 'END-of-rat-freebsd-ports/pkg/COMMENT' XMulticast and unicast audio conferencing tool END-of-rat-freebsd-ports/pkg/COMMENT echo x - rat-freebsd-ports/pkg/DESCR sed 's/^X//' >rat-freebsd-ports/pkg/DESCR << 'END-of-rat-freebsd-ports/pkg/DESCR' XThis package contains the binary release of the robust audio tool X(RAT), a multicast and unicast conferencing application. END-of-rat-freebsd-ports/pkg/DESCR echo x - rat-freebsd-ports/pkg/PLIST sed 's/^X//' >rat-freebsd-ports/pkg/PLIST << 'END-of-rat-freebsd-ports/pkg/PLIST' Xbin/rat Xetc/sdr/plugins/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3END-of-rat-freebsd-ports/pkg/PLIST echo c - rat-freebsd-ports/files mkdir -p rat-freebsd-ports/files > /dev/null 2>&1 echo x - rat-freebsd-ports/files/md5 sed 's/^X//' >rat-freebsd-ports/files/md5 << 'END-of-rat-freebsd-ports/files/md5' XMD5 (rat-4.0.3.tar.gz) = b1165a0e4400abe58293a9acfb613c14 END-of-rat-freebsd-ports/files/md5 echo c - rat-freebsd-ports/patches mkdir -p rat-freebsd-ports/patches > /dev/null 2>&1 echo x - rat-freebsd-ports/patches/patch-aa sed 's/^X//' >rat-freebsd-ports/patches/patch-aa << 'END-of-rat-freebsd-ports/patches/patch-aa' X--- Makefile.in Sun May 23 06:55:03 1999 X+++ tcl-8.0/unix/Makefile.in Wed Jun 23 11:03:16 1999 X@@ -354,5 +354,5 @@ X X X tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE} X- ${CC} @LD_FLAGS@ ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \ X+ ${CC} @LD_FLAGS@ ${TCLSH_OBJS} ${TCL_LIB_FILE} ${LIBS} \ X @TCL_LD_SEARCH_FLAGS@ -o tclsh END-of-rat-freebsd-ports/patches/patch-aa echo x - rat-freebsd-ports/patches/patch-ab sed 's/^X//' >rat-freebsd-ports/patches/patch-ab << 'END-of-rat-freebsd-ports/patches/patch-ab' X--- sdr2.plugin.in.orig Mon Jul 5 21:59:16 1999 X+++ rat/sdr2.plugin.in Mon Jul 5 21:59:35 1999 X@@ -12,7 +12,7 @@ X X media: audio X proto: RTP/AVP X-tool: rat-__VERSION__ X+tool: rat X protoname: RTP X cryptflag: -K X END-of-rat-freebsd-ports/patches/patch-ab echo x - rat-freebsd-ports/Makefile sed 's/^X//' >rat-freebsd-ports/Makefile << 'END-of-rat-freebsd-ports/Makefile' X# New ports collection makefile for: rat X# Version required: 4.0.3 X# Date created: 3 July 1999 X# Whom: hodson X# X# $Id: $ X# X XDISTNAME= rat-4.0.3 XCATEGORIES= mbone audio XMASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.3/ XDISTFILES= rat-4.0.3.tar.gz X XMAINTAINER= O.Hodson@cs.ucl.ac.uk XLIB_DEPENDS= X X#USE_X_PREFIX= yes XUSE_GE= yes XMAN1= rat.1 XMANCOMPRESSED= no X X# NB: this application is statically linked against a modified tcl/tk X# library. If you really care you can link against standard tcl/tk, X# but be warned the tcl/tk interpreters source tcl library files at X# start up and multi-version installations of tcl/tk can result in the X# wrong tcl/tk source files being read and so application widgets can X# become disabled. X XRAT_BUILD_DIRS= ${WRKDIR}/${DISTNAME}/tcl-8.0/unix \ X ${WRKDIR}/${DISTNAME}/tk-8.0/unix \ X ${WRKDIR}/${DISTNAME}/common \ X ${WRKDIR}/${DISTNAME}/rat X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rat/rat-4.0.3 ${PREFIX}/bin/rat X ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 X mkdir -p ${LOCALBASE}/etc/sdr/plugins X ${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3 ${LOCALBASE}/etc/sdr/plugins X Xdo-build: X for d in ${RAT_BUILD_DIRS}; do \ X cd $$d && ${GMAKE}; \ X done; X Xdo-configure: X for d in ${RAT_BUILD_DIRS}; do \ X cd $$d && configure; \ X done; X X.include "bsd.port.mk" END-of-rat-freebsd-ports/Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 19:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9976E15127 for ; Tue, 6 Jul 1999 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA69189; Tue, 6 Jul 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 549151537A for ; Tue, 6 Jul 1999 19:00:43 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA05222 for ; Wed, 7 Jul 1999 11:30:41 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA60893; Wed, 7 Jul 1999 11:30:38 +0930 (CST) Message-Id: <199907070200.LAA60893@freebie.lemis.com> Date: Wed, 7 Jul 1999 11:30:38 +0930 (CST) From: Greg Lehey Reply-To: grog@lemis.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/12541: gtk installs itself where it can't be found Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12541 >Category: ports >Synopsis: gtk installs itself where it can't be found >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 6 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Greg Lehey >Release: FreeBSD-4.0, non-specific >Organization: FreeBSD >Environment: FreeBSD 4.0-CURRENT, probably not relevant >Description: x11-toolkits/gtk12 installs its files in /usr/X11R6/include/gtk12 and /usr/X11R6/lib/libgtk12. It's possible to find these paths with the config utility, which in the source tree is called gtk-config, and some ports (at least xscreensaver) do this, but the file gets installed as /usr/X11R6/bin/gtk12-config, which breaks configuration scripts. >How-To-Repeat: Once is enough. Repetition is not necessary, but if you have to, install the package and take a look at the files. >Fix: After installation, perform: ln /usr/X11R6/bin/gdk12-config /usr/X11R6/bin/gdk-config >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 Jul 6 19:10: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC2CA153A5 for ; Tue, 6 Jul 1999 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA69198; Tue, 6 Jul 1999 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 736D014FB4 for ; Tue, 6 Jul 1999 19:04:38 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA05256 for ; Wed, 7 Jul 1999 11:34:36 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA63264; Wed, 7 Jul 1999 11:34:35 +0930 (CST) Message-Id: <199907070204.LAA63264@freebie.lemis.com> Date: Wed, 7 Jul 1999 11:34:35 +0930 (CST) From: Greg Lehey Reply-To: grog@lemis.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/12542: Error in xscreensaver configuration script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12542 >Category: ports >Synopsis: Error in xscreensaver configuration script >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 6 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Greg Lehey >Release: FreeBSD 4.0-CURRENT, non-specific >Organization: FreeBSD >Environment: FreeBSD 4.0-CURRENT, not relevant >Description: x11/xscreensaver's configure script checks for the gtk version by starting glib-config. This should be gtk-config. >How-To-Repeat: Configure xscreensaver. It will report the version number of gtk as the version number of glib. >Fix: --- configure~ Wed Jul 7 11:16:05 1999 +++ configure Wed Jul 7 11:23:07 1999 @@ -6237,7 +6237,7 @@ if eval "test \"`echo '$''{'ac_cv_gtk_version_string'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - ac_cv_gtk_version_string=`$glib_config --version` + ac_cv_gtk_version_string=`$gtk_config --version` fi echo "$ac_t""$ac_cv_gtk_version_string" 1>&6 >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 Jul 6 19:11:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 9721315440; Tue, 6 Jul 1999 19:11:46 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id VAA15691; Tue, 6 Jul 1999 21:11:40 -0500 (CDT) Date: Tue, 6 Jul 1999 21:11:40 -0500 (CDT) From: Steve Price To: mi@aldan.algebra.com Cc: hoek@freebsd.org, ports@freebsd.org Subject: Re: tcl81 port takes forever to START building In-Reply-To: <19990629213603.A49201@mad> 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 # bash-2.02# time make generate-plist # ===> Generating temporary packing list # # real 0m41.125s # user 0m38.757s # sys 0m1.996s # bash-2.02# USE_X_PREFIX=t time make generate-plist # ===> Generating temporary packing list # 4.15 real 2.18 user 1.92 sys # bash-2.02# /usr/bin/time make generate-plist # ===> Generating temporary packing list # 41.06 real 38.79 user 1.95 sys Wow, this thing again. I know this is a rehash of a very old mail resurfacing again for some reason, but just to let everyone know what is going on... Tim (hoek@freebsd.org) has made some *very* significant improvements in this area. My hat goes off to him. Satoshi and I were able to get 'make index' down to about 40 minutes from a little over an hour with the Tools/make_index script, Tim has been able to get them in the sub-10 minute range! He also addressed the specific problem shown above. Here's what I get now with his patches. bonsai[/usr/ports/lang/tcl81]$ time make generate-plist ===> Generating temporary packing list 1.14 real 0.73 user 0.26 sys bonsai[/usr/ports/lang/tcl81]$ USE_X_PREFIX=t time make generate-plist ===> Generating temporary packing list 1.02 real 0.72 user 0.28 sys Someone buy Tim a beverage of his choice the next time you see him. These are very dramatic improvements and this was on a box that was running two setiathome binaries. :-) It is my understanding that Satoshi has the patches queued for his next commit to bsd.port*mk and that if things go well for his i386 package build and my Alpha package build they will get committed so that we may all share in the glory of Tim's work. Thanks again Tim for persevering my storm of half-a**ed nit reports. :-) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 19:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF306150C1 for ; Tue, 6 Jul 1999 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA71081; Tue, 6 Jul 1999 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 6 Jul 1999 19:30:02 -0700 (PDT) Message-Id: <199907070230.TAA71081@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/12541: gtk installs itself where it can't be found Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12541; it has been noted by GNATS. From: Steve Price To: Greg Lehey Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12541: gtk installs itself where it can't be found Date: Tue, 6 Jul 1999 21:27:59 -0500 (CDT) On Wed, 7 Jul 1999, Greg Lehey wrote: # >Description: # # x11-toolkits/gtk12 installs its files in # /usr/X11R6/include/gtk12 and /usr/X11R6/lib/libgtk12. It's # possible to find these paths with the config utility, which in # the source tree is called gtk-config, and some ports (at least # xscreensaver) do this, but the file gets installed as # /usr/X11R6/bin/gtk12-config, which breaks configuration # scripts. This is because we have multiple copies of the gtk* ports. The gtk-1.0 port installs gtk-config. The gtk-1.1 installs gtk11-config. The gtk-1.2 port installs gtk12-config. Same goes for the glib* ports. This is not a bug, rather by design to allow multiple versions of the same port to co-exist because for awhile the gtk* and glib* ports were so fast a moving target that we had ports requiring different minor versions of the three ports we had in the tree. I think most of the ports now use gtk-1.2, so this is not much of a problem now. In fact, bonsai[/usr/ports]$ grep x11-toolkits/gtk12 */*/Makefile | wc -l 61 bonsai[/usr/ports]$ grep x11-toolkits/gtk11 */*/Makefile | wc -l 0 bonsai[/usr/ports]$ grep x11-toolkits/gtk10 */*/Makefile | wc -l 7 Looks likes we should remove the gtk11 port now since it is not used. The gtk10 port can probably go too, if we mark the few that use it as broken until we get them to work with gtk12. Were you having problems with any ports in particular needing gtk-config that didn't have a dependency on the gtk10 port? Or was this with software not in the ports collection? -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 20: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DA8D14D5A for ; Tue, 6 Jul 1999 20:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA72396; Tue, 6 Jul 1999 20:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 6 Jul 1999 20:00:03 -0700 (PDT) Message-Id: <199907070300.UAA72396@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Greg Lehey Subject: Re: ports/12541: gtk installs itself where it can't be found Reply-To: Greg Lehey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12541; it has been noted by GNATS. From: Greg Lehey To: Steve Price Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12541: gtk installs itself where it can't be found Date: Wed, 7 Jul 1999 12:21:38 +0930 On Tuesday, 6 July 1999 at 21:27:59 -0500, Steve Price wrote: > On Wed, 7 Jul 1999, Greg Lehey wrote: > > # >Description: > # > # x11-toolkits/gtk12 installs its files in > # /usr/X11R6/include/gtk12 and /usr/X11R6/lib/libgtk12. It's > # possible to find these paths with the config utility, which in > # the source tree is called gtk-config, and some ports (at least > # xscreensaver) do this, but the file gets installed as > # /usr/X11R6/bin/gtk12-config, which breaks configuration > # scripts. > > This is because we have multiple copies of the gtk* ports. The > gtk-1.0 port installs gtk-config. The gtk-1.1 installs gtk11-config. > The gtk-1.2 port installs gtk12-config. Same goes for the glib* > ports. This is not a bug, rather by design to allow multiple versions > of the same port to co-exist because for awhile the gtk* and glib* > ports were so fast a moving target that we had ports requiring > different minor versions of the three ports we had in the tree. I > think most of the ports now use gtk-1.2, so this is not much of a > problem now. In fact, > > bonsai[/usr/ports]$ grep x11-toolkits/gtk12 */*/Makefile | wc -l > 61 > bonsai[/usr/ports]$ grep x11-toolkits/gtk11 */*/Makefile | wc -l > 0 > bonsai[/usr/ports]$ grep x11-toolkits/gtk10 */*/Makefile | wc -l > 7 > > Looks likes we should remove the gtk11 port now since it is not > used. The gtk10 port can probably go too, if we mark the few that > use it as broken until we get them to work with gtk12. > > Were you having problems with any ports in particular needing > gtk-config that didn't have a dependency on the gtk10 port? Or > was this with software not in the ports collection? This was with x11/xscreensaver (see the PR I've entered against that port). It goes out looking for gtk-config and doesn't find it. I can appreciate that there might be a need to link against a specific version of gtk, and the current method is fine for software that knows what it's looking for, but most software would expect to be able to find *something* under the name gtk-config. That's why my suggested fix was a link, not a rename. I still think this is a bug, not a feature. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 20:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEDC314D58 for ; Tue, 6 Jul 1999 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA74575; Tue, 6 Jul 1999 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 6 Jul 1999 20:40:02 -0700 (PDT) Message-Id: <199907070340.UAA74575@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/12541: gtk installs itself where it can't be found Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12541; it has been noted by GNATS. From: Steve Price To: Greg Lehey Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12541: gtk installs itself where it can't be found Date: Tue, 6 Jul 1999 22:30:34 -0500 (CDT) On Wed, 7 Jul 1999, Greg Lehey wrote: # This was with x11/xscreensaver (see the PR I've entered against that # port). It goes out looking for gtk-config and doesn't find it. This is a (mis?)feature of xscreensaver's configure script trying to include support for gtk/glib even though FreeBSD's port doesn't require it. It can be handled one of three ways. Patch the configure script to not perform the check. Add '--without-gtk' to CONFIGURE_ARGS. Patch the configure script to look for gtk12-config and add a dependency on the gtk12 port. I haven't tried it with gtk-1.0.* installed but my guess is that it won't fail to build. It definitely doesn't fail to build whether gtk-1.2.* is installed or not. You just don't get GTk support. Which in my opinion and apparently the maintainer's no big loss. # I can appreciate that there might be a need to link against a specific # version of gtk, and the current method is fine for software that knows # what it's looking for, but most software would expect to be able to # find *something* under the name gtk-config. That is why all of the ones in the ports collection that require gtk-1.2.* have been patched to use gtk12-config instead. # That's why my suggested # fix was a link, not a rename. I still think this is a bug, not a # feature. This won't work either. Suppose we do as you say. We have a port A that requires gtk-1.0.* (and won't work with 1.2.* because of interface changes), and a port B that works with gtk-1.2.* (and this one won't work with 1.0.* because of interface changes). No matter what order you install the gtk* ports, one of them (A,B) won't build if you create the symlink and they both try to use gtk-config. The only workable solution (and the reason why it is indeed a feature and not a bug) is to have the one that needs gtk-1.0.* use gtk-config and to patch the one that needs gtk-1.2.* to use gtk12-config. Well their is an alternative and that is to only allow the ports that work with gtk-1.2.* in the tree and shun all others. But what happens when gtk-2.2.* comes out next year and it looks more like Qt that GTk? We start the same vicious cycle all over again. :-) The Gnome people see this as a problem too, which is why most new software that requires GTk of one version or another has hooks in their configure script to pickup the name of the gtk-config script from the GTK_CONFIG variable in the user's environment. The same holds true for glib* with GLIB_CONFIG. $ cd /usr/ports $ grep GTK_CONFIG */*/Makefile | sed -e 's/:.*//' | uniq | wc -l 68 Looks like we have quite a few ports that use it already. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Jul 6 23:59:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id EC62914BDE for ; Tue, 6 Jul 1999 23:59:25 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: from localhost.nowhere (ppp18336.on.bellglobal.com [206.172.130.16]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id DAA28916; Wed, 7 Jul 1999 03:02:29 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id DAA75750; Wed, 7 Jul 1999 03:00:01 -0400 (EDT) (envelope-from tim) Date: Wed, 7 Jul 1999 03:00:01 -0400 From: Tim Vanderhoek To: Steve Price Cc: ports@FreeBSD.org Subject: Re: tcl81 port takes forever to START building Message-ID: <19990707030001.D74909@mad> References: <19990629213603.A49201@mad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Steve Price on Tue, Jul 06, 1999 at 09:11:40PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 06, 1999 at 09:11:40PM -0500, Steve Price wrote: > > package build and my Alpha package build they will get committed > so that we may all share in the glory of Tim's work. Heh. Well, something like that... ;-) -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 0:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80FA014CA8 for ; Wed, 7 Jul 1999 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA98012; Wed, 7 Jul 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kalamalka.gizzywump.com (adsl-207-214-111-190.dsl.snfc21.pacbell.net [207.214.111.190]) by hub.freebsd.org (Postfix) with ESMTP id AADE315153 for ; Wed, 7 Jul 1999 00:33:50 -0700 (PDT) (envelope-from kiss@kalamalka.gizzywump.com) Received: (from kiss@localhost) by kalamalka.gizzywump.com (8.9.3/8.9.3) id AAA50041; Wed, 7 Jul 1999 00:33:48 -0700 (PDT) (envelope-from kiss) Message-Id: <199907070733.AAA50041@kalamalka.gizzywump.com> Date: Wed, 7 Jul 1999 00:33:48 -0700 (PDT) From: Richard Kiss Reply-To: richard@homemail.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12544: lang/lua port fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12544 >Category: ports >Synopsis: Added more files to install of lang/lua 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: Wed Jul 7 00:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Richard Kiss >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: I added some more installed files to the lua port; some libraries and headers are now installed. >How-To-Repeat: >Fix: diff -r -u lua/Makefile lua-kiss/Makefile --- lua/Makefile Mon Jul 5 18:28:27 1999 +++ lua-kiss/Makefile Tue Jul 6 01:38:06 1999 @@ -3,7 +3,7 @@ # Date created: 27 June 1999 # Whom: Richard Kiss # -# $Id: Makefile,v 1.1.1.1 1999/07/06 01:28:27 cpiazza Exp $ +# $Id$ # DISTNAME= lua-3.1 @@ -29,5 +29,15 @@ @ ${INSTALL_DATA} ${WRKSRC}/doc/index.html ${PREFIX}/share/doc/lua @ ${INSTALL_DATA} ${WRKSRC}/doc/luac.html ${PREFIX}/share/doc/lua @ ${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${PREFIX}/share/doc/lua + @ ${INSTALL_DATA} ${WRKSRC}/include/lua.h ${PREFIX}/include + @ ${INSTALL_DATA} ${WRKSRC}/include/luadebug.h ${PREFIX}/include + @ ${INSTALL_DATA} ${WRKSRC}/include/lualib.h ${PREFIX}/include + @ ${INSTALL_DATA} ${WRKSRC}/include/lauxlib.h ${PREFIX}/include + @ ${INSTALL_DATA} ${WRKSRC}/lib/liblua.a ${PREFIX}/lib + @ ${INSTALL_DATA} ${WRKSRC}/lib/liblualib.a ${PREFIX}/lib + +post-install: + strip ${PREFIX}/bin/lua + strip ${PREFIX}/bin/luac .include Only in lua-kiss/: lua.diff diff -r -u lua/pkg/PLIST lua-kiss/pkg/PLIST --- lua/pkg/PLIST Mon Jul 5 18:28:28 1999 +++ lua-kiss/pkg/PLIST Thu Jul 1 00:54:16 1999 @@ -1,5 +1,11 @@ bin/lua bin/luac +include/lauxlib.h +include/lua.h +include/luadebug.h +include/lualib.h +lib/liblua.a +lib/liblualib.a share/doc/lua/idx.html share/doc/lua/index.html share/doc/lua/luac.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 1:28:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id DF901150A4 for ; Wed, 7 Jul 1999 01:28:50 -0700 (PDT) (envelope-from freebsd-ports@scc.nl) Received: from scones.sup.scc.nl (i236.ztm.euronet.nl [194.134.67.37]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id KAA29357 from for ; Wed, 7 Jul 1999 10:28:49 +0200 (MET DST) Received: (from daemon@localhost) by scones.sup.scc.nl (8.9.3/8.9.3) id KAA27116 for ports@FreeBSD.ORG; Wed, 7 Jul 1999 10:11:55 +0200 (CEST) (envelope-from freebsd-ports@scc.nl) Received: from GATEWAY by scones.sup.scc.nl with netnews for ports@FreeBSD.ORG (ports@FreeBSD.ORG) To: ports@FreeBSD.ORG Date: Wed, 07 Jul 1999 10:11:53 +0200 From: Marcel Moolenaar Message-ID: <37830BC9.9A4722E2@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <378291C8.107425BF@bigshed.com> Subject: Re: FreeBSD Port: linux_lib-2.6.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ken Marx wrote: > I already asked the 'questions' alias about this, but I'm really stuck > and thought you might know. I've yet to subscribe to questions :-) > Can you explain what's up with linux_{lib,devel} wrt pthreads? Don't bother. Grap linux-base and linux-devel (version 5.2) from http://www.scc.nl/~marcel/ and tell me how it works. These ports are being committed almost as is by the end of the week. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 2: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32D66150A4 for ; Wed, 7 Jul 1999 02:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA05980; Wed, 7 Jul 1999 02:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id B188B14C99 for ; Wed, 7 Jul 1999 01:54:22 -0700 (PDT) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.1) id MAA54930; Wed, 7 Jul 1999 12:54:09 +0400 (MSD) Message-Id: <199907070854.MAA54930@netserv1.chg.ru> Date: Wed, 7 Jul 1999 12:54:09 +0400 (MSD) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12546: Please update net/mrtg to 2.7.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12546 >Category: ports >Synopsis: Please update net/mrtg to 2.7.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: Wed Jul 7 02:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -Nur mrtg.old/Makefile mrtg/Makefile --- mrtg.old/Makefile Mon Mar 29 21:09:03 1999 +++ mrtg/Makefile Wed Jul 7 12:46:51 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: MRTG -# Version required: 2.6.6 +# Version required: 2.7.5 # Date created: April 18th 1997 # Whom: James FitzGibbon # # $Id: Makefile,v 1.12 1999/03/29 17:09:03 jfitz Exp $ # -DISTNAME= mrtg-2.7.2 +DISTNAME= mrtg-2.7.5 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ diff -Nur mrtg.old/files/md5 mrtg/files/md5 --- mrtg.old/files/md5 Mon Mar 29 21:09:04 1999 +++ mrtg/files/md5 Wed Jul 7 12:47:11 1999 @@ -1 +1 @@ -MD5 (mrtg-2.7.2.tar.gz) = 55d40bbf9dc3d888d774fe377e017afa +MD5 (mrtg-2.7.5.tar.gz) = 07a56314c039f6e1c593d261e231346e >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 Jul 7 2:48: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from florence.pavilion.net (florence.pavilion.net [194.242.128.25]) by hub.freebsd.org (Postfix) with ESMTP id 9FEA814C8F; Wed, 7 Jul 1999 02:48:02 -0700 (PDT) (envelope-from joe@florence.pavilion.net) Received: (from joe@localhost) by florence.pavilion.net (8.9.2/8.8.8) id KAA41033; Wed, 7 Jul 1999 10:47:59 +0100 (BST) (envelope-from joe) Date: Wed, 7 Jul 1999 10:47:59 +0100 From: Josef Karthauser To: Matthew Hunt Cc: jkoshy@FreeBSD.ORG, hutch@psfc.mit.edu, ports@FreeBSD.ORG Subject: Re: TtH Description Correction Request Message-ID: <19990707104759.C30024@pavilion.net> References: <199907060625.XAA76787@freefall.freebsd.org> <19990706090235.D85561@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990706090235.D85561@wopr.caltech.edu>; from Matthew Hunt on Tue, Jul 06, 1999 at 09:02:35AM -0700 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, 24 The Old Steine, Brighton, BN1 1EL, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jul 06, 1999 at 09:02:35AM -0700, Matthew Hunt wrote: > On Mon, Jul 05, 1999 at 11:25:39PM -0700, jkoshy@FreeBSD.ORG wrote: > > > B) Dependencies are not static. A pseudo-real-life example: > > Let us say a user installs `python' from ports/lang/python and > > selects a certain set of modules and library wrappers at > > installation time. > > > > If she later wishes to install Zope (python based web software), > > then she could discover that her Python installation needed some > > specific modules enabled that are not enabled by default. > > Uninstalling, recompiling and reinstalling python now becomes > > necessary. > > To make matters worse, suppose the user has already installed other > software which depends upon Python. Now, she must either uninstall those > ports, uninstall Python, reinstall Python, and reinstall all of the ports > that depend on Python, or she has to "pkg_delete -f" python and screw > up her system's notion of dependencies, or she has to manually save > and restore the appropriate +REQUIRED_BY files, which requires more > understanding of the Ports/Packages Collection than we should expect. > We've got the same problem with Perl5 and CPAN modules. I'm formulating long term fix for this with Mark Murrey, but no code yet. Joe -- Josef Karthauser FreeBSD: How many times have you booted today? Technical Manager Viagra for your server (http://www.uk.freebsd.org) Pavilion Internet plc. [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 3:49:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.ups.kiev.ua (hq.ups.kiev.ua [193.125.78.249]) by hub.freebsd.org (Postfix) with ESMTP id 855C414F62 for ; Wed, 7 Jul 1999 03:48:11 -0700 (PDT) (envelope-from xot@ns.ups.kiev.ua) Received: from localhost (xot@localhost) by ns.ups.kiev.ua (8.9.1/8.9.1) with ESMTP id NAA20205 for ; Wed, 7 Jul 1999 13:59:10 +0300 (EEST) Date: Wed, 7 Jul 1999 13:59:09 +0300 (EEST) From: Nickolay Khotyaintsev X-Sender: xot@ns.ups.kiev.ua To: freebsd-ports@freebsd.org Subject: Porting Java side VTK to FreeBSD 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 All! I have almost finished porting Java side of VTK to FreeBSD. The test programm works only for the first time. Next time it fails. The hack of the original code was by changing vtkJavaUtil.cxx: ------------------------------------------------------------- // for solaris //#include //#include //mutex_t vtkGlobalMutex; //#define VTK_GET_MUTEX() mutex_lock(&vtkGlobalMutex) //#define VTK_RELEASE_MUTEX() mutex_unlock(&vtkGlobalMutex) // for FreeBSD #include pthread_mutex_t vtkGlobalMutex; #define VTK_GET_MUTEX() pthread_mutex_lock(&vtkGlobalMutex) #define VTK_RELEASE_MUTEX() pthread_mutex_unlock(&vtkGlobalMutex) ----------------------------------------------------- Also I linked everything with libc_r. Please help if anyone had success running Java+VTK on FreeBSD. Here is the result of the second execution of simple test programm.: SIGBUS 10* bus error Full thread dump: "Screen Updater" (TID:0x28646e38, sys_thread_t:0x29fd8f00, state:CW) prio=4 java.lang.Object.wait(Object.java) sun.awt.ScreenUpdater.nextEntry(ScreenUpdater.java:70) sun.awt.ScreenUpdater.run(ScreenUpdater.java:90) "AWT-Motif" (TID:0x28645050, sys_thread_t:0x294a7f00, state:CW) prio=5 java.lang.Thread.run(Thread.java) "AWT-Input" (TID:0x28645070, sys_thread_t:0x29486f00, state:CW) prio=5 "AWT-EventQueue-0" (TID:0x28645088, sys_thread_t:0x29465f00, state:CW) prio=5 java.lang.Object.wait(Object.java) java.awt.EventQueue.getNextEvent(EventQueue.java:126) java.awt.EventDispatchThread.run(EventDispatchThread.java:67) "Finalizer thread" (TID:0x28640210, sys_thread_t:0x29444f00, state:CW) prio=1 "Async Garbage Collector" (TID:0x28640258, sys_thread_t:0x29423f00, state:CW) prio=1 "Idle thread" (TID:0x286402a0, sys_thread_t:0x29402f00, state:R) prio=0 *current thread* "Clock" (TID:0x28640088, sys_thread_t:0x293e1f00, state:CW) prio=12 "main" (TID:0x286400b0, sys_thread_t:0x8113a00, state:CW) prio=5 Monitor Cache Dump: sun.awt.motif.MToolkit@28645110/28695DA0: Waiting to be notified: "AWT-Motif" (0x294a7f00) (0x29423f00): Waiting to be notified: "Async Garbage Collector" (0x29423f00) java.awt.EventQueue@286450D8/28695EA8: Waiting to be notified: "AWT-EventQueue-0" (0x29465f00) sun.awt.ScreenUpdater@28646E38/286A1940: Waiting to be notified: "Screen Updater" (0x29fd8f00) Registered Monitor Dump: Thread queue lock: Waiting to be notified: "main" (0x8113a00) Name and type hash table lock: String intern lock: JNI pinning lock: JNI global reference lock: BinClass lock: Class loading lock: Java stack lock: Code rewrite lock: Heap lock: Has finalization queue lock: Finalize me queue lock: Waiting to be notified: "Finalizer thread" (0x29444f00) Monitor IO lock: Child death monitor: Event monitor: I/O monitor: Waiting to be notified: "AWT-Input" (0x29486f00) Alarm monitor: Waiting to be notified: "Clock" (0x293e1f00) Memory allocation lock: Monitor registry: owner "Idle thread" (0x29402f00, 1 entry) Thread Alarm Q: sys_thread_t 0x29486f00 [Timeout in 246 ms] sys_thread_t 0x29423f00 [Timeout in 700 ms] Abort trap Best! Mykola To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 4:20: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3E4014E91 for ; Wed, 7 Jul 1999 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA22051; Wed, 7 Jul 1999 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1]) by hub.freebsd.org (Postfix) with SMTP id 100B714F31 for ; Wed, 7 Jul 1999 04:15:41 -0700 (PDT) (envelope-from root@nlc.net.au) Received: (qmail 23367 invoked from network); 7 Jul 1999 21:15:37 +1000 Received: from grunt.nlc.net.au (203.24.133.5) by nhj.nlc.net.au with SMTP; 7 Jul 1999 21:15:37 +1000 Received: (qmail 84176 invoked by uid 0); 7 Jul 1999 21:15:31 +1000 Message-Id: <19990707111531.84175.qmail@grunt.nlc.net.au> Date: 7 Jul 1999 21:15:31 +1000 From: john@nlc.net.au Reply-To: john@nlc.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12547: Update: net/radiusd-ciston to beta18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12547 >Category: ports >Synopsis: Update: net/radiusd-ciston to beta18 >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 Jul 7 04:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Saunders >Release: FreeBSD 3.2-STABLE i386 >Organization: NORTHLINK COMMUNICATIONS PTY LTD >Environment: N/A >Description: Update: net/radiusd-ciston to beta18, see patch file. >How-To-Repeat: N/A >Fix: diff -ur radiusd-cistron.orig/Makefile radiusd-cistron/Makefile --- radiusd-cistron.orig/Makefile Mon May 3 15:17:58 1999 +++ radiusd-cistron/Makefile Wed Jul 7 21:01:55 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: radiusd-cistron -# Version required: cistron radiusd 1.5.4.3 (beta16) -# Date created: 15 Jan 1999 +# Version required: cistron radiusd 1.5.4.3 (beta18) +# Date created: 7 Jul 1999 # Whom: john@nlc.net.au # # $Id: Makefile,v 1.4 1999/05/01 03:14:59 steve Exp $ # -DISTNAME= radiusd-cistron-1.5.4.3-beta16 +DISTNAME= radiusd-cistron-1.5.4.3-beta18 PKGNAME= radiusd-cistron-1.5.4.3 CATEGORIES= net MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/radius/ @@ -34,6 +34,7 @@ ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.cisco ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.compat ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.livingston ${PREFIX}/etc/raddb + ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.shiva ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.tunnel ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/dictionary.usr ${PREFIX}/etc/raddb ${INSTALL_DATA} ${WRKSRC}/raddb/hints ${PREFIX}/etc/raddb diff -ur radiusd-cistron.orig/files/md5 radiusd-cistron/files/md5 --- radiusd-cistron.orig/files/md5 Mon May 3 15:17:58 1999 +++ radiusd-cistron/files/md5 Wed Jul 7 20:57:01 1999 @@ -1 +1 @@ -MD5 (radiusd-cistron-1.5.4.3-beta16.tar.gz) = 10c8e3b14c15379b8cd76b7d15140b85 +MD5 (radiusd-cistron-1.5.4.3-beta18.tar.gz) = 72be5f08a0a84524d57bc741c3e494a4 diff -ur radiusd-cistron.orig/pkg/PLIST radiusd-cistron/pkg/PLIST --- radiusd-cistron.orig/pkg/PLIST Mon May 3 15:17:58 1999 +++ radiusd-cistron/pkg/PLIST Wed Jul 7 21:02:10 1999 @@ -12,6 +12,7 @@ etc/raddb/dictionary.cisco etc/raddb/dictionary.compat etc/raddb/dictionary.livingston +etc/raddb/dictionary.shiva etc/raddb/dictionary.tunnel etc/raddb/dictionary.usr etc/raddb/hints >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 Jul 7 7:20:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F312915486 for ; Wed, 7 Jul 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10260; Wed, 7 Jul 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from numeri.campus.luth.se (numeri.campus.luth.se [130.240.197.103]) by hub.freebsd.org (Postfix) with ESMTP id B3B3F15004 for ; Wed, 7 Jul 1999 07:13:20 -0700 (PDT) (envelope-from k@numeri.campus.luth.se) Received: (from k@localhost) by numeri.campus.luth.se (8.9.3/8.9.3) id QAA47170; Wed, 7 Jul 1999 16:13:19 +0200 (CEST) (envelope-from k) Message-Id: <199907071413.QAA47170@numeri.campus.luth.se> Date: Wed, 7 Jul 1999 16:13:19 +0200 (CEST) From: Johan Karlsson Reply-To: k@numeri.campus.luth.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12548: New 'fecth-recursive(-list)' targets in ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12548 >Category: ports >Synopsis: New 'fecth-recursive(-list)' targets in ports >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 Jul 7 07:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Johan Karlsson >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Sometimes I would like to be able to fetch the distfiles for a port AND all its dependencies before actually building. I have written a new target for the bsd.port.mk file which fetch all distfiles for the port and for all direct and indirect dependencies. This is usefull if you only have a modem connection to Internet or for a mobile computer. eg. connect to Internet cd $(PORT) make fetch-recursive disconnect make all install In the target fetch-recursive I use ${MAKE} -k fetch to do the fetching. -k is used since I want the fetch to continue even if there are some problems with one of the distfiles. eg. fetch for $(PORTS)/java/java-doc You have to fetch the documentation from http://java.sun.com/products/jdk/1.1/docs.html Put jdk118-doc.tar.gz in in /usr/ports/distfiles/ and run make again. All this hassle is because of the license and export restrictions as described in http://java.sun.com/feedback/faq/downloading.html *** Error code 1 The user then only has to fetch the problematic ones manually. The targets 'fetch-recursive(-list)' should also be added to the bsd.port.subdir.mk file. >How-To-Repeat: >Fix: Add the following to $(PORTS)/Mk/bsd.port.mk # fetch-recursive - Retrieves ${DISTFILES} (and ${PATCHFILES} if defined), # for port and dependencies, into ${DISTDIR} as necessary. # fetch-recursive-list - Show list of files that would be # retrieved by fetch-recursive fetch-recursive: @${ECHO_MSG} "===> Fetching all distfiles for ${PKGNAME} and dependencies" @setvar dirs "`${MAKE} all-depends-recursive-list`";\ setvar dirs "${.CURDIR} $$dirs";\ for dir in $$dirs; do\ cd $$dir && ${MAKE} -k fetch;\ done fetch-recursive-list: @setvar dirs "`${MAKE} all-depends-recursive-list`";\ setvar dirs "${.CURDIR} $$dirs";\ for dir in $$dirs; do\ cd $$dir && ${MAKE} fetch-list;\ done # Internal targets used by fetch-recursive(-list) all-depends-list: @setvar builddirs "`${MAKE} build-depends-list`";\ setvar rundirs "`${MAKE} run-depends-list`";\ setvar dirs "`${ECHO} $$builddirs $$rundirs`";\ ${ECHO} $$dirs all-depends-recursive-list: @setvar dirs "";\ setvar _dirs "`${MAKE} all-depends-list`";\ while [ "$$_dirs" ]; do\ setvar __dirs "$$_dirs";\ setvar _dirs "";\ for dir in $$__dirs; do\ if ! (echo $$dirs | grep $$dir)>/dev/null; then\ setvar dirs "$$dirs $$dir";\ setvar _dirs "$$_dirs `cd $$dir && ${MAKE} all-depends-list`";\ fi;\ done;\ done;\ ${ECHO} $$dirs >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 Jul 7 10: 0:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D53515474 for ; Wed, 7 Jul 1999 10:00:22 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA26729 for ports@freebsd.org; Wed, 7 Jul 1999 10:00:22 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Wed, 7 Jul 1999 10:00:22 -0700 (PDT) From: Message-Id: <199907071700.KAA26729@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://www.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://www.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 10:13:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from leo.webcorp.com.pl (leo.webcorp.com.pl [195.116.39.10]) by hub.freebsd.org (Postfix) with ESMTP id EF95E14CDE for ; Wed, 7 Jul 1999 10:13:01 -0700 (PDT) (envelope-from bsiebab@rubikon.net.pl) Received: from inf3 (pa249.przemysl.ppp.tpnet.pl [212.160.5.249]) by leo.webcorp.com.pl (8.9.3/8.9.1) with SMTP id TAA25342; Wed, 7 Jul 1999 19:12:06 +0200 Message-ID: <000101bec89b$e6aaec80$7c7b8da8@inf3> From: "Bartek Siebab" To: Cc: Subject: FreeBSD Port: upsd-2.0 Date: Wed, 7 Jul 1999 19:12:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! Until now I used Your great upsd (on APC Smart 700) Now I get a APC MATRIX 5000 and switch to it. Unfortunately, upsd says: cannot switch to smart mode! I find out that upsd doesn't know anything about APC MATRIX :( Is there any way to force it to run? Or maybe You have upsd patched to support this ups? I look for _any_ ups daemon for FreeBSD that supports Matrix but it seems that there isn't any :(( Could You help me with that mess? Sincerely, -- Bartek Siêbab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 14: 0:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4112014F0B for ; Wed, 7 Jul 1999 14:00:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA48256; Wed, 7 Jul 1999 14:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from matrix.42.org (matrix.42.org [194.246.250.200]) by hub.freebsd.org (Postfix) with ESMTP id ED0601506C for ; Wed, 7 Jul 1999 13:56:16 -0700 (PDT) (envelope-from sec@42.org) Received: from btl.42.org (btl.42.org [194.246.250.193]) by matrix.42.org (8.8.8/8.8.5) with ESMTP id WAA24057 for (sender ); Wed, 7 Jul 1999 22:56:15 +0200 (CEST) Received: (from sec@localhost) by btl.42.org (8.9.3/8.9.1) id WAA02989; Wed, 7 Jul 1999 22:56:19 +0200 (CEST) (envelope-from sec) Message-Id: <199907072056.WAA02989@btl.42.org> Date: Wed, 7 Jul 1999 22:56:19 +0200 (CEST) From: Stefan Zehl Reply-To: sec@42.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12552: port x11=toolkits/plib doesn't work on 3.2-stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12552 >Category: ports >Synopsis: port x11=toolkits/plib doesn't work on 3.2-stable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 7 14:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Stefan Zehl >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: FreeBSD btl.42.org 3.2-STABLE FreeBSD 3.2-STABLE #7: Mon Jun 14 23:42:42 CEST 1999 sec@btl.42.org:/usr/src/sys/compile/BTL i386 >Description: eg++ is not present on 3.2-stable... >How-To-Repeat: ===> FlightGear-0.6.1 depends on file: /usr/X11R6/lib/libsl.a - not found ===> Verifying install for /usr/X11R6/lib/libsl.a in /usr/ports/x11-toolkits/plib [...] ===> Extracting for plib-1.0.12a >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for plib-1.0.12a.tar.gz. >> Checksum OK for calibrate-0.0.1.tar.gz. ===> plib-1.0.12a depends on executable: gmake - found ===> plib-1.0.12a depends on shared library: GL.14 - found ===> plib-1.0.12a depends on shared library: GLU.14 - found ===> plib-1.0.12a depends on shared library: glut.3 - found ===> plib-1.0.12a depends on shared library: X11.6 - found ===> Patching for plib-1.0.12a ===> Applying FreeBSD patches for plib-1.0.12a ===> Configuring for plib-1.0.12a creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found 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 how to run the C preprocessor... cc -E checking for c++... eg++ checking whether the C++ compiler (eg++ -O -pipe ) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:555: checking for a BSD compatible install configure:608: checking whether build environment is sane configure:665: checking whether make sets ${MAKE} configure:711: checking for working aclocal configure:724: checking for working autoconf configure:737: checking for working automake configure:750: checking for working autoheader configure:763: checking for working makeinfo configure:781: checking for gcc configure:858: checking whether the C compiler (cc -O -pipe ) works configure:872: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:892: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:897: checking whether we are using GNU C configure:906: cc -E conftest.c configure:921: checking whether cc accepts -g configure:949: checking how to run the C preprocessor configure:970: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:1014: checking for c++ configure:1045: checking whether the C++ compiler (eg++ -O -pipe ) works configure:1059: eg++ -o conftest -O -pipe -I/usr/X11R6/include conftest.C 1>&5 eg++: not found configure: failed program was: #line 1055 "configure" #include "confdefs.h" main(){return(0);} (end of "config.log") *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** 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 Wed Jul 7 15: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B54461544E for ; Wed, 7 Jul 1999 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA53654; Wed, 7 Jul 1999 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from beach.silcom.com (beach.silcom.com [199.201.128.19]) by hub.freebsd.org (Postfix) with ESMTP id 9A9FD14D4C for ; Wed, 7 Jul 1999 14:53:58 -0700 (PDT) (envelope-from brian@CSUA.Berkeley.EDU) Received: from smarter.than.nu (pm0-29.vpop1.avtel.net [207.71.237.29]) by beach.silcom.com (Postfix) with ESMTP id 882024E6 for ; Wed, 7 Jul 1999 14:53:51 -0700 (PDT) Message-Id: Date: Wed, 7 Jul 1999 14:53:51 -0700 (PDT) From: "Brian W. Buchanan" To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12553: fixes to plib and flightgear for 3.2-STABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12553 >Category: ports >Synopsis: plib and flightgear ports need minor fixes >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 Jul 7 15:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Buchanan >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The port makefiles for x11-toolkits/plib and games/flightgear require some minor modifications to get them to build correctly under most 3.2-STABLE systems. Also, the ports need to depend on libstdc++2.8 when built under 3.2, but I couldn't figure out the best way to do this, as it seems that lang/glibstdc++ doesn't install a shared library, or at least there isn't one in its PLIST. libstdc++2.8 also depends on gcc 2.8, but the original comitter for the plib and flightgear ports decided plib should depend on egcs. I'm not sure that we want to make people install two new compilers just to build a flight sim, and I'm also not even sure that libstdc++ built with gcc 2.8.1 will link with object files built by egcs. I don't have a working 3.2-STABLE box handy, so I'll have to let you ports folks figure this one out. :) >How-To-Repeat: >Fix: Apply the following patches, and apply the correct solution to the libstdc++/gcc2.8/egcs dependancy issues (probably as simple as changing the ports to have a build depend on g++28 instead of egcs, and chosing an appropriate file to check for the libstdc++2.8 dependancy). Thanks. --- x11-toolkits/plib/Makefile.orig Wed Jul 7 13:22:41 1999 +++ x11-toolkits/plib/Makefile Wed Jul 7 13:39:12 1999 @@ -23,7 +23,7 @@ .include .if ${OSVERSION} < 400003 -RUN_DEPENDS= eg++:${PORTSDIR}/lang/egcs +BUILD_DEPENDS= eg++:${PORTSDIR}/lang/egcs CXX= eg++ .endif --- games/flightgear/Makefile.orig Wed Jul 7 13:39:23 1999 +++ games/flightgear/Makefile Wed Jul 7 13:41:59 1999 @@ -22,6 +22,13 @@ FLIGHTGEAR_VERSION= 0.6.1 +.include + +.if ${OSVERSION} < 400003 +BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs +CXX= eg++ +.endif + .if defined(BUILD_SCENERY_TOOLS) MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/ DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z @@ -66,4 +73,4 @@ post-install: ${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin -.include +.include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 15:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62B3C1504D for ; Wed, 7 Jul 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56305; Wed, 7 Jul 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from silver.teardrop.net (silver.teardrop.net [216.155.28.66]) by hub.freebsd.org (Postfix) with ESMTP id 691E914DAD for ; Wed, 7 Jul 1999 15:28:26 -0700 (PDT) (envelope-from adams@silver.teardrop.net) Received: (from adams@localhost) by silver.teardrop.net (8.9.3/8.9.2) id SAA70412; Wed, 7 Jul 1999 18:28:25 -0400 (EDT) (envelope-from adams) Message-Id: <199907072228.SAA70412@silver.teardrop.net> Date: Wed, 7 Jul 1999 18:28:25 -0400 (EDT) From: troll@digitalspark.net Reply-To: troll@digitalspark.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12555: Port update to TrickyIRC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12555 >Category: ports >Synopsis: port update for TrickyIRC >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 Jul 7 15:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adam 'Troll' Strohl >Release: FreeBSD 4.0-CURRENT i386 >Organization: DigitalSpark.NET >Environment: N/A >Description: Updated port for TrickyIRC >How-To-Repeat: N/A >Fix: Port shar follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # files # files/md5 # pkg # pkg/DESCR # pkg/MESSAGE # pkg/PLIST # pkg/COMMENT # tricky.shar # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: TrickyIRC X# Version required: 1.0 X# Date created: 7 July 1999 X# Whom: troll X# X# $Id$ X# X XDISTNAME= TrickyIRC-1.00 XCATEGORIES= net XMASTER_SITES= http://www.leb.net/~troll/ X XMAINTAINER= troll@digitalspark.net X XMAKEFILE= GNUmakefile XWRKSRC= ${WRKDIR}/trickyirc XUSE_GMAKE= YES X Xpost-install: X @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC X ${INSTALL_DATA} ${WRKSRC}/README \ X ${PREFIX}/share/doc/TrickyIRC X strip ${PREFIX}/bin/trickyirc 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 (TrickyIRC-1.00.tar.gz) = 5a00a4210d09296a7522de1957d69c12 END-of-files/md5 echo c - pkg mkdir -p pkg > /dev/null 2>&1 echo x - pkg/DESCR sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XTrickyIRC combines the functionality of screen and BNC, that is, it allows Xyou to detach and reattach from an IRC session without actually Xdisconnecting from the server. X XWWW: http://www.leb.net/~troll/ END-of-pkg/DESCR echo x - pkg/MESSAGE sed 's/^X//' >pkg/MESSAGE << 'END-of-pkg/MESSAGE' X********************************************************************* X Please read /usr/local/share/doc/TrickyIRC/README before using! X********************************************************************* END-of-pkg/MESSAGE echo x - pkg/PLIST sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' Xbin/trickyirc Xshare/doc/TrickyIRC/README X@dirrm share/doc/TrickyIRC END-of-pkg/PLIST echo x - pkg/COMMENT sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XAllows client independent detaching and reattaching of IRC sessions. END-of-pkg/COMMENT echo x - tricky.shar sed 's/^X//' >tricky.shar << 'END-of-tricky.shar' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# Makefile X# files X# files/md5 X# pkg X# pkg/DESCR X# pkg/MESSAGE X# pkg/PLIST X# pkg/COMMENT X# tricky.shar X# Xecho x - Makefile Xsed 's/^X//' >Makefile << 'END-of-Makefile' XX# New ports collection makefile for: TrickyIRC XX# Version required: 1.0 XX# Date created: 7 July 1999 XX# Whom: troll XX# XX# $Id$ XX# XX XXDISTNAME= TrickyIRC-1.00 XXCATEGORIES= net XXMASTER_SITES= http://www.leb.net/~troll/ XX XXMAINTAINER= troll@digitalspark.net XX XXMAKEFILE= GNUmakefile XXWRKSRC= ${WRKDIR}/trickyirc XXUSE_GMAKE= YES XX XXpost-install: XX @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC XX ${INSTALL_DATA} ${WRKSRC}/README \ XX ${PREFIX}/share/doc/TrickyIRC XX strip ${PREFIX}/bin/trickyirc XX @${CAT} ${PKGDIR}/MESSAGE XX XX.include XEND-of-Makefile Xecho c - files Xmkdir -p files > /dev/null 2>&1 Xecho x - files/md5 Xsed 's/^X//' >files/md5 << 'END-of-files/md5' XXMD5 (TrickyIRC-1.00.tar.gz) = 5a00a4210d09296a7522de1957d69c12 XEND-of-files/md5 Xecho c - pkg Xmkdir -p pkg > /dev/null 2>&1 Xecho x - pkg/DESCR Xsed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' XXTrickyIRC combines the functionality of screen and BNC, that is, it allows XXyou to detach and reattach from an IRC session without actually XXdisconnecting from the server. XX XXWWW: http://www.leb.net/~troll/ XEND-of-pkg/DESCR Xecho x - pkg/MESSAGE Xsed 's/^X//' >pkg/MESSAGE << 'END-of-pkg/MESSAGE' XX********************************************************************* XX Please read /usr/local/share/doc/TrickyIRC/README before using! XX********************************************************************* XEND-of-pkg/MESSAGE Xecho x - pkg/PLIST Xsed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' XXbin/trickyirc XXshare/doc/TrickyIRC/README XX@dirrm share/doc/TrickyIRC XEND-of-pkg/PLIST Xecho x - pkg/COMMENT Xsed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' XXAllows client independent detaching and reattaching of IRC sessions. XEND-of-pkg/COMMENT Xecho x - tricky.shar Xsed 's/^X//' >tricky.shar << 'END-of-tricky.shar' END-of-tricky.shar 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 Jul 7 15:40: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0E0114BFC; Wed, 7 Jul 1999 15:40:07 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59134; Wed, 7 Jul 1999 15:40:06 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Wed, 7 Jul 1999 15:40:06 -0700 (PDT) From: Message-Id: <199907072240.PAA59134@freefall.freebsd.org> To: troll@digitalspark.net, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12555: port update for TrickyIRC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update for TrickyIRC State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Wed Jul 7 15:39:20 PDT 1999 State-Changed-Why: Please submit in 'diff -ruN foo.old foo' as stated in the handbook. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 16: 0: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45989154B9 for ; Wed, 7 Jul 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA60859; Wed, 7 Jul 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from silver.teardrop.net (silver.teardrop.net [216.155.28.66]) by hub.freebsd.org (Postfix) with ESMTP id C1FFA14BFC for ; Wed, 7 Jul 1999 15:58:38 -0700 (PDT) (envelope-from adams@silver.teardrop.net) Received: (from adams@localhost) by silver.teardrop.net (8.9.3/8.9.2) id SAA70676; Wed, 7 Jul 1999 18:58:38 -0400 (EDT) (envelope-from adams) Message-Id: <199907072258.SAA70676@silver.teardrop.net> Date: Wed, 7 Jul 1999 18:58:38 -0400 (EDT) From: troll@digitalspark.net Reply-To: troll@digitalspark.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12556: Port update to TrickyIRC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12556 >Category: ports >Synopsis: port update for TrickyIRC >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 Jul 7 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adam 'Troll' Strohl >Release: FreeBSD 4.0-CURRENT i386 >Organization: DigitalSpark.NET >Environment: N/A >Description: Updated port for TrickyIRC >How-To-Repeat: N/A >Fix: diff follows: diff -ruN trickyirc/Makefile /usr/ports/net/trickyirc/Makefile --- trickyirc/Makefile Mon Jun 28 10:54:16 1999 +++ /usr/ports/net/trickyirc/Makefile Wed Jul 7 18:18:12 1999 @@ -1,14 +1,13 @@ -# New ports collection makefile for: TrickyIRC -# Version required: 0.99 -# Date created: Jun 20th 1999 -# Whom: Trolld +# New ports collection makefile for: TrickyIRC +# Version required: 1.0 +# Date created: 7 July 1999 +# Whom: troll # -# $Id: Makefile,v 1.2 1999/06/28 02:21:15 billf Exp $ +# $Id$ # -DISTNAME= TrickyIRC-0.99 -PKGNAME= trickyirc-0.99 -CATEGORIES= irc +DISTNAME= TrickyIRC-1.00 +CATEGORIES= net MASTER_SITES= http://www.leb.net/~troll/ MAINTAINER= troll@digitalspark.net @@ -19,11 +18,9 @@ post-install: @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC - @ ${MKDIR} ${PREFIX}/share/examples/TrickyIRC - ${INSTALL_DATA} ${WRKSRC}/config.sample \ - ${PREFIX}/share/examples/TrickyIRC ${INSTALL_DATA} ${WRKSRC}/README \ - ${PREFIX}/share/doc/TrickyIRC - @${CAT} ${PKGDIR}/MESSAGE | ${SED} -e s:/usr/local:${PREFIX}: + ${PREFIX}/share/doc/TrickyIRC + strip ${PREFIX}/bin/trickyirc + @${CAT} ${PKGDIR}/MESSAGE .include diff -ruN trickyirc/files/md5 /usr/ports/net/trickyirc/files/md5 --- trickyirc/files/md5 Mon Jun 21 01:19:35 1999 +++ /usr/ports/net/trickyirc/files/md5 Wed Jul 7 18:12:57 1999 @@ -1 +1 @@ -MD5 (TrickyIRC-0.99.tar.gz) = dd4bb80f311443dae8c8eb8f5e65e2ce +MD5 (TrickyIRC-1.00.tar.gz) = 5a00a4210d09296a7522de1957d69c12 diff -ruN trickyirc/patches/patch-aa /usr/ports/net/trickyirc/patches/patch-aa --- trickyirc/patches/patch-aa Mon Jun 21 01:19:37 1999 +++ /usr/ports/net/trickyirc/patches/patch-aa Thu Jan 1 00:00:00 1970 @@ -1,15 +0,0 @@ ---- core/make/platforms.mk.orig Thu May 27 01:59:29 1999 -+++ core/make/platforms.mk Sun Jun 20 17:15:46 1999 -@@ -2,10 +2,10 @@ - # - - ifeq (${OS},UNIX) -- CC= gcc -+ CC?= gcc - MAKE= gmake - SHOWOFFCC_OPTS= -Wall -Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -- OPTCC_OPTS= -O -+ OPTCC_OPTS= ${CFLAGS} - BASECC_OPTS= -c -x ${LANG} -ggdb -DUNIX - BASELINK_OPTS= ${LIBRARYPATH} -ggdb - MAKE_OPTS= diff -ruN trickyirc/patches/patch-ab /usr/ports/net/trickyirc/patches/patch-ab --- trickyirc/patches/patch-ab Mon Jun 21 01:19:38 1999 +++ /usr/ports/net/trickyirc/patches/patch-ab Thu Jan 1 00:00:00 1970 @@ -1,11 +0,0 @@ ---- tricky/GNUmakefile.orig Sun Jun 20 18:11:23 1999 -+++ tricky/GNUmakefile Sun Jun 20 18:11:34 1999 -@@ -4,7 +4,7 @@ - VERREV= 9 - - BINNAME= tricky --INSTALLDIR= /usr/local/bin/ -+INSTALLDIR= ${PREFIX}/bin/ - - BACKPATH= ../ - diff -ruN trickyirc/pkg/DESCR /usr/ports/net/trickyirc/pkg/DESCR --- trickyirc/pkg/DESCR Mon Jun 21 01:19:36 1999 +++ /usr/ports/net/trickyirc/pkg/DESCR Wed Jul 7 18:06:55 1999 @@ -1,7 +1,5 @@ -This program is a combination of screen and BNC. It allows you to detach -and reattach from an IRC session without actually disconnecting from IRC. +TrickyIRC combines the functionality of screen and BNC, that is, it allows +you to detach and reattach from an IRC session without actually +disconnecting from the server. ---------------------------------- -- Trolld -- troll@digitalspark.net -- +WWW: http://www.leb.net/~troll/ diff -ruN trickyirc/pkg/MESSAGE /usr/ports/net/trickyirc/pkg/MESSAGE --- trickyirc/pkg/MESSAGE Mon Jun 21 01:19:37 1999 +++ /usr/ports/net/trickyirc/pkg/MESSAGE Wed Jul 7 18:07:27 1999 @@ -1,10 +1,3 @@ ********************************************************************* -You need to do the following to be able to actually use TrickyIRC: - -mkdir ~/.trickyirc/; mkdir ~/.trickyirc/logs/ - -Edit the /usr/local/share/examples/TrickyIRC/config.sample file -and save it as ~/.trickyirc/config. - -Please read /usr/local/share/doc/TrickyIRC/README before using! + Please read /usr/local/share/doc/TrickyIRC/README before using! ********************************************************************* diff -ruN trickyirc/pkg/PLIST /usr/ports/net/trickyirc/pkg/PLIST --- trickyirc/pkg/PLIST Mon Jun 21 01:19:36 1999 +++ /usr/ports/net/trickyirc/pkg/PLIST Wed Jul 7 18:08:28 1999 @@ -1,5 +1,3 @@ -bin/tricky +bin/trickyirc share/doc/TrickyIRC/README -share/examples/TrickyIRC/config.sample @dirrm share/doc/TrickyIRC -@dirrm share/examples/TrickyIRC diff -ruN trickyirc/tricky.shar /usr/ports/net/trickyirc/tricky.shar --- trickyirc/tricky.shar Thu Jan 1 00:00:00 1970 +++ /usr/ports/net/trickyirc/tricky.shar Wed Jul 7 18:24:55 1999 @@ -0,0 +1,163 @@ +# 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/DESCR +# pkg/MESSAGE +# pkg/PLIST +# pkg/COMMENT +# tricky.shar +# +echo x - Makefile +sed 's/^X//' >Makefile << 'END-of-Makefile' +X# New ports collection makefile for: TrickyIRC +X# Version required: 1.0 +X# Date created: 7 July 1999 +X# Whom: troll +X# +X# $Id$ +X# +X +XDISTNAME= TrickyIRC-1.00 +XCATEGORIES= net +XMASTER_SITES= http://www.leb.net/~troll/ +X +XMAINTAINER= troll@digitalspark.net +X +XMAKEFILE= GNUmakefile +XWRKSRC= ${WRKDIR}/trickyirc +XUSE_GMAKE= YES +X +Xpost-install: +X @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC +X ${INSTALL_DATA} ${WRKSRC}/README \ +X ${PREFIX}/share/doc/TrickyIRC +X strip ${PREFIX}/bin/trickyirc +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 (TrickyIRC-1.00.tar.gz) = 5a00a4210d09296a7522de1957d69c12 +END-of-files/md5 +echo c - pkg +mkdir -p pkg > /dev/null 2>&1 +echo x - pkg/DESCR +sed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' +XTrickyIRC combines the functionality of screen and BNC, that is, it allows +Xyou to detach and reattach from an IRC session without actually +Xdisconnecting from the server. +X +XWWW: http://www.leb.net/~troll/ +END-of-pkg/DESCR +echo x - pkg/MESSAGE +sed 's/^X//' >pkg/MESSAGE << 'END-of-pkg/MESSAGE' +X********************************************************************* +X Please read /usr/local/share/doc/TrickyIRC/README before using! +X********************************************************************* +END-of-pkg/MESSAGE +echo x - pkg/PLIST +sed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' +Xbin/trickyirc +Xshare/doc/TrickyIRC/README +X@dirrm share/doc/TrickyIRC +END-of-pkg/PLIST +echo x - pkg/COMMENT +sed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' +XAllows client independent detaching and reattaching of IRC sessions. +END-of-pkg/COMMENT +echo x - tricky.shar +sed 's/^X//' >tricky.shar << 'END-of-tricky.shar' +X# This is a shell archive. Save it in a file, remove anything before +X# this line, and then unpack it by entering "sh file". Note, it may +X# create directories; files and directories will be owned by you and +X# have default permissions. +X# +X# This archive contains: +X# +X# Makefile +X# files +X# files/md5 +X# pkg +X# pkg/DESCR +X# pkg/MESSAGE +X# pkg/PLIST +X# pkg/COMMENT +X# tricky.shar +X# +Xecho x - Makefile +Xsed 's/^X//' >Makefile << 'END-of-Makefile' +XX# New ports collection makefile for: TrickyIRC +XX# Version required: 1.0 +XX# Date created: 7 July 1999 +XX# Whom: troll +XX# +XX# $Id$ +XX# +XX +XXDISTNAME= TrickyIRC-1.00 +XXCATEGORIES= net +XXMASTER_SITES= http://www.leb.net/~troll/ +XX +XXMAINTAINER= troll@digitalspark.net +XX +XXMAKEFILE= GNUmakefile +XXWRKSRC= ${WRKDIR}/trickyirc +XXUSE_GMAKE= YES +XX +XXpost-install: +XX @ ${MKDIR} ${PREFIX}/share/doc/TrickyIRC +XX ${INSTALL_DATA} ${WRKSRC}/README \ +XX ${PREFIX}/share/doc/TrickyIRC +XX strip ${PREFIX}/bin/trickyirc +XX @${CAT} ${PKGDIR}/MESSAGE +XX +XX.include +XEND-of-Makefile +Xecho c - files +Xmkdir -p files > /dev/null 2>&1 +Xecho x - files/md5 +Xsed 's/^X//' >files/md5 << 'END-of-files/md5' +XXMD5 (TrickyIRC-1.00.tar.gz) = 5a00a4210d09296a7522de1957d69c12 +XEND-of-files/md5 +Xecho c - pkg +Xmkdir -p pkg > /dev/null 2>&1 +Xecho x - pkg/DESCR +Xsed 's/^X//' >pkg/DESCR << 'END-of-pkg/DESCR' +XXTrickyIRC combines the functionality of screen and BNC, that is, it allows +XXyou to detach and reattach from an IRC session without actually +XXdisconnecting from the server. +XX +XXWWW: http://www.leb.net/~troll/ +XEND-of-pkg/DESCR +Xecho x - pkg/MESSAGE +Xsed 's/^X//' >pkg/MESSAGE << 'END-of-pkg/MESSAGE' +XX********************************************************************* +XX Please read /usr/local/share/doc/TrickyIRC/README before using! +XX********************************************************************* +XEND-of-pkg/MESSAGE +Xecho x - pkg/PLIST +Xsed 's/^X//' >pkg/PLIST << 'END-of-pkg/PLIST' +XXbin/trickyirc +XXshare/doc/TrickyIRC/README +XX@dirrm share/doc/TrickyIRC +XEND-of-pkg/PLIST +Xecho x - pkg/COMMENT +Xsed 's/^X//' >pkg/COMMENT << 'END-of-pkg/COMMENT' +XXAllows client independent detaching and reattaching of IRC sessions. +XEND-of-pkg/COMMENT +Xecho x - tricky.shar +Xsed 's/^X//' >tricky.shar << 'END-of-tricky.shar' +END-of-tricky.shar +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 Jul 7 18:10: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D21150A1 for ; Wed, 7 Jul 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA71409; Wed, 7 Jul 1999 18:10:01 -0700 (PDT) (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 (Postfix) with ESMTP id 9A60B14D75 for ; Wed, 7 Jul 1999 18:03:37 -0700 (PDT) (envelope-from cy@cschuber.net.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id SAA15140 for ; Wed, 7 Jul 1999 18:03:36 -0700 Received: from cschuber.net.gov.bc.ca(142.31.240.113), claiming to be "cwsys.cwsent.com" via SMTP by point.osg.gov.bc.ca, id smtpda15138; Wed Jul 7 18:03:24 1999 Received: (from cy@localhost) by cwsys.cwsent.com (8.9.3/8.9.1) id SAA27030; Wed, 7 Jul 1999 18:03:22 -0700 (PDT) Message-Id: <199907080103.SAA27030@cwsys.cwsent.com> Date: Wed, 7 Jul 1999 18:03:22 -0700 (PDT) From: cschuber@uumail.gov.bc.ca Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12558: New Plan Port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12558 >Category: ports >Synopsis: new plan 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: Wed Jul 7 18:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.2-RELEASE i386 >Organization: ITSD Province of BC >Environment: FreeBSD cwsys 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue Jun 1 23:15:34 PDT 1999 root@cwsys:/opt2/cvs-320/src/sys/compile/CWSYS i386 >Description: Please apply the following patch to the plan port to upgrade to plan-1.8.2. >How-To-Repeat: n/a >Fix: diff -urPN --exclude=CVS --exclude=00_TRANS.TBL /usr/ports/deskutils/plan/Makefile /usr/local/ports-local/plan-990707/Makefile --- /usr/ports/deskutils/plan/Makefile Sat Jun 19 07:18:49 1999 +++ /usr/local/ports-local/plan-990707/Makefile Wed Jul 7 14:55:00 1999 @@ -1,13 +1,14 @@ # New ports collection makefile for: plan -# Version required: 1.8.1 +# Version required: 1.7.2 # Date created: 14 April 1996 # Whom: Daniel Eischen # -# $Id: Makefile,v 1.15 1999/06/19 09:28:47 cpiazza Exp $ +# $Id: Makefile,v 1.14 1998/11/02 03:57:44 steve Exp $ # + # Also update ports/japanese/plan/ (ja-plan) when this port is updated -DISTNAME= plan-1.8.1 +DISTNAME= plan-1.8.2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.fu-berlin.de/pub/unix/graphics/plan/ @@ -16,7 +17,7 @@ MAINTAINER= deischen@iworks.InterWorks.org REQUIRES_MOTIF= yes -WRKSRC= ${WRKDIR}/plan-1.8.1/src +WRKSRC= ${WRKDIR}/plan-1.8.2/src ALL_TARGET= freebsd MAN1= netplan.1 plan.1 MAN4= plan.4 diff -urPN --exclude=CVS --exclude=00_TRANS.TBL /usr/ports/deskutils/plan/files/md5 /usr/local/ports-local/plan-990707/files/md5 --- /usr/ports/deskutils/plan/files/md5 Sat Jun 19 07:18:49 1999 +++ /usr/local/ports-local/plan-990707/files/md5 Wed Jul 7 14:57:06 1999 @@ -1 +1 @@ -MD5 (plan-1.8.1.tar.gz) = 236c51f213b23aa60251cf553a4807b9 +MD5 (plan-1.8.2.tar.gz) = 7070567facebf8b1b5eeb38934fa4ad2 diff -urPN --exclude=CVS --exclude=00_TRANS.TBL /usr/ports/deskutils/plan/patches/patch-ab /usr/local/ports-local/plan-990707/patches/patch-ab --- /usr/ports/deskutils/plan/patches/patch-ab Sat Jun 19 07:18:49 1999 +++ /usr/local/ports-local/plan-990707/patches/patch-ab Wed Jul 7 15:50:37 1999 @@ -1,5 +1,5 @@ ---- Makefile.orig Sat May 22 01:19:06 1999 -+++ Makefile Thu Jun 17 11:41:07 1999 +--- Makefile.orig Wed Jul 7 13:24:27 1999 ++++ Makefile Wed Jul 7 15:35:23 1999 @@ -7,16 +7,22 @@ # DO NOT put blanks before and after "=", this is parsed and rewritten by the # configure script. @@ -7,7 +7,7 @@ +DOCBASE = $(PREFIX)/share/doc/plan +# # # user-callable executable (plan) --DIR=/usr/local/lib +-DIR=/usr/local/bin +DIR=$(PREFIX)/bin # # auxiliary programs (pland, notifier, netplan) -LIB=/usr/local/lib @@ -23,7 +23,7 @@ -NETPLANDIR=/usr/local/lib +NETPLANDIR=$(LIB) # # unformatted nroff manpage (plan.[14]) --MAN=/usr/man/local/man +-MAN=/usr/local/man +MAN=$(PREFIX)/man/man # # formatted manpage (plan.[14]) CATMAN=/usr/catman/local/cat @@ -39,8 +39,8 @@ +NOB_GID=65534 # # used by plan to pre-process holiday files, # # plan will check if this file really exists - CPP_PATH="/lib/cpp -P -I$(HELP)" -@@ -45,6 +51,10 @@ + CPP_PATH='/lib/cpp -P -I$(HELP)' +@@ -47,6 +53,10 @@ # # uncomment this for Japanese version of plan # # JAPAN requires X11R5 and a Japanese env. JAPANDEFS="-DJAPAN -DESCTOASCII=$(ESCTOJISLATIN) -DLENTOASCII=3 -DLOCALE_SJIS='ja_JP.SJIS' -DLOCALE_EUC='ja_JP.EUC'" @@ -51,7 +51,7 @@ JAPAN= # # default holiday locale HOLIDAY=german -@@ -218,8 +228,10 @@ +@@ -222,8 +232,10 @@ BSDIG_L2= -L/usr/X11/lib -lc NBSD_L1 = -L/usr/X11R6/lib -lXm -lXt -lX11 NBSD_L2 = -L/usr/X11R6/lib -lc @@ -64,7 +64,7 @@ LINUX_L1= -L/usr/X11R6/lib -L/usr/lib/X11R6/lib -lSM -lXm -lXt -lX11 -lXpm -lc -lXext -lSM -lICE -lX11 LINUX_L2= -lc SLINUX_L1= -L/usr/X11R6/lib -L/usr/lib/X11R6/lib -lSM /usr/X11R6/lib/libXm.a -lXt -lX11 /usr/X11R6/lib/libXpm.a -lc -lXext -lSM -lICE -lX11 -@@ -285,7 +297,8 @@ +@@ -291,7 +303,8 @@ @echo " make bsdi BSDI/386" @echo " make bsdig BSDI/386 with gcc" @echo " make netbsd NetBSD/i386 1.0A (maybe others too)" @@ -74,7 +74,7 @@ @echo " make svr4 SVR4 Using gcc" @echo " make news4 Sony NEWS-OS4.x" @echo " make news4g Sony NEWS-OS4.x with gcc" -@@ -414,6 +427,9 @@ +@@ -421,6 +434,9 @@ freebsd: env CF="$(FBSD_C)" L1F="$(FBSD_L1)" L2F="$(FBSD_L2)" MYCC=${CC} make all @@ -84,7 +84,7 @@ svr4: env CF="$(SVR4_C)" L1F="$(SVR4_L1)" L2F="$(SVR4_L2)" MYCC=gcc make all -@@ -522,7 +538,7 @@ +@@ -533,7 +549,7 @@ $(MYCC) $(OPT) $(CF) $(JAPAN) $(INCDIR) -c -DLIB=\"$(LIB)\" $< holiday.o: holiday.c $(MAKEFILE) @@ -93,7 +93,7 @@ util.o: util.c $(MAKEFILE) $(MYCC) $(OPT) $(CF) $(JAPAN) $(INCDIR) -c -DPATH=\"$(LIB):$(DIR):$(HELP)\" $< -@@ -553,31 +569,25 @@ +@@ -564,31 +580,25 @@ #--------------------------------------------------------------- install: @@ -108,7 +108,7 @@ - -(test x'$(JAPAN)' != x && chmod 644 $(LIB)/plan_calSJ.ps) || exit 0 + ${INSTALL} -d $(DOCBASE) + ${INSTALL} -d $(EXAMPLES) -+ ${BSD_INSTALL_PROGRAM} pland $(DIR) ++ ${BSD_INSTALL_PROGRAM} pland $(DIR) + ${BSD_INSTALL_PROGRAM} notifier netplan plan $(DIR) + ${BSD_INSTALL_SCRIPT} ../misc/Killpland $(DIR) + ${BSD_INSTALL_MAN} ../language/plan.help ../misc/plan_cal.ps \ @@ -121,12 +121,15 @@ - -(test -x `which nroff` && nroff -man ../misc/plan.1 >../misc/plan.1cat) || exit 0 - -(test -x `which nroff` && nroff -man ../misc/plan.4 >../misc/plan.4cat) || exit 0 - -(test -x `which nroff` && nroff -man ../misc/netplan.1 >../misc/netplan.1cat) || exit 0 - -(test -d $(MAN)1 && cp ../misc/plan.1 $(MAN)1/plan.1) || exit 0 - -(test -d $(MAN)4 && cp ../misc/plan.4 $(MAN)4/plan.4) || exit 0 - -(test -d $(MAN)1 && cp ../misc/netplan.1 $(MAN)1/netplan.1) || exit 0 -- -(test -d $(CATMAN)1 && cp ../misc/plan.1cat $(CATMAN)1/plan.1) || exit 0 -- -(test -d $(CATMAN)4 && cp ../misc/plan.4cat $(CATMAN)4/plan.4) || exit 0 -- -(test -d $(CATMAN)1 && cp ../misc/netplan.1cat $(CATMAN)1/netplan.1) || exit 0 +- -(test -d $(MAN)1 && cp ../misc/plan.1 $(MAN)1/plan) || exit 0 ++ -(test -d $(MAN)1 && cp ../misc/plan.1 $(MAN)1/) || exit 0 +- -(test -d $(MAN)4 && cp ../misc/plan.4 $(MAN)4/plan) || exit 0 ++ -(test -d $(MAN)4 && cp ../misc/plan.4 $(MAN)4/) || exit 0 +- -(test -d $(MAN)1 && cp ../misc/netplan.1 $(MAN)1/netplan) || exit 0 ++ -(test -d $(MAN)1 && cp ../misc/netplan.1 $(MAN)1/) || exit 0 +- -(test -d $(CATMAN)1 && cp ../misc/plan.1cat $(CATMAN)1/plan) || exit 0 +- -(test -d $(CATMAN)4 && cp ../misc/plan.4cat $(CATMAN)4/plan) || exit 0 +- -(test -d $(CATMAN)1 && cp ../misc/netplan.1cat $(CATMAN)1/netplan) || exit 0 - -(test -f ${HOME}/.holiday || cp ../holiday/holiday_$(HOLIDAY) ${HOME}/.holiday) || exit 0 - -(test `uname` = IRIX -o `uname` = IRIX64 && mkdir $$HOME/.icons) || exit 0 - -(test `uname` = IRIX -o `uname` = IRIX64 && cp ../misc/Plan.icon $$HOME/.icons/Plan.icon) || exit 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 Wed Jul 7 20:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78F80154D9 for ; Wed, 7 Jul 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA85480; Wed, 7 Jul 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id AFE3E14FDF for ; Wed, 7 Jul 1999 20:41:19 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id HAA01153; Thu, 8 Jul 1999 07:41:13 +0400 (MSD) (envelope-from andy) Message-Id: <199907080341.HAA01153@icc.surw.chel.su> Date: Thu, 8 Jul 1999 07:41:13 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12559: Update port: editors/le Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12559 >Category: ports >Synopsis: Update port: editors/le >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 Jul 7 20:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update editors/le port. diff -Nru le/Makefile le-1.5.2/Makefile --- le/Makefile Sat May 1 14:37:11 1999 +++ le-1.5.2/Makefile Thu Jul 8 07:28:53 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: le -# Version required: 1.5.1 +# Version required: 1.5.2 # Date created: 16 October 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.4 1999/05/01 02:58:43 steve Exp $ # -DISTNAME= le-1.5.1 +DISTNAME= le-1.5.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ diff -Nru le/files/md5 le-1.5.2/files/md5 --- le/files/md5 Sat May 1 14:37:11 1999 +++ le-1.5.2/files/md5 Thu Jul 8 07:29:00 1999 @@ -1 +1 @@ -MD5 (le-1.5.1.tar.gz) = 7f3a93f5a5726b43a14999a15f083013 +MD5 (le-1.5.2.tar.gz) = d3190dc3cf1932f315a333787bbb2b7e >How-To-Repeat: >Fix: Please, check and apply this patch. >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 Jul 7 22:13:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADCBF14D42; Wed, 7 Jul 1999 22:13:54 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA93093; Wed, 7 Jul 1999 22:13:54 -0700 (PDT) (envelope-from flathill@FreeBSD.org) Date: Wed, 7 Jul 1999 22:13:54 -0700 (PDT) From: Message-Id: <199907080513.WAA93093@freefall.freebsd.org> To: sobomax@altavista.net, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11816: New port of mserver modem-sahring server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of mserver modem-sahring server State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Jul 7 22:13:22 PDT 1999 State-Changed-Why: Commit with minor changes. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 22:47:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C038E14DFC; Wed, 7 Jul 1999 22:47:40 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA95999; Wed, 7 Jul 1999 22:47:40 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 7 Jul 1999 22:47:40 -0700 (PDT) From: Message-Id: <199907080547.WAA95999@freefall.freebsd.org> To: troll@digitalspark.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12556: port update for TrickyIRC Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update for TrickyIRC State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 7 22:46:50 PDT 1999 State-Changed-Why: Committed, thanks! In the future please do not change the $Id$ or Date Created" lines. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 22:49:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 879A514CC6; Wed, 7 Jul 1999 22:49:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA96387; Wed, 7 Jul 1999 22:49:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 7 Jul 1999 22:49:37 -0700 (PDT) From: Message-Id: <199907080549.WAA96387@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/12546: Please update net/mrtg to 2.7.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please update net/mrtg to 2.7.5 Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Jul 7 22:49:22 PDT 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 Wed Jul 7 22:56:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20BE8151F8; Wed, 7 Jul 1999 22:56:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA97307; Wed, 7 Jul 1999 22:56:24 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 7 Jul 1999 22:56:24 -0700 (PDT) From: Message-Id: <199907080556.WAA97307@freefall.freebsd.org> To: sec@42.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12552: port x11=toolkits/plib doesn't work on 3.2-stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port x11=toolkits/plib doesn't work on 3.2-stable State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 7 22:55:56 PDT 1999 State-Changed-Why: Thanks for the report. PR 12553 fixes the problem and will be committed shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 23: 3:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4A7E14DFC; Wed, 7 Jul 1999 23:03:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA98120; Wed, 7 Jul 1999 23:03:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 7 Jul 1999 23:03:35 -0700 (PDT) From: Message-Id: <199907080603.XAA98120@freefall.freebsd.org> To: richard@homemail.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12544: Added more files to install of lang/lua port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Added more files to install of lang/lua port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 7 23:03:19 PDT 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 Wed Jul 7 23:12:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E9EF15506; Wed, 7 Jul 1999 23:11:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA99078; Wed, 7 Jul 1999 23:11:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 7 Jul 1999 23:11:45 -0700 (PDT) From: Message-Id: <199907080611.XAA99078@freefall.freebsd.org> To: brian@CSUA.Berkeley.EDU, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12553: plib and flightgear ports need minor fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: plib and flightgear ports need minor fixes State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 7 23:11:21 PDT 1999 State-Changed-Why: Patches committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Jul 7 23:24:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B9F41551E; Wed, 7 Jul 1999 23:24:04 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA00733; Wed, 7 Jul 1999 23:24:04 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 7 Jul 1999 23:24:04 -0700 (PDT) From: Message-Id: <199907080624.XAA00733@freefall.freebsd.org> To: cschuber@uumail.gov.bc.ca, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12558: new plan port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new plan port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Wed Jul 7 23:23:53 PDT 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 Thu Jul 8 1:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A65E515269 for ; Thu, 8 Jul 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA14384; Thu, 8 Jul 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nwhn-sh7-port7.snet.net (nwhn-sh7-port7.snet.net [204.60.16.7]) by hub.freebsd.org (Postfix) with SMTP id 32E7914E30 for ; Thu, 8 Jul 1999 01:42:00 -0700 (PDT) (envelope-from saken@hotel.rmta.org) Received: (qmail 43503 invoked by uid 1001); 8 Jul 1999 08:41:58 -0000 Message-Id: <19990708084158.43502.qmail@hotel.rmta.org> Date: 8 Jul 1999 08:41:58 -0000 From: saken@hotel.rmta.org Reply-To: saken@hotel.rmta.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12561: UPDATE: ports/www/tidy to version tidy7jul99 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12561 >Category: ports >Synopsis: UPDATE: ports/www/tidy to version tidy7jul99 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 8 01:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott A. Kenney >Release: FreeBSD 4.0-CURRENT i386 >Organization: Agent's of Fortune, LTD >Environment: FreeBSD nwhn-sh7-port7.snet.net 4.0-CURRENT FreeBSD 4.0-CURRENT #9: Thu Jul 1 04:58:13 EDT 1999 root@chardos.connix.com:/usr/src/sys/compile/CHARDOS i386 >Description: Update ports/www/tidy to latest version, this version includes important bug fixes. I am maintainer of this port. >How-To-Repeat: N/A >Fix: Apply the following patch to ports/www/tidy with patch -p1 diff -ruN tidy/Makefile tidy.new/Makefile --- tidy/Makefile Mon Jul 5 22:12:37 1999 +++ tidy.new/Makefile Thu Jul 8 04:36:11 1999 @@ -6,15 +6,14 @@ # $Id: Makefile,v 1.8 1999/07/06 01:07:35 cpiazza Exp $ # -DISTNAME= tidy2jul99 -PKGNAME= tidy-0.7.99.1 +DISTNAME= tidy7jul99 +PKGNAME= tidy-0.7.99.2 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz MAINTAINER= saken@hotel.rmta.org -WRKSRC= ${WRKDIR}/tidy ALL_TARGET= tidy DOCFILES= Overview.html tidy.gif release-notes.html grid.gif config.txt diff -ruN tidy/files/md5 tidy.new/files/md5 --- tidy/files/md5 Mon Jul 5 22:12:38 1999 +++ tidy.new/files/md5 Thu Jul 8 04:30:30 1999 @@ -1 +1 @@ -MD5 (tidy2jul99.tgz) = ac09d8da449687ed61a320f441088e35 +MD5 (tidy7jul99.tgz) = 7b6a0a61ee960609ab902ef4c36f50f2 >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 Jul 8 7:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD68814C38 for ; Thu, 8 Jul 1999 07:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA16955; Thu, 8 Jul 1999 07:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.123.99]) by hub.freebsd.org (Postfix) with ESMTP id 1BEC014E5A for ; Thu, 8 Jul 1999 07:25:19 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id WAA09807; Thu, 8 Jul 1999 22:25:10 +0800 (CST) (envelope-from ijliao) Message-Id: <199907081425.WAA09807@Terry.Dorm10.NCTU.edu.tw> Date: Thu, 8 Jul 1999 22:25:10 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12562: update port : devel/gindent Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12562 >Category: ports >Synopsis: update port : devel/gindent >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 Jul 8 07:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Jul 6 10:16:08 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update gindent to 2.1.0 >How-To-Repeat: >Fix: diff -ruN /usr/ports/devel/gindent/Makefile gindent/Makefile --- /usr/ports/devel/gindent/Makefile Thu Jul 1 14:20:00 1999 +++ gindent/Makefile Thu Jul 8 22:21:23 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.4 1999/06/28 19:12:06 cpiazza Exp $ # -DISTNAME= indent-1.10.0 +DISTNAME= indent-2.1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= indent diff -ruN /usr/ports/devel/gindent/files/md5 gindent/files/md5 --- /usr/ports/devel/gindent/files/md5 Thu Jul 1 14:20:00 1999 +++ gindent/files/md5 Thu Jul 8 22:21:32 1999 @@ -1 +1 @@ -MD5 (indent-1.10.0.tar.gz) = 29e4b9f021f2c6e2e9067c7f97162c7c +MD5 (indent-2.1.0.tar.gz) = 4ab5a6264b7a23b1f8e4b6b36e1a8119 >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 Jul 8 10:10:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13ED714EDD for ; Thu, 8 Jul 1999 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA34585; Thu, 8 Jul 1999 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from guardian.sftw.com (guardian.sftw.com [209.157.37.25]) by hub.freebsd.org (Postfix) with ESMTP id 5BA0714C31 for ; Thu, 8 Jul 1999 10:01:38 -0700 (PDT) (envelope-from nsayer@guardian.sftw.com) Received: (from root@localhost) by guardian.sftw.com (8.9.3/8.9.3) id KAA06852; Thu, 8 Jul 1999 10:01:38 -0700 (PDT) (envelope-from nsayer) Message-Id: <199907081701.KAA06852@guardian.sftw.com> Date: Thu, 8 Jul 1999 10:01:38 -0700 (PDT) From: nsayer@freebsd.org Reply-To: nsayer@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12563: Package name collision - devel/mm & mail/metamail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12563 >Category: ports >Synopsis: Package name collision - devel/mm & mail/metamail >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: Thu Jul 8 10:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nick Sayer >Release: FreeBSD 3.2-RELEASE i386 >Organization: just me >Environment: ports-stable >Description: The devel/mm and mail/metamail both have the same package name prefix - "mm" >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 Thu Jul 8 10:24:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from drama.navinet.net (drama.navinet.net [216.67.14.8]) by hub.freebsd.org (Postfix) with ESMTP id 3E3AE14E0B for ; Thu, 8 Jul 1999 10:24:26 -0700 (PDT) (envelope-from forrie@forrie.com) Received: from forrie.net (forrie.net [216.67.12.69]) by drama.navinet.net (8.9.3/8.9.3) with ESMTP id NAA07800 for ; Thu, 8 Jul 1999 13:24:24 -0400 (EDT) Received: from boomer (boomer.navinet.net [216.67.12.90]) by forrie.net (8.9.3/8.9.3) with ESMTP id NAA63190 for ; Thu, 8 Jul 1999 13:24:24 -0400 (EDT) Message-Id: <4.2.0.58.19990708131700.00abaad0@216.67.12.69> X-Sender: forrie@216.67.12.69 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Thu, 08 Jul 1999 13:17:08 -0400 To: freebsd-ports@freebsd.org From: Forrest Aldrich Subject: Problems with latest 3.2 build (using mysql) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Up until today's make world, mysql 3.22.24 was working fine. It now crashes with: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) The socket isn't even being created. I'm 90% certain it's a FreeBSD issue... all of our other OS's are running the same revision of mysql with no problems. (all compiled out of the ports collection) The server has been deinstalled, recompiled, reinstalled, etc. Just for paranoia. It has been tested, running as root, and the problem still occurs. Anyone else see this problem? -F To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 8 11:55:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id ECFB614D2A for ; Thu, 8 Jul 1999 11:55:15 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-2-20.ucdavis.edu [169.237.16.148]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA50974; Thu, 8 Jul 1999 11:55:13 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA67544; Thu, 8 Jul 1999 18:55:11 GMT (envelope-from obrien) Date: Thu, 8 Jul 1999 11:55:10 -0700 From: "David O'Brien" To: Matthew Hunt Cc: ports@FreeBSD.ORG Subject: Re: TtH Description Correction Request Message-ID: <19990708115510.A67517@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <199907060625.XAA76787@freefall.freebsd.org> <19990706090235.D85561@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990706090235.D85561@wopr.caltech.edu>; from Matthew Hunt on Tue, Jul 06, 1999 at 09:02:35AM -0700 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ports, uninstall Python, reinstall Python, and reinstall all of the ports > that depend on Python, or she has to "pkg_delete -f" python and screw or ``/usr/ports/lang/python$ make FORCE_PKG_REGISTER=yes install''. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 8 12: 7:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id 92D1214E05; Thu, 8 Jul 1999 12:07:27 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id MAA25276; Thu, 8 Jul 1999 12:07:27 -0700 (PDT) (envelope-from mph) Date: Thu, 8 Jul 1999 12:07:27 -0700 From: Matthew Hunt To: "David O'Brien" Cc: ports@freebsd.org Subject: Re: TtH Description Correction Request Message-ID: <19990708120727.A25239@wopr.caltech.edu> References: <199907060625.XAA76787@freefall.freebsd.org> <19990706090235.D85561@wopr.caltech.edu> <19990708115510.A67517@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990708115510.A67517@dragon.nuxi.com>; from David O'Brien on Thu, Jul 08, 1999 at 11:55:10AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Jul 08, 1999 at 11:55:10AM -0700, David O'Brien wrote: > > ports, uninstall Python, reinstall Python, and reinstall all of the ports > > that depend on Python, or she has to "pkg_delete -f" python and screw > > or ``/usr/ports/lang/python$ make FORCE_PKG_REGISTER=yes install''. Ah, yes, that will work fine in this case. I was thinking of upgrading one port which has installed packages depending on it. Then the port's version number changes, and things get more ugly. Matt -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 8 12: 9:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id C8D2114C02; Thu, 8 Jul 1999 12:09:13 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.1) id MAA82440; Thu, 8 Jul 1999 12:10:19 -0700 (PDT) (envelope-from sgk) From: Steve Kargl Message-Id: <199907081910.MAA82440@troutmask.apl.washington.edu> Subject: Re: cvs commit: ports/emulators/linux-base-5.2 - Imported sources In-Reply-To: <19990708114649.A67400@dragon.nuxi.com> from "David O'Brien" at "Jul 8, 1999 11:46:49 am" To: obrien@FreeBSD.ORG Date: Thu, 8 Jul 1999 12:10:19 -0700 (PDT) Cc: marcel@scc.nl (Marcel Moolenaar), sheldonh@uunet.co.za (Sheldon Hearn), freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (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 [redirected to freebsd-ports] David O'Brien wrote: > > At at minimum the ports should be renamed ``linux-base-RH52'' and > ``linux-base-RH60''. We don't have "."'s in our ports directories, and I > personally don't want to start now. And put "RH" in the name so we know > it is RH that these version numbers apply to. > > Why do we need two ports?? I want Linux emulation, I don't want to have > to know if I need RH52 compatibility (which is really a libc5 issue) or > RH60 (which is really a glibc2 issue). I don't which I need for Linux > Netscape or Linux Acroread and I *don't* want to know. I want to install > a set of libs,etc. that will work for what ever Linux thing thrown at me. > It's worse than you suggest above. I tried to install the Fujitsu Fortran 95 compiler. During installation, you are specifically asked if you have libc5, glibc2, or glibc2.1. The install script does not ask whether you are running RH5 or RH6 or Slackware or ... It does not use uname(1) to try to determine the favor of linux. We may need linux-lib5, linux-glibc2, and linux-glibc21 ports. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 8 15:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74E011551D for ; Thu, 8 Jul 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA64172; Thu, 8 Jul 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail1.atl.bellsouth.net (mail1.atl.bellsouth.net [205.152.0.28]) by hub.freebsd.org (Postfix) with ESMTP id C4FFC1550D for ; Thu, 8 Jul 1999 15:47:10 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-73-7.atl.bellsouth.net [209.214.73.7]) by mail1.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id SAA10932 for ; Thu, 8 Jul 1999 18:44:20 -0400 (EDT) Received: (from wghicks@localhost) by wghicks.bellsouth.net (8.9.3/8.9.2) id SAA24842; Thu, 8 Jul 1999 18:50:49 -0400 (EDT) (envelope-from wghicks) Message-Id: <199907082250.SAA24842@bellsouth.net> Date: Thu, 8 Jul 1999 18:50:49 -0400 (EDT) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12566: [NEW-PORT] misc/pyroguide Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12566 >Category: ports >Synopsis: a guide to pyrotechnics >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 Jul 8 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: W Gerald Hicks >Release: FreeBSD 3.2-STABLE i386 >Organization: Fair Play, Uninc. >Environment: FreeBSD 3.2-STABLE (just documents, no portability issues) >Description: This is a series of files on pyrotechnics and explosives. It's serious stuff, and can be really dangerous if you don't treat it seriously. For you kids out there who watch too many cartoons, remember that if a part of your body gets blown away in the REAL world, it STAYS blown away. If you can't treat this stuff with respect, don't screw around with it. >How-To-Repeat: Install the port ;) >Fix: begin 644 pyroguide.tgz M'XL(``0HA3<``^U8_V_:.!3OK^2O>%*K=9-:2)QOI;J>FD+:RP:T@NRVDTZJ MDMB!J"%FCG,,5?W?9X>6XQ`MFL:QTS4?@>*\+WY^?G[/CB>4\;PQ3O*H,9DQ M.BP23!I[VP48JFV:L`<2ZLKS\04LV]`0TFT3`6BZKJ(],+<\CK4HUQ:3TT9C3#A+ MHC0A&3]&]8(R,J19G>"B,2G"+O]L]JT^%(.G$>DC3-:<%']8QP17$_^WVGY=^VNNVSVL%]Z^9A M0;IP+Z_[[JW3OQ*V]\EXPF<+GG,IG9JSZDKO^O93_\/@XT7;$Y9F))>4BX]> MISU_4S`]3C*Q=-/T5*F=']QW/PC)!SBXO^F[E][GAT8^"AAI8+J4UT+P;82% MC.RZWWJ`-V_@3T6,T>L-?*?3N6T[OO,`RY/R8G\;]=$/ZNL_J&]LT'^G*/4D MB])"M'\)5`?W_VJ_.RTW!G6UG^9^?GV3@'?L?]K*I+[OZ';:K7_[P(O MQ'^,MQ2`#?L_Z,AXBK^JVW:Y_\OX5_O_OX]NVX2W2Q7_'9R)]`LBC%734$.U M&>EQ;"$U#E&LV@&R2*0I*TI(*ED6"2W3,`(4$,,*+:)I&C8CTVHBC((X7E72 M2TNQUC2U6$51@.R3,$0J:FH6L51LFR>:CE:5#*G4/,$&-FQAB^@1)AB;81B? M:%80V3C4F_CU%.\M8&W^3^Z&V_P&_)[ZKYFZK/]B\57U?Q=X-OZMZV[7[?G; ML+&I_H.^B+]J&*JL_QHRJ_J_"S@P/PIS"LM?254-?25X-O_;[J#5WXZ-3?EO MRCN?I_HO[X(TPT;5^6\G4/Q1DH/X!9`3EI`<:`SE^1]H]H^2`$&&@7R=I#1/ M_B)Y'3Q^F)=*M,A!R7D1QT>E4!1D$!)@)$C3&>`@&Q(F99(89K0`3+-##EQ> M$T'"GWI(9W6XI*R44.X2+.P70FI$&('IB,(TX-%(E"D*XR";"1M,M+/\2)@9 MDW%(F)"5'<;"DXE@2C]$7PR4D.(9#`G/(4SI-(-@&LP@R63?T'>=#DPI2_&1 M',O`=_X8+(D))^=C%BX=8"N[_^;\1[J^R'\=:67^&ZC*_UU@S;588^ES4'F9 LCS;P]0U\0SG'"6-C6'=;^;.GID*%"A4J5*A0H4*%"A7^5_@&&]M%40`H``"9 ` 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 Thu Jul 8 15:53:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9808A15588; Thu, 8 Jul 1999 15:53:33 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA64446; Thu, 8 Jul 1999 15:53:33 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 8 Jul 1999 15:53:33 -0700 (PDT) From: Message-Id: <199907082253.PAA64446@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/12566: a guide to pyrotechnics Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: a guide to pyrotechnics Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Thu Jul 8 15:53:14 PDT 1999 Responsible-Changed-Why: This is interesting, I think I'll take it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 8 15:59:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id E6CF915514 for ; Thu, 8 Jul 1999 15:59:29 -0700 (PDT) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.39]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.6) with ESMTP id AAA30EB for ; Thu, 8 Jul 1999 17:57:23 -0400 Message-ID: <37852D66.566830C8@bachue.usc.unal.edu.co> Date: Thu, 08 Jul 1999 17:59:50 -0500 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: it,es-CO MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: GLUI v2 beta Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This kit is interesting, perhaps someone with time may offer some feedback to the author ? (If you have even more time feel free to port it :-) enjoy, Pedro. ______________ Good news - GLUI version 2.0 is now out in beta! You can get it from: http://www.cs.unc.edu/~rademach/glui It includes the following new features: * GLUI controls within the main graphics window. * Functions for cleanly destroying GLUI windows and subwindows. * Functions for hiding and showing GLUI windows and subwindows. * A sync_live_all() for automatically synchronizing all live variables in all GLUI windows simultaneously. * Rollouts - collapsible panels for reducing onscreen clutter * Listboxes - allow the user to choose from a number of text options * Rotation and translation controllers - for interactive 3D applications The included program example5.cpp shows off all these new features. This version should be pretty stable, but it will invariably contain problems that I was unable to catch (that's why it's still beta). Please let me know what bugs you run into, so I can fix them for the final release. So have a look, and tell me what you think! Cheers, Paul Rademacher rademach@cs.unc.edu http://www.cs.unc.edu/~rademach/glui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 8 16:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0B1B14EB6 for ; Thu, 8 Jul 1999 16:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65831; Thu, 8 Jul 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 80E0414E57; Thu, 8 Jul 1999 16:09:40 -0700 (PDT) Message-Id: <19990708230940.80E0414E57@hub.freebsd.org> Date: Thu, 8 Jul 1999 16:09:40 -0700 (PDT) From: rod@idiotswitch.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12567: Xhippo port update (from 0.85 to 1.05) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12567 >Category: ports >Synopsis: Xhippo port update (from 0.85 to 1.05) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 8 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: 4-current >Organization: >Environment: >Description: Xhippo update. New version supports many new features. Also, they've moved to a GNU website. Please note, I will not be around for a week to answer questions regarding these changes. I also didn't have a getopt.h header. Upon retrieving the gnu one, it compiled fine. Is this common? (Should it be a patch in the port?) Thanks! >How-To-Repeat: >Fix: diff -ruN xhippo/Makefile xhippo.new/Makefile --- xhippo/Makefile Sat May 29 03:51:59 1999 +++ xhippo.new/Makefile Sun Jul 4 22:38:00 1999 @@ -6,7 +6,7 @@ # $Id: Makefile,v 1.2 1999/05/29 03:51:59 steve Exp $ # -DISTNAME= xhippo-0.85 +DISTNAME= xhippo-1.05 CATEGORIES= audio MASTER_SITES= http://zenchaos.netpedia.net/software/ diff -ruN xhippo/files/md5 xhippo.new/files/md5 --- xhippo/files/md5 Sat May 29 03:52:15 1999 +++ xhippo.new/files/md5 Thu Jul 8 19:03:36 1999 @@ -1 +1 @@ -MD5 (xhippo-0.85.tar.gz) = 00f74eed5f5d8ca1bd62f5d6c25537ad +MD5 (xhippo-1.05.tar.gz) = a601610f1e2c318b12ec3048766439d8 diff -ruN xhippo/patches/patch-aa xhippo.new/patches/patch-aa --- xhippo/patches/patch-aa Sat May 29 03:52:17 1999 +++ xhippo.new/patches/patch-aa Thu Jan 1 00:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed May 26 18:13:40 1999 -+++ Makefile.in Wed May 26 18:13:52 1999 -@@ -72,7 +72,7 @@ - bin_PROGRAMS = xhippo - xhippo_SOURCES = xhippo.c xhippo.h - xhippo_LDADD = @UILIBS@ --CPPFLAGS = -DSYSTEMXHIPPOCONFIG=\"@datadir@/xhippo.config\" -DVERSION=\"@VERSION@\" @UIFLAGS@ -+CPPFLAGS = -DSYSTEMXHIPPOCONFIG=\"@sysconfdir@/xhippo.config\" -DVERSION=\"@VERSION@\" @UIFLAGS@ - - EXTRA_DIST = README README.fvwm2 LIESMICH BUGS xhippo.config xhippo.gtkrc xhippo.xpm - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff -ruN xhippo/pkg/DESCR xhippo.new/pkg/DESCR --- xhippo/pkg/DESCR Sat Jun 5 05:36:43 1999 +++ xhippo.new/pkg/DESCR Sun Jul 4 22:31:45 1999 @@ -5,4 +5,4 @@ More can be added via the configuration file using external players -WWW: http://zenchaos.netpedia.net/#xhippo +WWW: http://www.gnu.org/software/xhippo/xhippo.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 8 17:29:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 007CE1559C; Thu, 8 Jul 1999 17:29:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72148; Thu, 8 Jul 1999 17:29:35 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 8 Jul 1999 17:29:35 -0700 (PDT) From: Message-Id: <199907090029.RAA72148@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12562: update port : devel/gindent Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port : devel/gindent State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Jul 8 17:29:21 PDT 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 Thu Jul 8 17:50:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BA7015523; Thu, 8 Jul 1999 17:50:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA73948; Thu, 8 Jul 1999 17:50:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 8 Jul 1999 17:50:50 -0700 (PDT) From: Message-Id: <199907090050.RAA73948@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12533: update ports : games/bnetd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports : games/bnetd State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Jul 8 17:50:25 PDT 1999 State-Changed-Why: Committed with the addition of patch-aa and patch-ab, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Jul 8 21:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 162D014F69 for ; Thu, 8 Jul 1999 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA93361; Thu, 8 Jul 1999 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 8 Jul 1999 21:30:02 -0700 (PDT) Message-Id: <199907090430.VAA93361@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Boris Popov Subject: Re: ports/12408: New port for ncplib (Netware client) Reply-To: Boris Popov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12408; it has been noted by GNATS. From: Boris Popov To: freebsd-gnats-submit@freebsd.org, bp@butya.kz Cc: Subject: Re: ports/12408: New port for ncplib (Netware client) Date: Fri, 09 Jul 1999 11:28:02 +0700 Please close this PR because next version will be released in a few days. -- Boris Popov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 0:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0EC114D7C for ; Fri, 9 Jul 1999 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA08967; Fri, 9 Jul 1999 00:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.atl.bellsouth.net (mail2.atl.bellsouth.net [205.152.0.22]) by hub.freebsd.org (Postfix) with ESMTP id 7B7BB15211 for ; Fri, 9 Jul 1999 00:09:11 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-68-48.atl.bellsouth.net [209.214.68.48]) by mail2.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id DAA16470 for ; Fri, 9 Jul 1999 03:09:09 -0400 (EDT) Received: (from wghicks@localhost) by wghicks.bellsouth.net (8.9.3/8.9.2) id DAA59416; Fri, 9 Jul 1999 03:12:55 -0400 (EDT) (envelope-from wghicks) Message-Id: <199907090712.DAA59416@bellsouth.net> Date: Fri, 9 Jul 1999 03:12:55 -0400 (EDT) From: wghicks@bellsouth.net Reply-To: wghicks@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12569: [NEW PORT] devel/p5-Parse-RecDescent Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12569 >Category: ports >Synopsis: A recursive descent parsing framework for Perl >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 Jul 9 00:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: W Gerald Hicks >Release: FreeBSD 3.2-STABLE i386 >Organization: Fair Play, Uninc. >Environment: Tested with FreeBSD 3.2-STABLE and stock Perl5 >Description: RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides: * Regular expressions or literal strings as terminals (tokens), * Multiple (non-contiguous) productions for any rule, * Repeated, optional and alternate subrules within productions, * Late-bound (run-time dispatched) subrules * Full access to Perl within actions specified as part of the grammar, * Simple automated error reporting during generation and parsing, * The ability to commit to, uncommit to, or reject particular productions during a parse, * Incremental extension of the parsing grammar (even during a parse), * The ability to retrieve the generated parsing code. >How-To-Repeat: Install the port ;) >Fix: begin 644 p5-Parse-RecDescent.tgz M'XL(`!6?A3<``^U9;7/:.!#.5_PK=J;)3'(3P,88!J[I-$W8E-)MG)3EF7(JBCU\P*,9. MONUQ@?D.DDL4!"-9//@!`F6SZCAP`%K,>_^+"ZA4RY9M54O5$H#EF(YU`,Z/ M4+Y)$B$]#G#`&9/?ZS<=(P:[,&BW$F^(?].;X)`&^!0=EFE6RN5_C+]EF4S(1\'(Z&NO&ZP$&@6")'!Y:[;U@^-:']X=W\\0.FSWM=AML]RZ7I#S'RP#&:Y]V>V^EW&SW] MY/#KVG6_[7:N^A?M\];M>K=^]^.;RT9G88JA'C5:/?5SU:T'73&,C]WY8,Y9 M[C>WJR&M=L=]V_A5:YRW;HL!'113FXKJGM;\R>UT&]>I\I9]EIOKJ]?O/"O8 MT,,;6:^_\0(O(N@7;,/P69ZP:$A'"<>ZD.(J($/]MTVGHOG?*E?W]7\7LEW\0_\IL=A0_\$R*_?C7[&M??W?A30O M'3A^L$(6U+P41G^>P!E42C4L^;9=&SA#WR\/B5\>8*EDV6CZSM"N[0O`?U8V MO?_Q9/3D/6`&_B^9)5/O_U0!V//_+F2;^%]<-YMNJ_=H'9OX'YSJBO_36F!5 MJF9ES_^[D'.U?2.)VLA]0?#G,8=8)0&-1C#D7HA3QB=Z%PAMM179$_USDVW> M_TNW>]%Y@HY-YS_E\MWZWR[9^OUWS-+^_=^%`-P%&]3NGF.H6EX0S&"$$7)/ MH@#)XKS/IM$=5^277"'Q1AHZBIHTD`M%&BP$0<,X0)AYA.0#.D$8*2H)U3R+ M&`D=4N+I4R91@(9B&\Z^4#5`G9=0H"51_O(DY"GW,)$!Q4$"E,BD` M(;DB*`&>L@UY2",O$'`LV00C<7*Z-DXS"235IAQ'+-+G()*.$I:($ZW63]+# M+I'2FQ?-@"89T"BW5/I=F+?/`"I3321UPB&6B,@"F58QJM#[H^ MSI7JFQ^P1&&/>1+E)0T5VU(1>Y*,T3]9C;.&>9L$2ALARGLU_RG[+K5X"[,7 MDXF^G@2EA-)B0[G:A3X9OH7JKUY M#JWK:MPEI$H%J:*K#5MXN2Q3R]PZ5B06W1OLY#N6K?FMU_F]62BG_V]4]_^]"[@Z9A>+6OFX6CXZ6 MQ\U'1\4T(XIK9\QQ:#P"Q/QM43Z&K']]G;Z^DB,6XB`3=.#Y62$DCK-"?-1< ME[J6%Z]DOF/:RE[WLY9G(7X%CBBX`*``` ` 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 Fri Jul 9 3: 0: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89F1C14EC1 for ; Fri, 9 Jul 1999 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32906; Fri, 9 Jul 1999 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 535F514E0A; Fri, 9 Jul 1999 02:51:02 -0700 (PDT) Message-Id: <19990709095102.535F514E0A@hub.freebsd.org> Date: Fri, 9 Jul 1999 02:51:02 -0700 (PDT) From: nicolls@dip.ee.uct.ac.za To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12571: Xfig port doesn't have Ghostscript support enabled Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12571 >Category: ports >Synopsis: Xfig port doesn't have Ghostscript support enabled >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 Jul 9 03:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Fred Nicolls >Release: 3.2-STABLE >Organization: University of Cape Town >Environment: FreeBSD dsp7.ee.uct.ac.za 3.2-STABLE FreeBSD 3.2-STABLE #6: Wed Jun 30 13:58:08 SAST 1999 nicolls@dsp7.ee.uct.ac.za:/usr/src/sys/compile/DSP7 i386 >Description: Xfig-3.2.2 compiles fine, but for some reason the -DGSBIT flag is not set in the makefile DEFINES (even if you have Ghostscript installed). This means that encapsulated postscript picture objects created in xfig are not displayed. >How-To-Repeat: cd /usr/ports/graphics/xfig; make install run xfig Create a picture object of an eps file - The eps picture is not displayed in xfig (a warning about not being able to convert the file pops up). >Fix: cd /usr/ports/graphics/xfig; make configure cd work/xfig.3.2.2 In the Makefile, add -DGSBIT to the line beginning with "^DEFINES =". cd ../.. make install >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 Jul 9 5:12:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29D6514ED1; Fri, 9 Jul 1999 05:12:19 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49471; Fri, 9 Jul 1999 05:12:19 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 9 Jul 1999 05:12:19 -0700 (PDT) From: Message-Id: <199907091212.FAA49471@freefall.freebsd.org> To: nsayer@freebsd.org, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12563: Package name collision - devel/mm & mail/metamail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Package name collision - devel/mm & mail/metamail State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Fri Jul 9 05:11:39 PDT 1999 State-Changed-Why: Renamed the metamail package to metamail-2.7 . Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 5:28:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B07AB14CBA; Fri, 9 Jul 1999 05:28:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA50871; Fri, 9 Jul 1999 05:28:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 9 Jul 1999 05:28:28 -0700 (PDT) From: Message-Id: <199907091228.FAA50871@freefall.freebsd.org> To: bp@butya.kz, sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12408: New port for ncplib (Netware client) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for ncplib (Netware client) State-Changed-From-To: feedback->closed State-Changed-By: sheldonh State-Changed-When: Fri Jul 9 05:27:42 PDT 1999 State-Changed-Why: Closed as per the submitter's request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 6:20: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80F3B155BD for ; Fri, 9 Jul 1999 06:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA56146; Fri, 9 Jul 1999 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-93.eisa.net.au [203.166.251.213]) by hub.freebsd.org (Postfix) with ESMTP id 0B954155B3 for ; Fri, 9 Jul 1999 06:13:53 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id XAA17851; Fri, 9 Jul 1999 23:13:36 +1000 (EST) (envelope-from jim) Message-Id: <199907091313.XAA17851@blues.ghis.net> Date: Fri, 9 Jul 1999 23:13:36 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12573: update port: irssi-0.7.11 to 0.7.12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12573 >Category: ports >Synopsis: update port: irssi-0.7.11 to 0.7.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: Fri Jul 9 06:20:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Patch updates port to the latest version. Also changed MASTER_SITES to new location. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/irc/irssi/Makefile irssi/Makefile --- /usr/ports/irc/irssi/Makefile Mon Jun 28 12:20:37 1999 +++ irssi/Makefile Fri Jul 9 22:27:19 1999 @@ -1,15 +1,15 @@ # New ports collection makefile for: irssi -# Version required: 0.7.11 +# Version required: 0.7.12 # Date created: 14 Apr 1999 # Whom: Jim Mock # # $Id: Makefile,v 1.5 1999/06/28 02:20:37 billf Exp $ # -DISTNAME= irssi-0.7.11-2 -PKGNAME= irssi-0.7.11 +DISTNAME= irssi-0.7.12-2 +PKGNAME= irssi-0.7.12 CATEGORIES= irc -MASTER_SITES= http://www.sicom.fi/~ikioma/irssi/ +MASTER_SITES= http://xlife.dhs.org/irssi/files/ MAINTAINER= jim@phrantic.phear.net @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR}/irssi-0.7.11 +WRKSRC= ${WRKDIR}/irssi-0.7.12 USE_PERL5= yes USE_X_PREFIX= yes diff -ruN /usr/ports/irc/irssi/files/md5 irssi/files/md5 --- /usr/ports/irc/irssi/files/md5 Sun Jun 20 06:09:29 1999 +++ irssi/files/md5 Fri Jul 9 20:37:14 1999 @@ -1 +1 @@ -MD5 (irssi-0.7.11-2.tar.bz2) = 75251b5461a7592a7b8bfffe95998344 +MD5 (irssi-0.7.12-2.tar.bz2) = 0eaffe78c9c438da0ae117d553d494e6 >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 Jul 9 6:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24482155BB for ; Fri, 9 Jul 1999 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA57437; Fri, 9 Jul 1999 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 9 Jul 1999 06:30:02 -0700 (PDT) Message-Id: <199907091330.GAA57437@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/12573: update port: irssi-0.7.11 to 0.7.12 Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12573; it has been noted by GNATS. From: Bill Fumerola To: jim@blues.ghis.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/12573: update port: irssi-0.7.11 to 0.7.12 Date: Fri, 9 Jul 1999 05:13:43 -0400 (EDT) On Fri, 9 Jul 1999 jim@phrantic.phear.net wrote: > -DISTNAME= irssi-0.7.11-2 > -PKGNAME= irssi-0.7.11 > +DISTNAME= irssi-0.7.12-2 > +PKGNAME= irssi-0.7.12 > -WRKSRC= ${WRKDIR}/irssi-0.7.11 > +WRKSRC= ${WRKDIR}/irssi-0.7.12 WRKSRC= ${WRKDIR}/${PKGNAME} - 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 Fri Jul 9 6:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEDB9155D6 for ; Fri, 9 Jul 1999 06:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA58343; Fri, 9 Jul 1999 06:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.ghis.net (pppc2-93.eisa.net.au [203.166.251.213]) by hub.freebsd.org (Postfix) with ESMTP id CA875155F1 for ; Fri, 9 Jul 1999 06:29:54 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id XAA22356; Fri, 9 Jul 1999 23:29:46 +1000 (EST) (envelope-from jim) Message-Id: <199907091329.XAA22356@blues.ghis.net> Date: Fri, 9 Jul 1999 23:29:46 +1000 (EST) From: jim@phrantic.phear.net Reply-To: jim@blues.ghis.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12574: fix port: audio/wmmixer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12574 >Category: ports >Synopsis: fix port: audio/wmmixer >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 9 06:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Patch fixes a problem with the wmmixer port failing after extract when trying to cd to a non-existent work dir.. ===> Configuring for wmmixer-1.0b1 cd: can't cd to /usr/ports/audio/wmmixer/work/wmmixer-1.0-beta1 *** Error code 2 Stop. *** Error code 1 ... >How-To-Repeat: cd /usr/ports/audio/wmmixer && make >Fix: Apply the following diff.. diff -ruN /usr/ports/audio/wmmixer/Makefile wmmixer/Makefile --- /usr/ports/audio/wmmixer/Makefile Sun Jun 27 11:52:37 1999 +++ wmmixer/Makefile Fri Jul 9 23:16:55 1999 @@ -16,6 +16,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +WRKSRC= ${WRKDIR}/wmmixer FETCH_BEFORE_ARGS= -t USE_IMAKE= yes NO_INSTALL_MANPAGES= yes >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 Jul 9 7:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A16021560D for ; Fri, 9 Jul 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA64521; Fri, 9 Jul 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from core.pavilion.net (core.pavilion.net [194.242.128.24]) by hub.freebsd.org (Postfix) with ESMTP id 4F5BC155F0 for ; Fri, 9 Jul 1999 07:30:39 -0700 (PDT) (envelope-from phil@pavilion.net) Received: (from phil@localhost) by core.pavilion.net (8.9.3/8.8.8) id PAA65269; Fri, 9 Jul 1999 15:30:38 +0100 (BST) (envelope-from phil) Message-Id: <199907091430.PAA65269@core.pavilion.net> Date: Fri, 9 Jul 1999 15:30:38 +0100 (BST) From: phil@pavilion.net Reply-To: phil@pavilion.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12575: Checksum problem installing rlytest-1.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12575 >Category: ports >Synopsis: Checksum problem installing rlytest-1.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 9 07:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Phil Duffen >Release: FreeBSD 3.1-STABLE i386 >Organization: Pavilion Internet Plc >Environment: >Description: cvsup'd port today - doing a make it complained that the checksum is invalid >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 Fri Jul 9 9:56:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 629EC14CDF for ; Fri, 9 Jul 1999 09:56:48 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id LAA05675; Fri, 9 Jul 1999 11:56:36 -0500 (CDT) Date: Fri, 9 Jul 1999 11:56:36 -0500 (CDT) From: Steve Price To: Gary Kline Cc: Nate , freebsd-ports@FreeBSD.ORG, debian-devel@lists.debian.org Subject: Re: FreeLinux (Debian/GNU BSD) In-Reply-To: <19990709093230.A22961@athena.tera.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 [Moved this to the -ports list since this is a ports issue for FreeBSD. Also removed one of the debian lists to cutdown on cross-posting.] On Fri, 9 Jul 1999, Gary Kline wrote: # This all sounds great, uniting Debian and BSD # (FreeBSD, say) --- I ran Debian for several # months before putting FBSD on both my systems. # # The thing is: the organization and the effort # (work!) required. # # Anybody out there with a few thousand hours # to spare? # # gary This has been discussed several times in recent months on the Debian lists. I participated briefly in one of the more recent ones. I offered my assistance, boxes to do the work on, they (Debian) even setup a mailing list (debian-bsd) I believe, and I worked up a set of patches to get dpkg to compile on a FreeBSD box. But it seems interest has fallen off since the mailing list doesn't seem to work anymore (or didn't for a peroid of time immediately following one of my posts several months ago). -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 10:17:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (law2-f144.hotmail.com [216.32.181.144]) by hub.freebsd.org (Postfix) with SMTP id B2E0015650 for ; Fri, 9 Jul 1999 10:17:23 -0700 (PDT) (envelope-from amybsd@hotmail.com) Received: (qmail 21784 invoked by uid 0); 9 Jul 1999 17:11:38 -0000 Message-ID: <19990709171138.21783.qmail@hotmail.com> Received: from 206.71.110.98 by www.hotmail.com with HTTP; Fri, 09 Jul 1999 10:11:36 PDT X-Originating-IP: [206.71.110.98] From: "Amy Wennings" To: freebsd-ports@freebsd.org Subject: Re: FreeLinux (Debian/GNU BSD) Date: Fri, 09 Jul 1999 12:11:36 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm curious to know, before any other conversation, just what's more wonderful about Debian's package system. The port system's worked like a dream for me. I love it, and I've yet to run into problems. What benefits would come from using the Debian package system? Are the enhancements things which could easily be glommed onto the existing port system? Are people just wishing for a nice GUI? >From: Steve Price >To: Gary Kline >CC: Nate , >freebsd-ports@FreeBSD.ORG,debian-devel@lists.debian.org >Subject: Re: FreeLinux (Debian/GNU BSD) >Date: Fri, 9 Jul 1999 11:56:36 -0500 (CDT) > >[Moved this to the -ports list since this is a ports issue for > FreeBSD. Also removed one of the debian lists to cutdown on > cross-posting.] > >On Fri, 9 Jul 1999, Gary Kline wrote: > ># This all sounds great, uniting Debian and BSD ># (FreeBSD, say) --- I ran Debian for several ># months before putting FBSD on both my systems. ># ># The thing is: the organization and the effort ># (work!) required. ># ># Anybody out there with a few thousand hours ># to spare? ># ># gary > >This has been discussed several times in recent months on the >Debian lists. I participated briefly in one of the more recent >ones. I offered my assistance, boxes to do the work on, they >(Debian) even setup a mailing list (debian-bsd) I believe, and >I worked up a set of patches to get dpkg to compile on a FreeBSD >box. But it seems interest has fallen off since the mailing list >doesn't seem to work anymore (or didn't for a peroid of time >immediately following one of my posts several months ago). > >-steve > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 10:20:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by hub.freebsd.org (Postfix) with ESMTP id 4E59715667 for ; Fri, 9 Jul 1999 10:20:32 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id KAA12018; Fri, 9 Jul 1999 10:19:55 -0700 (PDT) From: Gary Kline Message-Id: <199907091719.KAA12018@tao.thought.org> Subject: Re: FreeLinux (Debian/GNU BSD) In-Reply-To: from Steve Price at "Jul 9, 99 11:56:36 am" To: sprice@hiwaay.net (Steve Price) Date: Fri, 9 Jul 1999 10:19:54 -0700 (PDT) Cc: kline@tera.com, publisher@laptop.ompages.com, freebsd-ports@FreeBSD.ORG, debian-devel@lists.debian.org Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Steve Price: > [Moved this to the -ports list since this is a ports issue for > FreeBSD. Also removed one of the debian lists to cutdown on > cross-posting.] > > On Fri, 9 Jul 1999, Gary Kline wrote: > > # This all sounds great, uniting Debian and BSD > # (FreeBSD, say) --- I ran Debian for several > # months before putting FBSD on both my systems. > # > # The thing is: the organization and the effort > # (work!) required. > # > # Anybody out there with a few thousand hours > # to spare? > # > # gary > > This has been discussed several times in recent months on the > Debian lists. I participated briefly in one of the more recent > ones. I offered my assistance, boxes to do the work on, they > (Debian) even setup a mailing list (debian-bsd) I believe, and > I worked up a set of patches to get dpkg to compile on a FreeBSD > box. But it seems interest has fallen off since the mailing list > doesn't seem to work anymore (or didn't for a peroid of time > immediately following one of my posts several months ago). > Since I'm a porter this reached me at thought.org... The idea of a LinuxBSD or DebianBSD || would really kick. It occured to me many moons ago; what also occured is the tremendous effort involved. I'd support it; I'd port for a linux+bsd system; plus keep on my DaemonNews column to add support there. Beyond that, there simply aren't enough hours/week ... Anybody else care for a *MONSTER* bite? gary > -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 11:41:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mercurio.nar.ufv.br (mercurio.nar.ufv.br [200.18.130.84]) by hub.freebsd.org (Postfix) with SMTP id 80790156AD for ; Fri, 9 Jul 1999 11:41:15 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: (qmail 470 invoked from network); 9 Jul 1999 18:35:04 -0000 Received: from mercurio.nar.ufv.br (HELO tdnet.com.br) (200.18.130.84) by mercurio.nar.ufv.br with SMTP; 9 Jul 1999 18:35:04 -0000 Message-ID: <378640D5.79BA48C0@tdnet.com.br> Date: Fri, 09 Jul 1999 15:35:01 -0300 From: Gustavo V G C Rios X-Mailer: Mozilla 4.51 [en] (X11; I; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: torstenb@FreeBSD.ORG Cc: ports@FreeBSD.org Subject: FreeBSD Port: ssh-1.2.27 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear gentleman, i am trying to get ssh running under my 3.2Stable system, but when i make install under ssh2, ssh1 is complaining about MD5 sig. Is there any known problem with the ports ? Thank you for your time and cooperation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 11:57:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 5A65915626 for ; Fri, 9 Jul 1999 11:57:11 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id NAA30049; Fri, 9 Jul 1999 13:56:45 -0500 (CDT) Date: Fri, 9 Jul 1999 13:56:45 -0500 (CDT) From: Steve Price To: Gary Kline Cc: kline@tera.com, publisher@laptop.ompages.com, freebsd-ports@FreeBSD.ORG Subject: Re: FreeLinux (Debian/GNU BSD) In-Reply-To: <199907091719.KAA12018@tao.thought.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 Fri, 9 Jul 1999, Gary Kline wrote: # The idea of a LinuxBSD or DebianBSD || # would really kick. It occured to me many moons ago; # what also occured is the tremendous effort involved. This sorta makes my point. Why do you want another distribution? Why not fix the problems with the one we already have? Is FreeBSD so beyond repair[1] that we can't fix what's wrong it and have a much better distribution than we have now. I offered to help port dpkg and friends to FreeBSD, because I've never used Debian and have heard quite a number of people claim it is better than FreeBSD's ports collection. Learning what they've done right, where we've fallen short, and fixing FreeBSD's problem is what benefits the project most. Dilluting the userbase and developers[2] does nothing to help FreeBSD in the long run. # I'd support it; I'd port for a linux+bsd system; plus # keep on my DaemonNews column to add support there. # Beyond that, there simply aren't enough hours/week ... Keep working on the Ports Collection and lend a hand to Marcel and friends with the Linux Binary ABI. Developing a new distro won't get you there any faster than if we all just focus on what's not right with what we have and fixing it instead. -steve [1] I happen to like the Ports collection and though there are things I wished it did, I'm not going to start a new distribution so I can fix them. [2] Imagine what more the Linux community could accomplish if it were one cohesive unit instead of what amounts to some 100+ competing distributions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 14:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64D6814E2C for ; Fri, 9 Jul 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92407; Fri, 9 Jul 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from terrafirma.cstone.net (terrafirma.cstone.net [205.197.102.33]) by hub.freebsd.org (Postfix) with ESMTP id 1370D14C9E for ; Fri, 9 Jul 1999 14:02:28 -0700 (PDT) (envelope-from ubergeek@terrafirma.cstone.net) Received: (from ubergeek@localhost) by terrafirma.cstone.net (8.9.3/8.9.2) id RAA56034; Fri, 9 Jul 1999 17:02:51 -0400 (EDT) (envelope-from ubergeek) Message-Id: <199907092102.RAA56034@terrafirma.cstone.net> Date: Fri, 9 Jul 1999 17:02:51 -0400 (EDT) From: adrian@ubergeeks.com Reply-To: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12580: typeo in cyrus port sample file Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12580 >Category: ports >Synopsis: The wrong argv[0] is given for pop3d. >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: Fri Jul 9 14:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 3.2-RELEASE i386 >Organization: Ubergeeks Consulting >Environment: FreeBSD 3.2-RELEASE with /usr/ports from -STABLE. >Description: There is a minor typo in the inetd.conf.cyrus file included in the cyrus port. Problem would cause pop3d to appear as imapd in ps listing by default. >How-To-Repeat: >Fix: Apply thsi patch. --- files/inetd.conf.cyrus.orig Fri Jul 9 16:58:16 1999 +++ files/inetd.conf.cyrus Fri Jul 9 16:58:30 1999 @@ -8,5 +8,5 @@ imap4 stream tcp nowait cyrus /usr/local/cyrus/bin/imapd imapd # # To be able to access the IMAP mailbox by POP-3, use this line. -pop3 stream tcp nowait cyrus /usr/local/cyrus/bin/pop3d imapd +pop3 stream tcp nowait cyrus /usr/local/cyrus/bin/pop3d pop3d # >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 Jul 9 16:55:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 1647614ECF; Fri, 9 Jul 1999 16:55:41 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 4A7EA767; Sat, 10 Jul 1999 16:54:36 -0700 (PDT) Date: Sat, 10 Jul 1999 16:54:36 -0700 From: Chris Piazza To: Gustavo V G C Rios Cc: torstenb@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: ssh-1.2.27 Message-ID: <19990710165436.B17183@norn.ca.eu.org> References: <378640D5.79BA48C0@tdnet.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <378640D5.79BA48C0@tdnet.com.br>; from Gustavo V G C Rios on Fri, Jul 09, 1999 at 03:35:01PM -0300 X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jul 09, 1999 at 03:35:01PM -0300, Gustavo V G C Rios wrote: > Dear gentleman, > > i am trying to get ssh running under my 3.2Stable system, but when i > make install under ssh2, ssh1 is complaining about MD5 sig. > > Is there any known problem with the ports ? > > Thank you for your time and cooperation. I think you may not have fully downloaded the distfile. Using a ports tree from 5 minutes ago, it all works here: 1022546 bytes transferred in 25.3 seconds (39.43 Kbytes/s) ===> Extracting for ssh-1.2.27 >> Checksum OK for ssh-1.2.27.tar.gz Delete ssh-1.2.27.tar.gz from /usr/ports/distfiles and try again. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "Stupidity is an elemental force for which no earthquake is a match." -Karl Kraus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 17:14:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rmx07.globecomm.net (rmx07.iname.net [165.251.8.75]) by hub.freebsd.org (Postfix) with ESMTP id DFE1814D72 for ; Fri, 9 Jul 1999 17:14:01 -0700 (PDT) (envelope-from davec@unforgettable.com) Received: from weba7.iname.net by rmx07.globecomm.net (8.9.1/8.8.0) with ESMTP id UAA18855 ; Fri, 9 Jul 1999 20:13:52 -0400 (EDT) From: davec@unforgettable.com Received: (from root@localhost) by weba7.iname.net (8.9.1a/8.9.2.Alpha2) id UAA12046; Fri, 9 Jul 1999 20:13:51 -0400 (EDT) MIME-Version: 1.0 Message-Id: <99070920135108.11894@weba7.iname.net> Date: Fri, 9 Jul 1999 20:13:51 -0400 (EDT) Content-Type: Text/Plain Content-Transfer-Encoding: 7bit To: ports@FreeBSD.ORG Subject: StarOffice 5.1 and setup Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I know this has been asked many a times and have gotten plenty of replies, but unfortunately my attempt has been dismal even after combing through dejanews and FreeBSD's mailing list archives. I downloaded StarOffice 5.1 (not 5.01) just recently, hoping to upgrade to it from my 5.01 which worked perfectly as per lt.tar.com's instructions. I followed the same proceedure for 5.1, and took some hints from the StarOffice howto www.freebsdrocks.com for net install. But when I run /usr/local/StarOffice/bin/soffice after the successful install, or any other binary from the StarOffice/bin dir, it would always shunt me into the setup script (where I would always get a pick of repair or deinstall). That was installing as root. I even tried installing as a regular user into the user's home dir. Absolutely the same result. And yes, I did read through the mailing list archive to grasp the idea that I need to check my .sversionrc file to make sure it exists, and contains the correct path. And it does exist, and it does contain the correct path. For those who were able to run 5.1 successfully, could you please share your experiences and los if it exists? I've really at an impasse trying to get this to actually run. It's installed, it just won't get it through it's head that I don't want the setup script when I run bin/soffice. Thank you. Dave ---------------------------------------------------------------- Get your free email from AltaVista at http://altavista.iname.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 17:30: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A688514CCE for ; Fri, 9 Jul 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA04176; Fri, 9 Jul 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id ACBE214C37 for ; Fri, 9 Jul 1999 17:19:57 -0700 (PDT) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id AAA05889; Sat, 10 Jul 1999 00:23:23 GMT (envelope-from rover) Message-Id: <199907100023.AAA05889@fly.lglobus.ru> Date: Sat, 10 Jul 1999 00:23:23 GMT From: "Oleg V. Volkov" Reply-To: rover@fly.lglobus.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12581: New port: games/linux_adom Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12581 >Category: ports >Synopsis: New port: games/linux_adom >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 Jul 9 17:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Doesn't matter. >Description: ADOM is advanced rogue-like game with color support and many other features. This is a binary port. >How-To-Repeat: No way. >Fix: Shell archive follows: <<>> # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (adom-099g14-elf.tar.gz) = c4421fa9bba043d45afbfa5c6133fe23 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' XAn rogue-like advanced rpg with color support (binary port) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XAncient Domains of Mystery (ADOM for short) is a rogue-like game Xwhich means that it is a single-user game featuring the exploration Xof a dungeon complex (and in the case of ADOM a few other games of Xthis genre: the exploration of a large wilderness area with Xvillages and many special locations). You control a fictional Xcharacter described by race, class, attributes, skills, and Xequipment. This fictional character is trying to achieve a specific Xgoal and succeed in a difficult quest. To fulfill the Xquest, you have to explore previously undiscovered tunnels and Xdungeons, fight hideous monsters, uncover long forgotten secrets, Xand find treasures of all kind. X XPlease read manual in /usr/local/share/doc/adom (or wherever ${PREFIX} was Xpointing) after installation. X XYou may have to build terminfo database in order to run ADOM. Read "readme.1st" Xsection VI.E for details. X XWWW: http://www.adom.de/ END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/adom Xshare/doc/adom/readme.1st Xshare/doc/adom/adomfaq.txt Xshare/doc/adom/manual.doc X@dirrm share/doc/adom END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: linux-adom X# http://www.adom.de/ X# Version required: 0.99g14 X# Date created: 10 July 1999 X# Whom: Oleg V. Volkov X# X# $Id$ X# X XDISTNAME= adom-099g14-elf XPKGNAME= linux_adom-0.99.g14 XCATEGORIES= games XMASTER_SITES= http://www.adom.de/adom/ X XMAINTAINER= rover@lglobus.ru X XRUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_lib X XWRKSRC= ${WRKDIR}/adom X XONLY_FOR_ARCHS= i386 XNO_PACKAGE= Only unmodified original package can be distributed X XNO_WRKSUBDIR= yes XSTRIP= # empty: do not touch linux binary! X Xdo-patch: Xdo-configure: Xdo-build: Xdo-install: X cd ${WRKSRC} && \ X ${INSTALL_PROGRAM} adom ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \ X ${PREFIX}/share/doc/adom X cd ${WRKSRC} && \ X ${INSTALL_MAN} readme.1st adomfaq.txt manual.doc \ X ${PREFIX}/share/doc/adom X.endif X X.include END-of-./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 Jul 9 18:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9476614DD6 for ; Fri, 9 Jul 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07920; Fri, 9 Jul 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from area51.slashnet.org (area51.slashnet.org [208.222.214.95]) by hub.freebsd.org (Postfix) with ESMTP id 1E87B14D9D for ; Fri, 9 Jul 1999 18:01:49 -0700 (PDT) (envelope-from smkelly@zombie.org) Received: from ts003d21.oma-ne.concentric.net ([206.83.79.129] helo=main.zombie.org ident=root) by area51.slashnet.org with esmtp (Exim 3.02 #1 (Debian)) for FreeBSD-gnats-submit@freebsd.org id 112lWV-0000Ao-00; Fri, 09 Jul 1999 21:01:48 -0400 Received: from smkelly by main.zombie.org with local (Exim 3.02 #1) for FreeBSD-gnats-submit@freebsd.org id 112lWM-000IZH-00; Fri, 09 Jul 1999 20:01:38 -0500 Message-Id: Date: Fri, 09 Jul 1999 20:01:38 -0500 From: smkelly@zombie.org Reply-To: smkelly@zombie.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12582: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12582 >Category: ports >Synopsis: >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 Jul 9 18:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sean Kelly >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: /usr/ports/www/roxen (Roxen Challenger) is out of date. There have been a few new releases which are not in ports... the package needs rebuilt from the newest source tree.. >How-To-Repeat: grep WRKSRC /usr/ports/www/roxen/Makefile # :) >Fix: Soembody with more expirence with ports than I have needs to rebuild the Roxen package from it's newest source tree (1.3.111 as of now). >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 Jul 9 19: 8:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (law2-f228.hotmail.com [216.32.181.228]) by hub.freebsd.org (Postfix) with SMTP id 7402A14D72 for ; Fri, 9 Jul 1999 19:08:23 -0700 (PDT) (envelope-from amybsd@hotmail.com) Received: (qmail 50030 invoked by uid 0); 10 Jul 1999 02:08:23 -0000 Message-ID: <19990710020823.50029.qmail@hotmail.com> Received: from 24.29.200.136 by www.hotmail.com with HTTP; Fri, 09 Jul 1999 19:08:22 PDT X-Originating-IP: [24.29.200.136] From: "Amy Wennings" To: freebsd-ports@freebsd.org Subject: Re: FreeLinux (Debian/GNU BSD) Date: Fri, 09 Jul 1999 21:08:22 CDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'd still like my question answered. Maybe I can put it more succinctly as two: 1> What does the Debian package installation system offer that FreeBSD's ports do not? 2> Can these be added to the existing system? Bonus points if you can put your answer in the form of an SRS. _______________________________________________________________ Get Free Email and Do More On The Web. Visit http://www.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 19:44:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 717EE14E21; Fri, 9 Jul 1999 19:44:33 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13120; Fri, 9 Jul 1999 19:44:33 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 9 Jul 1999 19:44:33 -0700 (PDT) From: Message-Id: <199907100244.TAA13120@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12573: update port: irssi-0.7.11 to 0.7.12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: irssi-0.7.11 to 0.7.12 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 9 19:44:20 PDT 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 Fri Jul 9 19:45: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E14B14E21; Fri, 9 Jul 1999 19:45:03 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13228; Fri, 9 Jul 1999 19:45:03 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 9 Jul 1999 19:45:03 -0700 (PDT) From: Message-Id: <199907100245.TAA13228@freefall.freebsd.org> To: rod@idiotswitch.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12567: Xhippo port update (from 0.85 to 1.05) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Xhippo port update (from 0.85 to 1.05) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 9 19:44:40 PDT 1999 State-Changed-Why: Committed, thanks! Look at patch-ab to see how I fixed your problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 19:45:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4693915181; Fri, 9 Jul 1999 19:45:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13308; Fri, 9 Jul 1999 19:45:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 9 Jul 1999 19:45:16 -0700 (PDT) From: Message-Id: <199907100245.TAA13308@freefall.freebsd.org> To: jim@blues.ghis.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12574: fix port: audio/wmmixer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix port: audio/wmmixer State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 9 19:45:07 PDT 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 19:46:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A675715178; Fri, 9 Jul 1999 19:46:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13397; Fri, 9 Jul 1999 19:46:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 9 Jul 1999 19:46:10 -0700 (PDT) From: Message-Id: <199907100246.TAA13397@freefall.freebsd.org> To: andy@icc.surw.chel.su, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12559: Update port: editors/le Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/le State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Jul 9 19:46:00 PDT 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 Fri Jul 9 19:50:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB840150E9; Fri, 9 Jul 1999 19:50:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13716; Fri, 9 Jul 1999 19:50:17 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 9 Jul 1999 19:50:17 -0700 (PDT) From: Message-Id: <199907100250.TAA13716@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/12531: New version of dejasearch. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New version of dejasearch. Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: cpiazza Responsible-Changed-When: Fri Jul 9 19:49:54 PDT 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 Fri Jul 9 20:50: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F272E14D07 for ; Fri, 9 Jul 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA16734; Fri, 9 Jul 1999 20:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.kt.rim.or.jp (mail.kt.rim.or.jp [202.247.130.53]) by hub.freebsd.org (Postfix) with ESMTP id BCE0F14CF5 for ; Fri, 9 Jul 1999 20:44:05 -0700 (PDT) (envelope-from yoshiaki@kt.rim.or.jp) Received: from singer.kt.rim.or.jp (ppp519.kt.rim.or.jp [202.247.140.169]) by mail.kt.rim.or.jp (8.8.8/3.6W-RIMNET-98-06-09) with ESMTP id MAA21284 for ; Sat, 10 Jul 1999 12:44:03 +0900 (JST) Received: (from yoshiaki@localhost) by singer.kt.rim.or.jp (8.9.3/3.7W-ppp-981208) id MAA36604; Sat, 10 Jul 1999 12:43:44 +0900 (JST) Message-Id: <199907100343.MAA36604@singer.kt.rim.or.jp> Date: Sat, 10 Jul 1999 12:43:44 +0900 (JST) From: Yoshiaki Uchikawa Reply-To: yoshiaki@kt.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12583: port update - mikmod 3.1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12583 >Category: ports >Synopsis: audio port - Mikmod update >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 9 20:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yoshiaki Uchikawa >Release: FreeBSD 4.0-CURRENT i386 >Organization: RIMNET >Environment: FreeBSD 4.0-CURRENT #0: Sun Jul 4 08:45:06 JST 1999 root@singer.tertio.atoll:/usr/src/sys/compile/KSTSING Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (380.23-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x580 Stepping=0 Features=0x8001bf real memory = 134217728 (131072K bytes) pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 >Description: We can't use old mikmod port, some files can't download now. >How-To-Repeat: >Fix: begin 644 mikmod.tar.gz M'XL(`+J_AC<``^U8_V_B-A3OK\U?\:966BOUDI@$:*OKZ;K"56P-5(3>]L.D MRB0&/.(X9R=0.NU_WW,(55=IZTX;[,OE([`3QWY?_9Y?(OA#>T79]#OQW\2S^.]WP:K@-'J_$ M/X9\ZV7\NZVZ_ML)`CXW*8!KH)!)E=-QPDQ4%_@^L$D,4O$I3VF2K&"I>)ZS M%,8K2T[@6T;3-[>T2`#)S)G2<&3HT?DQ3*2"SB"TP;HJE&)I#FM.7]^E_`$$ MY2F28>I(\S1BL,"U7*;@V:[M'Z,P5L!EK.@4/B);FL-;L;Y_+U93FC!;JND[ MJY=#H5',?,9@$(;@Q&SAQ#J#6'&D"$@Z*6*>3O$*D`XH%AE)+!0U98DNA91% MGA7Y29G0EAPGT43+4D\&2[J`\LT(U0B+S-B'Q>6(62IHKBL>IQ(EER/+LT.E5,TU1DM39A( M6JHS45+`])%G&+>F?902J(IFJ+4N.1J+5),=31=F#;K+L$^XSC%C?RA04RT+ MA<:O5$#Y43`S+Y^A!Q(^5E2M2OE$H7GDX'0D;;')A$6EYK!"`B"7*61*3A45 MVNPCED8X3*);_;V]ZX1:JOS_Q_F]R_HO\[S?K_+\+C'GJK/=` M':Q?(JKXQS.;F7-M*SQ>J_]<0IZ^_WF>:^*?-.OZ;R;["Q/]QA'3.G2VH=X-3#'E+:;,Z3!1`;]PJ2.7/< M)OZ@T3@GK?.&!V)&E83N0P:'N-#JX%'6OPRZ%_O/OVU:5Y>C[O5@V.N&%_L4 M2T-I!9?AJ#N\#WLC,S;+\^S<<9;+I2V*).>"IIS:D11.57]6N7+3P8_6/J): MMAZT8ZKF4HWME.6;>1;RZ?5'^.\.+_8WJKZ?Y[;B`HM9^Z?,LFYZW]QWNK?= 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 Fri Jul 9 21:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBAAD14F2E for ; Fri, 9 Jul 1999 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18837; Fri, 9 Jul 1999 21:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from terrafirma.cstone.net (terrafirma.cstone.net [205.197.102.33]) by hub.freebsd.org (Postfix) with ESMTP id AAEEC14ECB for ; Fri, 9 Jul 1999 21:39:40 -0700 (PDT) (envelope-from ubergeek@terrafirma.cstone.net) Received: (from ubergeek@localhost) by terrafirma.cstone.net (8.9.3/8.9.2) id AAA17647; Sat, 10 Jul 1999 00:40:05 -0400 (EDT) (envelope-from ubergeek) Message-Id: <199907100440.AAA17647@terrafirma.cstone.net> Date: Sat, 10 Jul 1999 00:40:05 -0400 (EDT) From: adrian@ubergeeks.com Reply-To: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12584: cyrus packing list is incomplete Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12584 >Category: ports >Synopsis: directories made during 'make install' are not in the package >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 9 21:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 3.2-RELEASE i386 >Organization: Ubergeeks Consulting >Environment: 3.2-R with ports from -STABLE as of 7/8/99. >Description: Several directories are made during the 'make install' target of the port that are not also made when installing the package. >How-To-Repeat: Make the package, remove it. Remove /usr/local/etc/imap*, /var/pwcheck and /var/spool/imap. Then install the package. Notice the absence of these directories. >Fix: Apply the following patch which adds the necessary commands to the package packing list. (Note, this could probably be done in a cleaner manner, but this works.) --- Makefile.orig Fri Jul 9 18:17:26 1999 +++ Makefile Sat Jul 10 00:12:12 1999 @@ -59,14 +59,15 @@ ${PREFIX}/share/doc/cyrus/html @${ECHO} share/doc/cyrus/html/${file}.html >>${TMPPLIST} .endfor - @${ECHO} "@dirrm share/doc/cyrus/html" - @${ECHO} "@dirrm share/doc/cyrus" + @${ECHO} "@dirrm share/doc/cyrus/html" >>${TMPPLIST} + @${ECHO} "@dirrm share/doc/cyrus" >>${TMPPLIST} .endif ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ ${PREFIX}/etc/imapd.conf.dist ${INSTALL_DATA} ${FILESDIR}/inetd.conf.cyrus \ ${PREFIX}/etc/ - ${INSTALL} -d -m 750 -o cyrus -g cyrus /var/spool/imap \ + ${INSTALL} -d -m 750 -o cyrus -g cyrus \ + /var/spool/imap \ ${PREFIX}/etc/imap \ ${PREFIX}/etc/imap/user \ ${PREFIX}/etc/imap/quota \ @@ -76,6 +77,25 @@ ${INSTALL} -d -m 700 -o cyrus -g cyrus /var/pwcheck ${TOUCH} ${PREFIX}/etc/imap/mailboxes chmod 640 ${PREFIX}/etc/imap/mailboxes + chown cyrus:cyrus ${PREFIX}/etc/imap/mailboxes + @${ECHO} "@exec mkdir %D/etc/imap" >>${TMPPLIST} +.for dir in user quota proc log msg + @${ECHO} "@exec mkdir %D/etc/imap/${dir}" >>${TMPPLIST} + @${ECHO} "@dirrm etc/imap/${dir}" >>${TMPPLIST} +.endfor + @${ECHO} "@exec cp /dev/null %D/etc/imap/mailboxes" >>${TMPPLIST} + @${ECHO} "@exec chown -R cyrus:cyrus %D/etc/imap" >>${TMPPLIST} + @${ECHO} "@exec chmod -R g-w,o= %D/etc/imap" >>${TMPPLIST} + @${ECHO} "@mode u=rwx,go=" >>${TMPPLIST} + @${ECHO} "@exec mkdir /var/pwcheck" >>${TMPPLIST} + @${ECHO} "@exec chown cyrus:cyrus /var/pwcheck" >>${TMPPLIST} + @${ECHO} "@exec chmod go= /var/pwcheck" >>${TMPPLIST} + @${ECHO} "@exec mkdir /var/spool/imap" >>${TMPPLIST} + @${ECHO} "@exec chown cyrus:cyrus /var/spool/imap" >>${TMPPLIST} + @${ECHO} "@exec chmod g-w,o= /var/spool/imap" >>${TMPPLIST} + @${ECHO} "@cwd /var" >>${TMPPLIST} + @${ECHO} "@dirrm pwcheck" >>${TMPPLIST} + @${ECHO} "@dirrm spool/imap" >>${TMPPLIST} @sed -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/cyrus.sh \ >${PREFIX}/etc/rc.d/cyrus.sh @chmod 0755 ${PREFIX}/etc/rc.d/cyrus.sh >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 Jul 9 22: 0: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E99C414ECB for ; Fri, 9 Jul 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA20239; Fri, 9 Jul 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 984D014CB0; Fri, 9 Jul 1999 21:55:19 -0700 (PDT) Message-Id: <19990710045519.984D014CB0@hub.freebsd.org> Date: Fri, 9 Jul 1999 21:55:19 -0700 (PDT) From: huver@amgraf.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12586: "Sane" or insane? Get your act together. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12586 >Category: ports >Synopsis: "Sane" or insane? Get your act together. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 9 22:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Huver >Release: 3.2 >Organization: I don't have an Organization, nor a Company >Environment: My machine has no problem. I can't say the same about your organization though. >Description: sane: was broken since 3.1, broken in 3.2, still broken in -current! 1. It was not built with a working GIMP on the build system, hence there is no "GIMP plugin" compiled in. The "you can symlink xsanimage to GIMP plugin directory" note is crap. 2, It was built with the wrong glib, xscanimage absolutely finds no SCSI scanner, whereas "camcontrol" clearly shows they are there. The ports/Makefile has it right: it needs gtk/glib-1.2.2, why was the package built with -1.2.3? xsane is the same way. >How-To-Repeat: Pull the package off CD or from packages ftp, install and see. "sane" my foot, INSANE is more like it. >Fix: If you cannot test the packages you build, don't bother putting them out on release. Require whoever builds a package must sign off "tested" before sending these "useless" packages out the door, and put that person's name in the +COMMENTS! This most basic QC concept that workers around the world know quite well, you guys sure aren't showing any. I had to spend 2 days pulling in glib/gtk etc. plus GIMP sources to build them, so sane can be build properly: all because I had to back glib/gtk down. Before 2.2.8, I never had this sort of problem; since 2.2.8, I've had to learn to read Spanish html docs, install packages that turn out useless, and rebuild ibraries. This irresponsible behavior must stop. >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 Jul 9 22: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6614C14CD1 for ; Fri, 9 Jul 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA20229; Fri, 9 Jul 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail3.lig.bellsouth.net (mail3.lig.bellsouth.net [205.152.0.51]) by hub.freebsd.org (Postfix) with ESMTP id 2B63314CB0 for ; Fri, 9 Jul 1999 21:50:39 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-216-76-187-106.sld.bellsouth.net [216.76.187.106]) by mail3.lig.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id AAA00574 for ; Sat, 10 Jul 1999 00:50:37 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id XAA17038; Fri, 9 Jul 1999 23:50:07 -0500 (CDT) (envelope-from glenn) Message-Id: <199907100450.XAA17038@gforce.johnson.home> Date: Fri, 9 Jul 1999 23:50:07 -0500 (CDT) From: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12585: Fix biology/tinker port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12585 >Category: ports >Synopsis: Fix Tinker port after distfile change. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 9 22:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Fix tinker port after distfile change. This PR updates the md5 file and the PLIST. >How-To-Repeat: >Fix: Apply the following diff to $PORTS/biology/tinker. diff -ruN tinker.old/files/md5 tinker/files/md5 --- tinker.old/files/md5 Fri Jul 9 23:05:05 1999 +++ tinker/files/md5 Fri Jul 9 23:06:47 1999 @@ -1 +1 @@ -MD5 (tinker.tar.gz) = 1b05697908aecb88aee9054188f8ac7f +MD5 (tinker.tar.gz) = 643ca5f0d1705bcffd35078b7953e1a6 diff -ruN tinker.old/pkg/PLIST tinker/pkg/PLIST --- tinker.old/pkg/PLIST Fri Jul 9 23:05:05 1999 +++ tinker/pkg/PLIST Fri Jul 9 23:28:18 1999 @@ -69,9 +69,8 @@ share/tinker/doc/guide.ps.Z share/tinker/doc/guide.txt share/tinker/doc/license.pdf -share/tinker/doc/license.ps +share/tinker/doc/license.ps.Z share/tinker/doc/license.txt -share/tinker/doc/logo-bind.ps.Z share/tinker/doc/logo.ps.Z share/tinker/doc/spine.ps share/tinker/doc/summary.pdf >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 Jul 9 22:25:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C508814FED; Fri, 9 Jul 1999 22:25:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21383; Fri, 9 Jul 1999 22:25:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Date: Fri, 9 Jul 1999 22:25:36 -0700 (PDT) From: Message-Id: <199907100525.WAA21383@freefall.freebsd.org> To: huver@amgraf.com, jkh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12586: "Sane" or insane? Get your act together. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "Sane" or insane? Get your act together. State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Fri Jul 9 22:24:06 PDT 1999 State-Changed-Why: 1. Sane works just fine on my system, with and without gimp, used directly from the ports collection. You have to configure sane first, however, and that seems unfortunately to be beyond the submitter's ability. 2. The submitter's mother wears combat boots and I'm closing this PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Jul 9 22:49:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scotty.masternet.it (scotty.masternet.it [194.184.65.2]) by hub.freebsd.org (Postfix) with ESMTP id 425A7150FC for ; Fri, 9 Jul 1999 22:49:34 -0700 (PDT) (envelope-from gmarco@scotty.masternet.it) Received: from suzy (modem00.masternet.it [194.184.65.10]) by scotty.masternet.it (8.9.3/8.9.3) with SMTP id HAA14169; Sat, 10 Jul 1999 07:49:28 +0200 (CEST) (envelope-from gmarco@scotty.masternet.it) Message-Id: <4.1.19990710075123.01a2cf10@194.184.65.4> X-Sender: gmarco@scotty.masternet.it X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sat, 10 Jul 1999 07:53:05 +0200 To: davec@unforgettable.com From: Gianmarco Giovannelli Subject: Re: StarOffice 5.1 and setup Cc: ports@freebsd.org In-Reply-To: <99070920135108.11894@weba7.iname.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 09/07/99, you wrote: >I know this has been asked many a times and have gotten plenty of replies, >but unfortunately my attempt has been dismal even after combing through >dejanews and FreeBSD's mailing list archives. > >I downloaded StarOffice 5.1 (not 5.01) just recently, hoping to upgrade to >it from my 5.01 which worked perfectly as per lt.tar.com's instructions. I >followed the same proceedure for 5.1, and took some hints from the >StarOffice howto www.freebsdrocks.com for net install. But when I run >/usr/local/StarOffice/bin/soffice after the successful install, or any other >binary from the StarOffice/bin dir, it would always shunt me into the setup >script (where I would always get a pick of repair or deinstall). That was >installing as root. I even tried installing as a regular user into the >user's home dir. Absolutely the same result. > >And yes, I did read through the mailing list archive to grasp the idea that >I need to check my .sversionrc file to make sure it exists, and contains the >correct path. And it does exist, and it does contain the correct path. For >those who were able to run 5.1 successfully, could you please share your >experiences and los if it exists? I've really at an impasse trying to get >this to actually run. It's installed, it just won't get it through it's >head that I don't want the setup script when I run bin/soffice. The setup seems unable to complete the install procedure and it miss to create a file in the home dir of the user ... create a file named : .sversionrc with two lines inside: [Versions] StarOffice 5.1=/usr/local/Office51 It should solve your problems... 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 Jul 10 1:44:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id A09F614D6E for ; Sat, 10 Jul 1999 01:44:54 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (iras-1-39.ucdavis.edu [169.237.16.39]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id BAA00518 for ; Sat, 10 Jul 1999 01:44:53 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id IAA04382 for ports@freebsd.org; Sat, 10 Jul 1999 08:44:51 GMT (envelope-from obrien) Date: Sat, 10 Jul 1999 01:44:51 -0700 From: "David O'Brien" To: ports@freebsd.org Subject: small Vim port Message-ID: <19990710014451.A4356@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I am planning on adding a new Vim port that is the opposite of the current "vim5" port (which has every feature turned on). This new Vim "lite" port is for those of use that use it remotely on server-type machines (replacing vim4 in this reguard). Thus NO X11 nor TCL needed. Should I call this port "vim-lite", "vim-small", or what? -- -- David (obrien@NUXI.com -or- obrien@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 Jul 10 2:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0131314D72 for ; Sat, 10 Jul 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35195; Sat, 10 Jul 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from delta.odessa.ua (dp-1-112.TM.Odessa.UA [195.66.213.112]) by hub.freebsd.org (Postfix) with ESMTP id EFEDF14CF7 for ; Sat, 10 Jul 1999 02:36:41 -0700 (PDT) (envelope-from vns@delta.odessa.ua) Received: (from vns@localhost) by delta.odessa.ua (8.9.3/8.9.3) id MAA00597; Sat, 10 Jul 1999 12:36:13 +0300 (EEST) (envelope-from vns) Message-Id: <199907100936.MAA00597@delta.odessa.ua> Date: Sat, 10 Jul 1999 12:36:13 +0300 (EEST) From: vns@delta.odessa.ua Reply-To: vns@delta.odessa.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12587: update port russian/apache13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12587 >Category: ports >Synopsis: update port russian/apache13 >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 Jul 10 02:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Vladimir N.Silyaev >Release: FreeBSD 4.0-CURRENT i386 >Organization: JSC Int >Environment: FreeBSD delta.odessa.ua 4.0-CURRENT FreeBSD 4.0-CURRENT >Description: update russian apache to 28.16 >How-To-Repeat: >Fix: --- apache13.orig/Makefile Mon May 3 06:57:52 1999 +++ apache13/Makefile Tue Jul 6 18:55:11 1999 @@ -31,7 +31,7 @@ MAINTAINER= vns@delta.odessa.ua Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 -RA_VERSION= 28.14 +RA_VERSION= 28.16 # # Small hack for alternate processing patchfiles diff -ur apache13.orig/files/md5 apache13/files/md5 --- apache13.orig/files/md5 Mon May 3 06:57:52 1999 +++ apache13/files/md5 Tue Jul 6 18:53:36 1999 @@ -1,2 +1,2 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 -MD5 (patches_1.3.6rusPL28.14.tar.gz) = 1bd6e2f53f961bae97a5f6047cbfbbbc +MD5 (patches_1.3.6rusPL28.16.tar.gz) = 34a84fefba2cef2034c2594dbf0ca06b >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 Jul 10 4:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F14414E13 for ; Sat, 10 Jul 1999 04:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA47988; Sat, 10 Jul 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fureai.or.jp (ppp070.td.fureai.or.jp [210.143.57.70]) by hub.freebsd.org (Postfix) with ESMTP id 771F714D87 for ; Sat, 10 Jul 1999 04:40:31 -0700 (PDT) (envelope-from futatuki@fureai.or.jp) Received: (from futatuki@localhost) by mkii.salt.bbs (8.9.3/8.9.1) id UAA39435; Sat, 10 Jul 1999 20:42:06 +0900 (JST) (envelope-from futatuki) Message-Id: <199907101142.UAA39435.mkii@futatuki.fureai.or.jp> Date: Sat, 10 Jul 1999 20:42:06 +0900 (JST) From: futatuki@fureai.or.jp Reply-To: futatuki@fureai.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12588: Update: audio/cdrdao for cdrdao-1.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12588 >Category: ports >Synopsis: Update: audio/cdrdao for cdrdao-1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 10 04:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhito FUTATSUKI >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: update for cdrdao-1.1.1 removed files: patches/* >How-To-Repeat: >Fix: diff -urN cdrdao110/Makefile cdrdao/Makefile --- cdrdao110/Makefile Wed May 12 19:38:07 1999 +++ cdrdao/Makefile Sat Jul 10 16:30:28 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: cdrdao -# Version required: 1.1.0 +# Version required: 1.1.1 # Date created: 7 April 1999 # Whom: futatuki # @@ -7,9 +7,10 @@ # # If You don't want to use Joerg Schilling's SCSI library, # set DONT_USE_SCGLIB = yes +# If You don't want to use pthead, set DONT_USE_PTHREAD = yes -DISTNAME= cdrdao-1.1.0.src -PKGNAME= cdrdao-1.1.0 +DISTNAME= cdrdao-1.1.1.src +PKGNAME= cdrdao-1.1.1 CATEGORIES= audio MASTER_SITES= http://www.ping.de/sites/daneb/ @@ -18,7 +19,7 @@ BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts\ dlg:${PORTSDIR}/devel/pccts -WRKSRC= ${WRKDIR}/cdrdao-1.1.0 +WRKSRC= ${WRKDIR}/cdrdao-1.1.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtkmmtest @@ -27,8 +28,12 @@ .include -.if defined(DONT_USE_SCGLIB) && ${OSVERSION} >= 300000 +.if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000 CONFIGURE_ARGS+= --without-scglib +.endif + +.if defined(DONT_USE_PTHREAD) && ${OSVERSION} > 320000 +CONFIGURE_ARGS+= --without-posix-threads .endif post-install: diff -urN cdrdao110/files/md5 cdrdao/files/md5 --- cdrdao110/files/md5 Tue Apr 6 18:04:19 1999 +++ cdrdao/files/md5 Tue Jun 29 00:53:42 1999 @@ -1 +1 @@ -MD5 (cdrdao-1.1.0.src.tar.gz) = c290a9eb6ac6733483502949b4bc2ecc +MD5 (cdrdao-1.1.1.src.tar.gz) = d5fd669ed5fee77c9053bc325c7b9f58 diff -urN cdrdao110/patches/patch-aa cdrdao/patches/patch-aa --- cdrdao110/patches/patch-aa Sat Apr 10 14:19:31 1999 +++ cdrdao/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,34 +0,0 @@ ---- dao/main.cc.orig Tue Apr 6 03:50:21 1999 -+++ dao/main.cc Sat Apr 10 13:48:13 1999 -@@ -130,16 +130,18 @@ - static int EJECT = 0; - static int SWAP = 0; - static int MULTI_SESSION = 0; --static int FIFO_BUFFERS = 32; - static Command COMMAND; - static int VERBOSE = 0; // verbose level - - #if defined(__FreeBSD__) - static const char *SCSI_DEVICE = "cd0"; -+static int FIFO_BUFFERS = 20; - #elif defined(__linux__) - static const char *SCSI_DEVICE = "/dev/cdrecorder"; -+static int FIFO_BUFFERS = 32; - #else - static const char *SCSI_DEVICE = "0,0,0"; -+static int FIFO_BUFFERS = 32; - #endif - - typedef CdrDriver *(*CdrDriverConstructor)(ScsiIf *, Toc *, unsigned long); ---- dao/cdrdao.man.orig Tue Apr 6 03:50:21 1999 -+++ dao/cdrdao.man Sat Apr 10 14:15:23 1999 -@@ -104,7 +104,8 @@ - .TP - .BI \--buffers " buffer-count" - Specifies the number of buffers that are allocated to avoid buffer under runs. --The minimal buffer count is fixed to 10, default is 32. -+The minimal buffer count is fixed to 10, default is 32 except -+on FreeBSD systems, on which default is 20. - Each buffer holds 1 second of audio data so that dividing - .I buffer_count - by the writing speed gives the maximum time for which reading of audio data diff -urN cdrdao110/patches/patch-ab cdrdao/patches/patch-ab --- cdrdao110/patches/patch-ab Sat Apr 10 14:18:35 1999 +++ cdrdao/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- dao/ScsiIf-freebsd-cam.cc.orig Tue Apr 6 03:50:21 1999 -+++ dao/ScsiIf-freebsd-cam.cc Sat Apr 10 14:17:47 1999 -@@ -64,7 +64,7 @@ - impl_->ccb = NULL; - impl_->timeout = 5000; - -- maxDataLen_ = 4096; -+ maxDataLen_ = 32768; - vendor_[0] = 0; - product_[0] = 0; - revision_[0] = 0; diff -urN cdrdao110/pkg/MESSAGE cdrdao/pkg/MESSAGE --- cdrdao110/pkg/MESSAGE Wed Apr 21 22:51:11 1999 +++ cdrdao/pkg/MESSAGE Tue Jun 29 00:57:01 1999 @@ -1,12 +1,11 @@ Note: * Be sure your kernel is built with "options SYSVMSG" and "options SYSVSHM". Cdrdao requires kernel with these options. - * If you want to use POSIX scheduling control for better scheduling, - include + * Also, you must include options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" - your kernel configuration. It provides rtprio based soft real-time - scheduling control. + in your kernel configuration. These options are required by POSIX thread + control functions. >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 Jul 10 6:33:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from yodeller.rising.com.au (yodeller.rising.com.au [203.63.216.19]) by hub.freebsd.org (Postfix) with ESMTP id 3BDCD14EDB for ; Sat, 10 Jul 1999 06:33:28 -0700 (PDT) (envelope-from hamish@rising.com.au) Received: from hamish by yodeller.rising.com.au with local (Exim 2.05 #1 (Debian)) id 112xFt-0005E6-00; Sat, 10 Jul 1999 23:33:25 +1000 Message-ID: <19990710233325.C20013@rising.com.au> Date: Sat, 10 Jul 1999 23:33:25 +1000 From: Hamish Moffatt To: freebsd-ports@freebsd.org, publisher@laptop.ompages.com Cc: debian-devel@lists.debian.org Subject: Re: FreeLinux (Debian/GNU BSD) Mail-Followup-To: freebsd-ports@freebsd.org, publisher@laptop.ompages.com, debian-devel@lists.debian.org References: <199907091429.HAA25261@deal1.bogs.org> <19990709091714.C973@laptop.ompages.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990709091714.C973@laptop.ompages.com>; from Nate on Fri, Jul 09, 1999 at 09:17:14AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jul 09, 1999 at 09:17:14AM -0700, Nate wrote: > There was a pretty long thread a few months ago, where debian > linux developers discussed incorporating the the FreeBSD kernel > into the debian software distribution. > > There is already Debian/GNU Linux, and Debian/GNU HURD. I believe > there may be people working on this now. I for one, would welcome > a debian distribution based on the freebsd kernel. > > I've used both freebsd and debian linux and I see the following problems > with each. But Nate, who would run such a system? I suspect FreeBSD users are quite happy with their user-space tools (like their own BSD fileutils, not the GNU ones, etc) and their ports system. I haven't found the ports system to be inferior to our packages, just different (I have 3.2-RELEASE installed here). I suspect Linux users are quite happy with Debian GNU/Linux as is stands now. I'm not interested in a flamewar, but I suspect that very few users would notice any difference between the kernels in terms of reliability, if indeed any difference at all. Hamish -- Hamish Moffatt VK3SB (ex-VK3TYD). CCs of replies from mailing lists are welcome. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 8:38: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wireless.net (wireless.net [207.137.156.159]) by hub.freebsd.org (Postfix) with ESMTP id 6161314C11; Sat, 10 Jul 1999 08:37:56 -0700 (PDT) (envelope-from bad@uhf.wireless.net) Received: from uhf.wireless.net (uhf.wireless.net [209.75.70.121]) by wireless.net (8.8.7/8.8.4) with ESMTP id IAA11588; Sat, 10 Jul 1999 08:37:56 -0700 (PDT) Received: from localhost (bad@localhost) by uhf.wireless.net (8.9.3/8.9.1) with ESMTP id LAA00730; Sat, 10 Jul 1999 11:38:49 -0400 (EDT) (envelope-from bad@uhf.wireless.net) Date: Sat, 10 Jul 1999 11:38:48 -0400 (EDT) From: Bernie Doehner To: msmith@freebsd.org Cc: ports@freebsd.org Subject: Staroffice 5.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Mike/Ports subscribers: Has anyone been able to hack staroffice 5.0 OR 5.1 to work under FreeBSD? I am still using 4.0 here (pre-threads) under BSD, but would like to upgrade to 5.1 under BSD, without having to run the application on a Linux box on my network and displaying on my BSD box.. Secondly, is there a set procedure for submiting a port entry? I'd like to submit a ports entry for the new version of Speak Freely (7.0).. Thanks. Bernie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 9: 6:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from november.jaded.net (november.jaded.net [216.94.113.4]) by hub.freebsd.org (Postfix) with ESMTP id 1577C14D07 for ; Sat, 10 Jul 1999 09:06:39 -0700 (PDT) (envelope-from dan@november.jaded.net) Received: (from dan@localhost) by november.jaded.net (8.9.3/8.9.3+trinsec_nospam) id MAA13279; Sat, 10 Jul 1999 12:18:19 -0400 (EDT) Date: Sat, 10 Jul 1999 12:18:19 -0400 From: Dan Moschuk To: Amy Wennings Cc: freebsd-ports@freebsd.org Subject: Re: FreeLinux (Debian/GNU BSD) Message-ID: <19990710121819.A13125@trinsec.com> References: <19990710020823.50029.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990710020823.50029.qmail@hotmail.com>; from Amy Wennings on Fri, Jul 09, 1999 at 09:08:22PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org | I'd still like my question answered. Maybe I can put it more succinctly as | two: | | 1> What does the Debian package installation system offer that FreeBSD's | ports do not? Having run Debian in the past, I must admit it's package management system was really well put together. ``dselect'', the front end to dpkg, would retrieve the current list of packages, and you could automagically update the updated packages to the latest version. The one drawback to the ports collection is that every so often (about once a month) I have to pkg_delete and rebuild any updated ports. | 2> Can these be added to the existing system? I don't see why not. If there is enough demand, I would certainly be willing to get this started. Perhaps it could be a nice 4.0 feature. Cheers! -Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 9:13:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 3696F14D61 for ; Sat, 10 Jul 1999 09:13:40 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id SAA06511 for ports@freebsd.org; Sat, 10 Jul 1999 18:13:37 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id 42011885F; Sat, 10 Jul 1999 15:45:17 +0200 (CEST) (envelope-from roberto) Date: Sat, 10 Jul 1999 15:45:17 +0200 From: Ollivier Robert To: ports@freebsd.org Subject: Re: StarOffice 5.1 and setup Message-ID: <19990710154517.A15310@keltia.freenix.fr> Mail-Followup-To: ports@freebsd.org References: <99070920135108.11894@weba7.iname.net> <4.1.19990710075123.01a2cf10@194.184.65.4> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.95.5i In-Reply-To: <4.1.19990710075123.01a2cf10@194.184.65.4>; from Gianmarco Giovannelli on Sat, Jul 10, 1999 at 07:53:05AM +0200 X-Operating-System: FreeBSD 4.0-CURRENT/ELF ctm#5443 AMD-K6 MMX @ 200 MHz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Gianmarco Giovannelli: > It should solve your problems... Doesn't. See the discussion on -emulation. 260 [15:38] roberto@keltia:transport/postfix> cat ~/.sversionrc [Versions] StarOffice 5.0=/opt/Office50 StarOffice 5.1=/opt/Office51 -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #71: Sun May 9 20:16:32 CEST 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 9:31: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by hub.freebsd.org (Postfix) with ESMTP id 784EB14C37; Sat, 10 Jul 1999 09:30:53 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id JAA25797; Sat, 10 Jul 1999 09:30:42 -0700 (PDT) Message-ID: <19990710093042.A25765@thought.org> Date: Sat, 10 Jul 1999 09:30:42 -0700 From: Gary Kline To: obrien@freebsd.org, ports@freebsd.org Subject: Re: small Vim port References: <19990710014451.A4356@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990710014451.A4356@dragon.nuxi.com>; from David O'Brien on Sat, Jul 10, 1999 at 01:44:51AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jul 10, 1999 at 01:44:51AM -0700, David O'Brien wrote: > Hi folks, > > I am planning on adding a new Vim port that is the opposite of the > current "vim5" port (which has every feature turned on). This new Vim > "lite" port is for those of use that use it remotely on server-type > machines (replacing vim4 in this reguard). Thus NO X11 nor TCL needed. > > Should I call this port "vim-lite", "vim-small", or what? > "vim-lite" has a nice ring to it.... gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 9:44:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by hub.freebsd.org (Postfix) with ESMTP id 58E0614C37 for ; Sat, 10 Jul 1999 09:44:27 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id JAA25871; Sat, 10 Jul 1999 09:44:02 -0700 (PDT) Message-ID: <19990710094402.B25765@thought.org> Date: Sat, 10 Jul 1999 09:44:02 -0700 From: Gary Kline To: Hamish Moffatt , freebsd-ports@freebsd.org, publisher@laptop.ompages.com Cc: debian-devel@lists.debian.org Subject: Re: FreeLinux (Debian/GNU BSD) References: <199907091429.HAA25261@deal1.bogs.org> <19990709091714.C973@laptop.ompages.com> <19990710233325.C20013@rising.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990710233325.C20013@rising.com.au>; from Hamish Moffatt on Sat, Jul 10, 1999 at 11:33:25PM +1000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jul 10, 1999 at 11:33:25PM +1000, Hamish Moffatt wrote: > On Fri, Jul 09, 1999 at 09:17:14AM -0700, Nate wrote: > > There was a pretty long thread a few months ago, where debian > > linux developers discussed incorporating the the FreeBSD kernel > > into the debian software distribution. > > > > There is already Debian/GNU Linux, and Debian/GNU HURD. I believe > > there may be people working on this now. I for one, would welcome > > a debian distribution based on the freebsd kernel. > > > > I've used both freebsd and debian linux and I see the following problems > > with each. > > But Nate, who would run such a system? > > I suspect FreeBSD users are quite happy with their user-space tools > (like their own BSD fileutils, not the GNU ones, etc) and their ports > system. I haven't found the ports system to be inferior to our packages, > just different (I have 3.2-RELEASE installed here). > > I suspect Linux users are quite happy with Debian GNU/Linux as is stands > now. I'm not interested in a flamewar, but I suspect that very few users > would notice any difference between the kernels in terms of reliability, > if indeed any difference at all. > This is most of it. Linux by itself is just a unixesque kernel so that a linuxBSD or debianBSD would not be much more than a merger of the Berkeley kernel|networking with all the GNU tools. If the Debian effort were to roll in additions like the STREAMS clone code (plus) hacked in the myriad drivers that Linux has (hmm, good and bad, really)---Nate, if this Debian|BSD concept was this, then you might be able to put together a Core team. Simply: a lotta work... gary -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 11:17:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id 4F78214DEE for ; Sat, 10 Jul 1999 11:17:29 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id UAA02986; Sat, 10 Jul 1999 20:17:28 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id SAA01293; Sat, 10 Jul 1999 18:37:51 +0200 (CEST) (envelope-from wosch) Date: Sat, 10 Jul 1999 18:37:51 +0200 (CEST) Message-Id: <199907101637.SAA01293@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2496 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category astro (http://www.freebsd.org/ports/astro.html) ================================================================== dgpsip-1.25 differential GPS over IP communication device Maintained by: dbaker@freebsd.org tkseti-1.36 Tkseti is a Tk based interface to seti@home Maintained by: brett@peloton.physics.montana.edu Also listed in: tk80 Requires: XFree86-3.3.3.1, setiathome-1.2, tcl-8.0.5, tk-8.0.5 wmglobe-1.0 A neat xearth-like WindowMaker dockapp Maintained by: andrews@technologist.com Also listed in: windowmaker Requires: XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4b37, windowmaker-0.60.0, xpm-3.4k Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== cdindex-1.1.0 CD Index client (a free Internet audio CD database) Maintained by: van.woerkom@netcologne.de Requires: gmake-3.77 kdemultimedia-i18n-1.1.1 KDE audio tools. Maintained by: imura@cs.titech.ac.jp Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, bzip2-0.9.0c, egcs-1.1.2, giflib-3.0, gmake-3.77, ja-kdelocale-1.0.0, jpeg-6b, kdebase-i18n-1.1.1, kdelibs-i18n-1.1.1, kdesupport-i18n-1.1.1, libtool-1.3, qt-i18n-1.44, xpm-3.4k xmms-0.9.1 X Multimedia System --- An audio player with a Winamp GUI Maintained by: espensk@stud.cs.uit.no Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gtk-1.2.3, libtool-1.3 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-acroread-chsfont-1999.5.24 Asian Font Packs for Acrobat Reader 4.0 (for Chinese Simplified) Maintained by: taoka@FreeBSD.ORG Requires: acroread-4.0, acroread-commfont-1999.5.24, linux_lib-2.6.1 zh-acroread-chtfont-1999.5.24 Asian Font Packs for Acrobat Reader 4.0 (for Chinese Traditional) Maintained by: taoka@FreeBSD.ORG Requires: acroread-4.0, acroread-commfont-1999.5.24, linux_lib-2.6.1 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== mysql-client-3.22.24 a multithreaded SQL database (client) Maintained by: dirk@FreeBSD.ORG Requires: libtool-1.3 mysql-server-3.22.24 a multithreaded SQL database (server) Maintained by: dirk@FreeBSD.ORG Requires: libtool-1.3, mysql-client-3.22.24 Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== korganizer-i18n-1.1.1 A Calendar / Scheduling tool (PIM) for KDE Maintained by: imura@cs.titech.ac.jp Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, bzip2-0.9.0c, egcs-1.1.2, giflib-3.0, gmake-3.77, ja-kdelocale-1.0.0, jpeg-6b, kdebase-i18n-1.1.1, kdelibs-i18n-1.1.1, kdesupport-i18n-1.1.1, libtool-1.3, qt-i18n-1.44, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== irb-0.5.1 Interactive Ruby Maintained by: yasuf@big.or.jp Requires: ruby-1.2.5 p5-Time-HiRes-01.20 A perl5 module implementing High resolution time, sleep, and alarm Maintained by: ports@FreeBSD.ORG Also listed in: perl5 pth-1.0b2 GNU Portable Threads Maintained by: rse@engelschall.com templ-0.2 Source code templates generator. Maintained by: hollywar@mail.holywar.net tkcon-1.6 Tk console for Tcl Maintained by: wghicks@bellsouth.net Also listed in: tk80 Requires: XFree86-3.3.3.1, tcl-8.0.5, tk-8.0.5 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== apel-xemacs-mule-9.19 A Portable Emacs Library for xemacs-mule. Maintained by: shige@FreeBSD.ORG Also listed in: elisp Requires: XFree86-3.3.3.1, faces-1.6.1, jpeg-6b, png-1.0.3, xemacs-mule-20.4, xemacs-mule-common-20.4, xpm-3.4k apel-xemacs-9.19 A Portable Emacs Library for xemacs. Maintained by: shige@FreeBSD.ORG Also listed in: elisp Requires: XFree86-3.3.3.1, jpeg-6b, png-1.0.3, xemacs-19.16, xpm-3.4k apel-xemacs20-9.19 A Portable Emacs Library for xemacs20. Maintained by: shige@FreeBSD.ORG Also listed in: elisp Requires: XFree86-3.3.3.1, jpeg-6b, png-1.0.3, xemacs-20.4, xpm-3.4k xemacs-packages-1.0 Common elisp packages for xemacs 21 Maintained by: me@FreeBSD.org xemacs-21.1 XEmacs text editor version 21 Maintained by: me@FreeBSD.org Requires: XFree86-3.3.3.1, gmake-3.77, jpeg-6b, png-1.0.3, xemacs-packages-1.0, xpm-3.4k Category games (http://www.freebsd.org/ports/games.html) ================================================================== FlightGear-0.6.1 The FlightGear flight simulator Maintained by: brian@CSUA.Berkeley.EDU Requires: Mesa-3.0, XFree86-3.3.3.1, autoconf-2.13, egcs-1.1.2, gmake-3.77, m4-1.4, mpg123-0.59q, plib-1.0.12a gma-0.5 A go-moku game which learns playing the game from studying its opponent. Maintained by: ijliao@csie.nctu.edu.tw kdegames-i18n-1.1.1 Games for the KDE integrated X11 desktop Maintained by: imura@cs.titech.ac.jp Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, bzip2-0.9.0c, egcs-1.1.2, giflib-3.0, gmake-3.77, ja-kdelocale-1.0.0, jpeg-6b, kdebase-i18n-1.1.1, kdelibs-i18n-1.1.1, kdesupport-i18n-1.1.1, libtool-1.3, qt-i18n-1.44, xpm-3.4k omega-0.90.4 A complex rogue-style game of dungeon exploration Maintained by: andy@icc.surw.chel.su xblood-1.0 Make the root window bloody Maintained by: sakai@miya.ee.kagu.sut.ac.jp Requires: XFree86-3.3.3.1 Category german (http://www.freebsd.org/ports/german.html) ================================================================== cheapcall-0.7e Shows cheapest German call-by-call telephone provider (German only) Maintained by: pcc@gmx.net Requires: XFree86-3.3.3.1, bzip2-0.9.0c, tcl-8.0.5, tclX-8.0.2, tk-8.0.5 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== giram-0.0.18 Giram is Really A Modeller Maintained by: bfoz@glue.umd.edu Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3, png-1.0.3, povray-3.1e kdegraphics-i18n-1.1.1 Graphics programs (PS,DVI,FAX,...) for the KDE integrated X11 desktop Maintained by: imura@cs.titech.ac.jp Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, bzip2-0.9.0c, egcs-1.1.2, giflib-3.0, gmake-3.77, ja-kdelocale-1.0.0, jpeg-6b, kdebase-i18n-1.1.1, kdelibs-i18n-1.1.1, kdesupport-i18n-1.1.1, libtool-1.3, png-1.0.3, qt-i18n-1.44, xpm-3.4k libwmf-0.1.11 A library of image format handlers Maintained by: cpiazza@FreeBSD.org Requires: XFree86-3.3.3.1, freetype-1.2, xpm-3.4k xdgagrab-0.3 capture an X server screen with a mouse pointer Maintained by: taoka@FreeBSD.org Requires: XFree86-3.3.3.1 Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== bitchx-75p3 An alternative ircII color client Maintained by: griffin@blackhole.iceworld.org blackened-1.6.2 The Blackened IRC Client. Maintained by: andrews@technologist.com bnc-2.6.2 A simple IRC relay proxy with support for virtual hosting Maintained by: billf@FreeBSD.org epic-4.pre2.003 The (E)nhanced (P)rogrammable (I)RC-II (C)lient Maintained by: benhutch@xfiles.org.uk ezbounce-0.85.2 A highly configurable IRC Proxy Maintained by: cpiazza@FreeBSD.org irc-2.10.1 The 'Internet Relay Chat' Server Maintained by: torstenb@FreeBSD.ORG ircii-4.4 The 'Internet Relay Chat' Client Maintained by: torstenb@FreeBSD.ORG ircd-hybrid-5.3p6 Irc server with many implemented options Maintained by: desmo@bandwidth.org ircii-epic-2.8.2.3.004 An enhanced version of ircII, the Internet Relay Chat client Maintained by: mph@freebsd.org irssi-0.7.11 Irssi is an IRC client that uses GTK+ and (optionally) GNOME Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, bzip2-0.9.0c, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 kvirc-0.9.0 An enchanced visual irc client for KDE Maintained by: anders@fix.no Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.1.1, png-1.0.3, qt-1.42, tiff-3.4b37 muh-2.04 A smart irc-bouncing-tool that remains on IRC all the time Maintained by: billf@FreeBSD.org Requires: gmake-3.77 ninja-1.1 Another ircII based irc client Maintained by: cpiazza@FreeBSD.org quirc-0.9.77 An irc client for the X Window System that uses TCL/TK Maintained by: cpiazza@FreeBSD.org Also listed in: tk80 Requires: XFree86-3.3.3.1, tcl-8.0.5, tk-8.0.5 roxirc-1.3 A tcl/tk irc client Maintained by: rox@fearme.com Also listed in: tk80 Requires: XFree86-3.3.3.1, tcl-8.0.5, tk-8.0.5 sic-0.18a Another 'Internet Relay Chat' Client Maintained by: sec@42.org sirc-2.211 Small (150k), fast, perl-based IRC client Maintained by: Studded@dal.net tkirc-1.202 A GUI for the ircII Internet Relay Chat client Maintained by: brianfeldman@hotmail.com Also listed in: tk80 Requires: XFree86-3.3.3.1, ircii-4.4, tcl-8.0.5, tk-8.0.5 trickyirc-0.99 Allows client independent detaching and reattaching of IRC sessions. Maintained by: troll@digitalspark.net Requires: gmake-3.77 xchat-1.1.0 X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, bzip2-0.9.0c, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 xgirc-0.1.1 A gtk-based irc client for X Windows Maintained by: jim@phrantic.phear.net Requires: XFree86-3.3.3.1, gtk-1.0.6 yagirc-0.66.1 A graphical IRC client scriptable in Perl Maintained by: mph@freebsd.org Requires: XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gtk-1.2.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libtool-1.3, png-1.0.3, tiff-3.4b37, xpm-3.4k zircon-1.18.213 An X11 interface to Internet Relay Chat Maintained by: jseger@FreeBSD.org Also listed in: tk80 Requires: XFree86-3.3.3.1, tcl-8.0.5, tk-8.0.5 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-acroread-jpnfont-1999.5.24 Asian Font Packs for Acrobat Reader 4.0 (for Japanese) Maintained by: taoka@FreeBSD.ORG Requires: acroread-4.0, acroread-commfont-1999.5.24, linux_lib-2.6.1 ja-xt-19990514 XSL Transformations (XSLT) implementation in Java (with Japanese patch) Maintained by: kuriyama@FreeBSD.ORG Also listed in: textproc Requires: jdk-1.1.8, unzip-5.40, xt-19990514 Category java (http://www.freebsd.org/ports/java.html) ================================================================== guavac-1.2 Guavac, a java compiler and decompiler developed under GPL Maintained by: nacai@iname.com Requires: egcs-1.1.2, gmake-3.77 java_cup-10.g An LALR parser generator in Java Maintained by: nordwick@xcf.berkeley.edu Requires: jdk-1.1.8 javac_netscape-1.0.1 Java compiler using Netscape 3.0+ Maintained by: smpatel@umiacs.umd.edu Requires: jdk-1.1.8, netscape-3.04 jdk-doc-1.1.8 Sun's Java Developers Kit documentation Maintained by: martti.kuparinen@ericsson.com jdk-tutorial-1.1.8 Sun's Java Developers Kit tutorial Maintained by: martti.kuparinen@ericsson.com jdk-1.1.8 Sun's Java Developers Kit Maintained by: nate@freebsd.org Also listed in: devel jfc-1.1 Java Foundation Classes with Swing Maintained by: kuriyama@FreeBSD.ORG Requires: jdk-1.1.8 jikes-0.47 A Java source to byte-code compiler made available by IBM Maintained by: dillon@backplane.com jlex-1.2.3 A lexical analyzer generator, written for Java, in Java Maintained by: jake@checker.org Requires: jdk-1.1.8 jsdk-2.0 Sun's Java Servlet Developers Kit Maintained by: greg@greg.rim.or.jp Requires: jdk-1.1.8 kaffe-1.0.b4 Java virtual machine including JIT compiler and AWT package Maintained by: xaa@xaa.iae.nl Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, png-1.0.3 shujit-0.2.10 A Just In Time java bytecode compiler Maintained by: jake@checker.org Requires: egcs-1.1.2, gdbm-1.8.0, gmake-3.77, jdk-1.1.8, ruby-1.2.5 tya-1.3v2 A ``100% unofficial'' JIT-compiler for java Maintained by: jake@checker.org Requires: jdk-1.1.8 Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-acroread-korfont-1999.5.24 Asian Font Packs for Acrobat Reader 4.0 (for Korean) Maintained by: taoka@FreeBSD.ORG Requires: acroread-4.0, acroread-commfont-1999.5.24, linux_lib-2.6.1 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== lua-3.1 Small, compilable scripting language providing easy access to C code Maintained by: richard@homemail.com Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== pine4-ssl-4.10.1.1 PINE(tm) -- a Program for Internet News & Email Maintained by: nsayer@freebsd.org Also listed in: news Requires: openssl-0.9.3a, rsaref-2.0 wanderlust-emacs-1.0.2 Yet another message interface on Emacsen Maintained by: nobutaka@nobutaka.com Also listed in: elisp Requires: XFree86-3.3.3.1, apel-emacs-9.19, custom-emacs-1.9962, emacs-19.34b, flim-emacs-1.12.5, mm-2.7, semi-emacs-1.13.3 wanderlust-emacs20-1.0.2 Yet another message interface on Emacsen Maintained by: nobutaka@nobutaka.com Also listed in: elisp Requires: XFree86-3.3.3.1, apel-emacs20-9.19, emacs-20.3, flim-emacs20-1.12.5, mm-2.7, semi-emacs20-1.13.3 wanderlust-mule-1.0.2 Yet another message interface on Emacsen Maintained by: nobutaka@nobutaka.com Also listed in: elisp Requires: XFree86-3.3.3.1, apel-mule-9.19, custom-mule-1.9962, flim-mule-1.12.5, mm-2.7, mule-2.3, mule-common-2.3, semi-mule-1.13.3 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== kdeutils-i18n-1.1.1 Utilities for the KDE integrated X11 desktop Maintained by: imura@cs.titech.ac.jp Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, bzip2-0.9.0c, egcs-1.1.2, giflib-3.0, gmake-3.77, ja-kdelocale-1.0.0, jpeg-6b, kdebase-i18n-1.1.1, kdelibs-i18n-1.1.1, kdesupport-i18n-1.1.1, libtool-1.3, qt-i18n-1.44, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== cvsweb-1.0 WWW CGI script that allows remote access to a CVS tree Maintained by: sada@FreeBSD.ORG Also listed in: www domtools-1.4.0 a set of utilities for extracting information from DNS records. Maintained by: veers@disturbed.net downloader-0.98 A program for downloading via ftp or http with GUI. Maintained by: ijliao@csie.nctu.edu.tw Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 Generic-NQS-3.50.4 Generic Network Queuing System Maintained by: tonym@angis.org.au kdenetwork-i18n-1.1.1 Network modules for the KDE integrated X11 desktop Maintained by: imura@cs.titech.ac.jp Also listed in: news kde Requires: Mesa-3.0, XFree86-3.3.3.1, bzip2-0.9.0c, egcs-1.1.2, gdbm-1.8.0, giflib-3.0, gmake-3.77, ja-kdelocale-1.0.0, jpeg-6b, kdebase-i18n-1.1.1, kdelibs-i18n-1.1.1, kdesupport-i18n-1.1.1, libtool-1.3, png-1.0.3, qt-i18n-1.44, uulib-0.5.13, xpm-3.4k p5-SNMP_Session-0.70 A perl5 module for providing rudimentary access to SNMPv1 agents Maintained by: ports@FreeBSD.ORG Also listed in: perl5 pptpclient-1.0.2 A PPTP client for establishing a VPN link with an NT server. Maintained by: jdp@freebsd.org rtsp_proxy-1.0 Apple Computer's open source RTP/RTSP streaming Quicktime proxy. Maintained by: richard@homemail.com Category print (http://www.freebsd.org/ports/print.html) ================================================================== acroread-commfont-1999.5.24 Asian Font Packs for Acrobat Reader 4.0 (for common files) Maintained by: taoka@FreeBSD.ORG Also listed in: japanese Requires: acroread-4.0, linux_lib-2.6.1 cdlabelgen-1.1.3 Generate postscript for frontcards and traycards for CDs Maintained by: nox@jelal.kn-bremen.de Category security (http://www.freebsd.org/ports/security.html) ================================================================== libmcrypt-2.2 Multi-cipher cryptographic library (used in PHP3) Maintained by: nsayer@freebsd.org mhash-0.5.0 Cryptographic hashing library (used in PHP3) Maintained by: nsayer@freebsd.org Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== gcombust-0.1.18 A GTK+ frontend for mkisofs and cdrecord Maintained by: nox@jelal.kn-bremen.de Requires: XFree86-3.3.3.1, cdrecord-1.8a22, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== cocoon-1.3.1 100% pure Java publishing framework servlet Maintained by: kuriyama@FreeBSD.ORG Also listed in: www java Requires: apache-1.3.6, apache-jserv-1.0, jdk-1.1.8, jsdk-2.0 lotusxsl-0.17.2 XSLT (XSL Transformations) implementation. Maintained by: kuriyama@FreeBSD.ORG Requires: jdk-1.1.8, jfc-1.1, unzip-5.40, xml4j-2.0.11 xt-19990514 XSL Transformations (XSLT) implementation in Java Maintained by: kuriyama@FreeBSD.ORG Requires: jdk-1.1.8, unzip-5.40 Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache-jserv-1.0 Loadable servlet module for apache. Maintained by: greg@greg.rim.or.jp Also listed in: java Requires: apache-1.3.6, jdk-1.1.8, jsdk-2.0, libtool-1.3 g-gcl-1.10 Sample counter scripts for Graphic Counter Language. Maintained by: adam@whizkidtech.net Also listed in: graphics Requires: gracula-3.0 hotjava-3.0 Sun's Hotjava web browser Maintained by: jose@nobody.org Also listed in: java Requires: jdk-1.1.8 plugger-3.0 A multimedia front-end plugin for Netscape Maintained by: sachs@cs.williams.edu Requires: XFree86-3.3.3.1, netscape-navigator-4.61 tinyproxy-1.2.6 A small, efficient HTTP proxy server Maintained by: mitsuru@riken.go.jp Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== kdetoys-i18n-1.1.1 Small applications for the KDE integrated X11 desktop Maintained by: imura@cs.titech.ac.jp Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, bzip2-0.9.0c, egcs-1.1.2, giflib-3.0, gmake-3.77, ja-kdelocale-1.0.0, jpeg-6b, kdebase-i18n-1.1.1, kdelibs-i18n-1.1.1, kdesupport-i18n-1.1.1, libtool-1.3, qt-i18n-1.44, xpm-3.4k Category x11-servers (http://www.freebsd.org/ports/x11-servers.html) ================================================================== Xfstt-0.9.10 A TrueType font server for X11 Maintained by: jabley@clear.co.nz Requires: XFree86-3.3.3.1 xtt-3DLabs-1.2.1 A X True Type Server for SVGA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-8514-1.2.1 A X True Type Server for 8514 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-AGX-1.2.1 A X True Type Server for AGX Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-I128-1.2.1 A X True Type Server for I128 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-Mach32-1.2.1 A X True Type Server for Mach32 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-Mach64-1.2.1 A X True Type Server for Mach64 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-Mach8-1.2.1 A X True Type Server for Mach8 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-Mono-1.2.1 A X True Type Server for Mono Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-P9000-1.2.1 A X True Type Server for P9000 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-S3-1.2.1 A X True Type Server for S3 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-S3V-1.2.1 A X True Type Server for S3V Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-SVGA-1.2.1 A X True Type Server for SVGA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-VGA16-1.2.1 A X True Type Server for VGA16 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-W32-1.2.1 A X True Type Server for W32 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-common-1.2.1 Common files for X True Type Servers Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2 xtt-xfs-1.2.1 A X True Type Font Server Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98EGC-1.2.1 A X True Type Server for X98 EGC Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98GA968-1.2.1 A X True Type Server for X98 GA968 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98GANBWAP-1.2.1 A X True Type Server for X98 GANBWAP Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98MGA-1.2.1 A X True Type Server for X98 MGA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98NEC480-1.2.1 A X True Type Server for X98 NEC480 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98NECS3-1.2.1 A X True Type Server for X98 NECS3 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98NKVNEC-1.2.1 A X True Type Server for X98 NKVNEC Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98PWLB-1.2.1 A X True Type Server for X98 PWLB Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98PWSKB-1.2.1 A X True Type Server for X98 PWSKB Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98SVGA-1.2.1 A X True Type Server for X98 SVGA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98TGUI-1.2.1 A X True Type Server for X98 TGUI Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98WABEP-1.2.1 A X True Type Server for X98 WABEP Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98WABS-1.2.1 A X True Type Server for X98 WABS Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 xtt-98WSNA-1.2.1 A X True Type Server for X98 WSNA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.3.1, freetype-1.2, ja-jcode.pl-2.10, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.2.1 Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== plib-1.0.12a A portable library for joystick/sound/OpenGL GUI/3D math Maintained by: brian@CSUA.Berkeley.EDU Requires: Mesa-3.0, XFree86-3.3.3.1, egcs-1.1.2, gmake-3.77 wxgtk-2.0.1 wxWindows is a C++ cross-platform GUI toolkit (this is wxGTK) Maintained by: alex@cichlids.com Requires: XFree86-3.3.3.1, gmake-3.77, gtk-1.0.6 Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== kde-i18n-1.1.1 The "meta-port" for the KDE integrated X11 desktop Maintained by: imura@cs.titech.ac.jp Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, gdbm-1.8.0, giflib-3.0, ja-kdelocale-1.0.0, jpeg-6b, kdebase-i18n-1.1.1, kdegames-i18n-1.1.1, kdegraphics-i18n-1.1.1, kdelibs-i18n-1.1.1, kdemultimedia-i18n-1.1.1, kdenetwork-i18n-1.1.1, kdesupport-i18n-1.1.1, kdeutils-i18n-1.1.1, korganizer-i18n-1.1.1, png-1.0.3, qt-i18n-1.44, uulib-0.5.13, xpm-3.4k xmx-1.1 An X protocol multiplexor Maintained by: ob@seicom.NET Requires: XFree86-3.3.3.1 Updated ports last two weeks - ----------------------------------- Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== aumix-1.22.1 A fullscreen ncurses based audio mixer for the console Maintained by: cpiazza@FreeBSD.org Requires: gettext-0.10.35, gmake-3.77 gqmpeg-0.6.3 Another gtk-based MP3 frontend Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, glib-1.2.3, gtk-1.2.3, imlib-1.9.4, jpeg-6b, mpg123-0.59q, png-1.0.3, tiff-3.4b37 id3ed-1.9 An id3 tag editor for mp3 files Maintained by: cpiazza@FreeBSD.org Requires: gmake-3.77 lame-3.13 ISO code based fast MP3 encorder kit Maintained by: yoshiaki@kt.rim.or.jp Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 libmikmod-3.1.7 MikMod Sound Library, version 3.1.6 Maintained by: mharo@FreeBSD.ORG Requires: esound-0.2.8, gmake-3.77, libaudiofile-0.1.6, libtool-1.3 ripit-1.4 A perl-script frontend for encoding audio CDs to MP3 files Maintained by: oyvindmo@initio.no Requires: XFree86-3.3.3.1, bladeenc-0.76, tosha-0.6, xmcd-2.5, xpm-3.4k WSoundPrefs-1.0.2 A utility for configuring sounds to play for Window Maker events Maintained by: gljohns@bellsouth.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4b37, windowmaker-0.60.0, wmsound-0.9.5, xpm-3.4k Category biology (http://www.freebsd.org/ports/biology.html) ================================================================== tinker-3.7 A general purpose molecular modelling package Maintained by: gjohnson@nola.srrc.usda.gov Requires: libU77-2.6 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-rxvt-2.6.0 A low memory usage xterm replacement that supports color & chinese Maintained by: frankch@waru.life.nthu.edu.tw Also listed in: x11 Requires: XFree86-3.3.3.1, bzip2-0.9.0c, xpm-3.4k Category comms (http://www.freebsd.org/ports/comms.html) ================================================================== mgetty-1.1.20 Handle external logins, send and receive faxes Maintained by: jmz@FreeBSD.org Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== gmysql-0.3.3 GTK+ frontend for mysql Maintained by: dirk@FreeBSD.ORG Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gtk-1.2.3, mysql-client-3.22.24 postgresql-6.5 A robust, next generation, object-relational DBMS Maintained by: andreas@FreeBSD.ORG Requires: gmake-3.77 tkgnats-3.0.10 Graphical frontend for the free bug-tracking system Maintained by: andreas@FreeBSD.ORG Also listed in: tk80 Requires: XFree86-3.3.3.1, gnats-3.110, tcl-8.1, tk-8.1 xmysqladmin-1.0 X11 front end to the mysqladmin command of the MySQL database engine Maintained by: andreas@FreeBSD.ORG Requires: XFree86-3.3.3.1, mysql-client-3.22.24, xforms-0.88.1, xpm-3.4k Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== plan-1.8.1 An X/Motif schedule planner with calendar Maintained by: deischen@iworks.InterWorks.org Requires: XFree86-3.3.3.1, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== gide-0.1.2 GTK-based IDE for the C programming Language Maintained by: cpiazza@FreeBSD.org Also listed in: gnome Requires: ORBit-0.4.3, XFree86-3.3.3.1, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomelibs-1.0.9, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, png-1.0.3, tiff-3.4b37, xpm-3.4k indent-1.10.0 GNU indent Maintained by: kchowksey@hss.hns.com gtksheet-7.6 A matrix widget for GTK+ Maintained by: ijliao@csie.nctu.edu.tw Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 mm-1.0.9 Shared memory library for applications with pre-forked process model Maintained by: rse@engelschall.com nasm-0.98 General-purpose multi-platform x86 assembler Maintained by: murray@cdrom.com Also listed in: lang pccts-1.33.19 The Purdue Compiler Construction Tool Set Maintained by: andy@icc.surw.chel.su Requires: unzip-5.40 shtool-1.3.3 The GNU Portable Shell Tool Maintained by: rse@engelschall.com tvision-0.7 The Turbo Vision C++ CUI library for UNIX Maintained by: ssigala@globalnet.it Requires: libtool-1.3 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== apel-emacs-9.19 A Portable Emacs Library for emacs. Maintained by: shige@FreeBSD.ORG Also listed in: elisp Requires: XFree86-3.3.3.1, emacs-19.34b apel-emacs20-9.19 A Portable Emacs Library for emacs20. Maintained by: shige@FreeBSD.ORG Also listed in: elisp Requires: XFree86-3.3.3.1, emacs-20.3 apel-mule-9.19 A Portable Emacs Library for mule. Maintained by: shige@FreeBSD.ORG Also listed in: elisp Requires: XFree86-3.3.3.1, mule-2.3, mule-common-2.3 cooledit-3.11.3 Cooledit is a suite of utilities, including a GUI editor Maintained by: brett@peloton.physics.montana.edu Requires: XFree86-3.3.3.1, gettext-0.10.35, gmake-3.77, libtool-1.3, xpm-3.4k lpe-1.2.2 A "lightweight programmer's editor" with syntax highlighting Maintained by: cpiazza@FreeBSD.org Requires: gettext-0.10.35, gmake-3.77, libslang-1.2.2, libtool-1.3 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== snes9x-119a Super Nintendo Entertainment System(SNES) Emulator Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gmake-3.77, nasm-0.98, pgcc-1.1.3, unzip-5.40 xzx-2.9.0 ZX Spectrum (48K/128K/+3) Emulator for X11 Windows Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.3.1 Category games (http://www.freebsd.org/ports/games.html) ================================================================== crafty-16.11 A chess programm for playing and analyzing games Maintained by: seggers@semyam.dinoco.de dopewars-1.4.3 A UNIX rewrite of a game originally based on "Drug Wars" Maintained by: jim@phrantic.phear.net Requires: gmake-3.77 wmtictactoe-1.0 A dockable TicTacToe game for WindowMaker and AfterStep Maintained by: jim@phrantic.phear.net Also listed in: windowmaker afterstep Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== gimp-i18n-1.1.6 The GNU Image Manipulation Program with I18N extension Maintained by: nobutaka@nobutaka.com Requires: XFree86-3.3.3.1, aalib-1.2, bzip2-0.9.0c, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3, jpeg-6b, libtool-1.3, mpeg_lib-1.2.1, png-1.0.3, tiff-3.4b37, xpm-3.4k gqview-0.7.0 Another gtk-based graphic file viewer Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, glib-1.2.3, gtk-1.2.3, imlib-1.9.4, jpeg-6b, png-1.0.3, tiff-3.4b37 gracula-3.0 A Graphic Counter Language compiler/interpreter Maintained by: adam@whizkidtech.net graphviz-1.4 Graph Visualization Software from AT&T and Bell Labs Maintained by: ports@FreeBSD.ORG Also listed in: tk80 Requires: XFree86-3.3.3.1, tcl-8.0.5, tk-8.0.5 p5-chart-0.99b A perl5 interface to build chart graphics Maintained by: dan@trinsec.com Also listed in: perl5 Requires: p5-GD-1.18 tgif-nls-4.1.16 A two-dimensional drawing tool with NLS message catalogs support Maintained by: one@netlab.is.tsukuba.ac.jp Requires: XFree86-3.3.3.1, gettext-0.10.35, jpeg-6b, netpbm-94.3.1, tiff-3.4b37 tgif-4.1.16 An Xlib-based two-dimensional drawing tool and hyper-object browser Maintained by: bmc@WillsCreek.COM Requires: XFree86-3.3.3.1, jpeg-6b, netpbm-94.3.1, tiff-3.4b37 xsane-0.26 XSANE is a gtk based X11 frontend for SANE (Scanner Access Now Easy) Maintained by: domi@saargate.de Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3, jpeg-6b, png-1.0.3, sane-1.0.1, tiff-3.4b37 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-lynx-2.8.2.rel1 A terminal-based World-Wide Web Client with multi-byte modification Maintained by: shige@FreeBSD.ORG Also listed in: www Requires: bzip2-0.9.0c, unzip-5.40, zip-2.2 ja-magicpoint-1.05a An X11-based presentation tool, configured with vflib support Maintained by: itojun@itojun.org Also listed in: misc Requires: XFree86-3.3.3.1, freetype-1.2, ja-vflib-2.24.1 ja-namazu-1.3.0.8 Namazu is a search engine software intended for easy use Maintained by: flathill@FreeBSD.ORG Also listed in: textproc Requires: ja-kakasi-2.2.5, ja-nkf-1.62 ja-netscape-communicator-4.61 Netscape web-surfboard with Japanese resources Maintained by: sada@FreeBSD.ORG Also listed in: www Requires: XFree86-3.3.3.1, ja-elisa8x8-1.0, ja-kaname12-1.0, ja-kappa20-0.3, ja-naga10-1.0, ja-netscape-fonts-1.0, netscape-communicator-4.61 ja-netscape-navigator-4.61 Netscape web-surfboard with Japanese resources Maintained by: sada@FreeBSD.ORG Also listed in: www Requires: XFree86-3.3.3.1, ja-elisa8x8-1.0, ja-kaname12-1.0, ja-kappa20-0.3, ja-naga10-1.0, ja-netscape-fonts-1.0, netscape-navigator-4.61 ja-plan-1.8.1 An X/Motif schedule planner with calendar Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.3.1, xpm-3.4k ja-vfxdvik-22.05b DVI Previewer(kpathsearch) for X. + jp-patch Maintained by: inagaki@tg.rim.or.jp Also listed in: print Requires: XFree86-3.3.3.1, freetype-1.2, gmake-3.77, ja-vflib-2.24.1 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== egcs-devel-19990629 EGCS enhanced version of the GNU compiler suite (inprogress version) Maintained by: obrien@FreeBSD.org Requires: gmake-3.77 gnat-3.11p The GNU Ada Compiler system Maintained by: eischen@vigrid.com Requires: gmake-3.77 ucblogo-4.6 Brian Harvey's logo language interpreter Maintained by: jmacd@FreeBSD.ORG Requires: XFree86-3.3.3.1 tcl-8.1 Tool Command Language Maintained by: jseger@FreeBSD.ORG Also listed in: tcl81 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== ml-3.4 An X11 IMAP client Maintained by: albast@xs4all.nl Requires: XFree86-3.3.3.1, xpm-3.4k mutt-0.95.6 "The Mongrel of Mail User Agents" (part Elm, Pine, mh) Maintained by: obrien@FreeBSD.org Requires: docbook-1.0, iso8879-1986, ispell-3.1.20, jade-1.2.1, libslang-1.2.2, linuxdoc-1.1, sgmlformat-1.7, urlview-0.7 spruce-0.4.8 A simple GTK based email client Maintained by: cpiazza@FreeBSD.org Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.2.3, gmake-3.77, gtk-1.2.3 wmpop3-0.5.0a A POP3 mail check for the Window Maker dock Maintained by: jim@phrantic.phear.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category math (http://www.freebsd.org/ports/math.html) ================================================================== siag-3.1.18 Scheme-based "office" for X and curses. Sexy interface using Xaw3d Maintained by: mi@aldan.algebra.com Requires: XFree86-3.3.3.1, Xaw3d-1.5, catdoc-0.90.2, gdbm-1.8.0, gnuplot-3.7, png-1.0.3, t1lib-0.9, tcl-8.0.5, xpm-3.4k spin-3.30 An on-the-fly verification system for asynchronous concurrent systems Maintained by: jhanna@home.com Category mbone (http://www.freebsd.org/ports/mbone.html) ================================================================== sdr-2.6.3 MBone Session Directory (experimental version with encryption) Maintained by: fenner@FreeBSD.org Also listed in: tk80 Requires: XFree86-3.3.3.1, gmake-3.77, tcl-8.0.5, tk-8.0.5 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== delay-1.3 A delay program with feedback to the user Maintained by: freebsd@scotty.masternet.it magicpoint-1.05a An X11-based presentation tool Maintained by: itojun@itojun.org Requires: XFree86-3.3.3.1, freetype-1.2 rc5des-2.7106.443 Distributed.net rc5des brute force client Maintained by: dbaker@distributed.net wmcp-1.2.8 A dockable pager for WindowMaker Maintained by: jim@phrantic.phear.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== bb-1.2a Monitoring and Notofocation for Systems and Networks Maintained by: andreas@FreeBSD.ORG gnomeicu-0.65 GNOME ICQ client Maintained by: nectar@FreeBSD.ORG Also listed in: gnome Requires: ORBit-0.4.3, XFree86-3.3.3.1, bzip2-0.9.0c, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gnomeaudio-1.0.0, gnomecore-1.0.5, gnomelibs-1.0.9, gnomeprint-0.1.1, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.3, libgtop-1.0.1, png-1.0.3, tiff-3.4b37, xpm-3.4k isc-dhcp-2.0 ISC Dynamic Host Configuration Protocol client and server code Maintained by: jseger@FreeBSD.org lftp-2.0.1 Shell-like command line ftp client Maintained by: andy@icc.surw.chel.su ntp-4.0.93a The Network Time Protocol Distribution Maintained by: andreas@FreeBSD.ORG Requires: autoconf-2.13, m4-1.4 pavuk-0.9.15 HTTP, FTP and Gopher mirroring tool Maintained by: andy@icc.surw.chel.su Also listed in: www Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k yafc-0.4.3 Yet another ftp client. Similar to ftp(1) Maintained by: cpiazza@FreeBSD.org Requires: bzip2-0.9.0c zebra-0.68 Free multithreaded RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector) Maintained by: andreas@FreeBSD.ORG Category news (http://www.freebsd.org/ports/news.html) ================================================================== tinpre-1.4.19990624 TIN newsreader (termcap based) Maintained by: ache@FreeBSD.org Requires: bzip2-0.9.0c, uulib-0.5.13 Category print (http://www.freebsd.org/ports/print.html) ================================================================== acroread-4.0 View, distribute and print PDF documents Maintained by: dima@FreeBSD.ORG Requires: linux_lib-2.6.1 lyx-1.0.3 Document processor interfaced with LaTeX (nearly WYSIWYG) Maintained by: andreas@FreeBSD.ORG Requires: XFree86-3.3.3.1, libwww-5.2.6, png-1.0.3, teTeX-1.0.5, xforms-0.88.1, xpm-3.4k musixtex-T96 A set of TeX macros to typeset music Maintained by: jmz@FreeBSD.org Requires: tex-3.14159 teTeX-1.0.5 Thomas Esser's distribution of TeX & friends Maintained by: br@netland.inka.de Requires: XFree86-3.3.3.1, gmake-3.77, libwww-5.2.6, png-1.0.3 Category security (http://www.freebsd.org/ports/security.html) ================================================================== gnupg-0.9.8 The GNU Privacy Guard Maintained by: kuriyama@FreeBSD.ORG p5-PGP-Sign-0.15 Create detached PGP signatures for data Maintained by: croyle@gelemna.ft-wayne.in.us Also listed in: perl5 Requires: pgp262s ssh-1.2.27 Secure shell client and server (remote login program) Maintained by: torstenb@FreeBSD.ORG Also listed in: net ssh-2.0.13 Secure shell client and server (remote login program) Maintained by: issei@jp.FreeBSD.org Also listed in: net Requires: ssh-1.2.27 stunnel-3.3 SSL encryption wrapper for standard network daemons Maintained by: martti.kuparinen@ericsson.com Requires: openssl-0.9.3a Category shells (http://www.freebsd.org/ports/shells.html) ================================================================== rc-1.6 A unix incarnation of the plan9 shell Maintained by: saken@hotel.rmta.org Also listed in: plan9 Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== asapm-2.7 Laptop battery status display for X11 Maintained by: handy@physics.montana.edu Requires: XFree86-3.3.3.1, xpm-3.4k lsof-4.44 Lists information about open files. (simular to fstat(1)) Maintained by: obrien@FreeBSD.org Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== mswordview-0.5.14 MS-WORD to HTML converter Maintained by: sumikawa@kame.net Requires: XFree86-3.3.3.1, freetype-1.2, libwmf-0.1.11, xpm-3.4k xml4j-2.0.11 XML for Java parser Maintained by: kuriyama@FreeBSD.ORG Requires: jdk-1.1.8, jfc-1.1 Category www (http://www.freebsd.org/ports/www.html) ================================================================== amaya-2.1 The W3C's testbed web editor/browser Maintained by: croyle@gelemna.ft-wayne.in.us Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k apache+mod_ssl-1.3.6+2.3.5 The Apache 1.3 webserver with SSL/TLS functionality Maintained by: rse@engelschall.com Also listed in: security Requires: mm-1.0.9, openssl-0.9.3a apache+ssl-1.3.6+1.35 Apache-SSL: Apache secure webserver integrating OpenSSL Maintained by: adam@algroup.co.uk Also listed in: security Requires: openssl-0.9.3a lynx-2.8.2rel.1 A non-graphical, text-based World-Wide Web client Maintained by: jseger@FreeBSD.ORG Requires: bzip2-0.9.0c netscape-communicator-4.61 Netscape ver 4 communicator web-surfboard Maintained by: sada@FreeBSD.ORG Requires: XFree86-3.3.3.1 netscape-navigator-4.61 Netscape ver 4.6 navigator web-surfboard Maintained by: sada@FreeBSD.ORG Requires: XFree86-3.3.3.1 tidy-0.7.99.1 Fixes and tidies up HTML files Maintained by: saken@hotel.rmta.org Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== rclock-2.6.0 Analog clock for X w/appointment reminder and mail notification Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.3.1, bzip2-0.9.0c wmtz-0.4 Wmtz is a dockapp that displays the time in different time zones Maintained by: jim@phrantic.phear.net Also listed in: windowmaker afterstep Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== lesstif-0.88.1 API compatible clone of the Motif toolkit Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.3.1 py-pmw-0.8.1 High-level compound graphics widgets for Python Maintained by: tg@FreeBSD.ORG Also listed in: python Requires: XFree86-3.3.3.1, python-1.5.2, tcl-8.0.5, tk-8.0.5 tk-8.1 Graphical toolkit for TCL Maintained by: jseger@FreeBSD.ORG Also listed in: tk81 Requires: XFree86-3.3.3.1, tcl-8.1 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== fvwm-2.2.2 Popular virtual window manager for X. Maintained by: jcwells@u.washington.edu Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== xlockmore-4.14 Like XLock session locker/screen saver, but just more Maintained by: tg@FreeBSD.ORG Requires: Mesa-3.0, XFree86-3.3.3.1, xpm-3.4k xscreensaver-3.16 Save your screen while you entertain your cat Maintained by: jseger@FreeBSD.ORG Requires: XFree86-3.3.3.1, xpm-3.4k _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-07-06 11:17:48 UTC; based on revision 1.231 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBN4d2YzmN/mkrcYGtAQHLSQP/Zo+uiL0tq+fcS0tXUDq0dNGy0CCylbFR U3GIdihoVNLHOE8iNDb046tJrFYUrPgle43KWqyHT5U1V8jqpPo41nEMm9Ii9zGF 1oN9Z5rrkWz0kJn9iXVniLl22zrwFexWNqbQFI5EXmL68sPsWAfWeM4oo8X8+4xQ kai4rzv4EMg= =q84J -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 12: 4:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 5D3E414DB6 for ; Sat, 10 Jul 1999 12:04:23 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id VAA11340 for ; Sat, 10 Jul 1999 21:04:19 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: ports@FreeBSD.ORG Subject: graphwiz 1.5 released under "open source" license From: Poul-Henning Kamp Date: Sat, 10 Jul 1999 21:04:19 +0200 Message-ID: <11338.931633459@critter.freebsd.dk> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The current distfiles are no longer available -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 12:37:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 799FD14C0B; Sat, 10 Jul 1999 12:37:17 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA50511; Sat, 10 Jul 1999 12:37:17 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Sat, 10 Jul 1999 12:37:17 -0700 (PDT) From: Message-Id: <199907101937.MAA50511@freefall.freebsd.org> To: futatuki@fureai.or.jp, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12588: Update: audio/cdrdao for cdrdao-1.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/cdrdao for cdrdao-1.1.1 State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sat Jul 10 12:36:44 PDT 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 Sat Jul 10 12:50: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [205.147.76.5]) by hub.freebsd.org (Postfix) with ESMTP id 249F214C05; Sat, 10 Jul 1999 12:50:04 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from ns1.cybcon.com (wwoods@ns1.cybcon.com [205.147.76.1]) by mail.cybcon.com (8.9.0/8.9.0) with ESMTP id MAA06524; Sat, 10 Jul 1999 12:50:04 -0700 (PDT) Date: Sat, 10 Jul 1999 12:50:03 -0700 (PDT) From: Bill Woods To: freebsd-stable@freebsd.org Cc: freebsd-ports@freebsd.org Subject: linux-base port....help please 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 was installing the linux-base port and doing a make install produces: execution of script failed error: /usr/ports/distfiles/rpm/libc-5.3.12-27.i386.rpm cannot be installed libg++-2.7.2.8-9.i386.rpm libstdc++-2.8.0-14.i386.rpm sh-utils-1.16-14.i386.rpm ELF interpreter /compat/linux/lib/ld-linux.so.2 not found execution of script failed error: /usr/ports/distfiles/rpm/sh-utils-1.16-14.i386.rpm cannot be installed readline-2.2.1-1.i386.rpm ELF interpreter /compat/linux/lib/ld-linux.so.2 not found execution of script failed error: /usr/ports/distfiles/rpm/readline-2.2.1-1.i386.rpm cannot be installed redhat-release-5.2-1.noarch.rpm rpm-2.5.5-5.2.i386.rpm ELF interpreter /compat/linux/lib/ld-linux.so.2 not found execution of script failed error: /usr/ports/distfiles/rpm/rpm-2.5.5-5.2.i386.rpm cannot be installed brandelf -t Linux /compat/linux/bin/rpm setserial-2.14-4.i386.rpm slang-0.99.38-8.i386.rpm stat-1.5-8.i386.rpm tcsh-6.07.09-1.i386.rpm ELF interpreter /compat/linux/lib/ld-linux.so.2 not found execution of script failed error: /usr/ports/distfiles/rpm/tcsh-6.07.09-1.i386.rpm cannot be installed *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I have linux_libs installed, but I got the same error without them installed..... any ideas? William To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 13: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6ECAF14D0A for ; Sat, 10 Jul 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA54052; Sat, 10 Jul 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id 71F9114C05 for ; Sat, 10 Jul 1999 12:54:27 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id VAA14408 for FreeBSD-gnats-submit@freebsd.org; Sat, 10 Jul 1999 21:51:30 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id RAA89454; Sat, 10 Jul 1999 17:15:16 +0200 (MET DST) Message-Id: <199907101515.RAA89454@saturn.kn-bremen.de> Date: Sat, 10 Jul 1999 17:15:16 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12590: java/tya doesn't find jdk1.1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12590 >Category: ports >Synopsis: java/tya doesn't find jdk1.1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 10 13:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386, jdk1.1.8 >Description: java/tya doesn't find jdk1.1.8, resulting in missing includes >How-To-Repeat: cd /usr/ports/java/tya; make >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/java/tya/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 1999/06/29 23:14:36 1.4 +++ Makefile 1999/07/10 14:42:51 @@ -24,6 +24,7 @@ JAVADIR= jdk1.1.8 JAVALIBDIR= ${PREFIX}/${JAVADIR}/lib/i386/green_threads/ +CONFIGURE_ARGS+= --with-jdk=${PREFIX}/${JAVADIR} PLIST_SUB= JAVADIR=${JAVADIR} (it still doesn't run hotjava tho.) >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 Jul 10 13: 8:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBAF314D07; Sat, 10 Jul 1999 13:08:49 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA56471; Sat, 10 Jul 1999 13:08:49 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Sat, 10 Jul 1999 13:08:49 -0700 (PDT) From: Message-Id: <199907102008.NAA56471@freefall.freebsd.org> To: nick.hibma@jrc.it, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12201: [PATCH] net/wide-dhcp references /usr/local directly instead of ${PREFIX}. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] net/wide-dhcp references /usr/local directly instead of ${PREFIX}. State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sat Jul 10 13:08:26 PDT 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 Sat Jul 10 13:20:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD9514DF8; Sat, 10 Jul 1999 13:20:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA60015; Sat, 10 Jul 1999 13:20:14 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 10 Jul 1999 13:20:14 -0700 (PDT) From: Message-Id: <199907102020.NAA60015@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12590: java/tya doesn't find jdk1.1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: java/tya doesn't find jdk1.1.8 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 10 13:20:05 PDT 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 13:29: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id CFA9C14D39 for ; Sat, 10 Jul 1999 13:28:57 -0700 (PDT) (envelope-from freebsd-ports@scc.nl) Received: from scones.sup.scc.nl (i242.ztm.euronet.nl [194.134.67.43]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id WAA15290 from for ; Sat, 10 Jul 1999 22:28:55 +0200 (MET DST) Received: (from daemon@localhost) by scones.sup.scc.nl (8.9.3/8.9.3) id WAA05383 for ports@FreeBSD.ORG; Sat, 10 Jul 1999 22:22:11 +0200 (CEST) (envelope-from freebsd-ports@scc.nl) Received: from GATEWAY by scones.sup.scc.nl with netnews for ports@FreeBSD.ORG (ports@FreeBSD.ORG) To: ports@FreeBSD.ORG Date: Sat, 10 Jul 1999 22:22:08 +0200 From: Marcel Moolenaar Message-ID: <3787AB70.233CAE04@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: Subject: Re: linux-base port....help please Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Woods wrote: > > I was installing the linux-base port and doing a make install produces: > [snip] > I have linux_libs installed, but I got the same error without them > installed..... > any ideas? You're not running -current, right? Apply the following patch: =================================================================== RCS file: /home/ncvs/src/sys/kern/imgact_elf.c,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- src/sys/kern/imgact_elf.c 1999/05/17 00:53:38 1.58 +++ src/sys/kern/imgact_elf.c 1999/07/05 18:38:29 1.59 @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: imgact_elf.c,v 1.58 1999/05/17 00:53:38 alc Exp $ + * $Id: imgact_elf.c,v 1.59 1999/07/05 18:38:29 marcel Exp $ */ #include "opt_rlimit.h" @@ -584,12 +584,16 @@ imgp->proc->p_sysent = brand_info->sysvec; if (interp != NULL) { - snprintf(path, sizeof(path), "%s%s", - brand_info->emul_path, interp); - if ((error = elf_load_file(imgp->proc, path, &addr, - &imgp->entry_addr)) != 0) { - uprintf("ELF interpreter %s not found\n", path); - goto fail; + snprintf(path, sizeof(path), "%s%s", + brand_info->emul_path, interp); + if ((error = elf_load_file(imgp->proc, path, &addr, + &imgp->entry_addr)) != 0) { + if ((error = elf_load_file(imgp->proc, interp, &addr, + &imgp->entry_addr)) != 0) { + uprintf("ELF interpreter %s not found\n", + path); + goto fail; + } } } This patch is in -current, but not yet in -stable. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 15:21:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pop3.ids.net (pop3.ids.net [155.212.1.107]) by hub.freebsd.org (Postfix) with ESMTP id 835B914DB6 for ; Sat, 10 Jul 1999 15:21:42 -0700 (PDT) (envelope-from CGiordano@ids.net) Received: from ids.net (dyn149a.sco-ri.ids.net [155.212.204.149]) by pop3.ids.net (8.9.3/8.9.3) with ESMTP id SAA25848; Sat, 10 Jul 1999 18:21:36 -0400 (EDT) Message-ID: <3787C68D.BFAAF622@ids.net> Date: Sat, 10 Jul 1999 18:17:49 -0400 From: "Christopher M. Giordano" Reply-To: CGiordano@ids.net X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Cc: cdwrite@lists.debian.org Subject: cdrecord / SCSI cmd timeouts Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org After using cdrecord for over a year without incident, I have recently begun to see SCSI command timeouts during the fixating portion of writing a CD9660 data disk. The disk is still mountable upon completion, but only on a CD-RW drive. The output from cdrecord is below. These errors occur with both CD-R and CD-RW disks from different manufacturers. The hardware configuration has not been changed at all, and I have checked the SCSI cabling many times. The CD-RW drive has been flashed to the latest firmware release. I don't know whether this is at all relevant, but the problem seemed to begin shortly after the changes to libcam in May-99, after remaking world and updating the cdrecord port. I have also seen similar command timeouts while trying to blank a CD-RW disk with the "blank=fast" option. I would be interested if anyone else is experiencing similar problems. Chris Giordano cgiordano@ids.net ---------------------------------------------------------------------------------- FreeBSD 4.0-CURRENT #0: Tue Jun 22 09:09:55 EDT 1999 ahc0: irq 10 at device 14.0 on pci0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs cd1: Removable CD-ROM SCSI-2 device ----------------------------------------------------------------------------------- Script started on Sat Jul 10 15:14:39 1999 Warning: imported path contains relative components boston# rtprio 5 cdrecord -v fs=6m speed=2 dev=0,6,0 -data ./backup-28_Dec_98-cdimage.cd0 Cdrecord release 1.8a22 Copyright (C) 1995-1999 Jörg Schilling TOC Type: 1 = CD-ROM scsidev: '0,6,0' scsibus: 0 target: 6 lun: 0 atapi: 0 Device type : Removable CD-ROM Version : 2 Response Format: 2 Capabilities : Vendor_info : 'YAMAHA ' Identifikation : 'CRW4260 ' Revision : '1.0q' Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : SWABAUDIO Drive buf size : 1176000 = 1148 KB FIFO size : 6291456 = 6144 KB Track 01: data 119 MB Total size: 136 MB (13:33.37) = 61003 sectors Lout start: 137 MB (13:35/28) = 61003 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 4 Is not unrestricted Is not erasable ATIP start of lead in: -11580 (97:27/45) ATIP start of lead out: 333226 (74:05/01) Disk type: Phthalocyanine or similar Manuf. index: 9 Manufacturer: Kodak Japan Limited Blocks total: 333226 Blocks current: 333226 Blocks remaining: 272223 RBlocks total: 343358 RBlocks current: 343358 RBlocks remaining: 282355 Starting to write CD/DVD at speed 2 in write mode for single session. Last chance to quit, starting real write in 9 seconds. Waiting for reader process to fill input-buffer ... input-buffer ready. Starting new track at sector: 0 Track 01: 0 of 119 MB written Track 01: 1 of 119 MB written (fifo 100%). Track 01: 119 of 119 MB written (fifo 100%). Track 01: Total bytes read/written: 124930048/124930048 (61001 sectors). Writing time: 427.990s Fixating... cdrecord: Input/output error. close track/session: scsi sendcmd: cmd timeout after 50.419 (480) s CDB: 5B 00 02 00 00 00 00 00 00 00 cmd finished after 50.419s timeout 480s Fixating time: 692.118s cdrecord: Input/output error. prevent/allow medium removal: scsi sendcmd: retryable error CDB: 1E 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 04 01 00 00 00 00 00 00 00 08 00 00 00 00 00 00 08 00 01 06 Sense Key: 0x2 Not Ready, Segment 0 Sense Code: 0x04 Qual 0x01 (logical unit is in process of becoming ready) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.003s timeout 40s cdrecord: fifo had 1968 puts and 1968 gets. cdrecord: fifo was 0 times empty and 1858 times full, min fill was 95%. boston# ^Dexit Script done on Sat Jul 10 15:34:01 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 15:43: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93D6F14C4B; Sat, 10 Jul 1999 15:43:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA72339; Sat, 10 Jul 1999 15:43:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 10 Jul 1999 15:43:08 -0700 (PDT) From: Message-Id: <199907102243.PAA72339@freefall.freebsd.org> To: phil@pavilion.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12575: Checksum problem installing rlytest-1.15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Checksum problem installing rlytest-1.15 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 10 15:43:00 PDT 1999 State-Changed-Why: Fixed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 19:15:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DFBD151D1; Sat, 10 Jul 1999 19:15:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA85255; Sat, 10 Jul 1999 19:15:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 10 Jul 1999 19:15:05 -0700 (PDT) From: Message-Id: <199907110215.TAA85255@freefall.freebsd.org> To: gljohns@bellsouth.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12585: Fix Tinker port after distfile change. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix Tinker port after distfile change. State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 10 19:14:53 PDT 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 Sat Jul 10 19:29:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5986C14C03; Sat, 10 Jul 1999 19:29:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA86017; Sat, 10 Jul 1999 19:29:48 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 10 Jul 1999 19:29:48 -0700 (PDT) From: Message-Id: <199907110229.TAA86017@freefall.freebsd.org> To: saken@hotel.rmta.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12561: UPDATE: ports/www/tidy to version tidy7jul99 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE: ports/www/tidy to version tidy7jul99 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 10 19:29:37 PDT 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 Sat Jul 10 19:33:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FB2214C03; Sat, 10 Jul 1999 19:33:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA86248; Sat, 10 Jul 1999 19:33:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 10 Jul 1999 19:33:37 -0700 (PDT) From: Message-Id: <199907110233.TAA86248@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, stb@FreeBSD.org Subject: Re: ports/12584: directories made during 'make install' are not in the package Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: directories made during 'make install' are not in the package Responsible-Changed-From-To: freebsd-ports->stb Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Jul 10 19:33:15 PDT 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 Jul 10 19:48:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.ghis.net (pppc2-55.eisa.net.au [203.166.251.175]) by hub.freebsd.org (Postfix) with ESMTP id 70E8E14CF2; Sat, 10 Jul 1999 19:48:06 -0700 (PDT) (envelope-from jim@blues.ghis.net) Received: (from jim@localhost) by blues.ghis.net (8.9.3/8.9.3) id MAA05956; Sun, 11 Jul 1999 12:47:30 +1000 (EST) (envelope-from jim) Date: Sun, 11 Jul 1999 12:47:29 +1000 From: Jim Mock To: Bernie Doehner Cc: msmith@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Staroffice 5.1 Message-ID: <19990711124729.A5917@blues.ghis.net> Reply-To: jim@blues.ghis.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 10 Jul 1999 at 11:38:48 -0400, Bernie Doehner wrote: > Dear Mike/Ports subscribers: > > Has anyone been able to hack staroffice 5.0 OR 5.1 to work under > FreeBSD? I got it to install, but when I run it, it keeps looping through the setup (for those who are gonna ask, yes my .sversionrc exists). I haven't been able to get it actually running under 3.2-STABLE. If anyone else has ideas, I'm willing to give 'em a shot. > I am still using 4.0 here (pre-threads) under BSD, but would like > to upgrade to 5.1 under BSD, without having to run the application > on a Linux box on my network and displaying on my BSD box.. Good luck ;-) > Secondly, is there a set procedure for submiting a port entry? I'd > like to submit a ports entry for the new version of Speak Freely > (7.0).. Yes.. http://www.freebsd.org/handbook/porting.html -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: http://advocacy.freebsd.org/ - jim@advocacy.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 Jul 10 19:49:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C27514CF5; Sat, 10 Jul 1999 19:49:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA87537; Sat, 10 Jul 1999 19:49:46 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 10 Jul 1999 19:49:46 -0700 (PDT) From: Message-Id: <199907110249.TAA87537@freefall.freebsd.org> To: yoshiaki@kt.rim.or.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12583: audio port - Mikmod update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: audio port - Mikmod update State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Jul 10 19:49:09 PDT 1999 State-Changed-Why: Committed, thanks! In the future please submit changes in diff -ruN port.old port format. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 20:38:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from yuc.sch.bme.hu (yuc.sch.bme.hu [152.66.150.122]) by hub.freebsd.org (Postfix) with ESMTP id 1BEE614D39 for ; Sat, 10 Jul 1999 20:38:55 -0700 (PDT) (envelope-from maxx@yuc.sch.bme.hu) Received: from localhost (maxx@localhost) by yuc.sch.bme.hu (8.9.3/8.9.3/Debian/GNU) with ESMTP id FAA00773; Sun, 11 Jul 1999 05:38:38 +0200 Date: Sun, 11 Jul 1999 05:38:38 +0200 (CEST) From: Horvath Akos Peter To: Gary Kline Cc: Hamish Moffatt , freebsd-ports@freebsd.org, publisher@laptop.ompages.com, debian-devel@lists.debian.org, recipient list not shown: ; Subject: Re: FreeLinux (Debian/GNU BSD) In-Reply-To: <19990710094402.B25765@thought.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 Sat, 10 Jul 1999, Gary Kline wrote: > If the Debian effort were to roll in additions like the > STREAMS clone code (plus) hacked in the myriad drivers > that Linux has (hmm, good and bad, really)---Nate, if this > Debian|BSD concept was this, then you might be able to > put together a Core team. > Simply: a lotta work... I think, porting glibc to *BSD were a solution to this problem. Earlier versions of glibc worked on *BSD. MaXX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 20:53: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from yodeller.rising.com.au (yodeller.rising.com.au [203.63.216.19]) by hub.freebsd.org (Postfix) with ESMTP id 15E1414C4F for ; Sat, 10 Jul 1999 20:52:45 -0700 (PDT) (envelope-from hamish@rising.com.au) Received: from hamish by yodeller.rising.com.au with local (Exim 2.05 #1 (Debian)) id 113Aeo-0008BL-00; Sun, 11 Jul 1999 13:52:02 +1000 Message-ID: <19990711135202.A31449@rising.com.au> Date: Sun, 11 Jul 1999 13:52:02 +1000 From: Hamish Moffatt To: Horvath Akos Peter , Gary Kline Cc: freebsd-ports@freebsd.org, publisher@laptop.ompages.com, debian-devel@lists.debian.org, recipient list not shown: ; Subject: Re: FreeLinux (Debian/GNU BSD) Mail-Followup-To: Horvath Akos Peter , Gary Kline , freebsd-ports@freebsd.org, publisher@laptop.ompages.com, debian-devel@lists.debian.org, recipient list not shown: ; References: <19990710094402.B25765@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Horvath Akos Peter on Sun, Jul 11, 1999 at 05:38:38AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Jul 11, 1999 at 05:38:38AM +0200, Horvath Akos Peter wrote: > On Sat, 10 Jul 1999, Gary Kline wrote: > > If the Debian effort were to roll in additions like the > > STREAMS clone code (plus) hacked in the myriad drivers > > that Linux has (hmm, good and bad, really)---Nate, if this > > Debian|BSD concept was this, then you might be able to > > put together a Core team. > > Simply: a lotta work... > > I think, porting glibc to *BSD were a solution to this problem. Earlier > versions of glibc worked on *BSD. Can we get a mailing list going on this topic? Hamish -- Hamish Moffatt VK3SB (ex-VK3TYD). CCs of replies from mailing lists are welcome. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 23:15:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tao.thought.org (tao.tera.com [207.108.223.55]) by hub.freebsd.org (Postfix) with ESMTP id B5E5B14E3D for ; Sat, 10 Jul 1999 23:15:17 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.8.8/8.7.3) id XAA01396; Sat, 10 Jul 1999 23:14:40 -0700 (PDT) From: Gary Kline Message-Id: <199907110614.XAA01396@tao.thought.org> Subject: Re: FreeLinux (Debian/GNU BSD) In-Reply-To: <19990711135202.A31449@rising.com.au> from Hamish Moffatt at "Jul 11, 99 01:52:02 pm" To: hamish@debian.org (Hamish Moffatt) Date: Sat, 10 Jul 1999 23:14:40 -0700 (PDT) Cc: maxx@yuc.sch.bme.hu, kline@thought.org, freebsd-ports@freebsd.org, publisher@laptop.ompages.com, debian-devel@lists.debian.org, recipient@debian.org, list@debian.org, not@debian.org, shown: @debian.org, ;;, @debian.org Organization: <> thought.org: public service Unix since 1986... <> X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Hamish Moffatt: > On Sun, Jul 11, 1999 at 05:38:38AM +0200, Horvath Akos Peter wrote: > > On Sat, 10 Jul 1999, Gary Kline wrote: > > > If the Debian effort were to roll in additions like the > > > STREAMS clone code (plus) hacked in the myriad drivers > > > that Linux has (hmm, good and bad, really)---Nate, if this > > > Debian|BSD concept was this, then you might be able to > > > put together a Core team. > > > Simply: a lotta work... > > > > I think, porting glibc to *BSD were a solution to this problem. Earlier > > versions of glibc worked on *BSD. > > Can we get a mailing list going on this topic? > > Is a separate list really necessary? Until there are at least dozens hard-core committed and there is a real Core group form, all you'd have is yet-anoter-mailinglist. As I see it--and it's been 15 years since I did any serious kernel hacking--the main effort would be adding the GNU|Linux extra-kernel code to the FreeBSD kernel. How many hacker- years' effort this is, I don't know. Is it worth the effort? Dunno; how many folks are willing to commit to some N 90-hour weeks? gary > -- Gary D. Kline kline@tao.thought.org Public service Unix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 23:17:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8EE914E3D; Sat, 10 Jul 1999 23:17:46 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA99774; Sat, 10 Jul 1999 23:17:46 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sat, 10 Jul 1999 23:17:46 -0700 (PDT) From: Message-Id: <199907110617.XAA99774@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/12548: New 'fecth-recursive(-list)' targets in ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New 'fecth-recursive(-list)' targets in ports Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: mharo Responsible-Changed-When: Sat Jul 10 23:16:11 PDT 1999 Responsible-Changed-Why: Satoshi maintains bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 23:28:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 179FF14C94; Sat, 10 Jul 1999 23:28:52 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA03865; Sat, 10 Jul 1999 23:28:51 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sat, 10 Jul 1999 23:28:51 -0700 (PDT) From: Message-Id: <199907110628.XAA03865@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/12426: majordomo port does silly chown of /usr/local/man stuff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: majordomo port does silly chown of /usr/local/man stuff Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: mharo Responsible-Changed-When: Sat Jul 10 23:28:35 PDT 1999 Responsible-Changed-Why: I'll look into this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Jul 10 23:45:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from metriclient-2.uoregon.edu (metriclient-2.uoregon.edu [128.223.172.2]) by hub.freebsd.org (Postfix) with ESMTP id 96F4A14C82 for ; Sat, 10 Jul 1999 23:45:50 -0700 (PDT) (envelope-from gurney_j@efn.org) Received: (from jmg@localhost) by metriclient-2.uoregon.edu (8.9.1/8.8.7) id XAA01639; Sat, 10 Jul 1999 23:45:49 -0700 (PDT) Message-ID: <19990710234549.10379@hydrogen.fircrest.net> Date: Sat, 10 Jul 1999 23:45:49 -0700 From: John-Mark Gurney To: freebsd-ports@freebsd.org Subject: category for mime library... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 3.0-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org well, I was just about to port/commit my mime library that I wrote reciently... and I was trying to decide what category to put it in... because of how it is used, it could go in either www, or mail, but mime doesn't have to be used for either... I did think about textproc, but mime isn't limited to 7bit or text... so, I was thinking that devel is really the best place to put it... opinions? -- John-Mark Gurney Voice: +1 541 684 8449 Cu Networking P.O. Box 5693, 97405 "The soul contains in itself the event that shall presently befall it. The event is only the actualizing of its thought." -- Ralph Waldo Emerson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message