From owner-freebsd-ports Sun Oct 29 0:50: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7729837B4C5 for ; Sun, 29 Oct 2000 00:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA01732; Sun, 29 Oct 2000 00:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0E43937B479; Sun, 29 Oct 2000 00:40:16 -0700 (PDT) Message-Id: <20001029074016.0E43937B479@hub.freebsd.org> Date: Sun, 29 Oct 2000 00:40:16 -0700 (PDT) From: kaoru@kaisei.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22387: Update port: security/pgpdump -- Fix document installation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22387 >Category: ports >Synopsis: Update port: security/pgpdump -- Fix document installation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 00:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: >Organization: >Environment: >Description: Fix document installation. >How-To-Repeat: >Fix: diff -ruN pgpdump.old/Makefile pgpdump/Makefile --- pgpdump.old/Makefile Sun Oct 29 16:32:51 2000 +++ pgpdump/Makefile Sun Oct 29 16:33:49 2000 @@ -17,5 +17,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pgpdump ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/pgpdump + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pgpdump +.endif .include diff -ruN pgpdump.old/pkg-plist pgpdump/pkg-plist --- pgpdump.old/pkg-plist Sun Oct 29 16:32:51 2000 +++ pgpdump/pkg-plist Sun Oct 29 16:33:49 2000 @@ -1 +1,3 @@ bin/pgpdump +share/doc/pgpdump/README +@dirrm share/doc/pgpdump >Release-Note: >Audit-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 Oct 29 1:20:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2E2537B479 for ; Sun, 29 Oct 2000 01:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA13165; Sun, 29 Oct 2000 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dt.home (gw-eth0.en-bio.COM.AU [203.35.254.2]) by hub.freebsd.org (Postfix) with ESMTP id 0DEAB37B479 for ; Sun, 29 Oct 2000 01:10:37 -0700 (PDT) Received: (from tonym@localhost) by dt.home (8.11.1/8.11.1) id e9T8AEg01078; Sun, 29 Oct 2000 19:10:14 +1100 (EST) (envelope-from tonym) Message-Id: <200010290810.e9T8AEg01078@dt.home> Date: Sun, 29 Oct 2000 19:10:14 +1100 (EST) From: tony.maher@ebioinformatics.com Reply-To: tony.maher@ebioinformatics.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22388: New port: biology/ncbi.toolkit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22388 >Category: ports >Synopsis: New port: biology/ncbi.toolkit >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 Oct 29 01:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Tony Maher >Release: FreeBSD 4.1.1-STABLE i386 >Organization: eBioinformatics >Environment: >Description: This is port of the NCBI toolkit that is available by anonymous ftp from ncbi.nlm.nih.gov I have not gotten explicit permission for the toolkit to be distributed via cdrom but the README file states: "The NCBI Software Development Toolkit was developed for the production and distribution of GenBank, Entrez, BLAST, and related services by NCBI. We make it freely available to the public without restriction to facilitate the use of NCBI by the scientific community." and the Copyright code on the source files carries similar message. So I don't see any problem with its inclusion. There are some improvements I'd like to see made to this port but it _is_ fully functional and numerous people would actually like to use it now! >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: # # ncbi.toolkit # ncbi.toolkit/files # ncbi.toolkit/files/Makefile # ncbi.toolkit/files/freebsd.ncbi.mk # ncbi.toolkit/files/patch-aa # ncbi.toolkit/files/patch-ab # ncbi.toolkit/files/patch-ac # ncbi.toolkit/distinfo # ncbi.toolkit/Makefile # ncbi.toolkit/pkg-descr # ncbi.toolkit/pkg-comment # ncbi.toolkit/pkg-plist # echo c - ncbi.toolkit mkdir -p ncbi.toolkit > /dev/null 2>&1 echo c - ncbi.toolkit/files mkdir -p ncbi.toolkit/files > /dev/null 2>&1 echo x - ncbi.toolkit/files/Makefile sed 's/^X//' >ncbi.toolkit/files/Makefile << 'END-of-ncbi.toolkit/files/Makefile' X# X# X Xall: X cd ..; ./ncbi/make/makedis.csh X Xinstall: X cd build; $(MAKE) install END-of-ncbi.toolkit/files/Makefile echo x - ncbi.toolkit/files/freebsd.ncbi.mk sed 's/^X//' >ncbi.toolkit/files/freebsd.ncbi.mk << 'END-of-ncbi.toolkit/files/freebsd.ncbi.mk' X# X# $Id$ freebsd.ncbi.mk X# X# That platform is not supported and is contributed to NCBI by X# freebsd-bio@freebsd.net X# XNCBI_DEFAULT_LCL = bsd XNCBI_MAKE_SHELL = /bin/sh XNCBI_CC = cc XNCBI_CFLAGS1 = ${CFLAGS} -c XNCBI_LDFLAGS1 = -O XNCBI_OPTFLAG = XNCBI_BIN_MASTER = /home/coremake/ncbi/bin XNCBI_BIN_COPY = /home/coremake/ncbi/bin XNCBI_INCDIR = /home/coremake/ncbi/include XNCBI_LIBDIR = /home/coremake/ncbi/lib XNCBI_ALTLIB = /home/coremake/ncbi/altlib X#will work only when you have Motif installed! XNCBI_VIBFLAG = -I/usr/X11R6/include -L/usr/X11R6/lib -DWIN_MOTIF XNCBI_VIBLIBS = -lXm -lXmu -lXp -lXpm -lXt -lX11 -lXext XNCBI_DISTVIBLIBS = -L/usr/X11R6/lib /usr/X11R6/lib/libXm.a /usr/X11R6/lib/libXp.a /usr/X11R6/lib/libXpm.a -lXmu -lXt -lX11 -lXext XNCBI_OTHERLIBS = -lm XNCBI_RANLIB = ranlib X# Used by makedis.csh XNCBI_MT_OTHERLIBS = XNCBI_THREAD_OBJ = ncbithr.o XNETENTREZVERSION = 2.02c2ASN1SPEC6 END-of-ncbi.toolkit/files/freebsd.ncbi.mk echo x - ncbi.toolkit/files/patch-aa sed 's/^X//' >ncbi.toolkit/files/patch-aa << 'END-of-ncbi.toolkit/files/patch-aa' X--- make/makeall.unx.orig Sat Jul 8 04:16:35 2000 X+++ make/makeall.unx Tue Oct 24 22:35:34 2000 X@@ -782,3 +782,174 @@ X #load $(LDFLAGS) getmuid.c medutil.c \ X $(SRC11) $(SRC8) $(SRC7) $(SRC6) $(SRC5) $(SRC3) \ X $(SRC2) $(SRC1) $(OTHERLIBS) -lsocket -lnsl X+ X+EXE= Cn3Dv3d Nentrez Psequin \ X+ asn2fast asn2ff asndhuff asntool \ X+ bl2seq blast.REAL blastall blastcl3 blastclust blastpgp \ X+ cdscan checksub copymat \ X+ ddv dosimple \ X+ entrcmd errhdr fa2htgs fastacmd findspl fmerge formatdb \ X+ getfeat getmesh getpub getseq gil2bin \ X+ idfetch impala indexpub \ X+ makemat makeset megablast \ X+ ncbisort netentcf \ X+ rpsblast \ X+ seedtop seqtest \ X+ tbl2asn testcore testobj testval \ X+ udv vecscreen X+ X+ X+LIB= libncbi.a libncbicdr.a libncbimla.a libncbitxc2.a \ X+ libnetentr.a libncbiCacc.a libncbicn3d.a libncbimmdb.a \ X+ libnetblast.a libvibgif.a libncbiNacc.a libncbidesk.a \ X+ libncbiobj.a libnetcli.a libvibnet.a libncbiacc.a \ X+ libncbiid1.a libncbitool.a libnetcli_.a libvibrant.a X+ X+ X+INC= actutils.h matrix.h rpsutil.h \ X+ asnblock.h mbalign.h saldist.h \ X+ asncode.h mblast.h saled.h \ X+ asnent2.h mbutils.h saledit.h \ X+ asnfdef.h mconsist.h salfiles.h \ X+ asnfeat.h mdrcherr.h salign.h \ X+ asngen.h medarch.h salmedia.h \ X+ asnid0.h medutil.h salogif.h \ X+ asnloc.h medview.h salpacc.h \ X+ asnmdrs.h mkbioseq.h salpanel.h \ X+ asnmedli.h mmdb1.h salparam.h \ X+ asnmime.h mmdb2.h salpedit.h \ X+ asnmla.h mmdb3.h salprop.h \ X+ asnneten.h mmdbapi.h salpstat.h \ X+ asnproj.h mmdbapi1.h salptool.h \ X+ asnprt.h mmdbapi2.h salsa.h \ X+ asnpub.h mmdbapi3.h salsap.h \ X+ asnpubme.h mmdbapi4.h salstruc.h \ X+ asnres.h mmdbdata.h salutil.h \ X+ asnseq.h mmdblocl.h samutil.h \ X+ asnsset.h ncbi.h satutil.h \ X+ asnsubmt.h ncbibs.h sdisplay.h \ X+ asntax1.h ncbibuf.h sec.h \ X+ asntaxon.h ncbicli.h seed.h \ X+ bandalgn.h ncbidraw.h seg.h \ X+ binary.h ncbienv.h seqanal.h \ X+ biosrc.h ncbierr.h seqcons.h \ X+ blast.h ncbifile.h seqfltr.h \ X+ blastdef.h ncbigif.h seqgraph.h \ X+ blastkar.h ncbilang.h seqgrphx.h \ X+ blastpat.h ncbilcl.h seqmgr.h \ X+ blastpri.h ncbimain.h seqmtrx.h \ X+ blocks.h ncbimath.h seqpcc.h \ X+ blstspc.h ncbimem.h seqport.h \ X+ bspview.h ncbimisc.h seqscrl.h \ X+ casn.h ncbimsg.h seqsub.h \ X+ cdconfig.h ncbinet.h sequtil.h \ X+ cdd.h ncbiopt.h shim3d.h \ X+ cdentrez.h ncbiport.h simple.h \ X+ cdnewlib.h ncbiprop.h simutil.h \ X+ cdrgn.h ncbisam.h spell.h \ X+ cdrom.h ncbisami.h splutil.h \ X+ cdromlib.h ncbisgml.h sqnutils.h \ X+ cn3dentr.h ncbisock.h strimprt.h \ X+ cn3dmain.h ncbisort.h stsutil.h \ X+ cn3dmesh.h ncbisrti.h subutil.h \ X+ cn3dmodl.h ncbistd.h suggapi.h \ X+ cn3dmsel.h ncbistr.h suggen.h \ X+ cn3dmsg.h ncbithr.h suggest.h \ X+ cn3dopen.h ncbitime.h suggslp.h \ X+ cn3dsave.h ncbiurl.h sugmap.h \ X+ cn3dshim.h ncbiwin.h sugprefx.h \ X+ cn3dstyl.h ncbiwww.h tax0.h \ X+ cn3dxprt.h netblap3.h tax1map.h \ X+ codon.h netcnfg.h taxblast.h \ X+ con_file.h netentr.h taxext.h \ X+ con_sock.h netlib.h taxinc.h \ X+ con_stateless.h netpriv.h taxon1.h \ X+ con_url.h netscape.h taxuerr.h \ X+ ni_asn.h taxutil.h \ X+ connectn.h ni_defin.h terr.h \ X+ connectr.h ni_encr.h tfuns.h \ X+ connutil.h ni_error.h toasn3.h \ X+ corematx.h ni_lib.h tofasta.h \ X+ db_list.h ni_lib_.h tofile.h \ X+ ddvclick.h ni_list.h tomedlin.h \ X+ ddvcolor.h ni_msg.h toporg.h \ X+ ddvcreate.h ni_net.h tree.h \ X+ ddvgraph.h ni_types.h treemgr.h \ X+ ddvmain.h objacces.h treeview.h \ X+ ddvopen.h objalign.h treevint.h \ X+ ddvpanel.h objalignloc.h tsprintf.h \ X+ diagnost.h objall.h txalign.h \ X+ dlogutil.h objbibli.h txclient.h \ X+ document.h objblock.h txcommon.h \ X+ dotmatrx.h objblst3.h udvdef.h \ X+ drawingp.h objcdd.h udviewer.h \ X+ drawseq.h objcode.h udvseq.h \ X+ dust.h objent2.h undefwin.h \ X+ dvncode.h objentr.h urkbias.h \ X+ echo_asn.h objfdef.h urkcnsrt.h \ X+ edutil.h objfeat.h urkdust.h \ X+ ent2api.h objgen.h urkepi.h \ X+ entrez.h objloc.h urkfltr.h \ X+ errdefn.h objmdrs.h urkgraph.h \ X+ explore.h objmedli.h urkpcc.h \ X+ fea2seg.h objmgr.h urkptpf.h \ X+ ffprint.h objmime.h urksigu.h \ X+ findrepl.h objmla.h urktree.h \ X+ fstyle.h objmmdb1.h urkutil.h \ X+ fstylep.h objmmdb2.h urlquery.h \ X+ ftusrstr.h objmmdb3.h utilpars.h \ X+ gapxdrop.h objneten.h utilpub.h \ X+ gather.h objproj.h valid.h \ X+ gbfeat.h objprt.h validatr.h \ X+ gbftdef.h objpub.h validerr.h \ X+ gbparlex.h objpubd.h vast2cn3d.h \ X+ gifgen.h objpubme.h vast2mage.h \ X+ glbpic.h objres.h vast2pdb.h \ X+ gphdraw.h objseq.h vastlocl.h \ X+ gtrdraw.h objsset.h vastsrv.h \ X+ gxydraw.h objsub.h vecscnapi.h \ X+ id1.h objtax1.h vecscrn.h \ X+ id1arch.h objtaxc0.h vibdefns.h \ X+ id1gen.h odlbox.h vibfltr.h \ X+ id1map.h panels.h vibforms.h \ X+ image.h parsegb.h vibgraph.h \ X+ imagelst.h pdiagnos.h vibincld.h \ X+ import.h pgppop.h vibmouse.h \ X+ jzcoll.h pictur3d.h vibpcc.h \ X+ jzmisc.h picture.h vibprocs.h \ X+ layout.h picturep.h vibrant.h \ X+ lbapi.h pmfapi.h vibtree.h \ X+ legend.h pobutil.h vibtypes.h \ X+ list.h posit.h viewer.h \ X+ lnfac.h ppict3d.h viewer3d.h \ X+ lookup.h profiles.h viewerp.h \ X+ lsqfetch.h prtgene.h viewmgr.h \ X+ mapgene.h prtutil.h vsm.h \ X+ mapmime.h prunebsc.h vsmfile.h \ X+ mapmla.h pubdesc.h vsmpriv.h \ X+ mappingp.h puberr.h vsmutil.h \ X+ mapproj.h qblastapi.h wwwblast.h \ X+ mappubme.h readdb.h \ X+ maputil.h regex.h X+ X+MKDIR= /bin/mkdir -p X+INSTALL_PROGRAM= /usr/bin/install -c X+ X+binstall: $(EXE) X+ ${MKDIR} ${PREFIX}/bin X+ ${INSTALL_PROGRAM} -s $? /${PREFIX}/bin X+ X+linstall: $(LIB) X+ ${MKDIR} ${PREFIX}/lib/ncbi X+ ${INSTALL_PROGRAM} $? ${PREFIX}/lib/ncbi X+ X+iinstall:: X+ ${MKDIR} ${PREFIX}/include/ncbi X+ pwd X+ cd ../include; \ X+ for file in $(INC); do \ X+ ${INSTALL_PROGRAM} $$file ${PREFIX}/include/ncbi; \ X+ done X+ X+install: linstall binstall X+ END-of-ncbi.toolkit/files/patch-aa echo x - ncbi.toolkit/files/patch-ab sed 's/^X//' >ncbi.toolkit/files/patch-ab << 'END-of-ncbi.toolkit/files/patch-ab' X--- corelib/ncbilcl.bsd.orig Mon Apr 3 08:50:57 2000 X+++ corelib/ncbilcl.bsd Mon Apr 3 08:51:55 2000 X@@ -74,7 +74,6 @@ X #include X #include X #include X-#include X #include X #include X #include X@@ -84,7 +83,7 @@ X X /* Check if there are POSIX threads available */ X #ifdef _POSIX_THREADS X-#define POSIX_THREADS_AVAIL X+#define POSIX_THREADS_AVAIL_broken X #endif X X END-of-ncbi.toolkit/files/patch-ab echo x - ncbi.toolkit/files/patch-ac sed 's/^X//' >ncbi.toolkit/files/patch-ac << 'END-of-ncbi.toolkit/files/patch-ac' X--- corelib/ncbienv.c.orig Tue Jan 25 08:16:49 2000 X+++ corelib/ncbienv.c Mon Apr 3 08:56:02 2000 X@@ -183,6 +183,8 @@ X X #ifdef OS_UNIX X #include X+#include X+#define LOGNAME_MAX MAXLOGNAME X #endif /* OS_UNIX */ X #ifdef OS_MAC X #include END-of-ncbi.toolkit/files/patch-ac echo x - ncbi.toolkit/distinfo sed 's/^X//' >ncbi.toolkit/distinfo << 'END-of-ncbi.toolkit/distinfo' XMD5 (ncbi/ncbi.tar.gz) = d201fc46e5e31e930ab73cc2dab79a2e END-of-ncbi.toolkit/distinfo echo x - ncbi.toolkit/Makefile sed 's/^X//' >ncbi.toolkit/Makefile << 'END-of-ncbi.toolkit/Makefile' X# New ports collection makefile for: NCBI X# Date created: 03 April 2000 X# Whom: tonym X# X# $FreeBSD$ X# X# View this file with tabstop=4 X# X XPORTNAME= ncbi.toolkit XPORTVERSION= 2000.07.07 XCATEGORIES= biology XMASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/ XDISTNAME= ncbi XDIST_SUBDIR= ncbi X XMAINTAINER= tony.maher@ebioinformatics.com X XREQUIRES_MOTIF= yes X X# X# In the files directory we have: X# X XDUMMYMAKE= Makefile X X# X# out of it for the post-install when we put in system startup file. X# X XPLATFORMDIR= ${WRKSRC}/platform XBUILDSCRIPT= ${WRKSRC}/make/makedis.csh X X# X# Thus ends the definitions X# X X# X# We need a dummy top level Makefile as NCBI has scripts that need to X# run from point above ncbi hierachy. X# X Xpre-configure: X @${CP} ${FILESDIR}/${DUMMYMAKE} ${WRKSRC} X @${CP} ${FILESDIR}/freebsd.ncbi.mk ${PLATFORMDIR} X @${PERL} -pi.orig -e 's#NetBSD#FreeBSD#;' -e 's#netbsd#freebsd#' ${BUILDSCRIPT} X X.include END-of-ncbi.toolkit/Makefile echo x - ncbi.toolkit/pkg-descr sed 's/^X//' >ncbi.toolkit/pkg-descr << 'END-of-ncbi.toolkit/pkg-descr' X"The NCBI Software Development Toolkit was developed for the production and Xdistribution of GenBank, Entrez, BLAST, and related services by NCBI. We Xmake it freely available to the public without restriction to facilitate the Xuse of NCBI by the scientific community. However, please understand that Xwhile we feel we have done a high quality job, this is not commercial Xsoftware. XThe documentation lags considerably behind the software and we must make any Xchanges required by our data production needs. Nontheless, many people have Xfound it a useful and stable basis for a number of tools and applications. X XThe toolkit is available by anonymous ftp from ncbi.nlm.nih.gov" X Xexcerpt from NCBI toolkit README file. X X-- Tony Maher X FreeBSD bio-porters END-of-ncbi.toolkit/pkg-descr echo x - ncbi.toolkit/pkg-comment sed 's/^X//' >ncbi.toolkit/pkg-comment << 'END-of-ncbi.toolkit/pkg-comment' XNational Center for Biotechnology Information (NCBI) Development Toolkit. END-of-ncbi.toolkit/pkg-comment echo x - ncbi.toolkit/pkg-plist sed 's/^X//' >ncbi.toolkit/pkg-plist << 'END-of-ncbi.toolkit/pkg-plist' Xbin/Cn3Dv3d Xbin/Nentrez Xbin/Psequin Xbin/asn2fast Xbin/asn2ff Xbin/asndhuff Xbin/asntool Xbin/bl2seq Xbin/blast.REAL Xbin/blastall Xbin/blastcl3 Xbin/blastclust Xbin/blastpgp Xbin/cdscan Xbin/checksub Xbin/copymat Xbin/ddv Xbin/dosimple Xbin/entrcmd Xbin/errhdr Xbin/fa2htgs Xbin/fastacmd Xbin/findspl Xbin/fmerge Xbin/formatdb Xbin/getfeat Xbin/getmesh Xbin/getpub Xbin/getseq Xbin/gil2bin Xbin/idfetch Xbin/impala Xbin/indexpub Xbin/makemat Xbin/makeset Xbin/megablast Xbin/ncbisort Xbin/netentcf Xbin/rpsblast Xbin/seedtop Xbin/seqtest Xbin/tbl2asn Xbin/testcore Xbin/testobj Xbin/testval Xbin/udv Xbin/vecscreen Xlib/ncbi/libncbi.a Xlib/ncbi/libncbicdr.a Xlib/ncbi/libncbimla.a Xlib/ncbi/libncbitxc2.a Xlib/ncbi/libnetentr.a Xlib/ncbi/libncbiCacc.a Xlib/ncbi/libncbicn3d.a Xlib/ncbi/libncbimmdb.a Xlib/ncbi/libnetblast.a Xlib/ncbi/libvibgif.a Xlib/ncbi/libncbiNacc.a Xlib/ncbi/libncbidesk.a Xlib/ncbi/libncbiobj.a Xlib/ncbi/libnetcli.a Xlib/ncbi/libvibnet.a Xlib/ncbi/libncbiacc.a Xlib/ncbi/libncbiid1.a Xlib/ncbi/libncbitool.a Xlib/ncbi/libnetcli_.a Xlib/ncbi/libvibrant.a X@unexec rmdir %D/lib/ncbi X@unexec rm -rf %D/include/ncbi END-of-ncbi.toolkit/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 1:35:32 2000 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 BBD2937B479 for ; Sun, 29 Oct 2000 01:35:28 -0700 (PDT) Received: from imura.af.airnet.ne.jp (tok194.airnet.ne.jp [210.159.88.194]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id RAA28404 for ; Sun, 29 Oct 2000 17:35:26 +0900 Posted-Date: Sun, 29 Oct 2000 17:36:39 +0900 (JST) To: ports@freebsd.org Subject: Re: How about new variable LINUX_CROSS_BUILD to bsd.port.mk? From: "R. Imura" In-Reply-To: <20001012025514V.imura@cs.titech.ac.jp> References: <20001012025514V.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: <20001029173637L.imura@cs.titech.ac.jp> Date: Sun, 29 Oct 2000 17:36:37 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 79 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's so funny that a man who retired a few hours ago speaks something, :) I'll show one of the effective way of using this option. > How about this small patch? > > Index: bsd.port.mk > =================================================================== > RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.355 > diff -u -r1.355 bsd.port.mk > --- bsd.port.mk 2000/10/08 11:43:54 1.355 > +++ bsd.port.mk 2000/10/11 17:18:49 > @@ -621,6 +621,10 @@ > .else > PREFIX?= ${LOCALBASE} > .endif > +.if defined(LINUX_CROSS_BUILD) > +USE_LINUX= yes > +PREFIX?= ${LOCALBASE} > +.endif > > .if defined(USE_OPENSSL) > .if ${OSVERSION} >= 400014 > @@ -773,6 +777,13 @@ > > .if defined(USE_LINUX) > RUN_DEPENDS+= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base > +.endif > + > +.if defined(LINUX_CROSS_BUILD) > +USE_GMAKE= yes > +GMAKE= ${LINUXBASE}/usr/bin/make > +BUILD_DEPENDS+= ${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools > +CONFIGURE_ENV+= MAKE=${GMAKE} ${LINUXBASE}/bin/bash > .endif > > .if defined(REQUIRES_MOTIF) audio/gogo will work as multi threads mode very easily, it's a bit faster than native one. (devel/linuxthreads doesn't work with my environment) Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/gogo/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- Makefile 2000/07/20 10:41:37 1.22 +++ Makefile 2000/10/29 08:23:56 @@ -17,7 +17,6 @@ # More than version 0.98 BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm -USE_GMAKE= yes ALL_TARGET= gogo RESTRICTED= Condition is not clear @@ -31,13 +30,14 @@ .if !defined(WITH_THREADS) @${ECHO_MSG} "set WITH_THREADS to compile with linuxthreads." @${ECHO_MSG} "It would increase performance in SMP environment." +USE_GMAKE= yes .else -MAKE_ENV+= "USE_MT=yes" -LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads +MAKE_ENV= "USE_MT=yes" +LINUX_CROSS_BUILD= yes .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/gogo ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/contrib/cdda2mp3.bsd \ ${PREFIX}/bin/cdda2mp3.gogo .if !defined(NOPORTDOCS) - R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 1: 0: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EBCA37B4CF for ; Sun, 29 Oct 2000 01:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA25159; Sun, 29 Oct 2000 01:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from arthur.cs.uni-magdeburg.de (arthur.CS.Uni-Magdeburg.De [141.44.27.36]) by hub.freebsd.org (Postfix) with ESMTP id 516EF37B4C5 for ; Sun, 29 Oct 2000 01:54:21 -0700 (PDT) Received: (from r@localhost) by arthur.cs.uni-magdeburg.de (8.11.0/8.11.0) id e9T8w2r02578; Sun, 29 Oct 2000 09:58:02 +0100 (CET) (envelope-from r) Message-Id: <200010290858.e9T8w2r02578@arthur.cs.uni-magdeburg.de> Date: Sun, 29 Oct 2000 09:58:02 +0100 (CET) From: Roland Jesse Reply-To: Roland Jesse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22389: Fix devel/tmake: It is intended for use with Qt 2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22389 >Category: ports >Synopsis: Fix devel/tmake: It is intended for use with Qt 2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 01:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.1-STABLE i386 >Organization: Otto-von-Guericke University Magdeburg >Environment: FreeBSD arthur.cs.uni-magdeburg.de 4.1-STABLE FreeBSD 4.1-STABLE #0: Fri Sep 22 13:46:37 CEST 2000 root@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR i386 >Description: The port was missing Qt2 as a requirement and one of the patches was pointing to Qt 1 includes instead Qt 2 includes. >How-To-Repeat: n/a >Fix: diff -ruN tmake.bak/Makefile tmake/Makefile --- tmake.bak/Makefile Sat Sep 2 15:34:39 2000 +++ tmake/Makefile Sun Oct 29 09:47:06 2000 @@ -13,6 +13,7 @@ MAINTAINER= jesse@cs.uni-magdeburg.de USE_PERL5= yes +USE_QT2= yes NO_BUILD= yes TMAKE_BIN= progen tmake diff -ruN tmake.bak/files/patch-ab tmake/files/patch-ab --- tmake.bak/files/patch-ab Sat Sep 2 15:32:27 2000 +++ tmake/files/patch-ab Sun Oct 29 09:46:23 2000 @@ -5,7 +5,7 @@ TMAKE_INCDIR_X11 = /usr/X11R6/include TMAKE_LIBDIR_X11 = /usr/X11R6/lib -TMAKE_INCDIR_QT = $(QTDIR)/include -+TMAKE_INCDIR_QT = $(QTDIR)/include/qt ++TMAKE_INCDIR_QT = $(QTDIR)/include/qt2 TMAKE_LIBDIR_QT = $(QTDIR)/lib TMAKE_INCDIR_OPENGL = /usr/X11R6/include TMAKE_LIBDIR_OPENGL = /usr/X11R6/lib >Release-Note: >Audit-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 Oct 29 1: 6:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9003A37B479 for ; Sun, 29 Oct 2000 01:06:53 -0800 (PST) Received: from 214.norrgarden.se (214.norrgarden.se [195.100.133.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F896E2652 for ; Sun, 29 Oct 2000 01:06:52 -0800 (PST) Received: (from cj@localhost) by 214.norrgarden.se (8.11.1/8.11.0) id e9T94HW66343; Sun, 29 Oct 2000 10:04:17 +0100 (CET) (envelope-from cj) Date: Sun, 29 Oct 2000 10:04:16 +0100 From: Carl Johan Madestrand To: Kris Kennaway Cc: ports@freebsd.org Subject: Re: BitchX IRC client exploit Message-ID: <20001029100416.A186@214.norrgarden.se> References: <20001028134504.A16785@214.norrgarden.se> <20001028190915.A86861@citusc17.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001028190915.A86861@citusc17.usc.edu>; from kris@citusc.usc.edu on Sat, Oct 28, 2000 at 07:09:15PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Oct 28, 2000 at 07:09:15PM -0700, Kris Kennaway wrote: > On Sat, Oct 28, 2000 at 01:45:04PM +0200, Carl Johan Madestrand wrote: > > Yesterday it came to my notice that there is a hole in the current version of > > BitchX 1.0c17 and possibly older versions aswell which I cannot confirm. > > A remote exploit which allows the intruder to control the users client in the > > form of sending any kind of text message to the users client including fake > > public messages. Hence making it appear as if that public message comes from > > the given nickname. > > Please provide information about how to replicate the problem. > > Kris > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Well as it turns out this is in fact an old issue with pretty much all ANSI IRC clients not only in BitchX. Also it seems to affect only certain types of terminals. So far i've seen it works under xterm and gnome term. I've been told it works under screen aswell. SecureCRT also seems to be vulnerable. /eval msg #channel $chr(133)$chr(141) im lame /eval msg nick $chr(133)$chr(141) im lame ...and some other variations. -- Carl Johan Madestrand LoRd_CJ on IRC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 1:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67E4837B4C5 for ; Sun, 29 Oct 2000 01:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA29839; Sun, 29 Oct 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from arthur.cs.uni-magdeburg.de (arthur.CS.Uni-Magdeburg.De [141.44.27.36]) by hub.freebsd.org (Postfix) with ESMTP id DBD4937B479 for ; Sun, 29 Oct 2000 01:08:44 -0800 (PST) Received: (from r@localhost) by arthur.cs.uni-magdeburg.de (8.11.0/8.11.0) id e9T9CN605459; Sun, 29 Oct 2000 10:12:23 +0100 (CET) (envelope-from r) Message-Id: <200010290912.e9T9CN605459@arthur.cs.uni-magdeburg.de> Date: Sun, 29 Oct 2000 10:12:23 +0100 (CET) From: Roland Jesse Reply-To: Roland Jesse To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22390: Fix devel/tmake (SUPERCEDES pr 22389) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22390 >Category: ports >Synopsis: Fix devel/tmake: It is intended for use with Qt 2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 01:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roland Jesse >Release: FreeBSD 4.1-STABLE i386 >Organization: Otto-von-Guericke University Magdeburg >Environment: FreeBSD arthur.cs.uni-magdeburg.de 4.1-STABLE FreeBSD 4.1-STABLE #0: Fri Sep 22 13:46:37 CEST 2000 root@arthur.cs.uni-magdeburg.de:/usr/obj/usr/src/sys/ARTHUR i386 >Description: The port was missing Qt2 as a requirement and one of the patches was pointing to Qt 1 includes and libs instead Qt 2 includes and libs. PR 22389 was missing the patch for TMAKE_LIBS_QT and TMAKE_LIBS_QT_THREAD. Sorry. >How-To-Repeat: n/a >Fix: diff -ruN tmake.bak/Makefile tmake/Makefile --- tmake.bak/Makefile Sat Sep 2 15:34:39 2000 +++ tmake/Makefile Sun Oct 29 09:47:06 2000 @@ -13,6 +13,7 @@ MAINTAINER= jesse@cs.uni-magdeburg.de USE_PERL5= yes +USE_QT2= yes NO_BUILD= yes TMAKE_BIN= progen tmake diff -ruN tmake.bak/files/patch-ab tmake/files/patch-ab --- tmake.bak/files/patch-ab Sat Sep 2 15:32:27 2000 +++ tmake/files/patch-ab Sun Oct 29 10:05:53 2000 @@ -1,11 +1,22 @@ ---- lib/freebsd-g++/tmake.conf Wed Aug 23 18:03:32 2000 -+++ lib/freebsd-g++/tmake.conf.new Fri Sep 1 17:09:54 2000 +--- lib/freebsd-g++/tmake.conf.orig Wed Aug 23 18:03:32 2000 ++++ lib/freebsd-g++/tmake.conf Sun Oct 29 10:03:53 2000 @@ -31,7 +31,7 @@ TMAKE_LIBDIR = /usr/local/lib TMAKE_INCDIR_X11 = /usr/X11R6/include TMAKE_LIBDIR_X11 = /usr/X11R6/lib -TMAKE_INCDIR_QT = $(QTDIR)/include -+TMAKE_INCDIR_QT = $(QTDIR)/include/qt ++TMAKE_INCDIR_QT = $(QTDIR)/include/qt2 TMAKE_LIBDIR_QT = $(QTDIR)/lib TMAKE_INCDIR_OPENGL = /usr/X11R6/include TMAKE_LIBDIR_OPENGL = /usr/X11R6/lib +@@ -51,8 +51,8 @@ + TMAKE_LIBS = + TMAKE_LIBS_X11 = -lXext -lX11 -lm + TMAKE_LIBS_X11SM = -lICE -lSM +-TMAKE_LIBS_QT = -lqt +-TMAKE_LIBS_QT_THREAD = -lqt-mt ++TMAKE_LIBS_QT = -lqt2 ++TMAKE_LIBS_QT_THREAD = -lqt2-mt + TMAKE_LIBS_OPENGL = -lGLU -lGL -lXmu + TMAKE_LIBS_THREAD = + >Release-Note: >Audit-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 Oct 29 1:24:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from csmd2.cs.uni-magdeburg.de (csmd2.CS.Uni-Magdeburg.De [141.44.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 3AF9337B479; Sun, 29 Oct 2000 01:24:13 -0800 (PST) Received: from knecht.cs.uni-magdeburg.de (jesse@knecht [141.44.21.3]) by csmd2.cs.uni-magdeburg.de (8.9.3/8.9.3) with ESMTP id KAA02077; Sun, 29 Oct 2000 10:24:11 +0100 (MET) Received: (from jesse@localhost) by knecht.cs.uni-magdeburg.de (8.8.8+Sun/8.8.8) id KAA25878; Sun, 29 Oct 2000 10:24:10 +0100 (MET) Date: Sun, 29 Oct 2000 10:24:10 +0100 From: Roland Jesse To: will@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/22381: New port: misc/mango Message-ID: <20001029102410.A25868@knecht.cs.uni-magdeburg.de> References: <200010290126.SAA60418@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010290126.SAA60418@freefall.freebsd.org>; from will@FreeBSD.org on Sat, Oct 28, 2000 at 06:26:26PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org will@FreeBSD.org wrote: > Synopsis: New port: misc/mango > > State-Changed-From-To: open->feedback > State-Changed-By: will > State-Changed-When: Sat Oct 28 18:25:12 PDT 2000 > State-Changed-Why: > I had to fix this to use QTDIR so it could find uic, Thanks, I fixed that. The output of "diff -ruN mango.bak mango": --- snip --- diff -ruN /usr/ports/misc/mango/Makefile mango/Makefile --- /usr/ports/misc/mango/Makefile Sun Oct 29 09:43:20 2000 +++ mango/Makefile Sat Oct 28 21:47:45 2000 @@ -16,8 +16,7 @@ USE_BZIP2= yes USE_QT2= yes -TMAKEENV= TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ QTDIR=${X11BASE} -MAKE_ENV+= QTDIR=${X11BASE} +TMAKEENV= TMAKEPATH=${PREFIX}/share/tmake/freebsd-g++ do-build: (cd ${WRKSRC}; ${SETENV} ${TMAKEENV} tmake -o Makefile mango.pro) --- snap --- > then it had the wrong > place for the QT libs (include/qt as opposed to include/qt2), This was a bug in the devel/tmake port. PR 22390 fixes that. > then I got: > c++ -c -O -pipe -I/usr/local/include -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -o moc_RecipeModel.o moc_RecipeModel.cpp > moc_RecipeModel.cpp:45: new declaration `static void RecipeModel::staticMetaObject()' > RecipeModel.hpp:23: ambiguates old declaration `static class QMetaObject * RecipeModel::staticMetaObject()' > moc_RecipeModel.cpp: In function `void __static_initialization_and_destruction_0(int, int)': > moc_RecipeModel.cpp:29: no matching function for call to `QMetaObjectInit::QMetaObjectInit (QMetaObject * (*)())' > /usr/X11R6/include/qt2/qmetaobject.h:259: candidates are: QMetaObjectInit::QMetaObjectInit(void (*)()) > /usr/X11R6/include/qt2/qmetaobject.h:261: QMetaObjectInit::QMetaObjectInit(const QMetaObjectInit &) > *** Error code 1 Hhhm, I cannot reproduce that. Do you have an old version of moc (i.e. from QT < 2) which is used instead of the correct one? Thanks for the feedback. Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 3:20:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D855D37B479 for ; Sun, 29 Oct 2000 03:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA80136; Sun, 29 Oct 2000 03:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 03:20:03 -0800 (PST) Message-Id: <200010291120.DAA80136@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Eugene Grosbein Subject: Re: ports/22379: New port: libudbc Reply-To: Eugene Grosbein Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22379; it has been noted by GNATS. From: Eugene Grosbein To: freebsd-gnats-submit@FreeBSD.org, eugen@D00015.dialonly.kemerovo.su Cc: Subject: Re: ports/22379: New port: libudbc Date: Sun, 29 Oct 2000 18:17:33 +0700 This is a multi-part message in MIME format. --------------6D4F3C3641FCE3CE8D9E913B Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit It appears that vendor (Openlink) offers two distributions from two ftp servers. Archives appear to have identical contents but are compressed differently. I did "make makesum" using one archive while Makefile points to another as first of MASTER_SITES. Sorry, this is my first contribution and my fault. Collision is fixed by removing one of servers from MASTER_SITES. Fixed version is attached. Eugene Grosbein --------------6D4F3C3641FCE3CE8D9E913B Content-Type: application/x-shar; name="libudbc.shar" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libudbc.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libudbc # libudbc/Makefile # libudbc/pkg-descr # libudbc/pkg-comment # libudbc/pkg-plist # libudbc/distinfo # libudbc/files # libudbc/files/patch-ab # libudbc/files/patch-aa # libudbc/pkg-message # echo c - libudbc mkdir -p libudbc > /dev/null 2>&1 echo x - libudbc/Makefile sed 's/^X//' >libudbc/Makefile << 'END-of-libudbc/Makefile' X# New ports collection makefile for: libubcd X# Date created: 28 October 2000 X# Whom: Eugene Grosbein X# X# $FreeBSD$ X# X XPORTNAME= libudbc XPORTVERSION= 1.5 XCATEGORIES= databases XMASTER_SITES= ftp://ftp.openlinksw.co.uk/open32/ \ X http://ftp.svzserv.kemerovo.su/pub/FreeBSD/ports/distfiles/ XDISTNAME= f3kuzzzz XEXTRACT_SUFX= .taz X XMAINTAINER= eugen@iname.com X XNO_WRKSUBDIR= yes XNO_BUILD= yes XINSTALLS_SHLIB= yes XNO_FILTER_SHLIBS=yes XONLY_FOR_ARCHS= i386 X Xdo-install: X @${INSTALL_PROGRAM} ${WRKDIR}/udbcsdk/examples/udbctest ${PREFIX}/bin X @${MKDIR} ${PREFIX}/include/udbc X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/include/libudbc.h ${PREFIX}/include X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/include/udbc/udbcext.h ${PREFIX}/include/udbc X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/include/udbc/udbcimpl.h ${PREFIX}/include/udbc X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/include/udbc/udbcodbc.h ${PREFIX}/include/udbc X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/include/udbc/udbcprto.h ${PREFIX}/include/udbc X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/include/udbc/udbcsag.h ${PREFIX}/include/udbc X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/include/udbc/udbctype.h ${PREFIX}/include/udbc X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/lib/libudbc.a ${PREFIX}/lib X @${INSTALL} -c -o ${SHAREOWN} -g ${SHAREGRP} -m 755 ${WRKDIR}/udbcsdk/lib/libudbc.la ${PREFIX}/lib X @${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP} -m 755 ${WRKDIR}/udbcsdk/lib/libudbc.so ${PREFIX}/lib X @${LN} -f ${PREFIX}/lib/libudbc.so ${PREFIX}/lib/libudbc.so.1.5 X.if !defined(NOPORTSDOC) X @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/doc/udbc.doc ${PREFIX}/share/doc/${PORTNAME} X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/doc/udbc.ini ${PREFIX}/share/doc/${PORTNAME}/udbc.ini.sample X @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/examples/Makefile ${PREFIX}/share/examples/${PORTNAME}/Makefile X @${PERL} -pi -e "s,../,${PREFIX}/," ${PREFIX}/share/examples/${PORTNAME}/Makefile X @${INSTALL_DATA} ${WRKDIR}/udbcsdk/examples/udbctest.c ${PREFIX}/share/examples/${PORTNAME} X Xpost-install: X @${CAT} pkg-message | ${SED} "s'PREFIX'${PREFIX}'" X.endif X X.include X X.if ${OSVERSION} < 320000 XBROKEN= "Systems prior to 3.2-RELEASE are out of support" X.endif X X.include END-of-libudbc/Makefile echo x - libudbc/pkg-descr sed 's/^X//' >libudbc/pkg-descr << 'END-of-libudbc/pkg-descr' X From udbc.doc: X X WHAT IS UDBC? X X UDBC is OpenLink's acronym for Universal DataBase Connectivity. X X In short, UDBC is the merge between the X/Open - SAG interface and X the Microsoft ODBC interface for client database applications. X X UDBC was developped to enable software engineers to rapidly develop X database independent applications without being concerned about issues X like portability, network programming and database specific interfacing X problems. X XWWW: http://www.openlinksw.com/ X X- Grosbein Xeugen@iname.com END-of-libudbc/pkg-descr echo x - libudbc/pkg-comment sed 's/^X//' >libudbc/pkg-comment << 'END-of-libudbc/pkg-comment' XOpenlink UDBC SDK END-of-libudbc/pkg-comment echo x - libudbc/pkg-plist sed 's/^X//' >libudbc/pkg-plist << 'END-of-libudbc/pkg-plist' Xbin/udbctest Xinclude/libudbc.h Xinclude/udbc/udbcext.h Xinclude/udbc/udbcimpl.h Xinclude/udbc/udbcodbc.h Xinclude/udbc/udbcprto.h Xinclude/udbc/udbcsag.h Xinclude/udbc/udbctype.h Xlib/libudbc.a Xlib/libudbc.la Xlib/libudbc.so X@exec ln %D/lib/libudbc.so %D/lib/libudbc.so.1.5 X@unexec rm %D/lib/libudbc.so.1.5 Xshare/doc/libudbc/udbc.doc Xshare/doc/libudbc/udbc.ini.sample Xshare/examples/libudbc/Makefile Xshare/examples/libudbc/udbctest.c X@dirrm include/udbc X@dirrm share/doc/libudbc X@dirrm share/examples/libudbc END-of-libudbc/pkg-plist echo x - libudbc/distinfo sed 's/^X//' >libudbc/distinfo << 'END-of-libudbc/distinfo' XMD5 (f3kuzzzz.taz) = d43f1b40b6d7f45c3abb095b3d4f0f00 END-of-libudbc/distinfo echo c - libudbc/files mkdir -p libudbc/files > /dev/null 2>&1 echo x - libudbc/files/patch-ab sed 's/^X//' >libudbc/files/patch-ab << 'END-of-libudbc/files/patch-ab' X--- udbcsdk/examples/Makefile.orig Sun Oct 29 01:12:20 2000 X+++ udbcsdk/examples/Makefile Sun Oct 29 01:13:21 2000 X@@ -24,10 +24,10 @@ X ###################################################################### X X ## Generic ###################################################### X-CFLAGS = -O -I../include -pthread X+CFLAGS += -O -I../include -pthread X X ## HP/UX ###################################################### X-#CFLAGS = -O -Aa +ESlit -I../include X+#CFLAGS += -O -Aa +ESlit -I../include X X X ###################################################################### X@@ -37,7 +37,7 @@ X ###################################################################### X X ## Generic ###################################################### X-LIBS = ../lib/libudbc.a #-lpthread X+LIBS = ../lib/libudbc.a #-pthread X X ## SCO Unix ###################################################### X #LIBS = ../lib/libudbc.a -lsocket X@@ -95,7 +95,7 @@ X # X ## Shared ###################################################### X # X-#LIBS = -L../lib -ludbc -lpthread X+#LIBS = -L../lib -ludbc -pthread X X udbctest: udbctest.c X cc $(CFLAGS) -o udbctest udbctest.c $(LIBS) END-of-libudbc/files/patch-ab echo x - libudbc/files/patch-aa sed 's/^X//' >libudbc/files/patch-aa << 'END-of-libudbc/files/patch-aa' X--- udbcsdk/examples/udbctest.c.orig Sun Oct 29 01:10:02 2000 X+++ udbcsdk/examples/udbctest.c Sun Oct 29 01:10:18 2000 X@@ -19,7 +19,7 @@ X X #include X #include X-#include "libudbc.h" X+#include X X #define MAXCOLS 32 X END-of-libudbc/files/patch-aa echo x - libudbc/pkg-message sed 's/^X//' >libudbc/pkg-message << 'END-of-libudbc/pkg-message' X X/********************************************************** XYou need install udbc.ini to /etc/udbc.ini or ~/.udbc.ini, Xyou will find well commented sample installed as XPREFIX/share/doc/libudbc/udbc.ini.sample. XA sample application using libudbc is also installed as XPREFIX/share/examples/libudbc/udbctest.c X***********************************************************/ X END-of-libudbc/pkg-message exit --------------6D4F3C3641FCE3CE8D9E913B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 4:10:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ABD437B4C5 for ; Sun, 29 Oct 2000 04:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA99276; Sun, 29 Oct 2000 04:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C338137B479; Sun, 29 Oct 2000 04:06:48 -0800 (PST) Message-Id: <20001029120648.C338137B479@hub.freebsd.org> Date: Sun, 29 Oct 2000 04:06:48 -0800 (PST) From: yatt@msc.biglobe.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22392: New port: japanese/mozilla-jlp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22392 >Category: ports >Synopsis: New port: japanese/mozilla-jlp >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 Oct 29 04:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 5.0-CURRENT >Organization: Personal >Environment: >Description: New port: japanese/mozilla-jlp This port Japanizes Mozilla GUI. >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: # # mozilla-jlp # mozilla-jlp/files # mozilla-jlp/files/mozilla.xpg4 # mozilla-jlp/files/mozilla.noxpg4 # mozilla-jlp/files/installed-chrome.txt # mozilla-jlp/files/all.js # mozilla-jlp/files/unix.js # mozilla-jlp/distinfo # mozilla-jlp/Makefile # mozilla-jlp/pkg-comment # mozilla-jlp/pkg-descr # mozilla-jlp/pkg-plist # echo c - mozilla-jlp mkdir -p mozilla-jlp > /dev/null 2>&1 echo c - mozilla-jlp/files mkdir -p mozilla-jlp/files > /dev/null 2>&1 echo x - mozilla-jlp/files/mozilla.xpg4 sed 's/^X//' >mozilla-jlp/files/mozilla.xpg4 << 'END-of-mozilla-jlp/files/mozilla.xpg4' X#!/bin/sh X XLANG=ja_JP.EUC; export LANG XLD_PRELOAD=/usr/lib/libxpg4.so.2; export LD_PRELOAD X Xcd @PREFIX@/lib/mozilla Xexec ./mozilla "$@" END-of-mozilla-jlp/files/mozilla.xpg4 echo x - mozilla-jlp/files/mozilla.noxpg4 sed 's/^X//' >mozilla-jlp/files/mozilla.noxpg4 << 'END-of-mozilla-jlp/files/mozilla.noxpg4' X#!/bin/sh X XLANG=ja_JP.EUC; export LANG X Xcd @PREFIX@/lib/mozilla Xexec ./mozilla "$@" END-of-mozilla-jlp/files/mozilla.noxpg4 echo x - mozilla-jlp/files/installed-chrome.txt sed 's/^X//' >mozilla-jlp/files/installed-chrome.txt << 'END-of-mozilla-jlp/files/installed-chrome.txt' Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/global/ Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/communicator/ Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger/ Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/editor/ Xlocale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/navigator/ Xlocale,install,select,ja-JP END-of-mozilla-jlp/files/installed-chrome.txt echo x - mozilla-jlp/files/all.js sed 's/^X//' >mozilla-jlp/files/all.js << 'END-of-mozilla-jlp/files/all.js' X/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- X * X * The contents of this file are subject to the Netscape Public X * License Version 1.1 (the "License"); you may not use this file X * except in compliance with the License. You may obtain a copy of X * the License at http://www.mozilla.org/NPL/ X * X * Software distributed under the License is distributed on an "AS X * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or X * implied. See the License for the specific language governing X * rights and limitations under the License. X * X * The Original Code is mozilla.org code. X * X * The Initial Developer of the Original Code is Netscape X * Communications Corporation. Portions created by Netscape are X * Copyright (C) 1998 Netscape Communications Corporation. All X * Rights Reserved. X * X * Contributor(s): X */ X X// SYNTAX HINTS: dashes are delimiters. Use underscores instead. X// The first character after a period must be alphabetic. X Xpref("network.search.url","http://cgi.netscape.com/cgi-bin/url_search.cgi?search="); X Xpref("keyword.URL", "http://keyword.netscape.com/keyword/"); Xpref("keyword.enabled", false); Xpref("general.useragent.locale", "chrome://navigator/locale/navigator.properties"); Xpref("general.useragent.misc", "m18"); X Xpref("general.startup.browser", true); Xpref("general.startup.mail", false); Xpref("general.startup.news", false); Xpref("general.startup.editor", false); Xpref("general.startup.compose", false); Xpref("general.startup.addressbook", false); X Xpref("general.always_load_images", true); Xpref("general.always_load_movies", true); Xpref("general.always_load_sounds", true); Xpref("general.title_tips", true); X Xpref("general.help_source.site", 1); // 0 = Netscape, 1 = installed, 2 = custom Xpref("general.help_source.url", ""); X Xpref("general.fullcircle_enable", true); Xpref("general.fullcircle_collect_ns_data", false); X Xpref("browser.enable_style_sheets", true); X// 0 = blank, 1 = home (browser.startup.homepage), 2 = last Xpref("browser.startup.page", 1); Xpref("browser.startup.homepage", "chrome://navigator/locale/navigator.properties"); X// "browser.startup.homepage_override" was for 4.x Xpref("browser.startup.homepage_override.1", true); Xpref("browser.startup.autoload_homepage", true); Xpref("browser.startup.agreed_to_licence", false); Xpref("browser.startup.license_version", 0); Xpref("browser.startup.default_window", 1); // start up browser Xpref("browser.cache.disk_cache_size", 7680); Xpref("browser.cache.enable", true); Xpref("browser.cache.disk.enable", true); Xpref("browser.cache.memory_cache_size", 1024); Xpref("browser.cache.disk_cache_ssl", false); Xpref("browser.display.foreground_color", "#000000"); Xpref("browser.display.background_color", "#C0C0C0"); Xpref("browser.anchor_color", "#0000EE"); Xpref("browser.visited_color", "#551A8B"); Xpref("browser.chrome.show_directory_buttons", true); Xpref("browser.chrome.toolbar_style", 2); Xpref("browser.chrome.advanced_toolbar", false); Xpref("browser.chrome.show_toolbar", true); Xpref("browser.chrome.show_status_bar", true); Xpref("browser.chrome.show_url_bar", true); Xpref("browser.chrome.show_security_bar", true); Xpref("browser.chrome.button_style", 0); X Xpref("browser.toolbars.showbutton.bookmarks", false); Xpref("browser.toolbars.showbutton.go", false); Xpref("browser.toolbars.showbutton.home", true); Xpref("browser.toolbars.showbutton.mynetscape", true); Xpref("browser.toolbars.showbutton.net2phone", true); Xpref("browser.toolbars.showbutton.print", true); Xpref("browser.toolbars.showbutton.search", true); X Xpref("browser.background_option", 0); // DEFAULT_BACKGROUND Xpref("browser.link_expiration", 9); Xpref("browser.cache.check_doc_frequency", 0); X Xpref("browser.delay_images", false); Xpref("browser.underline_anchors", true); Xpref("browser.never_expire", false); Xpref("browser.display_while_loading", true); Xpref("browser.custom_link_color", false); Xpref("browser.custom_visited_color", false); Xpref("browser.custom_text_color", false); Xpref("browser.display.use_document_colors", true); Xpref("browser.ldapfile_location", ""); Xpref("browser.print_background", false); Xpref("browser.prefs_window.modeless", false); Xpref("browser.prefs_window_rect", "-1,-1,-1,-1"); Xpref("browser.find_window_rect", "-1,-1,-1,-1"); Xpref("browser.bookmark_window_rect", "-1,-1,-1,-1"); Xpref("browser.download_window_rect", "-1,-1,-1,-1"); Xpref("browser.wfe.ignore_def_check",false); Xpref("browser.display.wfe.use_windows_colors",true); Xpref("browser.startup_mode",1); X X// Dialog modality issues Xpref("browser.prefWindowModal", true); Xpref("browser.show_about_as_stupid_modal_window", false); X X// various default search settings Xpref("browser.search.defaulturl", "chrome://navigator/locale/navigator.properties"); Xpref("browser.search.opensidebarsearchpanel", true); Xpref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1"); Xpref("browser.search.mode", 0); Xpref("browser.search.powermode", 0); Xpref("browser.search.use_double_clicks", false); Xpref("browser.urlbar.autocomplete.enabled", true); Xpref("browser.urlbar.clickSelectsAll",false); X XlocalDefPref("browser.bookmark_location", ""); XlocalDefPref("browser.addressbook_location", ""); XlocalDefPref("browser.socksfile_location", ""); XlocalDefPref("browser.ldapfile_location", ""); X Xpref("browser.history.last_page_visited", ""); X Xpref("browser.url_history.URL_1", ""); Xpref("browser.url_history.URL_2", ""); Xpref("browser.url_history.URL_3", ""); Xpref("browser.url_history.URL_4", ""); Xpref("browser.url_history.URL_5", ""); Xpref("browser.url_history.URL_6", ""); Xpref("browser.url_history.URL_7", ""); Xpref("browser.url_history.URL_8", ""); Xpref("browser.url_history.URL_9", ""); Xpref("browser.url_history.URL_10", ""); Xpref("browser.url_history.URL_11", ""); Xpref("browser.url_history.URL_12", ""); Xpref("browser.url_history.URL_13", ""); Xpref("browser.url_history.URL_14", ""); Xpref("browser.url_history.URL_15", ""); X Xpref("browser.uriloader", true); // turn new uri loading on by default X Xpref("browser.personal_toolbar_button.min_chars", 15); Xpref("browser.personal_toolbar_button.max_chars", 30); X Xpref("browser.PICS.ratings_enabled", false); Xpref("browser.PICS.pages_must_be_rated", false); Xpref("browser.PICS.disable_for_this_session", false); Xpref("browser.PICS.reenable_for_this_session", false); Xpref("browser.PICS.service.http___home_netscape_com_default_rating.service_enabled", true); Xpref("browser.PICS.service.http___home_netscape_com_default_rating.s", 0); X X// gfx widgets Xpref("nglayout.widget.mode", 2); Xpref("nglayout.widget.gfxscrollbars", true); X X// use nsViewManager2 Xpref("nglayout.view.useViewManager2", true); X X// css2 hover pref Xpref("nglayout.events.showHierarchicalHover", false); X X// Smart Browsing prefs Xpref("browser.related.enabled", true); Xpref("browser.related.autoload", 1); // 0 = Always, 1 = After first use, 2 = Never Xpref("browser.related.provider", "http://www-rl.netscape.com/wtgn?"); Xpref("browser.related.detailsProvider", "http://cgi.netscape.com/cgi-bin/rlcgi.cgi?URL="); Xpref("browser.related.disabledForDomains", ""); Xpref("browser.goBrowsing.enabled", true); X X X// The NavCenter preferences XlocalDefPref("browser.navcenter.dockstyle", 1); // 1 = left, 2 = right, 3 = top, 4 = bottom XlocalDefPref("browser.navcenter.docked.tree.visible", false); XlocalDefPref("browser.navcenter.docked.selector.visible", true); XlocalDefPref("browser.navcenter.docked.tree.width", 250); // Percent of parent window consumed by docked nav center XlocalDefPref("browser.navcenter.floating.rect", "20, 20, 400, 600"); // Window dimensions when floating X Xpref("capability.policy.default.barprop.visible.write", "UniversalBrowserWrite"); X Xpref("capability.policy.default.history.current.read", "UniversalBrowserRead"); Xpref("capability.policy.default.history.next.read", "UniversalBrowserRead"); Xpref("capability.policy.default.history.previous.read", "UniversalBrowserRead"); Xpref("capability.policy.default.history.item.read", "UniversalBrowserRead"); X Xpref("capability.policy.default.navigator.preference.read", "UniversalPreferencesRead"); Xpref("capability.policy.default.navigator.preference.write", "UniversalPreferencesWrite"); Xpref("capability.policy.default.windowinternal.location.write", "allAccess"); X X XlocalDefPref("ghist.expires.pos", 4); XlocalDefPref("ghist.expires.width", 1400); XlocalDefPref("ghist.firstvisit.pos", 2); XlocalDefPref("ghist.firstvisit.width", 1400); XlocalDefPref("ghist.lastvisit.pos", 3); XlocalDefPref("ghist.lastvisit.width", 1400); XlocalDefPref("ghist.location.pos", 1); XlocalDefPref("ghist.location.width", 2400); Xpref("ghist.show_value", 0); Xpref("ghist.sort_descending", false); Xpref("ghist.sortby", 3); // eGH_LastDateSort XlocalDefPref("ghist.title.pos", 0); XlocalDefPref("ghist.title.width", 2400); XlocalDefPref("ghist.visiblecolumns", 6); XlocalDefPref("ghist.visitcount.pos", 5); XlocalDefPref("ghist.visitcount.width", 1000); XlocalDefPref("ghist.window_rect", "0,0,0,0"); X Xpref("javascript.enabled", true); Xpref("javascript.allow.mailnews", false); Xpref("javascript.allow.signing", true); Xpref("javascript.reflect_preferences", false); // for PE X//pref("javascript.options.strict", true); X X// advanced prefs Xpref("advanced.always_load_images", true); Xpref("security.enable_java", true); Xpref("css.allow", true); Xpref("advanced.mailftp", false); X Xpref("offline.startup_state", 0); Xpref("offline.send.unsent_messages", 0); Xpref("offline.prompt_synch_on_exit", true); Xpref("offline.news.download.use_days", 0); X Xpref("network.dnsAttempt", 0); Xpref("network.tcptimeout", 0); // use default Xpref("network.tcpbufsize", 0); // Xpref("network.use_async_dns", true); Xpref("network.dnsCacheExpiration", 900); // in seconds Xpref("network.enableUrlMatch", true); Xpref("network.max_connections", 4); Xpref("network.speed_over_ui", true); Xpref("network.file_sort_method", 0); // NAME 0, TYPE 1, SIZE 2, DATE 3 Xpref("network.ftp.passive", true); Xpref("network.hosts.smtp_server", "mail"); Xpref("network.hosts.pop_server", "mail"); Xpref("network.protocols.useSystemDefaults", false); // set to true if user links should use system default handlers X X// Xpref("network.http.version", "1.1"); // default X// pref("network.http.version", "1.0"); // uncomment this out in case of problems X// pref("network.http.version", "0.9"); // it'll work too if you're crazy X// keep-alive option is effectively obsolete. Nevertheless it'll work with X// some older 1.0 servers: X Xpref("network.http.keep-alive", true); // set it to false in case of problems Xpref("network.http.proxy.keep-alive", true ); Xpref("network.http.keep-alive.timeout", 300); X Xpref("network.http.max-connections", 8); Xpref("network.http.keep-alive.max-connections", 20); // max connections to be kept alive Xpref("network.http.keep-alive.max-connections-per-server", 8); X Xpref("network.http.connect.timeout", 30); // in seconds Xpref("network.http.request.timeout", 120); // in seconds X X// Enable http compression: comment this out in case of problems with 1.1 Xpref("network.http.accept-encoding" ,"gzip,deflate,compress,identity"); X Xpref("network.http.pipelining" , false); Xpref("network.http.proxy.pipelining", false); X X// Always pipeling the very first request: this will only work when you are X// absolutely sure the the site or proxy you are browsing to/through support X// pipelining; the default behavior will be that the browser will first make X// a normal, non-pipelined request, then examine and remember the responce X// and only the subsequent requests to that site will be pipeline Xpref("network.http.pipelining.firstrequest", false); X X// Max number of requests in the pipeline Xpref("network.http.pipelining.maxrequests" , 4); X Xpref("network.http.proxy.ssl.connect",true); X// X X// sspitzer: change this back to "news" when we get to beta. X// for now, set this to news.mozilla.org because you can only X// post to the server specified by this pref. Xpref("network.hosts.nntp_server", "news.mozilla.org"); X Xpref("network.hosts.socks_server", ""); Xpref("network.hosts.socks_serverport", 1080); Xpref("network.hosts.socks_conf", ""); Xpref("network.image.imageBehavior", 0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse Xpref("network.image.warnAboutImages", false); Xpref("network.proxy.autoconfig_url", ""); Xpref("network.proxy.type", 0); Xpref("network.proxy.ftp", ""); Xpref("network.proxy.ftp_port", 0); Xpref("network.proxy.gopher", ""); Xpref("network.proxy.gopher_port", 0); Xpref("network.proxy.news", ""); Xpref("network.proxy.news_port", 0); Xpref("network.proxy.http", ""); Xpref("network.proxy.http_port", 0); Xpref("network.proxy.wais", ""); Xpref("network.proxy.wais_port", 0); Xpref("network.proxy.ssl", ""); Xpref("network.proxy.ssl_port", 0); Xpref("network.proxy.socks", ""); Xpref("network.proxy.socks_port", 0); Xpref("network.proxy.no_proxies_on", ""); Xpref("network.online", true); //online/offline Xpref("network.prompt_at_startup", false);//Ask me Xpref("network.accept_cookies", 0); // 0 = Always, 1 = warn, 2 = never Xpref("network.foreign_cookies", 0); // 0 = Accept, 1 = Don't accept Xpref("network.cookie.cookieBehavior", 0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse Xpref("network.cookie.warnAboutCookies", false); Xpref("signon.rememberSignons", true); Xpref("network.sendRefererHeader", 2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well Xpref("network.enablePad", false); // Allow client to do proxy autodiscovery Xpref("network.padPacURL", ""); // The proxy autodiscovery url Xpref("converter.html2txt.structs", true); // Output structured phrases (strong, em, code, sub, sup, b, i, u) Xpref("converter.html2txt.header_strategy", 1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention Xpref("wallet.captureForms", true); Xpref("wallet.notified", false); Xpref("wallet.fetchPatches", false); Xpref("wallet.TutorialFromMenu", "chrome://navigator/locale/navigator.properties"); Xpref("wallet.TutorialFromPrefs", "chrome://navigator/locale/navigator.properties"); Xpref("wallet.Server", "chrome://navigator/locale/navigator.properties"); Xpref("wallet.Samples", "chrome://navigator/locale/navigator.properties"); Xpref("wallet.version", "1"); Xpref("wallet.enabled", true); Xpref("wallet.crypto", false); Xpref("imageblocker.enabled", true); Xpref("messages.new_window", true); // ML obsolete; use mailnews.message_in_thread_window Xpref("intl.accept_languages", "chrome://navigator/locale/navigator.properties"); Xpref("intl.accept_charsets", "iso-8859-1,*,utf-8"); Xpref("intl.collationKeyAsCodePoint", false); X Xpref("intl.charsetmenu.browser.static", "chrome://navigator/locale/navigator.properties"); Xpref("intl.charsetmenu.browser.more1", "chrome://navigator/locale/navigator.properties"); Xpref("intl.charsetmenu.browser.more2", "chrome://navigator/locale/navigator.properties"); Xpref("intl.charsetmenu.browser.more3", "chrome://navigator/locale/navigator.properties"); Xpref("intl.charsetmenu.browser.more4", "chrome://navigator/locale/navigator.properties"); Xpref("intl.charsetmenu.browser.more5", "chrome://navigator/locale/navigator.properties"); Xpref("intl.charsetmenu.mailedit", "chrome://navigator/locale/navigator.properties"); Xpref("intl.charsetmenu.browser.cache", ""); Xpref("intl.charsetmenu.mailview.cache", ""); Xpref("intl.charsetmenu.composer.cache", ""); Xpref("intl.charsetmenu.browser.cache.size", 5); Xpref("intl.charset.detector", "chrome://navigator/locale/navigator.properties"); Xpref("intl.charset.default", "chrome://navigator/locale/navigator.properties"); X Xpref("font.default", "sans-serif"); Xpref("font.size.variable.ar", 16); Xpref("font.size.fixed.ar", 13); X Xpref("font.size.variable.el", 16); Xpref("font.size.fixed.el", 13); X Xpref("font.size.variable.he", 16); Xpref("font.size.fixed.he", 13); X Xpref("font.size.variable.ja", 14); Xpref("font.size.fixed.ja", 14); X Xpref("font.size.variable.ko", 16); Xpref("font.size.fixed.ko", 16); X Xpref("font.size.variable.th", 16); Xpref("font.size.fixed.th", 13); X Xpref("font.size.variable.tr", 16); Xpref("font.size.fixed.tr", 13); X Xpref("font.size.variable.x-baltic", 16); Xpref("font.size.fixed.x-baltic", 13); X Xpref("font.size.variable.x-central-euro", 16); Xpref("font.size.fixed.x-central-euro", 13); X Xpref("font.size.variable.x-cyrillic", 16); Xpref("font.size.fixed.x-cyrillic", 13); X Xpref("font.size.variable.x-unicode", 16); Xpref("font.size.fixed.x-unicode", 13); X Xpref("font.size.variable.x-western", 14); Xpref("font.size.fixed.x-western", 14); X Xpref("font.size.variable.zh-CN", 16); Xpref("font.size.fixed.zh-CN", 16); X Xpref("font.size.variable.zh-TW", 16); Xpref("font.size.fixed.zh-TW", 16); X Xpref("browser.enable_webfonts", true); Xpref("browser.display.use_document_fonts", 1); // 0 = never, 1 = quick, 2 = always X X// -- folders (Mac: these are binary aliases.) XlocalDefPref("browser.download_directory", ""); XlocalDefPref("mail.signature_file", ""); XlocalDefPref("mail.directory", ""); XlocalDefPref("mail.cc_file", ""); XlocalDefPref("news.cc_file", ""); X Xpref("news.fancy_listing", true); // obsolete Xpref("browser.wfe.show_value", 1); Xpref("browser.blink_allowed", true); Xpref("images.dither", "auto"); Xpref("images.incremental_display", true); Xpref("network.wfe.use_async_dns", true); Xpref("network.wfe.tcp_connect_timeout",0); XlocalDefPref("news.directory", ""); XlocalDefPref("security.directory", ""); X Xpref("autoupdate.enabled", true); Xpref("autoupdate.confirm_install", false); Xpref("autoupdate.unsigned_jar_support", false); X Xpref("silentdownload.enabled", true); Xpref("silentdownload.directory", ""); Xpref("silentdownload.range", 3000); Xpref("silentdownload.interval", 10000); X X Xpref("imap.io.mac.logging", false); X Xpref("browser.editor.disabled", false); X Xpref("SpellChecker.DefaultLanguage", 0); Xpref("SpellChecker.DefaultDialect", 0); X Xpref("mime.table.allow_add", true); Xpref("mime.table.allow_edit", true); Xpref("mime.table.allow_remove", true); X Xpref("signed.applets.codebase_principal_support", false); Xpref("security.checkloaduri", true); Xpref("security.xpconnect.plugin.unrestricted", true); X X// Modifier key prefs: default to Windows settings, X// menu access key = alt, accelerator key = control. Xpref("ui.key.accelKey", 17); Xpref("ui.key.menuAccessKey", 18); Xpref("ui.key.menuAccessKeyFocuses", false); X X// Middle-mouse handling Xpref("middlemouse.paste", false); Xpref("middlemouse.openNewWindow", false); X X// Clipboard behavior Xpref("clipboard.autocopy", false); X X/* 0=lines, 1=pages, 2=history , 3=text size */ Xpref("mousewheel.withnokey.action",0); Xpref("mousewheel.withnokey.numlines",1); Xpref("mousewheel.withnokey.sysnumlines",true); Xpref("mousewheel.withcontrolkey.action",0); Xpref("mousewheel.withcontrolkey.numlines",1); Xpref("mousewheel.withcontrolkey.sysnumlines",true); Xpref("mousewheel.withshiftkey.action",0); Xpref("mousewheel.withshiftkey.numlines",1); Xpref("mousewheel.withshiftkey.sysnumlines",false); Xpref("mousewheel.withaltkey.action",2); Xpref("mousewheel.withaltkey.numlines",1); Xpref("mousewheel.withaltkey.sysnumlines",false); X Xpref("middlemouse.scrollbarPosition", false); X Xpref("profile.confirm_automigration",true); X X// Customizable toolbar stuff Xpref("custtoolbar.personal_toolbar_folder", ""); Xpref("custtoolbar.has_toolbar_folder", true); Xpref("custtoolbar.Browser.Navigation_Toolbar.position", 0); Xpref("custtoolbar.Browser.Navigation_Toolbar.showing", true); Xpref("custtoolbar.Browser.Navigation_Toolbar.open", true); Xpref("custtoolbar.Browser.Location_Toolbar.position", 1); Xpref("custtoolbar.Browser.Location_Toolbar.showing", true); Xpref("custtoolbar.Browser.Location_Toolbar.open", true); Xpref("custtoolbar.Browser.Personal_Toolbar.position", 2); Xpref("custtoolbar.Browser.Personal_Toolbar.showing", true); Xpref("custtoolbar.Browser.Personal_Toolbar.open", true); Xpref("custtoolbar.Messenger.Navigation_Toolbar.position", 0); Xpref("custtoolbar.Messenger.Navigation_Toolbar.showing", true); Xpref("custtoolbar.Messenger.Navigation_Toolbar.open", true); Xpref("custtoolbar.Messenger.Location_Toolbar.position", 1); Xpref("custtoolbar.Messenger.Location_Toolbar.showing", true); Xpref("custtoolbar.Messenger.Location_Toolbar.open", true); Xpref("custtoolbar.Messages.Navigation_Toolbar.position", 0); Xpref("custtoolbar.Messages.Navigation_Toolbar.showing", true); Xpref("custtoolbar.Messages.Navigation_Toolbar.open", true); Xpref("custtoolbar.Messages.Location_Toolbar.position", 1); Xpref("custtoolbar.Messages.Location_Toolbar.showing", true); Xpref("custtoolbar.Messages.Location_Toolbar.open", true); Xpref("custtoolbar.Folders.Navigation_Toolbar.position", 0); Xpref("custtoolbar.Folders.Navigation_Toolbar.showing", true); Xpref("custtoolbar.Folders.Navigation_Toolbar.open", true); Xpref("custtoolbar.Folders.Location_Toolbar.position", 1); Xpref("custtoolbar.Folders.Location_Toolbar.showing", true); Xpref("custtoolbar.Folders.Location_Toolbar.open", true); Xpref("custtoolbar.Address_Book.Address_Book_Toolbar.position", 0); Xpref("custtoolbar.Address_Book.Address_Book_Toolbar.showing", true); Xpref("custtoolbar.Address_Book.Address_Book_Toolbar.open", true); Xpref("custtoolbar.Compose_Message.Message_Toolbar.position", 0); Xpref("custtoolbar.Compose_Message.Message_Toolbar.showing", true); Xpref("custtoolbar.Compose_Message.Message_Toolbar.open", true); Xpref("custtoolbar.Composer.Composition_Toolbar.position", 0); Xpref("custtoolbar.Composer.Composition_Toolbar.showing", true); Xpref("custtoolbar.Composer.Composition_Toolbar.open", true); Xpref("custtoolbar.Composer.Formatting_Toolbar.position", 1); Xpref("custtoolbar.Composer.Formatting_Toolbar.showing", true); Xpref("custtoolbar.Composer.Formatting_Toolbar.open", true); X Xpref("sidebar.customize.all_panels.url", "http://sidebar-rdf.netscape.com/%LOCALE%/sidebar-rdf/%SIDEBAR_VERSION%/all-panels.rdf"); Xpref("sidebar.customize.more_panels.url", "http://dmoz.org/Netscape/Sidebar/"); X Xpref("prefs.converted-to-utf8",false); X Xpref("browser.throbber.url","chrome://navigator/locale/navigator.properties"); END-of-mozilla-jlp/files/all.js echo x - mozilla-jlp/files/unix.js sed 's/^X//' >mozilla-jlp/files/unix.js << 'END-of-mozilla-jlp/files/unix.js' X/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- X * X * The contents of this file are subject to the Netscape Public X * License Version 1.1 (the "License"); you may not use this file X * except in compliance with the License. You may obtain a copy of X * the License at http://www.mozilla.org/NPL/ X * X * Software distributed under the License is distributed on an "AS X * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or X * implied. See the License for the specific language governing X * rights and limitations under the License. X * X * The Original Code is mozilla.org code. X * X * The Initial Developer of the Original Code is Netscape X * Communications Corporation. Portions created by Netscape are X * Copyright (C) 1998 Netscape Communications Corporation. All X * Rights Reserved. X * X * Contributor(s): X */ X X// The other platforms roll this all into "toolbar mode". Xpref("browser.chrome.toolbar_tips", true); Xpref("browser.chrome.show_menubar", true); X Xpref("mail.empty_trash", false); X X// Handled differently under Mac/Windows Xpref("network.hosts.smtp_server", "localhost"); Xpref("network.hosts.pop_server", "pop"); Xpref("mail.check_new_mail", true); Xpref("mail.sort_by", 0); Xpref("news.sort_by", 0); Xpref("browser.startup.license_accepted", ""); Xpref("browser.cache.memory_cache_size", 3000); Xpref("browser.cache.disk_cache_size", 5000); Xpref("browser.ncols", 0); Xpref("browser.installcmap", false); Xpref("mail.signature_file", "~/.signature"); Xpref("mail.default_fcc", "~/nsmail/Sent"); Xpref("news.default_fcc", "~/nsmail/Sent"); Xpref("mailnews.reply_with_extra_lines", 0); Xpref("browser.startup.default_window", 0); Xpref("security.warn_accept_cookie", false); Xpref("editor.disable_spell_checker", false); Xpref("editor.dont_lock_spell_files", true); Xpref("editor.singleLine.pasteNewlines", 0); X X// Middle-mouse handling Xpref("middlemouse.paste", true); Xpref("middlemouse.openNewWindow", true); Xpref("middlemouse.scrollbarPosition", true); X X// Clipboard behavior Xpref("clipboard.autocopy", true); X X// Instead of "delay_images" Xpref("browser.autoload_images", true); X X// Most Unix people think modal pref windows are stupid: Xpref("browser.prefWindowModal", false); X X// Unix only Xpref("mail.use_movemail", true); Xpref("mail.use_builtin_movemail", true); Xpref("mail.movemail_program", ""); Xpref("mail.movemail_warn", false); Xpref("mail.sash_geometry", ""); Xpref("news.cache_xover", false); Xpref("news.show_first_unread", false); Xpref("news.sash_geometry", ""); Xpref("helpers.global_mime_types_file", "/usr/local/lib/netscape/mime.types"); Xpref("helpers.global_mailcap_file", "/usr/local/lib/netscape/mailcap"); Xpref("helpers.private_mime_types_file", "~/.mime.types"); Xpref("helpers.private_mailcap_file", "~/.mailcap"); Xpref("applications.telnet", "xterm -e telnet %h %p"); Xpref("applications.tn3270", "xterm -e tn3270 %h"); Xpref("applications.rlogin", "xterm -e rlogin %h"); Xpref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u"); Xpref("applications.tmp_dir", "/tmp"); X// On Solaris/IRIX, this should be "lp" Xpref("print.print_command", "lpr"); Xpref("print.print_reversed", false); Xpref("print.print_color", true); Xpref("print.print_landscape", false); Xpref("print.print_paper_size", 0); X X// Not sure what this one does... Xpref("browser.fancy_ftp", true); X X// Fortezza stuff Xpref("fortezza.toggle", 1); Xpref("fortezza.timeout", 30); X X X// font names X X// ar X Xpref("font.name.serif.el", "misc-fixed-iso8859-7"); Xpref("font.name.sans-serif.el", "misc-fixed-iso8859-7"); Xpref("font.name.monospace.el", "misc-fixed-iso8859-7"); X Xpref("font.name.serif.he", "misc-fixed-iso8859-8"); Xpref("font.name.sans-serif.he", "misc-fixed-iso8859-8"); Xpref("font.name.monospace.he", "misc-fixed-iso8859-8"); X Xpref("font.name.serif.ja", "ms-pgothic-jisx0208.1983-0"); Xpref("font.name.sans-serif.ja", "ms-pgothic-jisx0208.1983-0"); Xpref("font.name.monospace.ja", "ms-gothic-jisx0208.1983-0"); X Xpref("font.name.serif.ko", "daewoo-mincho-ksc5601.1987-0"); Xpref("font.name.sans-serif.ko", "daewoo-mincho-ksc5601.1987-0"); Xpref("font.name.monospace.ko", "daewoo-mincho-ksc5601.1987-0"); X X// th X Xpref("font.name.serif.tr", "adobe-times-iso8859-9"); Xpref("font.name.sans-serif.tr", "adobe-helvetica-iso8859-9"); Xpref("font.name.monospace.tr", "adobe-courier-iso8859-9"); X Xpref("font.name.serif.x-baltic", "b&h-lucidux serif-iso8859-4"); Xpref("font.name.sans-serif.x-baltic", "b&h-lucidux sans-iso8859-4"); Xpref("font.name.monospace.x-baltic", "b&h-lucidux mono-iso8859-4"); X Xpref("font.name.serif.x-central-euro", "adobe-times-iso8859-2"); Xpref("font.name.sans-serif.x-central-euro", "adobe-helvetica-iso8859-2"); Xpref("font.name.monospace.x-central-euro", "adobe-courier-iso8859-2"); X Xpref("font.name.serif.x-cyrillic", "cronyx-times-koi8-r"); Xpref("font.name.sans-serif.x-cyrillic", "cronyx-helvetica-koi8-r"); Xpref("font.name.monospace.x-cyrillic", "cronyx-courier-koi8-r"); X Xpref("font.name.serif.x-unicode", "adobe-times-iso8859-1"); Xpref("font.name.sans-serif.x-unicode", "adobe-helvetica-iso8859-1"); Xpref("font.name.monospace.x-unicode", "adobe-courier-iso8859-1"); X Xpref("font.name.serif.x-user-def", "adobe-times-iso8859-1"); Xpref("font.name.sans-serif.x-user-def", "adobe-helvetica-iso8859-1"); Xpref("font.name.monospace.x-user-def", "adobe-courier-iso8859-1"); X Xpref("font.name.serif.x-western", "adobe-times-iso8859-1"); Xpref("font.name.sans-serif.x-western", "adobe-helvetica-iso8859-1"); Xpref("font.name.monospace.x-western", "ms-gothic-iso8859-1"); X Xpref("font.name.serif.zh-CN", "isas-song ti-gb2312.1980-0"); Xpref("font.name.sans-serif.zh-CN", "isas-song ti-gb2312.1980-0"); Xpref("font.name.monospace.zh-CN", "isas-song ti-gb2312.1980-0"); X X// zh-TW X X X// minimum font sizes X Xpref("font.min-size.variable.ja", 8); Xpref("font.min-size.fixed.ja", 8); X Xpref("font.min-size.variable.ko", 16); Xpref("font.min-size.fixed.ko", 16); X Xpref("font.min-size.variable.zh-CN", 16); Xpref("font.min-size.fixed.zh-CN", 16); X Xpref("font.min-size.variable.zh-TW", 16); Xpref("font.min-size.fixed.zh-TW", 16); X X// ps font Xpref("print.psnativecode.ja", "euc-jp"); Xpref("print.psnativefont.ja", "Ryumin-Light-EUC-H"); X Xpref("mail.signature_date", 0); X X// Outliner column defaults Xpref("mail.threadpane.messagepane_height", 400); X Xpref("taskbar.x", -1); Xpref("taskbar.y", -1); Xpref("taskbar.floating", false); Xpref("taskbar.horizontal", false); Xpref("taskbar.ontop", false); Xpref("taskbar.button_style", -1); X END-of-mozilla-jlp/files/unix.js echo x - mozilla-jlp/distinfo sed 's/^X//' >mozilla-jlp/distinfo << 'END-of-mozilla-jlp/distinfo' XMD5 (M18-langjajp.xpi) = 20de4c7d800dbd58347798321603fc40 END-of-mozilla-jlp/distinfo echo x - mozilla-jlp/Makefile sed 's/^X//' >mozilla-jlp/Makefile << 'END-of-mozilla-jlp/Makefile' X# New ports collection makefile for: ja-mozilla X# Date created: 02 Jul 2000 X# Whom: Yoichi ASAI X# X# $FreeBSD$ X# X XPORTNAME= mozilla XPORTVERSION= M18 XCATEGORIES= japanese www XMASTER_SITES= http://www.mozilla.gr.jp/jlp/ \ X http://mozilla.inmel.net/ XPKGNAMESUFFIX= -jlp XDISTNAME= ${PORTVERSION}-langjajp XEXTRACT_SUFX= .xpi X XMAINTAINER= yatt@msc.biglobe.ne.jp X XBUILD_DEPENDS= ${X11BASE}/lib/mozilla/regxpcom:${PORTSDIR}/www/mozilla XRUN_DEPENDS= mozilla:${PORTSDIR}/www/mozilla \ X ${PKG_DBDIR}/ja-netscape-fonts-1.0:${PORTSDIR}/japanese/netscape-fonts X XWRKSRC= ${WRKDIR}/bin X XUSE_X_PREFIX= yes XUSE_ZIP= yes XEXTRACT_BEFORE_ARGS= -qo X X.include X X.if ${OSVERSION} >= 400020 XMOZILLA_SH= mozilla.noxpg4 X.else XMOZILLA_SH= mozilla.xpg4 X.endif X Xpost-extract: X ${CHMOD} 755 ${WRKSRC}/defaults/profile/ja-JP X ${CHMOD} 755 ${WRKSRC}/searchplugins/* X ${MKDIR} ${WRKSRC}/defaults/pref X ${CP} ${FILESDIR}/all.js ${WRKSRC}/defaults/pref X ${CP} ${FILESDIR}/unix.js ${WRKSRC}/defaults/pref X Xdo-build: X ${SED} -e "s;@PREFIX@;${PREFIX};g" \ X ${FILESDIR}/${MOZILLA_SH} > ${WRKDIR}/mozilla X Xdo-install: X (cd ${PREFIX}/lib/mozilla/chrome; \ X ${MV} all-locales.rdf all-locales.rdf.orig; \ X ${MV} user-locales.rdf user-locales.rdf.orig; \ X ${MV} installed-chrome.txt installed-chrome.txt.orig) X (cd ${PREFIX}/lib/mozilla/defaults/pref; \ X ${MV} all.js all.js.orig; ${MV} unix.js unix.js.orig) X ${MV} ${PREFIX}/bin/mozilla ${PREFIX}/bin/mozilla.orig X ${INSTALL_SCRIPT} ${WRKDIR}/mozilla ${PREFIX}/bin X (cd ${WRKSRC}; ${TAR} -cf - chrome defaults searchplugins) | \ X ${TAR} -xf - -C ${PREFIX}/lib/mozilla X (cd ${PREFIX}/lib/mozilla/chrome; \ X ${CP} installed-chrome.txt.orig installed-chrome.txt; \ X ${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt) X (cd ${PREFIX}/lib/mozilla; \ X ${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ X ${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) X X.include END-of-mozilla-jlp/Makefile echo x - mozilla-jlp/pkg-comment sed 's/^X//' >mozilla-jlp/pkg-comment << 'END-of-mozilla-jlp/pkg-comment' XMozilla Japanese Language Pack (JLP) END-of-mozilla-jlp/pkg-comment echo x - mozilla-jlp/pkg-descr sed 's/^X//' >mozilla-jlp/pkg-descr << 'END-of-mozilla-jlp/pkg-descr' XMozilla is an open-source web browser, designed for standards compliance, Xperformance and portability. X XMozilla Japanese Language Pack (JLP) Japanizes Mozilla GUI, which is Xprovided by "Kazu" Yamamoto and Ryoichi Furukawa. X XWWW: http://www.mozilla.gr.jp/jlp/ X X- Yoichi ASAI Xyatt@msc.biglobe.ne.jp END-of-mozilla-jlp/pkg-descr echo x - mozilla-jlp/pkg-plist sed 's/^X//' >mozilla-jlp/pkg-plist << 'END-of-mozilla-jlp/pkg-plist' X@exec mv %D/bin/mozilla %D/bin/mozilla.orig X@exec mv %D/lib/mozilla/chrome/all-locales.rdf %D/lib/mozilla/chrome/all-locales.rdf.orig X@exec mv %D/lib/mozilla/chrome/user-locales.rdf %D/lib/mozilla/chrome/user-locales.rdf.orig X@exec mv %D/lib/mozilla/chrome/installed-chrome.txt %D/lib/mozilla/chrome/installed-chrome.txt.orig X@exec mv %D/lib/mozilla/defaults/pref/all.js %D/lib/mozilla/defaults/pref/all.js.orig X@exec mv %D/lib/mozilla/defaults/pref/unix.js %D/lib/mozilla/defaults/pref/unix.js.orig Xbin/mozilla Xlib/mozilla/chrome/all-locales.rdf Xlib/mozilla/chrome/installed-chrome.txt Xlib/mozilla/chrome/user-locales.rdf Xlib/mozilla/chrome/ja-JP.jar Xlib/mozilla/defaults/profile/ja-JP/bookmarks.html Xlib/mozilla/defaults/profile/ja-JP/localstore.rdf Xlib/mozilla/defaults/profile/ja-JP/mimeTypes.rdf Xlib/mozilla/defaults/profile/ja-JP/panels.rdf Xlib/mozilla/defaults/profile/ja-JP/search.rdf Xlib/mozilla/defaults/pref/all.js Xlib/mozilla/defaults/pref/unix.js Xlib/mozilla/searchplugins/Bugzilla-ja-Summary.png Xlib/mozilla/searchplugins/Bugzilla-ja-Summary.src Xlib/mozilla/searchplugins/Bugzilla-Summary.png Xlib/mozilla/searchplugins/Bugzilla-Summary.src Xlib/mozilla/searchplugins/Fresheye_Japan.gif Xlib/mozilla/searchplugins/Fresheye_Japan.src Xlib/mozilla/searchplugins/MozillaGrJp.png Xlib/mozilla/searchplugins/MozillaGrJp.src Xlib/mozilla/searchplugins/Netscape_Japan.gif Xlib/mozilla/searchplugins/Netscape_Japan.src X@unexec mv %D/bin/mozilla.orig %D/bin/mozilla X@unexec mv %D/lib/mozilla/chrome/all-locales.rdf.orig %D/lib/mozilla/chrome/all-locales.rdf X@unexec mv %D/lib/mozilla/chrome/user-locales.rdf.orig %D/lib/mozilla/chrome/user-locales.rdf X@unexec mv %D/lib/mozilla/chrome/installed-chrome.txt.orig %D/lib/mozilla/chrome/installed-chrome.txt X@unexec mv %D/lib/mozilla/defaults/pref/all.js.orig %D/lib/mozilla/defaults/pref/all.js X@unexec mv %D/lib/mozilla/defaults/pref/unix.js.orig %D/lib/mozilla/defaults/pref/unix.js X@dirrm lib/mozilla/defaults/profile/ja-JP END-of-mozilla-jlp/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 4:23:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0526237B479; Sun, 29 Oct 2000 04:23:41 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA04044; Sun, 29 Oct 2000 04:23:40 -0800 (PST) (envelope-from knu@FreeBSD.org) Date: Sun, 29 Oct 2000 04:23:40 -0800 (PST) From: Message-Id: <200010291223.EAA04044@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22310: Update port: x11-wm/icewm-i18n Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-wm/icewm-i18n State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Sun Oct 29 21:23:26 JST 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=22310 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 4:24:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8546B37B6E8; Sun, 29 Oct 2000 04:24:11 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA04383; Sun, 29 Oct 2000 04:24:11 -0800 (PST) (envelope-from jeh@FreeBSD.org) Date: Sun, 29 Oct 2000 04:24:11 -0800 (PST) From: Message-Id: <200010291224.EAA04383@freefall.freebsd.org> To: roam@orbitel.bg, jeh@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22081: new port: net/tcpcat Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: net/tcpcat State-Changed-From-To: open->closed State-Changed-By: jeh State-Changed-When: Sun Oct 29 04:23:57 PST 2000 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=22081 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 4:31: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F16FE37B4C5; Sun, 29 Oct 2000 04:31:03 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA06950; Sun, 29 Oct 2000 04:31:03 -0800 (PST) (envelope-from jeh@FreeBSD.org) Date: Sun, 29 Oct 2000 04:31:03 -0800 (PST) From: Message-Id: <200010291231.EAA06950@freefall.freebsd.org> To: jeh@FreeBSD.org, freebsd-ports@FreeBSD.org, jeh@FreeBSD.org Subject: Re: ports/22388: New port: biology/ncbi.toolkit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: biology/ncbi.toolkit Responsible-Changed-From-To: freebsd-ports->jeh Responsible-Changed-By: jeh Responsible-Changed-When: Sun Oct 29 04:30:44 PST 2000 Responsible-Changed-Why: I'm working on this one. http://www.freebsd.org/cgi/query-pr.cgi?pr=22388 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 4:32:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73E0D37B4C5; Sun, 29 Oct 2000 04:32:38 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA07531; Sun, 29 Oct 2000 04:32:38 -0800 (PST) (envelope-from knu@FreeBSD.org) Date: Sun, 29 Oct 2000 04:32:38 -0800 (PST) From: Message-Id: <200010291232.EAA07531@freefall.freebsd.org> To: tkato@prontomail.ne.jp, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22169: Update port: games/xblast Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xblast State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Sun Oct 29 21:32:15 JST 2000 State-Changed-Why: Superseded by ports/22170. http://www.freebsd.org/cgi/query-pr.cgi?pr=22169 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 4:36: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71E3C37B479; Sun, 29 Oct 2000 04:35:59 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA08626; Sun, 29 Oct 2000 04:35:59 -0800 (PST) (envelope-from knu@FreeBSD.org) Date: Sun, 29 Oct 2000 04:35:59 -0800 (PST) From: Message-Id: <200010291235.EAA08626@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, se@FreeBSD.org Subject: Re: ports/22170: Update port: games/xblast (fix ports/22169) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xblast (fix ports/22169) Responsible-Changed-From-To: freebsd-ports->se Responsible-Changed-By: knu Responsible-Changed-When: Sun Oct 29 21:35:39 JST 2000 Responsible-Changed-Why: Over to MAINTAINER. http://www.freebsd.org/cgi/query-pr.cgi?pr=22170 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 4:41:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FB0937B4C5; Sun, 29 Oct 2000 04:41:50 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA10817; Sun, 29 Oct 2000 04:41:50 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sun, 29 Oct 2000 04:41:50 -0800 (PST) From: Message-Id: <200010291241.EAA10817@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22260: Update for tkgate port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update for tkgate port Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: jedgar Responsible-Changed-When: Sun Oct 29 04:41:25 PST 2000 Responsible-Changed-Why: Midfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=22260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 4:42:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B5F937B479; Sun, 29 Oct 2000 04:42:12 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA10986; Sun, 29 Oct 2000 04:42:12 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sun, 29 Oct 2000 04:42:12 -0800 (PST) From: Message-Id: <200010291242.EAA10986@freefall.freebsd.org> To: jedgar@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22276: update to ports tree for mp3_check Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update to ports tree for mp3_check Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: jedgar Responsible-Changed-When: Sun Oct 29 04:41:59 PST 2000 Responsible-Changed-Why: Misfiled PR http://www.freebsd.org/cgi/query-pr.cgi?pr=22276 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 5:25:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134]) by hub.freebsd.org (Postfix) with ESMTP id 72AE837B4C5 for ; Sun, 29 Oct 2000 05:25:11 -0800 (PST) Received: (from ishmael@localhost) by babylon.merseine.nu (8.11.1/8.11.1) id e9TDPe889684; Sun, 29 Oct 2000 07:25:40 -0600 (CST) (envelope-from ishmael) Date: Sun, 29 Oct 2000 07:25:40 -0600 From: Jeremy Norris To: Roman Shterenzon Cc: ports@FreeBSD.ORG Subject: Re: Remote buffer overflow in gnomeicu 0.93 Message-ID: <20001029072540.A89648@babylon.merseine.nu> References: <20001028161730.A86612@babylon.merseine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from roman@xpert.com on Sun, Oct 29, 2000 at 01:38:30AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Gnomeicu doesn't run with any privelege however, unless one is foolish enough to run it as root. At worse, a deviant person could crash it and gain access as an unprivleged user. Is thate enough to make a port FORBIDDEN? Jeremy On Sun, Oct 29, 2000 at 01:38:30AM +0200, Roman Shterenzon wrote: > On Sat, 28 Oct 2000, Jeremy Norris wrote: > > > I would think this would be a problem with all icq clients, since icq opens up > > a tcp port by default. Gnomeicu at least, however, lets you pick what port. > > > > Jeremy > But, gnomeicu is the only one I've seen that crashes when sent too much > data on that port. > That's security breach. > > > On Sat, Oct 28, 2000 at 12:46:08AM +0200, Roman Shterenzon wrote: > > > Hi, > > > > > > Yesterday, running sockstat I noticed that openicu listens on TCP port 4000. > > > I was curious so I fed it with some zeroes from /dev/zero, and, it crashed > > > like a charm. I'm suspecting buffer overflow which may allow an intruder > > > to receive a shell on victim's machine. > > > Looking at code advises that the port can be chosen from 4000-4100 range. > > > I believe it needs to be checked and the port marked as FORBIDDEN meanwhile. > > > Sorry if it's false alarm. > > > > > > --Roman Shterenzon, UNIX System Administrator and Consultant > > > [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-ports" in the body of the message > > > > --Roman Shterenzon, UNIX System Administrator and Consultant > [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 5:31:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0964137B680; Sun, 29 Oct 2000 05:31:30 -0800 (PST) Received: (from lioux@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA28936; Sun, 29 Oct 2000 05:31:29 -0800 (PST) (envelope-from lioux@FreeBSD.org) Date: Sun, 29 Oct 2000 05:31:29 -0800 (PST) From: Message-Id: <200010291331.FAA28936@freefall.freebsd.org> To: girgen@partitur.se, lioux@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22079: Update audio/lame, distfile moved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update audio/lame, distfile moved State-Changed-From-To: open->closed State-Changed-By: lioux State-Changed-When: Sun Oct 29 05:31:08 PST 2000 State-Changed-Why: Committed thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=22079 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 6: 0: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5318E37B4C5 for ; Sun, 29 Oct 2000 06:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA39253; Sun, 29 Oct 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bifrost.lyngbol.dk (port12.cvx1-arc.ppp.cybercity.dk [212.242.190.13]) by hub.freebsd.org (Postfix) with ESMTP id D726737B479 for ; Sun, 29 Oct 2000 05:55:55 -0800 (PST) Received: (from lyngbol@localhost) by bifrost.lyngbol.dk (8.11.0/8.11.0) id e9TDtsW44653; Sun, 29 Oct 2000 14:55:54 +0100 (CET) (envelope-from lyngbol) Message-Id: <200010291355.e9TDtsW44653@bifrost.lyngbol.dk> Date: Sun, 29 Oct 2000 14:55:54 +0100 (CET) From: lyngbol@candid.dk Reply-To: lyngbol@candid.dk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22395: ports/audio/napster update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22395 >Category: ports >Synopsis: update of ports/audio/napster >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 Oct 29 06:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael Lyngbøl >Release: FreeBSD 4.1.1-STABLE i386 >Organization: >Environment: 4.1.1-STABLE (i386) >Description: Update of napster port to 1.4.4 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 6:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 084F937B65E for ; Sun, 29 Oct 2000 06:10:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44262; Sun, 29 Oct 2000 06:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 06:10:04 -0800 (PST) Message-Id: <200010291410.GAA44262@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: =?iso-8859-1?Q?Michael_Lyngb=F8l?= Subject: Re: ports/22395: update of ports/audio/napster Reply-To: =?iso-8859-1?Q?Michael_Lyngb=F8l?= Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22395; it has been noted by GNATS. From: =?iso-8859-1?Q?Michael_Lyngb=F8l?= To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/22395: update of ports/audio/napster Date: Sun, 29 Oct 2000 15:09:02 +0100 Doh! Forgot to include diff: diff -ruN napster.orig/Makefile napster/Makefile --- napster.orig/Makefile Sun Oct 29 13:07:29 2000 +++ napster/Makefile Sun Oct 29 14:33:42 2000 @@ -6,35 +6,27 @@ # PORTNAME= napster -PORTVERSION= 0.9b +PORTVERSION= 1.4.4 CATEGORIES= audio net -MASTER_SITES= http://www.gis.net/~nite/ -DISTNAME= nap-bsd-0.9BETA +MASTER_SITES= http://download.sourceforge.net/nap/ +DISTNAME= nap-1.4.4 MAINTAINER= dburr@FreeBSD.org -# leaving this here, in case they decide to drop the BSD version again *sigh* -# RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +GNU_CONFIGURE= yes -ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/nap -NO_BUILD= yes - -# leaving this here in case they decide to drop the BSD version again *sigh* -# do-patch: -# brandelf -t Linux ${WRKSRC}/nap - -do-install: - ${INSTALL} -c -o root -g wheel -m 555 ${WRKSRC}/nap ${PREFIX}/bin/nap +pre-install: ${MKDIR} ${PREFIX}/share/nap - ${INSTALL_DATA} ${WRKSRC}/nap.conf ${PREFIX}/share/nap + ${INSTALL_DATA} ${WRKSRC}/nap.conf.dist ${PREFIX}/share/nap + .if (!defined(NOPORTDOCS)) - @${ECHO_MSG} "===> Installing README in ${PREFIX}/share/doc/nap" + @${ECHO_MSG} "===> Installing NEWS + README in ${PREFIX}/share/doc/nap" ${MKDIR} ${PREFIX}/share/doc/nap + ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/nap ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nap .endif post-install: - @${CAT} ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} | ${SED} 's:@PREFIX@:${PREFIX}:g' .include diff -ruN napster.orig/distinfo napster/distinfo --- napster.orig/distinfo Sun Oct 29 13:07:29 2000 +++ napster/distinfo Sun Oct 29 13:57:12 2000 @@ -1 +1,2 @@ MD5 (nap-bsd-0.9BETA.tar.gz) = 3fd3aa290456d33d2a96be1cc82e9edb +MD5 (nap-1.4.4.tar.gz) = c00062ea018579ffcccfb48703b6aab0 diff -ruN napster.orig/pkg-message napster/pkg-message --- napster.orig/pkg-message Sun Oct 29 13:07:29 2000 +++ napster/pkg-message Sun Oct 29 14:34:51 2000 @@ -1,5 +1,6 @@ -Each user will have to make their own copy of ${PREFIX}/share/nap/nap.conf -into a directory of their choice, then run nap from that directory. +Each user will have to make their own copy of @PREFIX@/share/nap/nap.conf.dist +(named nap.conf) into a directory of their choice, then run nap from that +directory. The first time you run nap, run it with the '-b' file to create an index of your available MP3's. You'll have to do this whenever you add new @@ -10,7 +11,7 @@ and run `nap -m'. For more documentation on this version of Napster, read the file -${PREFIX}/share/doc/nap. For information about Napster in general, +@PREFIX@/share/doc/nap/README. For information about Napster in general, check http://www.napster.com/ and http://www.napster.com/FAQ/ Have fun! diff -ruN napster.orig/pkg-plist napster/pkg-plist --- napster.orig/pkg-plist Sun Oct 29 13:07:29 2000 +++ napster/pkg-plist Sun Oct 29 14:00:24 2000 @@ -1,5 +1,6 @@ bin/nap -share/nap/nap.conf +share/nap/nap.conf.dist @dirrm share/nap +share/doc/nap/NEWS share/doc/nap/README @dirrm share/doc/nap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 6:16:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from twister.domainfactory.de (twister.domainfactory.de [212.84.255.3]) by hub.freebsd.org (Postfix) with SMTP id 6D49F37B479 for ; Sun, 29 Oct 2000 06:16:42 -0800 (PST) Received: (qmail 24109 invoked from network); 29 Oct 2000 14:16:34 -0000 Received: from nat-wohnheime.rz.uni-karlsruhe.de (HELO wn4-marvin.wn4.uni-karlsruhe.de) ([129.13.73.14]) (envelope-sender ) by twister.domainfactory.de (qmail-ldap-1.03) with SMTP for ; 29 Oct 2000 14:16:34 -0000 Received: (from steele@localhost) by wn4-marvin.wn4.uni-karlsruhe.de (8.11.1/8.9.3) id e9TFIWG01298; Sun, 29 Oct 2000 16:18:32 +0100 (envelope-from steele) Date: Sun, 29 Oct 2000 16:18:32 +0100 From: Benedikt Schmidt To: Jan Conrad Cc: freebsd-ports@freebsd.org, futatuki@debug.gr.jp Subject: Re: cdrdao-1.1.3 can't find it's own scglib Message-ID: <20001029161832.B1185@cloaked.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from conrad@th.physik.uni-bonn.de on Wed, Oct 18, 2000 at 02:15:03PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Oct 18, 2000 at 02:15:03PM +0200, Jan Conrad wrote: > Hi again, > > the problem even appears when I build with > > make --without-scglib See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22302 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22155 and http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21512 to fix the problem. __ Benedikt Schmidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 6:19:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBDFA37B479; Sun, 29 Oct 2000 06:19:13 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47117; Sun, 29 Oct 2000 06:19:13 -0800 (PST) (envelope-from knu@FreeBSD.org) Date: Sun, 29 Oct 2000 06:19:13 -0800 (PST) From: Message-Id: <200010291419.GAA47117@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/22392: New port: japanese/mozilla-jlp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: japanese/mozilla-jlp Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Sun Oct 29 23:18:55 JST 2000 Responsible-Changed-Why: I'll handle this. http://www.freebsd.org/cgi/query-pr.cgi?pr=22392 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 6:54:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from astart2.astart.com (astart2.astart.com [64.63.58.122]) by hub.freebsd.org (Postfix) with ESMTP id 90A6E37B479 for ; Sun, 29 Oct 2000 06:54:17 -0800 (PST) Received: from h4.private (papowell@h4.private [10.0.0.4]) by astart2.astart.com (8.9.3/8.9.3) with ESMTP id GAA34532 for ; Sun, 29 Oct 2000 06:54:16 -0800 (PST) (envelope-from papowell@astart.com) Received: (from papowell@localhost) by h4.private (8.9.3/8.9.3) id GAA16417 for freebsd-ports@freebsd.org; Sun, 29 Oct 2000 06:54:15 -0800 (PST) Date: Sun, 29 Oct 2000 06:54:15 -0800 (PST) From: papowell@astart.com Message-Id: <200010291454.GAA16417@h4.private> To: freebsd-ports@freebsd.org Subject: Minor Gotcha in README.html files in ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The new source code organization apparently did not update the README.html files in some (most? all?) ports. There are references to 'pkg/DESCR' in some of the README files. I gather that the README.html files might need to be updated? Patrick ("Just guessing now...") Powell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 7: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B8FE37B4D7 for ; Sun, 29 Oct 2000 07:00:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA60758; Sun, 29 Oct 2000 07:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.ruhr.de (www.ruhr.de [212.23.134.2]) by hub.freebsd.org (Postfix) with SMTP id 7A60237B479 for ; Sun, 29 Oct 2000 06:51:40 -0800 (PST) Received: (qmail 11656 invoked by alias); 29 Oct 2000 14:56:52 -0000 Received: (from ue@localhost) by nathan.ruhr.de (8.11.0/8.11.0) id e9TEn4b28623; Sun, 29 Oct 2000 15:49:04 +0100 (CET) (envelope-from ue) Message-Id: <200010291449.e9TEn4b28623@nathan.ruhr.de> Date: Sun, 29 Oct 2000 15:49:04 +0100 (CET) From: ue@nathan.ruhr.de Reply-To: ue@nathan.ruhr.de To: FreeBSD-gnats-submit@freebsd.org Cc: wosch@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22396: portcheckout fails with new port layout Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22396 >Category: ports >Synopsis: portcheckout fails with new port layout >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: Sun Oct 29 07:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Udo Erdelhoff >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: Portcheckout Version 2.0 ports tree as of right now (29-OCT-2000, 12:52 CET) >Description: portcheckout uses cvs checkout to extract the port directories. The last change of the port layout removed the pkg directory. cvs checkout creates an empty pkg directory. The result: bash# portcheckout portcheckout | sh [...] Error: your port uses an old layout. Please update it to match this bsd.port.mk. >How-To-Repeat: Use portcheckout to check out a port with the new structure and run make. >Fix: portcheckout should use "cvs checkout -P" to force cvs to prune the empty directory. I've included a patch for portcheckout below. The patch adds -P to all invocations of cvs checkout (including those in the manual page). It can be used as a patch for portcheckout (the author has been CCed) or as FreeBSD-specific patch. --- portcheckout.orig Sun Oct 29 12:29:55 2000 +++ portcheckout.pl Sun Oct 29 12:31:40 2000 @@ -94,14 +94,14 @@ PORTSDIR="/tmp/ports"; export PORTSDIR # checkout FreeBSD ports system Makefiles - cvs checkout ports/Mk + cvs checkout -P ports/Mk ################################################## # checkout port: de-dict-1.1 - cvs checkout ports/german/dict + cvs checkout -P ports/german/dict # de-dict-1.1 depend on port: agrep-2.04 - cvs checkout ports/textproc/agrep + cvs checkout -P ports/textproc/agrep ################################################## # Compile and install de-dict-1.1 @@ -328,7 +328,7 @@ #print qq{DISTDIR="/usr/ports/distfiles"; export DISTDIR\n}; print "\n# checkout FreeBSD ports system Makefiles\n"; -print "cvs checkout $release ports/Mk\n\n"; +print "cvs checkout -P $release ports/Mk\n\n"; # list of dependings ports @@ -338,7 +338,7 @@ print "#" x 50, "\n"; print "# checkout port: $distributionname\n"; - print "cvs checkout $release ", $obj->{$distributionname}{portpath}, "\n\n"; + print "cvs checkout -P $release ", $obj->{$distributionname}{portpath}, "\n\n"; $ports_depends{$distributionname} = 1; foreach my $depends ( @@ -355,7 +355,7 @@ $ports_depends{$depends} = 1; print "# $distributionname depend on port: $depends\n"; - print "cvs checkout $release ", $obj->{$depends}{portpath}, "\n\n"; + print "cvs checkout -P $release ", $obj->{$depends}{portpath}, "\n\n"; } } >Release-Note: >Audit-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 Oct 29 7: 2:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 400F537B479 for ; Sun, 29 Oct 2000 07:02:32 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 21196177EB3 for ; Sun, 29 Oct 2000 09:07:19 -0600 (CST) Message-ID: <0acb01c041b9$c114e0a0$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: Postfix-current Date: Sun, 29 Oct 2000 09:06:02 -0600 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0AC8_01C04187.76513DC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0AC8_01C04187.76513DC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit If anyone here is running postfix-current and would like to try the latest snapshot here are some patches that need to be tested. Its for snapshot 20001005. Please let me know if there are any problems as I'm just a newbie to this. ------=_NextPart_000_0AC8_01C04187.76513DC0 Content-Type: application/octet-stream; name="distinfo" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="distinfo" MD5 (snapshot-20001005.tar.gz) =3D 6a6f263037043536659bcfe3b58437f6=0A= ------=_NextPart_000_0AC8_01C04187.76513DC0 Content-Type: application/octet-stream; name="files.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="files.patch" diff -ur files.orig/patch-be files/patch-be=0A= --- files.orig/patch-be Sat Oct 28 23:20:50 2000=0A= +++ files/patch-be Sat Oct 28 23:38:53 2000=0A= @@ -1,715 +1,20 @@=0A= -*** ./html/faq.html.orig Mon May 8 10:11:21 2000=0A= ---- ./html/faq.html Thu Jun 1 22:28:20 2000=0A= -***************=0A= -*** 273,275 ****=0A= -
=0A=
-!     /etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
---- 273,275 ----=0A=
-  
=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
-***************=0A=
-*** 281,283 ****=0A=
-  
=0A=
-!     /etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
---- 281,283 ----=0A=
-  
=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
-***************=0A=
-*** 326,328 ****=0A=
-  
=0A=
-!     /etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
---- 326,328 ----=0A=
-  
=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
-***************=0A=
-*** 330,332 ****=0A=
-  =0A=
-!     /etc/postfix/master.cf:=0A=
-          Comment out the SMTP server entry=0A=
---- 330,332 ----=0A=
-  =0A=
-!     !!PREFIX!!/etc/postfix/master.cf:=0A=
-          Comment out the SMTP server entry=0A=
-***************=0A=
-*** 357,359 ****=0A=
-  
=0A=
-!     /etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
---- 357,359 ----=0A=
-  
=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          myorigin =3D $mydomain=0A=
-***************=0A=
-*** 369,371 ****=0A=
-  
=0A=
-!     /etc/postfix/main.cf:=0A=
-          relayhost =3D $mydomain=0A=
---- 369,371 ----=0A=
-  
=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          relayhost =3D $mydomain=0A=
-***************=0A=
-*** 386,388 ****=0A=
-  
=0A=
-!     /etc/postfix/main.cf:=0A=
-          relayhost =3D host.my.domain=0A=
---- 386,388 ----=0A=
-  
=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          relayhost =3D host.my.domain=0A=
-***************=0A=
-*** 398,400 ****=0A=
-  
=0A=
-!     /etc/postfix/main.cf:=0A=
-          disable_dns_lookups =3D yes=0A=
---- 398,400 ----=0A=
-  
=0A=
-!     !!PREFIX!!/etc/postfix/main.cf:=0A=
-          disable_dns_lookups =3D yes=0A=
-***************=0A=
-*** 417,419 ****=0A=
-  
=0A=
-!     /etc/postfix/transport:=0A=
-          my.domain               smtp:=0A=
---- 417,419 ----=0A=
-  
=0A=
-!     !!PREFIX!!/etc/postfix/transport:=0A=
-          my.domain               smtp:=0A=
-***************=0A=
-*** 423,426 ****=0A=
-  =0A=
-!     /etc/postfix/main.cf:=0A=
-!         transport_maps =3D hash:/etc/postfix/transport=0A=
-  
=0A= ---- 423,426 ----=0A= - =0A= -! !!PREFIX!!/etc/postfix/main.cf:=0A= -! transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A= -
=0A= -***************=0A= -*** 434,436 ****=0A= - =0A= -! Specify dbm:/etc/postfix/transport if your system uses=0A= - dbm files instead of db. To find out what map types=0A= ---- 434,436 ----=0A= - =0A= -! Specify dbm:!!PREFIX!!/etc/postfix/transport if your system = uses=0A= - dbm files instead of db. To find out what map types=0A= -***************=0A= -*** 440,442 ****=0A= - =0A= -! Execute the command postmap /etc/postfix/transport whenever=0A= - you edit the transport table.=0A= ---- 440,442 ----=0A= - =0A= -! Execute the command postmap !!PREFIX!!/etc/postfix/transport = whenever=0A= - you edit the transport table.=0A= -***************=0A= -*** 478,485 ****=0A= -
=0A=
-! /etc/postfix/main.cf:=0A=
-      mydestination =3D $myhostname, my.domain, localhost.my.domain=0A=
-      relay_domains =3D=0A=
-!     transport_maps =3D hash:/etc/postfix/transport=0A=
-  =0A=
-! /etc/postfix/transport:=0A=
-      my.domain   smtp:inside-gateway.my.domain   (forwards user@domain)=0A=
---- 478,485 ----=0A=
-  
=0A=
-! !!PREFIX!!/etc/postfix/main.cf:=0A=
-      mydestination =3D $myhostname, my.domain, localhost.my.domain=0A=
-      relay_domains =3D=0A=
-!     transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
-  =0A=
-! !!PREFIX!!/etc/postfix/transport:=0A=
-      my.domain   smtp:inside-gateway.my.domain   (forwards user@domain)=0A=
-***************=0A=
-*** 487,489 ****=0A=
-  =0A=
-! /etc/postfix/master.cf:=0A=
-      Comment out the local delivery agent=0A=
---- 487,489 ----=0A=
-  =0A=
-! !!PREFIX!!/etc/postfix/master.cf:=0A=
-      Comment out the local delivery agent=0A=
-***************=0A=
-*** 493,495 ****=0A=
-  =0A=
-! Specify dbm:/etc/postfix/transport if your system uses=0A=
-  dbm files instead of db. To find out what map types=0A=
---- 493,495 ----=0A=
-  =0A=
-! Specify dbm:!!PREFIX!!/etc/postfix/transport if your system =
uses=0A=
-  dbm files instead of db. To find out what map types=0A=
-***************=0A=
-*** 499,501 ****=0A=
-  =0A=
-! 
  • Execute the command postmap /etc/postfix/transport=0A= - whenever you change the transport table.=0A= ---- 499,501 ----=0A= - =0A= -!
  • Execute the command postmap = !!PREFIX!!/etc/postfix/transport=0A= - whenever you change the transport table.=0A= -***************=0A= -*** 539,541 ****=0A= -
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          relayhost =3D smtprelay.someprovider.com=0A=
    ---- 539,541 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          relayhost =3D smtprelay.someprovider.com=0A=
    -***************=0A=
    -*** 559,561 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          defer_transports =3D smtp (Only for systems that use =
    on-demand dialup IP)=0A=
    ---- 559,561 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          defer_transports =3D smtp (Only for systems that use =
    on-demand dialup IP)=0A=
    -***************=0A=
    -*** 578,580 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          disable_dns_lookups =3D yes (Only for delivery across LANs =
    that are disconnected most of the time)=0A=
    ---- 578,580 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          disable_dns_lookups =3D yes (Only for delivery across LANs =
    that are disconnected most of the time)=0A=
    -***************=0A=
    -*** 685,687 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          delay_warning_time =3D 4=0A=
    ---- 685,687 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          delay_warning_time =3D 4=0A=
    -***************=0A=
    -*** 959,966 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D =0A=
    -!             regexp:/etc/postfix/regexp_access=0A=
    -              ...other restrictions...=0A=
    -  =0A=
    -!     /etc/postfix/regexp_access:=0A=
    -          /[%!@].*[%!@]/ 550 Sender specified routing is not supported =
    here.=0A=
    ---- 959,966 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D =0A=
    -!             regexp:!!PREFIX!!/etc/postfix/regexp_access=0A=
    -              ...other restrictions...=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/regexp_access:=0A=
    -          /[%!@].*[%!@]/ 550 Sender specified routing is not supported =
    here.=0A=
    -***************=0A=
    -*** 1002,1010 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -              permit_mynetworks=0A=
    -!             check_client_access hash:/etc/postfix/client_access=0A=
    -              check_relay_domains=0A=
    -  =0A=
    -!     /etc/postfix/client_access:=0A=
    -          4.3.2.1         OK=0A=
    ---- 1002,1010 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -              permit_mynetworks=0A=
    -!             check_client_access =
    hash:!!PREFIX!!/etc/postfix/client_access=0A=
    -              check_relay_domains=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/client_access:=0A=
    -          4.3.2.1         OK=0A=
    -***************=0A=
    -*** 1046,1055 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -              permit_mynetworks=0A=
    -!             check_client_access hash:/etc/postfix/client_access=0A=
    -!             check_sender_access hash:/etc/postfix/sender_access=0A=
    -              check_relay_domains=0A=
    -  =0A=
    -!     /etc/postfix/client_access:=0A=
    -          11.22.33                OK=0A=
    ---- 1046,1055 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -              permit_mynetworks=0A=
    -!             check_client_access =
    hash:!!PREFIX!!/etc/postfix/client_access=0A=
    -!             check_sender_access =
    hash:!!PREFIX!!/etc/postfix/sender_access=0A=
    -              check_relay_domains=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/client_access:=0A=
    -          11.22.33                OK=0A=
    -***************=0A=
    -*** 1057,1059 ****=0A=
    -  =0A=
    -!     /etc/postfix/sender_access:=0A=
    -          joe@my.domain           OK=0A=
    ---- 1057,1059 ----=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/sender_access:=0A=
    -          joe@my.domain           OK=0A=
    -***************=0A=
    -*** 1108,1112 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -!             hash:/etc/postfix/restricted_senders=0A=
    -              ...other stuff...=0A=
    ---- 1108,1112 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -!             hash:!!PREFIX!!/etc/postfix/restricted_senders=0A=
    -              ...other stuff...=0A=
    -***************=0A=
    -*** 1114,1118 ****=0A=
    -          smtpd_restriction_classes =3D local_only=0A=
    -!         local_only =3D check_sender_access =
    hash:/etc/postfix/local_domains, reject=0A=
    -  =0A=
    -!     /etc/postfix/restricted_senders:=0A=
    -          foo@domain      local_only=0A=
    ---- 1114,1118 ----=0A=
    -          smtpd_restriction_classes =3D local_only=0A=
    -!         local_only =3D check_sender_access =
    hash:!!PREFIX!!/etc/postfix/local_domains, reject=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/restricted_senders:=0A=
    -          foo@domain      local_only=0A=
    -***************=0A=
    -*** 1120,1122 ****=0A=
    -  =0A=
    -!     /etc/postfix/local_domains:=0A=
    -          this.domain     OK      (matches this.domain and subdomains)=0A=
    ---- 1120,1122 ----=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/local_domains:=0A=
    -          this.domain     OK      (matches this.domain and subdomains)=0A=
    -***************=0A=
    -*** 1134,1136 ****=0A=
    -  The smtpd_restriction_classes verbiage exists so that Postfix =
    can=0A=
    -! open /etc/postfix/local_domains.db before entering a chroot=0A=
    -  jail, so it is only an artefact of implementation.=0A=
    ---- 1134,1136 ----=0A=
    -  The smtpd_restriction_classes verbiage exists so that Postfix =
    can=0A=
    -! open !!PREFIX!!/etc/postfix/local_domains.db before entering a =
    chroot=0A=
    -  jail, so it is only an artefact of implementation.=0A=
    -***************=0A=
    -*** 1168,1170 ****=0A=
    -  =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          relay_domains =3D the.backed-up.domain.name=0A=
    ---- 1168,1170 ----=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          relay_domains =3D the.backed-up.domain.name=0A=
    -***************=0A=
    -*** 1179,1184 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -!         transport_maps =3D hash:/etc/postfix/transport=0A=
    -  =0A=
    -!     /etc/postfix/transport:=0A=
    -          the.backed-up.domain.name       smtp:[their.mail.host.name]=0A=
    ---- 1179,1184 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -!         transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/transport:=0A=
    -          the.backed-up.domain.name       smtp:[their.mail.host.name]=0A=
    -***************=0A=
    -*** 1309,1311 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtp_skip_4xx_greeting =3D yes=0A=
    ---- 1309,1311 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtp_skip_4xx_greeting =3D yes=0A=
    -***************=0A=
    -*** 1399,1401 ****=0A=
    -  For example, if you use the default Postfix local delivery agent=0A=
    -! in /etc/postfix/master.cf, specify:=0A=
    -  =0A=
    ---- 1399,1401 ----=0A=
    -  For example, if you use the default Postfix local delivery agent=0A=
    -! in !!PREFIX!!/etc/postfix/master.cf, specify:=0A=
    -  =0A=
    -***************=0A=
    -*** 1404,1406 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          local_recipient_maps =3D $alias_maps, unix:passwd.byname=0A=
    ---- 1404,1406 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          local_recipient_maps =3D $alias_maps, unix:passwd.byname=0A=
    -***************=0A=
    -*** 1434,1436 ****=0A=
    -  
    =0A=
    -! /etc/postfix/main.cf:=0A=
    -      myorigin =3D domain.name=0A=
    ---- 1434,1436 ----=0A=
    -  
    =0A=
    -! !!PREFIX!!/etc/postfix/main.cf:=0A=
    -      myorigin =3D domain.name=0A=
    -***************=0A=
    -*** 1447,1452 ****=0A=
    -  
    =0A=
    -! /etc/postfix/main.cf:=0A=
    -!     virtual_maps =3D hash:/etc/postfix/virtual=0A=
    -  =0A=
    -! /etc/postfix/virtual:=0A=
    -      root        root@localhost=0A=
    ---- 1447,1452 ----=0A=
    -  
    =0A=
    -! !!PREFIX!!/etc/postfix/main.cf:=0A=
    -!     virtual_maps =3D hash:!!PREFIX!!/etc/postfix/virtual=0A=
    -  =0A=
    -! !!PREFIX!!/etc/postfix/virtual:=0A=
    -      root        root@localhost=0A=
    -***************=0A=
    -*** 1463,1465 ****=0A=
    -  =0A=
    -! 
  • Execute the command postmap /etc/postfix/virtual whenever=0A= - you edit the the virtual table.=0A= ---- 1463,1465 ----=0A= - =0A= -!
  • Execute the command postmap !!PREFIX!!/etc/postfix/virtual = whenever=0A= - you edit the the virtual table.=0A= -***************=0A= -*** 1485,1487 ****=0A= -
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          home_mailbox =3D Maildir/=0A=
    ---- 1485,1487 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          home_mailbox =3D Maildir/=0A=
    -***************=0A=
    -*** 1519,1524 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          mailbox_command =3D /path/to/procmail=0A=
    -  =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          mailbox_command =3D /path/to/procmail -a $EXTENSION=0A=
    ---- 1519,1524 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          mailbox_command =3D /path/to/procmail=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          mailbox_command =3D /path/to/procmail -a $EXTENSION=0A=
    -***************=0A=
    -*** 1612,1620 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D =0A=
    -!             ... regexp:/etc/postfix/access_regexp ...=0A=
    -          smtpd_recipient_restrictions =3D =0A=
    -!             ... pcre:/etc/postfix/access_regexp ...=0A=
    -  =0A=
    -!     /etc/postfix/access_regexp:=0A=
    -          /^(.*)-outgoing@(.*)/   554 Use $1@$2 instead=0A=
    ---- 1612,1620 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D =0A=
    -!             ... regexp:!!PREFIX!!/etc/postfix/access_regexp ...=0A=
    -          smtpd_recipient_restrictions =3D =0A=
    -!             ... pcre:!!PREFIX!!/etc/postfix/access_regexp ...=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/access_regexp:=0A=
    -          /^(.*)-outgoing@(.*)/   554 Use $1@$2 instead=0A=
    -***************=0A=
    -*** 1699,1706 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtpd_sender_restrictions =3D=0A=
    -!             regexp:/etc/postfix/envelope-regexp=0A=
    -              reject_unknown_sender_domain=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -!             regexp:/etc/postfix/envelope-regexp=0A=
    -              permit_mynetworks=0A=
    ---- 1699,1706 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtpd_sender_restrictions =3D=0A=
    -!             regexp:!!PREFIX!!/etc/postfix/envelope-regexp=0A=
    -              reject_unknown_sender_domain=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -!             regexp:!!PREFIX!!/etc/postfix/envelope-regexp=0A=
    -              permit_mynetworks=0A=
    -***************=0A=
    -*** 1708,1710 ****=0A=
    -  =0A=
    -!     /etc/postfix/envelope-regexp:=0A=
    -          /[/|]/  REJECT=0A=
    ---- 1708,1710 ----=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/envelope-regexp:=0A=
    -          /[/|]/  REJECT=0A=
    -***************=0A=
    -*** 1746,1753 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -!             hash:/etc/postfix/access=0A=
    -              ..the usual stuff...=0A=
    -  =0A=
    -!     /etc/postfix/access:=0A=
    -          all     permit_mynetworks,reject=0A=
    ---- 1746,1753 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -!             hash:!!PREFIX!!/etc/postfix/access=0A=
    -              ..the usual stuff...=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/access:=0A=
    -          all     permit_mynetworks,reject=0A=
    -***************=0A=
    -*** 1783,1787 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -!             hash:/etc/postfix/protected_destinations=0A=
    -              ..the usual stuff...=0A=
    ---- 1783,1787 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          smtpd_recipient_restrictions =3D=0A=
    -!             hash:!!PREFIX!!/etc/postfix/protected_destinations=0A=
    -              ..the usual stuff...=0A=
    -***************=0A=
    -*** 1789,1793 ****=0A=
    -          smtpd_restriction_classes =3D insiders_only=0A=
    -!         insiders_only =3D check_sender_access =
    hash:/etc/postfix/insiders, reject=0A=
    -  =0A=
    -!     /etc/postfix/protected_destinations:=0A=
    -          all@my.domain   insiders_only=0A=
    ---- 1789,1793 ----=0A=
    -          smtpd_restriction_classes =3D insiders_only=0A=
    -!         insiders_only =3D check_sender_access =
    hash:!!PREFIX!!/etc/postfix/insiders, reject=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/protected_destinations:=0A=
    -          all@my.domain   insiders_only=0A=
    -***************=0A=
    -*** 1795,1797 ****=0A=
    -  =0A=
    -!     /etc/postfix/insiders:=0A=
    -          my.domain       OK=0A=
    ---- 1795,1797 ----=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/insiders:=0A=
    -          my.domain       OK=0A=
    -***************=0A=
    -*** 1852,1854 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/virtual:=0A=
    -          virtual.domain whatever=0A=
    ---- 1852,1854 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/virtual:=0A=
    -          virtual.domain whatever=0A=
    -***************=0A=
    -*** 1924,1926 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/virtual:=0A=
    -          virtual.domain          whatever=0A=
    ---- 1924,1926 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/virtual:=0A=
    -          virtual.domain          whatever=0A=
    -***************=0A=
    -*** 1931,1933 ****=0A=
    -  =0A=
    -! 
  • Execute the command postmap /etc/postfix/virtual whenever=0A= - you edit the virtual database.=0A= ---- 1931,1933 ----=0A= - =0A= -!
  • Execute the command postmap !!PREFIX!!/etc/postfix/virtual = whenever=0A= - you edit the virtual database.=0A= -***************=0A= -*** 1977,1979 ****=0A= -
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          recipient_delimiter =3D +=0A=
    ---- 1977,1979 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          recipient_delimiter =3D +=0A=
    -***************=0A=
    -*** 1981,1985 ****=0A=
    -              ...non-regexp virtual maps...=0A=
    -!             regexp:/etc/postfix/virtual_regexp=0A=
    -  =0A=
    -!     /etc/postfix/virtual_regexp:=0A=
    -          /^virtual\.domain$/             whatever=0A=
    ---- 1981,1985 ----=0A=
    -              ...non-regexp virtual maps...=0A=
    -!             regexp:!!PREFIX!!/etc/postfix/virtual_regexp=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/virtual_regexp:=0A=
    -          /^virtual\.domain$/             whatever=0A=
    -***************=0A=
    -*** 2029,2031 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          masquerade_domains =3D $mydomain=0A=
    ---- 2029,2031 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          masquerade_domains =3D $mydomain=0A=
    -***************=0A=
    -*** 2056,2058 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          masquerade_exceptions =3D root=0A=
    ---- 2056,2058 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          masquerade_exceptions =3D root=0A=
    -***************=0A=
    -*** 2068,2070 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          masquerade_domains =3D somehost.my.domain otherhost.my.domain =
    $mydomain=0A=
    ---- 2068,2070 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          masquerade_domains =3D somehost.my.domain otherhost.my.domain =
    $mydomain=0A=
    -***************=0A=
    -*** 2114,2116 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          mailbox_command =3D /some/program ...=0A=
    ---- 2114,2116 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          mailbox_command =3D /some/program ...=0A=
    -***************=0A=
    -*** 2129,2131 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          mailbox_transport =3D foo=0A=
    ---- 2129,2131 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          mailbox_transport =3D foo=0A=
    -***************=0A=
    -*** 2136,2138 ****=0A=
    -  This example delegates local mailbox delivery to the transport=0A=
    -! foo as configured in /etc/postfix/master.cf. If you=0A=
    -  follow this route you will build something around the pipe mailer.=0A=
    ---- 2136,2138 ----=0A=
    -  This example delegates local mailbox delivery to the transport=0A=
    -! foo as configured in !!PREFIX!!/etc/postfix/master.cf. =
    If you=0A=
    -  follow this route you will build something around the pipe mailer.=0A=
    -***************=0A=
    -*** 2168,2170 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/transport:=0A=
    -          some.domain     uucp:uucp-host=0A=
    ---- 2168,2170 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/transport:=0A=
    -          some.domain     uucp:uucp-host=0A=
    -***************=0A=
    -*** 2180,2182 ****=0A=
    -  =0A=
    -! 
  • Execute the command postmap /etc/postfix/transport whenever=0A= - you change the transport file.=0A= ---- 2180,2182 ----=0A= - =0A= -!
  • Execute the command postmap = !!PREFIX!!/etc/postfix/transport whenever=0A= - you change the transport file.=0A= -***************=0A= -*** 2190,2193 ****=0A= -
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -!         transport_maps =3D hash:/etc/postfix/transport=0A=
    -  
    =0A= ---- 2190,2193 ----=0A= -
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -!         transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
    -  
    =0A= -***************=0A= -*** 2205,2207 ****=0A= -
    =0A=
    -!     /etc/postfix/master.cf:=0A=
    -          uucp      unix  -       n       n       -       -       pipe=0A=
    ---- 2205,2207 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/master.cf:=0A=
    -          uucp      unix  -       n       n       -       -       pipe=0A=
    -***************=0A=
    -*** 2225,2227 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          relay_domains =3D some.domain $mydestination ...=0A=
    ---- 2225,2227 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          relay_domains =3D some.domain $mydestination ...=0A=
    -***************=0A=
    -*** 2263,2265 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/main.cf:=0A=
    -          relayhost =3D uucp-gateway=0A=
    ---- 2263,2265 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -          relayhost =3D uucp-gateway=0A=
    -***************=0A=
    -*** 2275,2277 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/master.cf:=0A=
    -          uucp      unix  -       n       n       -       -       pipe=0A=
    ---- 2275,2277 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/master.cf:=0A=
    -          uucp      unix  -       n       n       -       -       pipe=0A=
    -***************=0A=
    -*** 2308,2310 ****=0A=
    -  
    =0A=
    -!     /etc/postfix/master.cf:=0A=
    -          fax       unix  -       n       n       -       -       pipe=0A=
    ---- 2308,2310 ----=0A=
    -  
    =0A=
    -!     !!PREFIX!!/etc/postfix/master.cf:=0A=
    -          fax       unix  -       n       n       -       -       pipe=0A=
    -***************=0A=
    -*** 2312,2318 ****=0A=
    -  =0A=
    -!     /etc/postfix/transport:=0A=
    -          fax.your.domain   fax:localhost=0A=
    -  =0A=
    -!     /etc/postfix/main.cf:=0A=
    -!         transport_maps =3D hash:/etc/postfix/transport=0A=
    -  	fax_destination_recipient_limit =3D 1=0A=
    ---- 2312,2318 ----=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/transport:=0A=
    -          fax.your.domain   fax:localhost=0A=
    -  =0A=
    -!     !!PREFIX!!/etc/postfix/main.cf:=0A=
    -!         transport_maps =3D hash:!!PREFIX!!/etc/postfix/transport=0A=
    -  	fax_destination_recipient_limit =3D 1=0A=
    +--- ./html/faq.html.orig	Sat Oct 28 23:34:51 2000=0A=
    ++++ ./html/faq.html	Sat Oct 28 23:36:04 2000=0A=
    +@@ -2572,7 +2572,7 @@=0A=
    + =0A=
    + Answer: instead of using /usr/include/ndbm.h, you're building=0A=
    + Postfix with some incompatible third-party file, typically=0A=
    +-/usr/local/include/ndbm.h.=0A=
    ++!!PREFIX!!/include/ndbm.h.=0A=
    + =0A=
    + 

    =0A= + =0A= +@@ -2628,7 +2628,7 @@=0A= +

      =0A= + =0A= +
    • Older DB versions install a file=0A= +-/usr/local/include/ndbm.h that is incompatible with=0A= ++!!PREFIX!!/include/ndbm.h that is incompatible with=0A= + /usr/include/ndbm.h. Be sure to get rid of the bogus file.=0A= + See the FAQ entry titled "Undefined symbols:=0A= + dbm_pagfno, dbm_dirfno etc".=0A= diff -ur files.orig/patch-ea files/patch-ea=0A= --- files.orig/patch-ea Sat Oct 28 23:20:50 2000=0A= +++ files/patch-ea Sat Oct 28 23:41:42 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./cleanup/cleanup.c.orig Sun May 28 18:33:41 2000=0A= ---- ./cleanup/cleanup.c Thu Jun 1 21:52:22 2000=0A= +*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000=0A= +--- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000=0A= ***************=0A= *** 118,121 ****=0A= /* FILES=0A= diff -ur files.orig/patch-eb files/patch-eb=0A= --- files.orig/patch-eb Sat Oct 28 23:20:50 2000=0A= +++ files/patch-eb Sat Oct 28 23:45:58 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./global/mail_conf.c.orig Sun May 7 18:51:16 2000=0A= ---- ./global/mail_conf.c Thu Jun 1 22:16:29 2000=0A= +*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000=0A= +--- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000=0A= ***************=0A= *** 53,55 ****=0A= /* FILES=0A= diff -ur files.orig/patch-ec files/patch-ec=0A= --- files.orig/patch-ec Sat Oct 28 23:20:50 2000=0A= +++ files/patch-ec Sat Oct 28 23:46:05 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./global/mail_params.h.orig Wed May 31 19:18:31 2000=0A= ---- ./global/mail_params.h Thu Jun 1 22:17:10 2000=0A= +*** ./src/global/mail_params.h.orig Wed May 31 19:18:31 2000=0A= +--- ./src/global/mail_params.h Thu Jun 1 22:17:10 2000=0A= ***************=0A= *** 155,157 ****=0A= #ifndef DEF_PROGRAM_DIR=0A= diff -ur files.orig/patch-ed files/patch-ed=0A= --- files.orig/patch-ed Sat Oct 28 23:20:50 2000=0A= +++ files/patch-ed Sat Oct 28 23:46:18 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./local/mailbox.c.orig Fri Apr 28 16:55:53 2000=0A= ---- ./local/mailbox.c Thu Jun 1 22:37:48 2000=0A= +*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000=0A= +--- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000=0A= ***************=0A= *** 15,17 ****=0A= /* suppression. The default is direct mailbox delivery to=0A= diff -ur files.orig/patch-ee files/patch-ee=0A= --- files.orig/patch-ee Sat Oct 28 23:20:50 2000=0A= +++ files/patch-ee Sat Oct 28 23:46:26 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./master/master.c.orig Tue Mar 7 10:25:07 2000=0A= ---- ./master/master.c Thu Jun 1 22:43:50 2000=0A= +*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000=0A= +--- ./src/master/master.c Thu Jun 1 22:43:50 2000=0A= ***************=0A= *** 104,107 ****=0A= /* FILES=0A= diff -ur files.orig/patch-ef files/patch-ef=0A= --- files.orig/patch-ef Sat Oct 28 23:20:50 2000=0A= +++ files/patch-ef Sat Oct 28 23:46:30 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999=0A= ---- ./postdrop/postdrop.c Thu Jun 1 22:44:22 2000=0A= +*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999=0A= +--- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000=0A= ***************=0A= *** 39,41 ****=0A= /* /var/spool/postfix, mail queue=0A= diff -ur files.orig/patch-eg files/patch-eg=0A= --- files.orig/patch-eg Sat Oct 28 23:20:50 2000=0A= +++ files/patch-eg Sat Oct 28 23:46:37 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000=0A= ---- ./sendmail/sendmail.c Thu Jun 1 22:47:24 2000=0A= +*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000=0A= +--- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000=0A= ***************=0A= *** 57,59 ****=0A= /* The path name of the \fBsendmail.cf\fR file. Postfix configuration=0A= diff -ur files.orig/patch-eh files/patch-eh=0A= --- files.orig/patch-eh Sat Oct 28 23:20:50 2000=0A= +++ files/patch-eh Sat Oct 28 23:46:42 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999=0A= ---- ./trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000=0A= +*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999=0A= +--- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000=0A= ***************=0A= *** 32,34 ****=0A= /* FILES=0A= diff -ur files.orig/patch-ei files/patch-ei=0A= --- files.orig/patch-ei Sat Oct 28 23:20:50 2000=0A= +++ files/patch-ei Sat Oct 28 23:46:48 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000=0A= ---- ./smtpd/smtpd.h Thu Sep 14 10:17:38 2000=0A= +*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000=0A= +--- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000=0A= ***************=0A= *** 12,19 ****=0A= * SASL library.=0A= diff -ur files.orig/patch-ej files/patch-ej=0A= --- files.orig/patch-ej Sat Oct 28 23:20:49 2000=0A= +++ files/patch-ej Sat Oct 28 23:46:57 2000=0A= @@ -1,5 +1,5 @@=0A= -*** ./smtp/smtp.h.orig Thu Sep 14 13:04:43 2000=0A= ---- ./smtp/smtp.h Thu Sep 14 13:04:53 2000=0A= +*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000=0A= +--- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000=0A= ***************=0A= *** 12,19 ****=0A= * SASL library.=0A= ------=_NextPart_000_0AC8_01C04187.76513DC0 Content-Type: application/octet-stream; name="Makefile.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Makefile.patch" --- Makefile.orig Sat Oct 28 23:11:39 2000=0A= +++ Makefile Sun Oct 29 00:03:02 2000=0A= @@ -6,7 +6,7 @@=0A= #=0A= =0A= PORTNAME=3D postfix=0A= -PORTVERSION=3D 20000531=0A= +PORTVERSION=3D 20001005=0A= CATEGORIES=3D mail=0A= MASTER_SITES=3D ftp://ftp.merit.edu/postfix/experimental/ \=0A= ftp://ftp.tux.org/pub/net/postfix/experimental/ \=0A= @@ -16,7 +16,7 @@=0A= ftp://ftp.cs.tu-berlin.de/pub/net/mail/postfix/experimental/ \=0A= ftp://ftp.mira.net/pub/unix/mail/postfix/experimental/ \=0A= ftp://coda.nctu.edu.tw/network/mail/postfix/experimental/=0A= -DISTNAME=3D snapshot-20000531=0A= +DISTNAME=3D snapshot-${PORTVERSION}=0A= =0A= MAINTAINER=3D missnglnk@sneakerz.org=0A= =0A= @@ -130,11 +130,11 @@=0A= @for f in postalias postcat postconf postfix postkick postlog \=0A= postmap postsuper sendmail ; do \=0A= ${INSTALL} -C -o root -g wheel -m 0755 \=0A= - ${WRKSRC}/$$f/$$f ${PREFIX}/sbin/$$f ; \=0A= + ${WRKSRC}/src/$$f/$$f ${PREFIX}/sbin/$$f ; \=0A= done=0A= =0A= @${INSTALL} -C -o root -g maildrop -m 2755 \=0A= - ${WRKSRC}/postdrop/postdrop ${PREFIX}/sbin/postdrop=0A= + ${WRKSRC}/src/postdrop/postdrop ${PREFIX}/sbin/postdrop=0A= =0A= @for f in ${MAN1} ; do \=0A= ${INSTALL} -C -o root -g wheel -m 0644 \=0A= ------=_NextPart_000_0AC8_01C04187.76513DC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 8:32: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from home.bsdclub.org (home.bsdclub.org [202.227.26.94]) by hub.freebsd.org (Postfix) with ESMTP id A3A3337B479; Sun, 29 Oct 2000 08:31:54 -0800 (PST) Received: (from sada@localhost) by home.bsdclub.org (8.9.3/3.7W) id BAA23255; Mon, 30 Oct 2000 01:31:47 +0900 (JST) Date: Mon, 30 Oct 2000 01:31:47 +0900 (JST) Message-Id: <200010291631.BAA23255@home.bsdclub.org> To: marcel@FreeBSD.org, nakai@FreeBSD.org Cc: freebsd-ports@FreeBSD.org, sada@bsdclub.org Subject: Re: ports/22310: Update port: x11-wm/icewm-i18n In-Reply-To: Your message of "Sun, 29 Oct 2000 04:23:40 -0800 (PST)". <200010291223.EAA04044@freefall.freebsd.org> From: SADA Kenji Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Looks ports/emulators/linux_base need /etc/mnttab on my 4.1.1 box. Is there anything to do with it ? # rpm -U --ignoreos --root /compat/linux --dbpath /var/lib/rpm --nodeps --replacepkgs setup-2. 0.5-1.noarch.rpm failed to open /etc/mnttab: No such file or directory # touch /etc/mnttab # rpm -U --ignoreos --root /compat/linux --dbpath /var/lib/rpm --nodeps --replacepkgs setup-2. 0.5-1.noarch.rpm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 8:33:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id B883437B4CF for ; Sun, 29 Oct 2000 08:33:39 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1501) id 7E3071360E; Sun, 29 Oct 2000 11:33:46 -0500 (EST) Date: Sun, 29 Oct 2000 11:33:46 -0500 From: Chris Faulhaber To: papowell@astart.com Cc: freebsd-ports@freebsd.org Subject: Re: Minor Gotcha in README.html files in ports Message-ID: <20001029113346.A1787@peitho.fxp.org> Mail-Followup-To: Chris Faulhaber , papowell@astart.com, freebsd-ports@freebsd.org References: <200010291454.GAA16417@h4.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010291454.GAA16417@h4.private>; from papowell@astart.com on Sun, Oct 29, 2000 at 06:54:15AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 06:54:15AM -0800, papowell@astart.com wrote: > The new source code organization apparently did not > update the README.html files in some (most? all?) ports. > There are references to 'pkg/DESCR' in some of the > README files. > > I gather that the README.html files might need to be updated? > Umm, are you saying that 'make readme' generates incorrect README.html files? (README.html files are generated (and not in the CVS tree), and thus are not updated automatically) -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 8:52:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from astart2.astart.com (astart2.astart.com [64.63.58.122]) by hub.freebsd.org (Postfix) with ESMTP id 0012337B479 for ; Sun, 29 Oct 2000 08:52:21 -0800 (PST) Received: from h4.private (papowell@h4.private [10.0.0.4]) by astart2.astart.com (8.9.3/8.9.3) with ESMTP id IAA34928 for ; Sun, 29 Oct 2000 08:52:21 -0800 (PST) (envelope-from papowell@astart.com) Received: (from papowell@localhost) by h4.private (8.9.3/8.9.3) id IAA14681 for freebsd-ports@freebsd.org; Sun, 29 Oct 2000 08:52:21 -0800 (PST) Date: Sun, 29 Oct 2000 08:52:21 -0800 (PST) From: papowell@astart.com Message-Id: <200010291652.IAA14681@h4.private> To: freebsd-ports@freebsd.org Subject: Porters Handbook - how and where are DOCs put? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just was reading the Porters Handbook, and noticed that there are no directions on how and where to install documentation. I won't even try to approach this one. Also, is the information in the section on 'INFO' files up to date? Patrick ("Why bother with DOC? nobody reads it anyways...") Powell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 9: 3:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 524CA37B479 for ; Sun, 29 Oct 2000 09:03:37 -0800 (PST) Received: (qmail 77328 invoked by uid 1003); 29 Oct 2000 17:03:33 -0000 Date: Sun, 29 Oct 2000 19:03:33 +0200 From: Neil Blakey-Milner To: papowell@astart.com Cc: freebsd-ports@freebsd.org Subject: Re: Porters Handbook - how and where are DOCs put? Message-ID: <20001029190333.A76968@mithrandr.moria.org> References: <200010291652.IAA14681@h4.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010291652.IAA14681@h4.private>; from papowell@astart.com on Sun, Oct 29, 2000 at 08:52:21AM -0800 X-Operating-System: FreeBSD 4.1-STABLE i386 X-URL: http://mithrandr.moria.org/~nbm/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun 2000-10-29 (08:52), papowell@astart.com wrote: > Just was reading the Porters Handbook, and noticed that > there are no directions on how and where to install documentation. ${PREFIX}/share/doc/${PORTNAME}, roughly, but sometimes not ${PORTNAME} and just the application name. > Patrick ("Why bother with DOC? nobody reads it anyways...") Powell Yeah, they don't. Except you, it seems. ;) Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 9: 4:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id BF1E437B479 for ; Sun, 29 Oct 2000 09:04:56 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1501) id 6D9891360E; Sun, 29 Oct 2000 12:04:55 -0500 (EST) Date: Sun, 29 Oct 2000 12:04:55 -0500 From: Chris Faulhaber To: papowell@astart.com Cc: freebsd-ports@freebsd.org Subject: Re: Porters Handbook - how and where are DOCs put? Message-ID: <20001029120455.A2927@peitho.fxp.org> Mail-Followup-To: Chris Faulhaber , papowell@astart.com, freebsd-ports@freebsd.org References: <200010291652.IAA14681@h4.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010291652.IAA14681@h4.private>; from papowell@astart.com on Sun, Oct 29, 2000 at 08:52:21AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 08:52:21AM -0800, papowell@astart.com wrote: > Just was reading the Porters Handbook, and noticed that > there are no directions on how and where to install documentation. > When in doubt, see hier(7) -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 9:14:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from astart2.astart.com (astart2.astart.com [64.63.58.122]) by hub.freebsd.org (Postfix) with ESMTP id 99A9E37B479 for ; Sun, 29 Oct 2000 09:14:30 -0800 (PST) Received: from h4.private (papowell@h4.private [10.0.0.4]) by astart2.astart.com (8.9.3/8.9.3) with ESMTP id JAA35005 for ; Sun, 29 Oct 2000 09:14:30 -0800 (PST) (envelope-from papowell@astart.com) Received: (from papowell@localhost) by h4.private (8.9.3/8.9.3) id JAA14761 for freebsd-ports@freebsd.org; Sun, 29 Oct 2000 09:14:30 -0800 (PST) Date: Sun, 29 Oct 2000 09:14:30 -0800 (PST) From: papowell@astart.com Message-Id: <200010291714.JAA14761@h4.private> To: freebsd-ports@freebsd.org Subject: ${LS} not defined in bsd.port.mk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ${CP} etc. are defined, but not ${LS} --- ports/Mk/bsd.port.mk Sun Oct 29 09:08:18 2000 +++ ports/Mk/bsd.port.mk.orig Sun Oct 29 09:07:48 2000 @@ -1072,7 +1072,6 @@ CHMOD?= /bin/chmod CHOWN?= /usr/sbin/chown CP?= /bin/cp -LS?= /bin/ls ECHO?= /bin/echo EXPR?= /bin/expr FALSE?= /usr/bin/false To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 9:20: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D95337B4C5 for ; Sun, 29 Oct 2000 09:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA13505; Sun, 29 Oct 2000 09:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 24D0437B479; Sun, 29 Oct 2000 09:16:24 -0800 (PST) Message-Id: <20001029171624.24D0437B479@hub.freebsd.org> Date: Sun, 29 Oct 2000 09:16:24 -0800 (PST) From: kaoru@kaisei.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22398: Update port: graphics/lfview to 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22398 >Category: ports >Synopsis: Update port: graphics/lfview to 1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 09:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: TAKAHASHI Kaoru >Release: >Organization: >Environment: >Description: Update to version 1.1 >How-To-Repeat: >Fix: diff -ruN lfview.bak/Makefile lfview/Makefile --- lfview.bak/Makefile Sun Oct 29 16:50:36 2000 +++ lfview/Makefile Sun Oct 29 16:50:26 2000 @@ -6,10 +6,10 @@ # PORTNAME= lfview -PORTVERSION= 1.1.b3 +PORTVERSION= 1.1 CATEGORIES= graphics -MASTER_SITES= http://www.geocities.co.jp/Playtown/6344/ -DISTNAME= lfview11beta3 +MASTER_SITES= http://hoshina.denpa.org/ +DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= s974123@cc.matsuyama-u.ac.jp diff -ruN lfview.bak/distinfo lfview/distinfo --- lfview.bak/distinfo Sun Oct 29 16:50:36 2000 +++ lfview/distinfo Sun Oct 29 16:50:26 2000 @@ -1 +1 @@ -MD5 (lfview11beta3.tgz) = 24416822efbc96b78ae2f8dea2e09a05 +MD5 (lfview-1.1.tgz) = 7786c064b443ea1a93d903e907fa3ffa diff -ruN lfview.orig/pkg-descr lfview/pkg-descr --- lfview.bak/pkg-descr Sun Oct 29 16:50:36 2000 +++ lfview/pkg-descr Sun Oct 29 16:50:26 2000 @@ -1,7 +1,7 @@ lfview is Graphic viewer for Leaf products. See also /usr/X11R6/share/doc/ja/lfview/README -WWW: http://www.geocities.co.jp/Playtown/6344/ +WWW: http://hoshina.denpa.org/lfview.html - Yuu Yashiki s974123@cc.matsuyama-u.ac.jp >Release-Note: >Audit-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 Oct 29 9:48: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA23437B479; Sun, 29 Oct 2000 09:47:59 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA22384; Sun, 29 Oct 2000 09:47:59 -0800 (PST) (envelope-from knu@FreeBSD.org) Date: Sun, 29 Oct 2000 09:47:59 -0800 (PST) From: Message-Id: <200010291747.JAA22384@freefall.freebsd.org> To: kaoru@kaisei.org, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22398: Update port: graphics/lfview to 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/lfview to 1.1 State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Mon Oct 30 02:47:40 JST 2000 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=22398 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 10: 0:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jamus.xpert.com (jamus.xpert.com [199.203.132.17]) by hub.freebsd.org (Postfix) with ESMTP id 7294C37B479; Sun, 29 Oct 2000 10:00:38 -0800 (PST) Received: from roman (helo=localhost) by jamus.xpert.com with local-esmtp (Exim 3.12 #5) id 13pwkz-0000Y2-00; Sun, 29 Oct 2000 20:00:33 +0200 Date: Sun, 29 Oct 2000 20:00:32 +0200 (IST) From: Roman Shterenzon To: Jeremy Norris Cc: ports@FreeBSD.ORG, security@freebsd.org Subject: Re: Remote buffer overflow in gnomeicu 0.93 In-Reply-To: <20001029072540.A89648@babylon.merseine.nu> 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, 29 Oct 2000, Jeremy Norris wrote: > Gnomeicu doesn't run with any privelege however, unless one is foolish enough > to run it as root. At worse, a deviant person could crash it and gain access as > an unprivleged user. Is thate enough to make a port FORBIDDEN? It's a serious security breach, like giving someone to login as you without a password. That's exactly the same. Seems like a very serious problem to me. It's just a matter of time when the attacker will elevate her priveledges. > Jeremy > > On Sun, Oct 29, 2000 at 01:38:30AM +0200, Roman Shterenzon wrote: > > On Sat, 28 Oct 2000, Jeremy Norris wrote: > > > > > I would think this would be a problem with all icq clients, since icq opens up > > > a tcp port by default. Gnomeicu at least, however, lets you pick what port. > > > > > > Jeremy > > But, gnomeicu is the only one I've seen that crashes when sent too much > > data on that port. > > That's security breach. > > > > > On Sat, Oct 28, 2000 at 12:46:08AM +0200, Roman Shterenzon wrote: > > > > Hi, > > > > > > > > Yesterday, running sockstat I noticed that openicu listens on TCP port 4000. > > > > I was curious so I fed it with some zeroes from /dev/zero, and, it crashed > > > > like a charm. I'm suspecting buffer overflow which may allow an intruder > > > > to receive a shell on victim's machine. > > > > Looking at code advises that the port can be chosen from 4000-4100 range. > > > > I believe it needs to be checked and the port marked as FORBIDDEN meanwhile. > > > > Sorry if it's false alarm. > > > > > > > > --Roman Shterenzon, UNIX System Administrator and Consultant > > > > [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-ports" in the body of the message > > > > > > > --Roman Shterenzon, UNIX System Administrator and Consultant > > [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 10: 2:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE4637B4CF; Sun, 29 Oct 2000 10:02:24 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA27021; Sun, 29 Oct 2000 10:02:24 -0800 (PST) (envelope-from will@FreeBSD.org) Date: Sun, 29 Oct 2000 10:02:24 -0800 (PST) From: Message-Id: <200010291802.KAA27021@freefall.freebsd.org> To: jesse@cs.uni-magdeburg.de, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22390: Fix devel/tmake: It is intended for use with Qt 2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix devel/tmake: It is intended for use with Qt 2 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sun Oct 29 10:02:18 PST 2000 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=22390 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 10: 2:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C16337B4C5; Sun, 29 Oct 2000 10:02:42 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA27177; Sun, 29 Oct 2000 10:02:42 -0800 (PST) (envelope-from will@FreeBSD.org) Date: Sun, 29 Oct 2000 10:02:42 -0800 (PST) From: Message-Id: <200010291802.KAA27177@freefall.freebsd.org> To: jesse@cs.uni-magdeburg.de, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22389: Fix devel/tmake: It is intended for use with Qt 2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix devel/tmake: It is intended for use with Qt 2 State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Sun Oct 29 10:02:30 PST 2000 State-Changed-Why: Superceded by PR ports/22390. http://www.freebsd.org/cgi/query-pr.cgi?pr=22389 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 10: 7:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 1572E37B479 for ; Sun, 29 Oct 2000 10:07:26 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id D8B6518C7; Sun, 29 Oct 2000 13:08:31 -0500 (EST) Date: Sun, 29 Oct 2000 13:08:31 -0500 From: Will Andrews To: papowell@astart.com Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Porters Handbook - how and where are DOCs put? Message-ID: <20001029130831.X20599@puck.firepipe.net> Reply-To: Will Andrews References: <200010291652.IAA14681@h4.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010291652.IAA14681@h4.private>; from papowell@astart.com on Sun, Oct 29, 2000 at 08:52:21AM -0800 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 08:52:21AM -0800, papowell@astart.com wrote: > Just was reading the Porters Handbook, and noticed that > there are no directions on how and where to install documentation. You have about 4,000 ports to look at for examples, and hier(7). Would be nice if somebody updated the handbook, but that requires work I'd rather export on newports/updates. ;P -- Will Andrews - Physics Computer Network wench To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 10: 8: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 0800937B479 for ; Sun, 29 Oct 2000 10:08:04 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id F0C9918C7; Sun, 29 Oct 2000 13:09:09 -0500 (EST) Date: Sun, 29 Oct 2000 13:09:09 -0500 From: Will Andrews To: papowell@astart.com Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ${LS} not defined in bsd.port.mk Message-ID: <20001029130909.Y20599@puck.firepipe.net> Reply-To: Will Andrews References: <200010291714.JAA14761@h4.private> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010291714.JAA14761@h4.private>; from papowell@astart.com on Sun, Oct 29, 2000 at 09:14:30AM -0800 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 09:14:30AM -0800, papowell@astart.com wrote: > ${CP} etc. are defined, but not ${LS} Since when is it needed? (BTW, your diff was backwards.... ;-) -- Will Andrews - Physics Computer Network wench To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 10:20: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E52237B479 for ; Sun, 29 Oct 2000 10:20:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA33992; Sun, 29 Oct 2000 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 10:20:02 -0800 (PST) Message-Id: <200010291820.KAA33992@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: SADA Kenji Subject: Re: ports/22341: New port: chinese/netscape47-communicator Reply-To: SADA Kenji Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22341; it has been noted by GNATS. From: SADA Kenji To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/22341: New port: chinese/netscape47-communicator Date: Mon, 30 Oct 2000 03:16:28 +0900 (JST) Could you please upgrade this and c/n47-n port to 4.76 ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 10:29:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id B253337B4C5; Sun, 29 Oct 2000 10:29:36 -0800 (PST) Received: from hamlet.nectar.com (hamlet.nectar.com [10.0.1.102]) by gw.nectar.com (Postfix) with ESMTP id 268BA193DF; Sun, 29 Oct 2000 12:29:35 -0600 (CST) Received: (from nectar@localhost) by hamlet.nectar.com (8.11.1/8.9.3) id e9TITZq69728; Sun, 29 Oct 2000 12:29:35 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Date: Sun, 29 Oct 2000 12:29:34 -0600 From: "Jacques A. Vidrine" To: Roman Shterenzon Cc: Jeremy Norris , ports@FreeBSD.ORG, security@freebsd.org Subject: Re: Remote buffer overflow in gnomeicu 0.93 Message-ID: <20001029122934.A69717@hamlet.nectar.com> References: <20001029072540.A89648@babylon.merseine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from roman@xpert.com on Sun, Oct 29, 2000 at 08:00:32PM +0200 X-Url: http://www.nectar.com/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 08:00:32PM +0200, Roman Shterenzon wrote: > On Sun, 29 Oct 2000, Jeremy Norris wrote: > > Gnomeicu doesn't run with any privelege however, unless one is > > foolish enough to run it as root. At worse, a deviant person could > > crash it and gain access as an unprivleged user. Is thate enough to > > make a port FORBIDDEN? > It's a serious security breach, like giving someone to login as you > without a password. That's exactly the same. Seems like a very serious > problem to me. > It's just a matter of time when the attacker will elevate her priveledges. Except that the bug in question is not a buffer overflow, and does not appear to have security consequences. I trust you have already reported the bug to the author -- when you get a reply, I would be happy to see it, too. -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@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 Oct 29 10:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9E8D37B4CF for ; Sun, 29 Oct 2000 10:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA40529; Sun, 29 Oct 2000 10:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E96BC37B479; Sun, 29 Oct 2000 10:34:10 -0800 (PST) Message-Id: <20001029183410.E96BC37B479@hub.freebsd.org> Date: Sun, 29 Oct 2000 10:34:10 -0800 (PST) From: patl@phoenix.volant.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22399: PIB 1.2 still looks for MD5 info in files/md5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22399 >Category: ports >Synopsis: PIB 1.2 still looks for MD5 info in files/md5 >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: Sun Oct 29 10:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: PM Lashley >Release: 4.1-Stable >Organization: >Environment: >Description: The distfiles function in PIB 1.2 reports missing MD5 info for (almost) all ports because it is still looking for it in files/md5 instead of distinfo. >How-To-Repeat: Start PIB 1.2 then select Distfiles from the Function menu. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 11: 8: 7 2000 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 C997D37B479; Sun, 29 Oct 2000 11:08:01 -0800 (PST) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 71F051C69; Sun, 29 Oct 2000 14:08:01 -0500 (EST) Date: Sun, 29 Oct 2000 14:08:01 -0500 From: Bill Fumerola To: "James E. Housley" Cc: ports@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/tcpcat Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20001029140801.X37870@jade.chc-chimes.com> References: <200010291223.EAA04156@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200010291223.EAA04156@freefall.freebsd.org>; from jeh@FreeBSD.org on Sun, Oct 29, 2000 at 04:23:53AM -0800 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [ not meant as an attack on James ] On Sun, Oct 29, 2000 at 04:23:53AM -0800, James E. Housley wrote: > Log: > New Port: net/tcpcat > A simple utility for sending/receiving data over a TCP or a Unix-domain socket How many of these programs are we going to have in ports.. I can think of 3 right now that do the exact same thing as this one.. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.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 Oct 29 11:16:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hq.seicom.net (hq.seicom.net [194.97.200.30]) by hub.freebsd.org (Postfix) with ESMTP id 4C05937B479; Sun, 29 Oct 2000 11:16:36 -0800 (PST) Received: from bw.nextra.de by hq.seicom.net (8.9.3/8.9.3) with ESMTP id UAA25617; Sun, 29 Oct 2000 20:16:29 +0100 (CET) Message-ID: <39FC7785.1898E543@bw.nextra.de> Date: Sun, 29 Oct 2000 20:16:22 +0100 From: Oliver Breuninger Reply-To: ob@bw.nextra.de X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-RELEASE i386) X-Accept-Language: de-DE, en MIME-Version: 1.0 To: will@FreeBSD.org Cc: ob@seicom.net, freebsd-ports@FreeBSD.org, Daniel Mack Subject: Re: ports/21003: New Port, modification of tcopy References: <200010280123.SAA98366@freefall.freebsd.org> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------msED6E680C1ED6A94D4A313ECC" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------msED6E680C1ED6A94D4A313ECC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit will@FreeBSD.org wrote: > > Synopsis: New Port, modification of tcopy > > State-Changed-From-To: open->feedback > State-Changed-By: will > State-Changed-When: Fri Oct 27 18:22:25 PDT 2000 > State-Changed-Why: > Is there some reason why the "modifications" can't be merged into our > base tcopy(1) ? (Not that I've looked, but I'm asking.) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=21003 Hello Will, it would be fine. I think there should no reason. regards Oliver --------------msED6E680C1ED6A94D4A313ECC Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIGxQYJKoZIhvcNAQcCoIIGtjCCBrICAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BEAwggQ8MIIDJKADAgECAgEEMA0GCSqGSIb3DQEBBAUAMG0xCzAJBgNVBAYTAkRFMRIwEAYD VQQHEwlTdHV0dGdhcnQxEzARBgNVBAoTCkJyZXVuaW5nZXIxDjAMBgNVBAMTBWFkbWluMSUw IwYJKoZIhvcNAQkBFhZjYWFkbWluQGJyZXVuaW5nZXIub3JnMB4XDTAwMTAwOTExNDE1MloX DTAxMTAwOTExNDE1MlowSTELMAkGA1UEBhMCREUxGjAYBgNVBAMTEU9saXZlciBCcmV1bmlu Z2VyMR4wHAYJKoZIhvcNAQkBFg9vYkBidy5uZXh0cmEuZGUwggEiMA0GCSqGSIb3DQEBAQUA A4IBDwAwggEKAoIBAQC2Ttd7jxL3PPs02jYZ0shCsYHtaUnmSIWEY1/H01jHnIiyXJ0n3rVW EUqW1Ziy2CArsBTffgVUx4f+/h6R5KaNvJHMplHYcP/eCKk9VbbtYgxLuAkYHecG1u6ehqPm NrRIuig8JMk2LjfJKNdoTe99lzstEehJcc/j3EKDrFKY/Co71IlJvMSI6VMFfjOwSGWtazui skiAXER2BwbEOAHygkyN//7YuEk8BBBSra2adqZCyJyukDwkHN2bl6JveNF0JhrsYDEv8lZ/ iHYGoUad/AZELVZHlNDafxb0fhckcin47AX98JLDiq7yZ/cmV4YTbT4awKMIUVt7SMEFFLgH AgMBAAGjggEJMIIBBTAJBgNVHRMEAjAAMBEGCWCGSAGG+EIBAQQEAwIFoDAsBglghkgBhvhC AQ0EHxYdT3BlblNTTCBHZW5lcmF0ZWQgQ2VydGlmaWNhdGUwHQYDVR0OBBYEFGK56SBJ/Aec mDZ4n8OoK6FtCTHTMIGXBgNVHSMEgY8wgYyAFKehqhyGrIALn0r7Vu0v7iZy8hHNoXGkbzBt MQswCQYDVQQGEwJERTESMBAGA1UEBxMJU3R1dHRnYXJ0MRMwEQYDVQQKEwpCcmV1bmluZ2Vy MQ4wDAYDVQQDEwVhZG1pbjElMCMGCSqGSIb3DQEJARYWY2FhZG1pbkBicmV1bmluZ2VyLm9y Z4IBADANBgkqhkiG9w0BAQQFAAOCAQEAkpBrAaL0HmTadZZ3wiV+vXvyJ1jyqlN48Ol7BozP 0+hZyTHC8qC76Zf2ZXCrTOyqHN9xW7LsQyE2Gc2Gw1lBWVadXmuHZpwHXSxTUoykU0O5AJmH w5N3r1SUHtGRjTuGyqNury5Gq0WXo3KMk0Rybb4bS25HuxWecP060A/zTqYtj+wZGQolYML+ IsY/sJ9WjnbKrRezJ6eAdKOl7ePAMSjB5veCOlnez7zSNG6lvZhdeApzzTOj63FocTNnd2OB PtfuAhbBpje4JmcM7pjZ+u+V6LpnmGGu7/nclPizQJREqgCCqNnCOTjYpRAwlcFEKrzuxHMR VGFb8KcZkvk9azGCAk0wggJJAgEBMHIwbTELMAkGA1UEBhMCREUxEjAQBgNVBAcTCVN0dXR0 Z2FydDETMBEGA1UEChMKQnJldW5pbmdlcjEOMAwGA1UEAxMFYWRtaW4xJTAjBgkqhkiG9w0B CQEWFmNhYWRtaW5AYnJldW5pbmdlci5vcmcCAQQwCQYFKw4DAhoFAKCBsTAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wMDEwMjkxOTE2MjdaMCMGCSqGSIb3 DQEJBDEWBBR2t06i81ArCEDsohdWcZXL8GqvMTBSBgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3 DQMHMA4GCCqGSIb3DQMCAgIAgDAHBgUrDgMCBzANBggqhkiG9w0DAgIBQDANBggqhkiG9w0D AgIBKDANBgkqhkiG9w0BAQEFAASCAQBP2Q/QHhUuZV3dkNTXJx9ZRIj51gwtBLjA8xmf8DGP CWmjCZL/WG69PVkOeve5TxY9O2qjJ1BY6Wui0TeUccLNCvuu2ss9EZLybbBm6j3LN7zDyPpP FGQIFTsoeKFY5Lzq4O24PlGb6Mcd6FIbq2QmVcTbo8WAfyoQ+Z5mo5VDLLx/sL9HsJuILAxx KOLOdMDz1/5W3KpznkU7b3wwPslPuFQRY2Yl+4QA7tOwTGfeJeozXHcDOViY8eSnYdv7EHmH 0TYFw0Ys4MKLqR/8BEqMN7I5lhiO7JmuagQSw8uhH42zSNkvgQkq8QJ+XuRGw1lcbdnk0OKJ vYi7Zhd960qI --------------msED6E680C1ED6A94D4A313ECC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 11:19:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.oblivion.bg (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 6A85B37B4C5 for ; Sun, 29 Oct 2000 11:19:10 -0800 (PST) Received: (qmail 1929 invoked by uid 1000); 29 Oct 2000 19:18:56 -0000 Date: Sun, 29 Oct 2000 21:18:56 +0200 From: Peter Pentchev To: Bill Fumerola Cc: "James E. Housley" , ports@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/tcpcat Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20001029211855.A500@ringworld.oblivion.bg> Mail-Followup-To: Bill Fumerola , "James E. Housley" , ports@freebsd.org References: <200010291223.EAA04156@freefall.freebsd.org> <20001029140801.X37870@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001029140801.X37870@jade.chc-chimes.com>; from billf@chimesnet.com on Sun, Oct 29, 2000 at 02:08:01PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 02:08:01PM -0500, Bill Fumerola wrote: > [ not meant as an attack on James ] > > On Sun, Oct 29, 2000 at 04:23:53AM -0800, James E. Housley wrote: > > > Log: > > New Port: net/tcpcat > > A simple utility for sending/receiving data over a TCP or a Unix-domain socket > > How many of these programs are we going to have in ports.. I can think of 3 right > now that do the exact same thing as this one.. To quote from tcpcat's homepage (WWW: http://www.gusnet.cx/proj/tcpcat/) When I wrote this I was not aware of netcat. netcat essentailly does the same thing as tcpcat but has been around a lot longer and is more geared towards port scanning. Netcat also has connected UDP support (whatever that's worth). Tcpcat is more user friendly, supports AF_UNIX domain sockets, has a throughput meter, supports OSes without a unified socket/filedescriptor address space (BeOS) in a diminished capacity, is built with autoconf and some other stuff. Tcpcat does not use any code from netcat. So, yes, tcpcat is like netcat and friends in some respects, but it does add some functionality, too. Also, netcat has some problems when reading from a pipe - sometimes it fails to detect end-of-input, and just hangs there, waiting for never. tcpcat does not have this problem. G'luck, Peter -- Thit sentence is not self-referential because "thit" is not a word. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 11:27:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from nest.irfu.se (nest.irfu.se [130.238.30.40]) by hub.freebsd.org (Postfix) with ESMTP id ED4DC37B479; Sun, 29 Oct 2000 11:27:56 -0800 (PST) Received: from localhost (yuri@localhost) by nest.irfu.se (8.9.3/8.9.3) with ESMTP id UAA35091; Sun, 29 Oct 2000 20:27:55 +0100 (CET) (envelope-from yuri@irfu.se) X-Authentication-Warning: nest.irfu.se: yuri owned process doing -bs Date: Sun, 29 Oct 2000 20:27:55 +0100 (CET) From: Yuri Khotyaintsev To: Thomas Gellekum Cc: ports@FreeBSD.org Subject: math/vtk with Java Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! There is a java support in VTK. Why is it missing in the port? We use it under FreeBSD. So probably I can create a separate port vtk-java, because it is quite separated from C++,TCL. P.S. Im am not on ports@freebsd.org list. Yuri Khotyaintsev Swedish Institute of Space Physics, Uppsala Division, Box 537, S-75121 Uppsala http://cluster.irfu.se/yuri http://ovt.irfu.se - Orbit Visualization Tool mailto:Yuri.Khotyaintsev@irfu.se ph: 46-18-471-5929 fax: 46-18-471-5905 private: 46-18-462-905 mobile: 46-73-674-8136 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 11:28:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3ACC37B479; Sun, 29 Oct 2000 11:28:46 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA57969; Sun, 29 Oct 2000 11:28:46 -0800 (PST) (envelope-from nectar@FreeBSD.org) Date: Sun, 29 Oct 2000 11:28:46 -0800 (PST) From: Message-Id: <200010291928.LAA57969@freefall.freebsd.org> To: mjoyner@wolf.dyns.cx, nectar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22329: heimdal port's installed binaries complain about missing lib entries. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: heimdal port's installed binaries complain about missing lib entries. State-Changed-From-To: open->closed State-Changed-By: nectar State-Changed-When: Sun Oct 29 11:27:18 PST 2000 State-Changed-Why: Local problem: you can't install Heimdal and MIT Kerberos V with the same PREFIX and expect them to work. http://www.freebsd.org/cgi/query-pr.cgi?pr=22329 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 11:30: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E94DD37B479 for ; Sun, 29 Oct 2000 11:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA58364; Sun, 29 Oct 2000 11:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 11:30:02 -0800 (PST) Message-Id: <200010291930.LAA58364@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jacques A. Vidrine" Subject: Re: ports/22329: heimdal port's installed binaries complain about missing lib entries. Reply-To: "Jacques A. Vidrine" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22329; it has been noted by GNATS. From: "Jacques A. Vidrine" To: mjoyner@wolf.dyns.cx Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/22329: heimdal port's installed binaries complain about missing lib entries. Date: Sun, 29 Oct 2000 13:26:55 -0600 On Thu, Oct 26, 2000 at 07:04:18PM -0700, mjoyner@wolf.dyns.cx wrote: > note libtool warnings received during install: > > libtool: install: warning: `../../lib/krb5/libkrb5.la' has not been installed in `/usr/local/lib' > libtool: install: warning: `../../lib/des/libdes.la' has not been installed in `/usr/local/lib' > libtool: install: warning: `../../lib/asn1/libasn1.la' has not been installed in `/usr/local/lib' > libtool: install: warning: `../../lib/vers/libvers.la' has not been installed in `/usr/local/lib' > libtool: install: warning: `../../lib/roken/libroken.la' has not been installed in `/usr/local/lib' These are harmless -- in fact, we don't want these libraries installed. They are libtool gunk. > # ./kdb5_util > /usr/libexec/ld-elf.so.1: Undefined symbol "master_princ" referenced from COPY relocation in ./kdb5_util You are mixing up Heimdal and MIT Kerberos V. There is no `kdb5_util' that is part of Heimdal. -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@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 Oct 29 11:33:52 2000 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 1592537B479; Sun, 29 Oct 2000 11:33:51 -0800 (PST) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 9619A1C69; Sun, 29 Oct 2000 14:33:50 -0500 (EST) Date: Sun, 29 Oct 2000 14:33:50 -0500 From: Bill Fumerola To: Peter Pentchev Cc: "James E. Housley" , ports@freebsd.org Subject: Re: cvs commit: ports/net Makefile ports/net/tcpcat Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20001029143350.Y37870@jade.chc-chimes.com> References: <200010291223.EAA04156@freefall.freebsd.org> <20001029140801.X37870@jade.chc-chimes.com> <20001029211855.A500@ringworld.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20001029211855.A500@ringworld.oblivion.bg>; from roam@orbitel.bg on Sun, Oct 29, 2000 at 09:18:56PM +0200 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 09:18:56PM +0200, Peter Pentchev wrote: > Also, netcat has some problems when reading from a pipe - sometimes it fails > to detect end-of-input, and just hangs there, waiting for never. tcpcat > does not have this problem. Someone imported another utility recently based on this reason. *shrug*, its good to cover all known programs, but pretty soon we'll need ports/utilities-to-act-as-a-basic-socket-echo-program -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.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 Oct 29 13:47:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pimout3-int.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by hub.freebsd.org (Postfix) with ESMTP id 7F40137B4CF for ; Sun, 29 Oct 2000 13:47:55 -0800 (PST) Received: from ppp-207-193-0-236.kscymo.swbell.net (ppp-207-193-0-236.kscymo.swbell.net [207.193.0.236]) by pimout3-int.prodigy.net (8.10.1/8.10.1) with ESMTP id e9TLlpj93058; Sun, 29 Oct 2000 16:47:51 -0500 Received: (from jbryant@localhost) by ppp-207-193-0-236.kscymo.swbell.net (8.9.3/8.9.3) id PAA01771; Sun, 29 Oct 2000 15:47:48 -0600 (CST) (envelope-from jbryant) From: Jim Bryant Message-Id: <200010292147.PAA01771@ppp-207-193-0-236.kscymo.swbell.net> Subject: Re: Remote buffer overflow in gnomeicu 0.93 In-Reply-To: <20001029072540.A89648@babylon.merseine.nu> from Jeremy Norris at "Oct 29, 0 07:25:40 am" To: ishmael27@home.com (Jeremy Norris) Date: Sun, 29 Oct 100 15:47:47 -0600 (CST) Cc: roman@xpert.com, ports@FreeBSD.ORG Reply-To: kc5vdj@prodigy.net X-Windows: R00LZ!@# MS-Winbl0wz DR00LZ!@# X-files: The truth is that the X-Files is fiction X-Republican: The best kind!!! X-Operating-System: FreeBSD 4.0-RELEASE X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org IMHO, yes. I have a hard enough time trying to convince people at my workplace that this is the way to go for the future. When they see crap like this, they laugh in my face. I am a contractor working on various projects, some involving government. If holes aren't fixed as soon as they are known, it makes my job harder convincing some people that BSD/Linux systems are safe. Releasing optional packages/ports with holes that can allow such exploits only serves to keep Gates in biz at such sites, recent news about the holes being exposed in NT won't change anything because a lot of those shops are NT-based already, in other words, Gates doesn't have to get his foot in the door, we do. In reply: > Gnomeicu doesn't run with any privelege however, unless one is foolish enough > to run it as root. At worse, a deviant person could crash it and gain access as > an unprivleged user. Is thate enough to make a port FORBIDDEN? > > Jeremy > > On Sun, Oct 29, 2000 at 01:38:30AM +0200, Roman Shterenzon wrote: > > On Sat, 28 Oct 2000, Jeremy Norris wrote: > > > > > I would think this would be a problem with all icq clients, since icq opens up > > > a tcp port by default. Gnomeicu at least, however, lets you pick what port. > > > > > > Jeremy > > But, gnomeicu is the only one I've seen that crashes when sent too much > > data on that port. > > That's security breach. > > > > > On Sat, Oct 28, 2000 at 12:46:08AM +0200, Roman Shterenzon wrote: > > > > Hi, > > > > > > > > Yesterday, running sockstat I noticed that openicu listens on TCP port 4000. > > > > I was curious so I fed it with some zeroes from /dev/zero, and, it crashed > > > > like a charm. I'm suspecting buffer overflow which may allow an intruder > > > > to receive a shell on victim's machine. > > > > Looking at code advises that the port can be chosen from 4000-4100 range. > > > > I believe it needs to be checked and the port marked as FORBIDDEN meanwhile. > > > > Sorry if it's false alarm. jim -- All opinions expressed are mine, if you | "I will not be pushed, stamped, think otherwise, then go jump into turbid | briefed, debriefed, indexed, or radioactive waters and yell WAHOO !!! | numbered!" - #1, "The Prisoner" ------------------------------------------------------------------------------ kc5vdj@prodigy.net KC5VDJ - HF to 23cm KC5VDJ@NW0I.#NEKS.KS.USA.NOAM HF/VHF: IC-706MkII VHF/UHF/SHF: IC-T81A KPC3+ & PK-232MBX Grid: EM28px ------------------------------------------------------------------------------ ET has one helluva sense of humor, always anal-probing right-wing schizos! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 14:20: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC6437B4C5 for ; Sun, 29 Oct 2000 14:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA20021; Sun, 29 Oct 2000 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from quack.kfu.com (quack.kfu.com [205.178.90.194]) by hub.freebsd.org (Postfix) with ESMTP id 6933C37B479 for ; Sun, 29 Oct 2000 14:14:36 -0800 (PST) Received: from medusa.kfu.com (medusa.kfu.com [205.178.90.222]) by quack.kfu.com (8.11.0/8.11.1) with ESMTP id e9TMEaf20630 for ; Sun, 29 Oct 2000 14:14:36 -0800 (PST) (envelope-from nsayer@medusa.kfu.com) Received: from icarus.kfu.com (ssmail@localhost) by medusa.kfu.com (8.11.0/8.11.0) with ESMTP id e9TMEa364758 for ; Sun, 29 Oct 2000 14:14:36 -0800 (PST) (envelope-from nsayer@medusa.kfu.com) Received: by icarus.kfu.com (8.11.0//ident-1.0) id e9TMEZc12697; Sun, 29 Oct 2000 14:14:35 -0800 (PST) Message-Id: <200010292214.e9TMEZc12697@icarus.kfu.com> Date: Sun, 29 Oct 2000 14:14:35 -0800 (PST) From: nsayer@quack.kfu.com Reply-To: nsayer@quack.kfu.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22400: klaptopdaemon is useless Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22400 >Category: ports >Synopsis: klaptopdaemon is useless >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 14:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Nick Sayer >Release: FreeBSD 4.1.1-RELEASE i386 >Organization: Just me >Environment: misc/kdeutils2 port >Description: The code to poll the apm subsystem for battery status appears to be embryonic. It always returns 'on battery, 100%, 0 time remaining'. >How-To-Repeat: >Fix: Add this as a patch to the port, then feed it back to the vendor. --- klaptopdaemon/portable.cpp.orig Wed Sep 6 01:26:14 2000 +++ klaptopdaemon/portable.cpp Sun Oct 29 14:08:35 2000 @@ -547,7 +547,27 @@ struct power_result laptop_portable::poll_battery_state() { struct power_result p; - p.powered = 0; + int ret; + + int fd = ::open(APMDEV, O_RDWR); + + if (fd == -1) + goto bad; + + struct apm_info info; + ret=ioctl(fd, APMIO_GETINFO, &info); + ::close(fd); + + if (ret == -1) + goto bad; + + p.powered = info.ai_acline; + p.percentage = info.ai_batt_life; + p.time = info.ai_batt_time; + return(p); + +bad: + p.powered = 1; p.percentage = 100; p.time = 0; return(p); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 14:28: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 798B637B479 for ; Sun, 29 Oct 2000 14:28:06 -0800 (PST) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id QAA26274 for ; Sun, 29 Oct 2000 16:28:05 -0600 (CST) Received: from confusion.net (dhcp089069.res-hall.nwu.edu [199.74.89.69]) by hecky.acns.nwu.edu via smap (V2.0) id xma026231; Sun, 29 Oct 00 16:27:42 -0600 Message-ID: <39FCA42D.5462149D@confusion.net> Date: Sun, 29 Oct 2000 16:26:53 -0600 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Upgrade a port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to upgrade KDE2 from a pre- to the current version. I had previously installed using the metaport, so I go to /usr/ports/x11/kde2 and type 'make deinstall.' Now I go 'make' but nothing happens dhcp089221# make dhcp089221# make reinstall just reinstalls the same stuff again, by just finding that all the things it depends on have been installed, and then reregistering itself dhcp089221# make reinstall ===> Installing for kde-2.0 ===> kde-2.0 depends on executable: konqueror - found ===> kde-2.0 depends on executable: kjumpingcube - found ===> kde-2.0 depends on executable: kdf - found ===> kde-2.0 depends on executable: kword - found ===> kde-2.0 depends on executable: kppp - found ===> kde-2.0 depends on executable: pixie - found ===> kde-2.0 depends on executable: kaiman - found ===> kde-2.0 depends on shared library: kdecore.4 - found ===> Generating temporary packing list ===> Registering installation for kde-2.0 Any ideas on the cleanest way to deal with all this and upgrade kde2 from sources? -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 14:35:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.oblivion.bg (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id ED8F437B4CF for ; Sun, 29 Oct 2000 14:35:23 -0800 (PST) Received: (qmail 47377 invoked by uid 1000); 29 Oct 2000 22:35:07 -0000 Date: Mon, 30 Oct 2000 00:35:06 +0200 From: Peter Pentchev To: Laurence Berland Cc: ports@freebsd.org Subject: Re: Upgrade a port Message-ID: <20001030003505.C500@ringworld.oblivion.bg> Mail-Followup-To: Laurence Berland , ports@freebsd.org References: <39FCA42D.5462149D@confusion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39FCA42D.5462149D@confusion.net>; from stuyman@confusion.net on Sun, Oct 29, 2000 at 04:26:53PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 04:26:53PM -0600, Laurence Berland wrote: > I'm trying to upgrade KDE2 from a pre- to the current version. I had > previously installed using the metaport, so I go to /usr/ports/x11/kde2 > and type 'make deinstall.' Now I go 'make' but nothing happens > > dhcp089221# make > dhcp089221# Yup, 'make' does nothing, because it sees that you've already built something. You need to 'make clean' to clean up everything left over from your previous build. > > make reinstall just reinstalls the same stuff again, by just finding > that all the things it depends on have been installed, and then > reregistering itself 'make reinstall' depends on what the 'make all' (a.k.a. 'make build') thinks on what needs to be remade - in your case, nothing. > > dhcp089221# make reinstall [snip] > > Any ideas on the cleanest way to deal with all this and upgrade kde2 > from sources? Yup, do a 'make clean' and then 'make' (synonymous to 'make all'). You can do both with a single command - 'make clean all' You may even try 'make deinstall clean all reinstall' :) HTH. G'luck, Peter -- Nostalgia ain't what it used to be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 14:40:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 5DB6237B4C5 for ; Sun, 29 Oct 2000 14:40:25 -0800 (PST) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id QAA28857; Sun, 29 Oct 2000 16:40:23 -0600 (CST) Received: from confusion.net (dhcp089069.res-hall.nwu.edu [199.74.89.69]) by hecky.acns.nwu.edu via smap (V2.0) id xma028750; Sun, 29 Oct 00 16:39:53 -0600 Message-ID: <39FCA707.3C27F704@confusion.net> Date: Sun, 29 Oct 2000 16:39:04 -0600 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Peter Pentchev Cc: ports@freebsd.org Subject: Re: Upgrade a port References: <39FCA42D.5462149D@confusion.net> <20001030003505.C500@ringworld.oblivion.bg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Pentchev wrote: > > On Sun, Oct 29, 2000 at 04:26:53PM -0600, Laurence Berland wrote: > > I'm trying to upgrade KDE2 from a pre- to the current version. I had > > previously installed using the metaport, so I go to /usr/ports/x11/kde2 > > and type 'make deinstall.' Now I go 'make' but nothing happens > > > > dhcp089221# make > > dhcp089221# > > Yup, 'make' does nothing, because it sees that you've already built > something. You need to 'make clean' to clean up everything left over > from your previous build. I should have mentioned I did a cd /usr/ports; make clean before I cvsuped to the newest ports tree > > > > > make reinstall just reinstalls the same stuff again, by just finding > > that all the things it depends on have been installed, and then > > reregistering itself > > 'make reinstall' depends on what the 'make all' (a.k.a. 'make build') > thinks on what needs to be remade - in your case, nothing. > > > > dhcp089221# make reinstall > [snip] > > > > Any ideas on the cleanest way to deal with all this and upgrade kde2 > > from sources? > > Yup, do a 'make clean' and then 'make' (synonymous to 'make all'). > You can do both with a single command - 'make clean all' I have essentially done that already. I think the complication is that this is a metaport, and its dependencies are what I would really like to update, but I don't know an easy way to deinstall all the dependencies automagically. > > You may even try 'make deinstall clean all reinstall' :) > > HTH. > > G'luck, > Peter > > -- > Nostalgia ain't what it used to be. -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 14:44:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.42.130.87]) by hub.freebsd.org (Postfix) with ESMTP id 19C7C37B479 for ; Sun, 29 Oct 2000 14:44:08 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.9.3/8.9.3) with SMTP id SAA37512 for ; Sun, 29 Oct 2000 18:49:55 GMT (envelope-from matt@gsicomp.on.ca) Message-ID: <009c01c041fa$6c349a30$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: References: <200010291652.IAA14681@h4.private> <20001029130831.X20599@puck.firepipe.net> Subject: Re: Porters Handbook - how and where are DOCs put? Date: Sun, 29 Oct 2000 17:48:57 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Sun, Oct 29, 2000 at 08:52:21AM -0800, papowell@astart.com wrote: > > Just was reading the Porters Handbook, and noticed that > > there are no directions on how and where to install documentation. > > You have about 4,000 ports to look at for examples, and hier(7). Would > be nice if somebody updated the handbook, but that requires work I'd > rather export on newports/updates. ;P Well, I've got a few things to say about updating the handbook ... namely that my efforts to submit fixes have been met with silence. I've sent updates to the doc team numerous times, and I have never received a response regarding my updates (whether they were rejected, and if so, why, etc.) That's why I ignore the porters-handbook and base my ports on existing ports. Mind you, this causes some bad practices to proliferate, but what can you do.. -- Matthew Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 14:47:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.oblivion.bg (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 5D10537B479 for ; Sun, 29 Oct 2000 14:47:31 -0800 (PST) Received: (qmail 346 invoked by uid 1000); 29 Oct 2000 22:47:16 -0000 Date: Mon, 30 Oct 2000 00:47:15 +0200 From: Peter Pentchev To: Laurence Berland Cc: ports@freebsd.org Subject: Re: Upgrade a port Message-ID: <20001030004715.A330@ringworld.oblivion.bg> Mail-Followup-To: ports@freebsd.org References: <39FCA42D.5462149D@confusion.net> <20001030003505.C500@ringworld.oblivion.bg> <39FCA707.3C27F704@confusion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39FCA707.3C27F704@confusion.net>; from stuyman@confusion.net on Sun, Oct 29, 2000 at 04:39:04PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 04:39:04PM -0600, Laurence Berland wrote: > > > Peter Pentchev wrote: > > > > On Sun, Oct 29, 2000 at 04:26:53PM -0600, Laurence Berland wrote: > > > I'm trying to upgrade KDE2 from a pre- to the current version. I had > > > previously installed using the metaport, so I go to /usr/ports/x11/kde2 > > > and type 'make deinstall.' Now I go 'make' but nothing happens > > > > > > dhcp089221# make > > > dhcp089221# > > > > Yup, 'make' does nothing, because it sees that you've already built > > something. You need to 'make clean' to clean up everything left over > > from your previous build. > > I should have mentioned I did a cd /usr/ports; make clean > before I cvsuped to the newest ports tree Hmmm that's weird, now.. Still, check to see if you have a work/ subdirectory for any of the ports the KDE2 metaport depends on. G'luck, Peter -- Hey, out there - is it *you* reading me, or is it someone else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 14:52:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 5742B37B479 for ; Sun, 29 Oct 2000 14:52:14 -0800 (PST) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id QAA01792; Sun, 29 Oct 2000 16:52:13 -0600 (CST) Received: from confusion.net (dhcp089069.res-hall.nwu.edu [199.74.89.69]) by hecky.acns.nwu.edu via smap (V2.0) id xma001747; Sun, 29 Oct 00 16:51:56 -0600 Message-ID: <39FCA9DA.FA9418C7@confusion.net> Date: Sun, 29 Oct 2000 16:51:07 -0600 From: Laurence Berland X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Peter Pentchev Cc: ports@freebsd.org Subject: Re: Upgrade a port References: <39FCA42D.5462149D@confusion.net> <20001030003505.C500@ringworld.oblivion.bg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org growing impatient with myself, I just did a pkg_info|grep 1.94 |awk '{print $1}'|xargs pkg_delete That worked, and now kde2 is happily building away Peter Pentchev wrote: > > On Sun, Oct 29, 2000 at 04:26:53PM -0600, Laurence Berland wrote: > > I'm trying to upgrade KDE2 from a pre- to the current version. I had > > previously installed using the metaport, so I go to /usr/ports/x11/kde2 > > and type 'make deinstall.' Now I go 'make' but nothing happens > > > > dhcp089221# make > > dhcp089221# > > Yup, 'make' does nothing, because it sees that you've already built > something. You need to 'make clean' to clean up everything left over > from your previous build. > > > > > make reinstall just reinstalls the same stuff again, by just finding > > that all the things it depends on have been installed, and then > > reregistering itself > > 'make reinstall' depends on what the 'make all' (a.k.a. 'make build') > thinks on what needs to be remade - in your case, nothing. > > > > dhcp089221# make reinstall > [snip] > > > > Any ideas on the cleanest way to deal with all this and upgrade kde2 > > from sources? > > Yup, do a 'make clean' and then 'make' (synonymous to 'make all'). > You can do both with a single command - 'make clean all' > > You may even try 'make deinstall clean all reinstall' :) > > HTH. > > G'luck, > Peter > > -- > Nostalgia ain't what it used to be. -- Laurence Berland Intern, Flooz.com Northwestern '04 stuyman@confusion.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 15:40: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1B0737B4E5 for ; Sun, 29 Oct 2000 15:40:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA47241; Sun, 29 Oct 2000 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 29 Oct 2000 15:40:02 -0800 (PST) Message-Id: <200010292340.PAA47241@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jeremy Norris Subject: Re: ports/22336: New port: scrot-0.1 Reply-To: Jeremy Norris Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22336; it has been noted by GNATS. From: Jeremy Norris To: FreeBSD-gnats-submit@FreeBSD.org Cc: ishmael27@home.com Subject: Re: ports/22336: New port: scrot-0.1 Date: Sun, 29 Oct 2000 17:32:09 -0600 Here's a diff that updates this submission to version 0.3. diff -urN scrot.old/Makefile scrot/Makefile --- scrot.old/Makefile Thu Oct 26 23:56:38 2000 +++ scrot/Makefile Sun Oct 29 17:21:38 2000 @@ -6,7 +6,7 @@ # PORTNAME= scrot -PORTVERSION= 0.1 +PORTVERSION= 0.3 CATEGORIES= graphics MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ @@ -16,8 +16,8 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LIBS="-L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ + LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" MAN1= scrot.1 .include diff -urN scrot.old/distinfo scrot/distinfo --- scrot.old/distinfo Thu Oct 26 23:45:12 2000 +++ scrot/distinfo Sun Oct 29 17:20:25 2000 @@ -1 +1 @@ -MD5 (scrot-0.1.tar.gz) = 576139e5f364228d6dd68d1458832519 +MD5 (scrot-0.3.tar.gz) = 701ae05552e230e6d83e312961405e7e diff -urN scrot.old/files/patch-ab scrot/files/patch-ab --- scrot.old/files/patch-ab Wed Dec 31 18:00:00 1969 +++ scrot/files/patch-ab Sun Oct 29 17:22:50 2000 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sat Oct 28 19:44:50 2000 ++++ src/Makefile.in Sun Oct 29 17:22:38 2000 +@@ -70,7 +70,7 @@ + MAINTAINERCLEANFILES = Makefile.in + + LDFLAGS = -L/usr/X11R6/lib +-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ ++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@ + + LIBOBJS = @LIBOBJS@ + To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 16: 0: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9644737B4F9 for ; Sun, 29 Oct 2000 16:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA53729; Sun, 29 Oct 2000 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id AE25437B479 for ; Sun, 29 Oct 2000 15:56:33 -0800 (PST) Received: by totem.fix.no (Postfix, from userid 1000) id 8A5EB3CA8; Mon, 30 Oct 2000 01:05:29 +0100 (CET) Message-Id: <20001030000529.8A5EB3CA8@totem.fix.no> Date: Mon, 30 Oct 2000 01:05:29 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22402: Update port: www/thttpd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22402 >Category: ports >Synopsis: Update port: www/thttpd >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 Oct 29 16:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.1-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.localnet 4.1-STABLE FreeBSD 4.1-STABLE #0: Mon Aug 28 10:23:12 CEST 2000 root@:/usr/src/sys/compile/EGGSILO i386 >Description: Updates the port to the latest version. >How-To-Repeat: >Fix: diff -Nur thttpd.old/Makefile thttpd/Makefile --- thttpd.old/Makefile Sat Oct 28 16:36:40 2000 +++ thttpd/Makefile Sat Oct 28 16:28:57 2000 @@ -6,7 +6,7 @@ # PORTNAME= thttpd -PORTVERSION= 2.20 +PORTVERSION= 2.20b CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/thttpd/ \ http://www.freenix.no/~anders/ diff -Nur thttpd.old/distinfo thttpd/distinfo --- thttpd.old/distinfo Sat Oct 28 16:36:43 2000 +++ thttpd/distinfo Sat Oct 28 16:29:27 2000 @@ -1,2 +1,2 @@ -MD5 (thttpd-2.20.tar.gz) = 63bedbab266112cfb4ab1123599d7c37 +MD5 (thttpd-2.20b.tar.gz) = ab9c3c1214f599d86944d6264ec90fed MD5 (notes.html) = 1647d3399a391067e5a08f36b8cc3ca4 >Release-Note: >Audit-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 Oct 29 16: 4:31 2000 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 411B537B661 for ; Sun, 29 Oct 2000 16:04:29 -0800 (PST) Received: from bonsai.knology.net (user-24-214-88-8.knology.net [24.214.88.8]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id e9U04K721105; Sun, 29 Oct 2000 18:04:20 -0600 (CST) Received: (from steve@localhost) by bonsai.knology.net (8.11.0/8.9.3) id e9U04G801666; Sun, 29 Oct 2000 18:04:16 -0600 (CST) (envelope-from steve) Date: Sun, 29 Oct 2000 18:04:00 -0600 From: Steve Price To: Matthew Emmerton Cc: freebsd-ports@FreeBSD.ORG Subject: Re: Porters Handbook - how and where are DOCs put? Message-ID: <20001029180400.H81475@bonsai.knology.net> References: <200010291652.IAA14681@h4.private> <20001029130831.X20599@puck.firepipe.net> <009c01c041fa$6c349a30$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <009c01c041fa$6c349a30$1200a8c0@gsicomp.on.ca>; from matt@gsicomp.on.ca on Sun, Oct 29, 2000 at 05:48:57PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 05:48:57PM -0500, Matthew Emmerton wrote: # Well, I've got a few things to say about updating the handbook ... namely # that my efforts to submit fixes have been met with silence. I've sent # updates to the doc team numerous times, and I have never received a response # regarding my updates (whether they were rejected, and if so, why, etc.) Can you give me the PR numbers and I'll see what I can do about getting someone to look at them? If you just sent a message to the docs mailing list... well... er... sometimes things get lost that way. If you send-pr(1) them they'll live on until someone gets around to committing your changes. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 16: 7:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id B085F37B4F9; Sun, 29 Oct 2000 16:07:36 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 29A2A19CC; Sun, 29 Oct 2000 19:07:12 -0500 (EST) Date: Sun, 29 Oct 2000 19:07:12 -0500 From: Will Andrews To: Mario Sergio Fujikawa Ferreira Cc: roman@xpert.com, ports@FreeBSD.org Subject: Re: cvs commit: ports/audio/lame Makefile Message-ID: <20001029190712.A10767@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Mario Sergio Fujikawa Ferreira , roman@xpert.com, ports@FreeBSD.org References: <200010300003.QAA54856@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010300003.QAA54856@freefall.freebsd.org>; from lioux@FreeBSD.org on Sun, Oct 29, 2000 at 04:03:23PM -0800 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 04:03:23PM -0800, Mario Sergio Fujikawa Ferreira wrote: > Log: > Code is now under GPL, remove the RESTRICTED flag. > > Submitted by: Roman Shterenzon Rock! Don't forget ports/LEGAL. -- Will Andrews - Physics Computer Network wench To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 16:20: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C05CA37B4FE for ; Sun, 29 Oct 2000 16:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA62376; Sun, 29 Oct 2000 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from vortex.greycat.com (vortex.greycat.com [207.173.133.4]) by hub.freebsd.org (Postfix) with SMTP id EE9D337B4D7 for ; Sun, 29 Oct 2000 16:18:52 -0800 (PST) Received: (qmail 17272 invoked from network); 30 Oct 2000 00:18:51 -0000 Received: from bigphred.greycat.com (207.173.133.2) by vortex.greycat.com with SMTP; 30 Oct 2000 00:18:51 -0000 Received: (from dann@localhost) by bigphred.greycat.com (8.11.1/8.11.1) id e9U0Io301724; Sun, 29 Oct 2000 16:18:50 -0800 (PST) (envelope-from dann) Message-Id: <200010300018.e9U0Io301724@bigphred.greycat.com> Date: Sun, 29 Oct 2000 16:18:50 -0800 (PST) From: Dann Lunsford Reply-To: Dann Lunsford To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22403: "make readmes" in ports hangs if category directory is missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22403 >Category: ports >Synopsis: "make readmes" hangs if category directory is missing >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 Oct 29 16:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dann Lunsford >Release: FreeBSD 4.1.1-STABLE i386 >Organization: not very much >Environment: FreeBSD bigphred.greycat.com 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Tue Oct 24 22:29:49 PDT 2000 root@bigphred.greycat.com:/u2/obj/usr/src/sys/PHRED i386 >Description: "make readmes" will (apparently) hang after issuing a message if a category directory is missing (Actually, it's a cat waiting for EOF on stdin, but this is not obvious). So, if chinese is missing, you'll see "cd: can't cd to chinese"; then everything just stops. >How-To-Repeat: If any of the category directories is missing, cd /usr/ports ; make readmes. >Fix: Work around: Hit CTRL-D whenever you get the "can't cd to " message. This will allow the process to continue, but the generated toplevel README.html will contain some minor formatting gaffes. A better fix would be to alter /usr/ports/Makefile or bsd.ports.subdir.mk to check for the existence of a category directory before attempting to use it. The following is against /usr/ports/Makefile; I haven't looked at bsd.ports.subdir.mk long enough to feel comfortable with it. --- Makefile Tue Sep 26 19:08:53 2000 +++ Makefile.fixed Sun Oct 29 11:24:26 2000 @@ -1,53 +1,59 @@ # $FreeBSD: ports/Makefile,v 1.60 2000/09/27 02:08:53 asami Exp $ # -SUBDIR += archivers -SUBDIR += astro -SUBDIR += audio -SUBDIR += benchmarks -SUBDIR += biology -SUBDIR += cad -SUBDIR += chinese -SUBDIR += comms -SUBDIR += converters -SUBDIR += databases -SUBDIR += deskutils -SUBDIR += devel -SUBDIR += editors -SUBDIR += emulators -SUBDIR += french -SUBDIR += ftp -SUBDIR += games -SUBDIR += german -SUBDIR += graphics -SUBDIR += hebrew -SUBDIR += irc -SUBDIR += japanese -SUBDIR += java -SUBDIR += korean -SUBDIR += lang -SUBDIR += mail -SUBDIR += math -SUBDIR += mbone -SUBDIR += misc -SUBDIR += net -SUBDIR += news -SUBDIR += palm -SUBDIR += print -SUBDIR += russian -SUBDIR += security -SUBDIR += shells -SUBDIR += sysutils -SUBDIR += textproc -SUBDIR += vietnamese -SUBDIR += www -SUBDIR += x11 -SUBDIR += x11-clocks -SUBDIR += x11-fm -SUBDIR += x11-fonts -SUBDIR += x11-servers -SUBDIR += x11-toolkits -SUBDIR += x11-wm +XXTMPDIR += archivers +XXTMPDIR += astro +XXTMPDIR += audio +XXTMPDIR += benchmarks +XXTMPDIR += biology +XXTMPDIR += cad +XXTMPDIR += chinese +XXTMPDIR += comms +XXTMPDIR += converters +XXTMPDIR += databases +XXTMPDIR += deskutils +XXTMPDIR += devel +XXTMPDIR += editors +XXTMPDIR += emulators +XXTMPDIR += french +XXTMPDIR += ftp +XXTMPDIR += games +XXTMPDIR += german +XXTMPDIR += graphics +XXTMPDIR += hebrew +XXTMPDIR += irc +XXTMPDIR += japanese +XXTMPDIR += java +XXTMPDIR += korean +XXTMPDIR += lang +XXTMPDIR += mail +XXTMPDIR += math +XXTMPDIR += mbone +XXTMPDIR += misc +XXTMPDIR += net +XXTMPDIR += news +XXTMPDIR += palm +XXTMPDIR += print +XXTMPDIR += russian +XXTMPDIR += security +XXTMPDIR += shells +XXTMPDIR += sysutils +XXTMPDIR += textproc +XXTMPDIR += vietnamese +XXTMPDIR += www +XXTMPDIR += x11 +XXTMPDIR += x11-clocks +XXTMPDIR += x11-fm +XXTMPDIR += x11-fonts +XXTMPDIR += x11-servers +XXTMPDIR += x11-toolkits +XXTMPDIR += x11-wm + +.for dir in ${XXTMPDIR} +.if exists(${dir}) +SUBDIR += ${dir} +.endif +.endfor PORTSTOP= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 16:57:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lorien.odc.net (lorien.odc.net [216.4.66.14]) by hub.freebsd.org (Postfix) with ESMTP id AB89937B4D7 for ; Sun, 29 Oct 2000 16:57:14 -0800 (PST) Received: from localhost (nwestfal@localhost) by lorien.odc.net (8.9.3/8.9.3) with ESMTP id QAA09914 for ; Sun, 29 Oct 2000 16:57:09 -0800 Date: Sun, 29 Oct 2000 16:57:09 -0800 (PST) From: Neal Westfall To: ports@freebsd.org Subject: Building kdemultimedia2 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 been able to build kdemultimedia2 on -current yet? I'm trying to build kdemultimedia2 on a -current machine, but the build fails at this point: gmake[3]: Leaving directory `/usr/ports/audio/kdemultimedia2/work/kdemultimedia-2.0/kmidi/midis' Making all in TIMIDITY gmake[3]: Entering directory `/usr/ports/audio/kdemultimedia2/work/kdemultimedia-2.0/kmidi/TIMIDITY' /bin/sh ../../libtool --mode=link cc -DDEFAULT_PATH=\"//usr/local/share/apps/kmidi/config\" -DAU_OSS -DIA_XAW -I/usr/local/include -I/usr/X11R6/include -I/include -O3 -fomit-frame-pointer -ffast-math `/bin/sh /usr/local/bin/artsc-config --libs` -o timidity timidity.o common.o readmidi.o playmidi.o resample.o mix.o instrum.o tables.o controls.o output.o filter.o wave_a.o raw_a.o dumb_c.o fffload.o sndfont.o readsbk.o effects.o reverb_e.o chorus_e.o phaser_e.o celeste_e.o resample_l.o resample_f.o cfg.o b_out.o hpux_a.o linux_a.o linux_a2.o sun_a.o dec_a.o hpux_d_a.o alsa_a.o arts_a.o bsd20_a.o esd_a.o nas_a.o ncurs_c.o slang_c.o tk_c.o gtk_i.o ctl.o motif_c.o motif_i.o motif_p.o xaw_i.o xaw_c.o -L/usr/X11R6/lib -lXaw -lXt -lX11 -lm -Wl,-export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lqt2 -ljpeg -lstdc++ -lgcc cc -DDEFAULT_PATH=\"//usr/local/share/apps/kmidi/config\" -DAU_OSS -DIA_XAW -I/usr/local/include -I/usr/X11R6/include -I/include -O3 -fomit-frame-pointer -ffast-math -pthread -o timidity timidity.o common.o readmidi.o playmidi.o resample.o mix.o instrum.o tables.o controls.o output.o filter.o wave_a.o raw_a.o dumb_c.o fffload.o sndfont.o readsbk.o effects.o reverb_e.o chorus_e.o phaser_e.o celeste_e.o resample_l.o resample_f.o cfg.o b_out.o hpux_a.o linux_a.o linux_a2.o sun_a.o dec_a.o hpux_d_a.o alsa_a.o arts_a.o bsd20_a.o esd_a.o nas_a.o ncurs_c.o slang_c.o tk_c.o gtk_i.o ctl.o motif_c.o motif_i.o motif_p.o xaw_i.o xaw_c.o -Wl,-export-dynamic -L/usr/local/lib /usr/local/lib/libartsc.so -L/usr/X11R6/lib -lXaw -lXt -lX11 -lm -lqt2 -ljpeg -lstdc++ -lgcc -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib /usr/X11R6/lib/libXaw.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! /usr/lib/libc.so.4: warning: this program uses gets(), which is unsafe. /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is stupid. /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp() readmidi.o: In function `read_track': readmidi.o(.text+0x1478): undefined reference to `__byte_swap_long' readmidi.o: In function `read_midi_file': readmidi.o(.text+0x1f28): undefined reference to `__byte_swap_long' readmidi.o(.text+0x200e): undefined reference to `__byte_swap_word' readmidi.o(.text+0x2021): undefined reference to `__byte_swap_word' readmidi.o(.text+0x2037): undefined reference to `__byte_swap_word' xaw_c.o: In function `xaw_add_midi_file': xaw_c.o(.text+0x300): undefined reference to `__byte_swap_long' gmake[3]: *** [timidity] Error 1 gmake[3]: Leaving directory `/usr/ports/audio/kdemultimedia2/work/kdemultimedia-2.0/kmidi/TIMIDITY' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/kdemultimedia2/work/kdemultimedia-2.0/kmidi' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/kdemultimedia2/work/kdemultimedia-2.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/audio/kdemultimedia2. *** Error code 1 Stop in /usr/ports/audio/kdemultimedia2. *** Error code 1 Stop in /usr/ports/audio/kdemultimedia2. *** Error code 1 Stop in /usr/ports/audio/kdemultimedia2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. *** Error code 1 Stop in /usr/ports/x11/kde2. Anybody got any ideas? Thanks Neal Westfall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 18:24:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id B2ED537B479; Sun, 29 Oct 2000 18:24:21 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id 3E70A19D2; Sun, 29 Oct 2000 21:24:19 -0500 (EST) Date: Sun, 29 Oct 2000 21:24:19 -0500 From: Will Andrews To: Oliver Breuninger Cc: will@FreeBSD.org, ob@seicom.net, freebsd-ports@FreeBSD.org, Daniel Mack Subject: Re: ports/21003: New Port, modification of tcopy Message-ID: <20001029212419.F10767@puck.firepipe.net> Reply-To: Will Andrews References: <200010280123.SAA98366@freefall.freebsd.org> <39FC7785.1898E543@bw.nextra.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <39FC7785.1898E543@bw.nextra.de>; from ob@bw.nextra.de on Sun, Oct 29, 2000 at 08:16:22PM +0100 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 08:16:22PM +0100, Oliver Breuninger wrote: > I think there should no reason. Patches? 8) -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 18:47:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 4A07A37B479 for ; Sun, 29 Oct 2000 18:47:11 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 93CDB177EB3 for ; Sun, 29 Oct 2000 20:52:04 -0600 (CST) Message-ID: <0c4c01c0421c$26909160$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Subject: Update port Date: Sun, 29 Oct 2000 20:50:23 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I read the porters handbook and I just want to clarify something. I have updated the postfix-current as most of you have heard by the spam in your mailbox, but the maintainer hasn't responded to my emails so I am going to use sendpr and send a problem report as specified in the handbook. I was wondering if in the shar archive it is acceptable to put diffs against the current port or should I just shar the whole port directory and send that as a tar.gz uuencoded in send-pr? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 18:47:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 9B85737B479; Sun, 29 Oct 2000 18:47:32 -0800 (PST) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 984E569E; Sun, 29 Oct 2000 18:47:31 -0800 (PST) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18546)/8.9.3 SMKit7.02) with ESMTP id SAA12788; Sun, 29 Oct 2000 18:47:30 -0800 (PST) Message-ID: <39FCE142.C19F368E@cup.hp.com> Date: Sun, 29 Oct 2000 18:47:30 -0800 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: SADA Kenji Cc: marcel@FreeBSD.org, nakai@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/22310: Update port: x11-wm/icewm-i18n References: <200010291631.BAA23255@home.bsdclub.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org SADA Kenji wrote: > > Looks ports/emulators/linux_base need /etc/mnttab on my 4.1.1 box. > Is there anything to do with it ? > > # rpm -U --ignoreos --root /compat/linux --dbpath /var/lib/rpm --nodeps --replacepkgs setup-2. > 0.5-1.noarch.rpm > failed to open /etc/mnttab: No such file or directory > # touch /etc/mnttab > # rpm -U --ignoreos --root /compat/linux --dbpath /var/lib/rpm --nodeps --replacepkgs setup-2. > 0.5-1.noarch.rpm > Hmmm... This is new. I think the updated rpm needs mnttab and since linux_base has ``--root /compat/linux'', rpm expects it in /compat/linux (which I think is strange, so I may be wrong here). Can you file a PR? thanks, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 18:53:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 5C86537B479 for ; Sun, 29 Oct 2000 18:53:17 -0800 (PST) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id SAA27547 for freebsd-ports@freebsd.org; Sun, 29 Oct 2000 18:51:21 -0800 Date: Sun, 29 Oct 2000 18:51:21 -0800 From: Arun Sharma To: freebsd-ports@freebsd.org Subject: qt-2.2.1_1 with -gif ? Message-ID: <20001029185121.A27542@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Any chance of finding such a precompiled package ? I can't view gifs in my just downloaded kde-2.0 konqueror. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 18:55:55 2000 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 BD98B37B479 for ; Sun, 29 Oct 2000 18:55:52 -0800 (PST) Received: from bonsai.knology.net (user-24-214-88-8.knology.net [24.214.88.8]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id e9U2to704507; Sun, 29 Oct 2000 20:55:50 -0600 (CST) Received: (from steve@localhost) by bonsai.knology.net (8.11.0/8.9.3) id e9U2tkT32208; Sun, 29 Oct 2000 20:55:46 -0600 (CST) (envelope-from steve) Date: Sun, 29 Oct 2000 20:55:46 -0600 From: Steve Price To: "David W. Chapman Jr." Cc: ports@FreeBSD.ORG Subject: Re: Update port Message-ID: <20001029205546.E30664@bonsai.knology.net> References: <0c4c01c0421c$26909160$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <0c4c01c0421c$26909160$931576d8@inethouston.net>; from dwcjr@inethouston.net on Sun, Oct 29, 2000 at 08:50:23PM -0600 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 08:50:23PM -0600, David W. Chapman Jr. wrote: # I read the porters handbook and I just want to clarify something. I have # updated the postfix-current as most of you have heard by the spam in your # mailbox, but the maintainer hasn't responded to my emails so I am going to # use sendpr and send a problem report as specified in the handbook. I was # wondering if in the shar archive it is acceptable to put diffs against the # current port or should I just shar the whole port directory and send that as # a tar.gz uuencoded in send-pr? Just send diffs against the current port. A shar of the port can make it more difficult if changes occur between the time you submit the PR and when it gets committed. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 18:56: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id BD9C537B479 for ; Sun, 29 Oct 2000 18:56:07 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id B2CA319CC; Sun, 29 Oct 2000 21:56:06 -0500 (EST) Date: Sun, 29 Oct 2000 21:56:06 -0500 From: Will Andrews To: Arun Sharma Cc: freebsd-ports@FreeBSD.ORG Subject: Re: qt-2.2.1_1 with -gif ? Message-ID: <20001029215606.M10767@puck.firepipe.net> Reply-To: Will Andrews References: <20001029185121.A27542@sharmas.dhs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001029185121.A27542@sharmas.dhs.org>; from adsharma@sharmas.dhs.org on Sun, Oct 29, 2000 at 06:51:21PM -0800 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 06:51:21PM -0800, Arun Sharma wrote: > Any chance of finding such a precompiled package ? I can't view gifs > in my just downloaded kde-2.0 konqueror. Nope, sorry. Just isn't going to happen, because of their reputation for hunting down folks who break their patent. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 19:37:32 2000 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 2281C37B479 for ; Sun, 29 Oct 2000 19:37:31 -0800 (PST) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id A9F111C41; Sun, 29 Oct 2000 22:37:30 -0500 (EST) Date: Sun, 29 Oct 2000 22:37:30 -0500 From: Bill Fumerola To: "David W. Chapman Jr." Cc: ports@FreeBSD.org Subject: Re: Update port Message-ID: <20001029223730.G37870@jade.chc-chimes.com> References: <0c4c01c0421c$26909160$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <0c4c01c0421c$26909160$931576d8@inethouston.net>; from dwcjr@inethouston.net on Sun, Oct 29, 2000 at 08:50:23PM -0600 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 08:50:23PM -0600, David W. Chapman Jr. wrote: > I read the porters handbook and I just want to clarify something. I have > updated the postfix-current as most of you have heard by the spam in your > mailbox, but the maintainer hasn't responded to my emails so I am going to > use sendpr and send a problem report as specified in the handbook. I was > wondering if in the shar archive it is acceptable to put diffs against the > current port or should I just shar the whole port directory and send that as > a tar.gz uuencoded in send-pr? Note: Once again, please use diff(1) and not shar(1) to send updates to existing ports! I guess I need to change that from being its own paragraph to be set in

      tags. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.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 Oct 29 20:30: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9510F37B4D7 for ; Sun, 29 Oct 2000 20:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA53162; Sun, 29 Oct 2000 20:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 3F83137B479 for ; Sun, 29 Oct 2000 20:29:36 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 827265730B; Sun, 29 Oct 2000 22:29:39 -0600 (CST) Message-Id: <20001030042939.827265730B@peorth.iteration.net> Date: Sun, 29 Oct 2000 22:29:39 -0600 (CST) From: keichii@iteration.net Reply-To: keichii@peorth.iteration.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22406: Removing ports/chinese/pine3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22406 >Category: ports >Synopsis: removing the port as discussed a while ago >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 Oct 29 20:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael C. Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: iteration.net >Environment: Irrelevant >Description: As we discussed on the mailing list a while ago, I am now submitting the change-request to remove the chinese/pine3 port. Submitted by Maintainer >How-To-Repeat: remove ports/chinese/pine3 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 20:42:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailhost.sclp.com (unknown [209.196.61.66]) by hub.freebsd.org (Postfix) with ESMTP id 7912A37B479 for ; Sun, 29 Oct 2000 20:42:46 -0800 (PST) Received: from aguirre.la.mastaler.com (localhost [127.0.0.1]) by mailhost.sclp.com (Postfix) with SMTP id 6E408D049C for ; Sun, 29 Oct 2000 23:42:39 -0500 (EST) Received: (qmail 13831 invoked by uid 100); 30 Oct 2000 04:42:36 -0000 To: Will Andrews Cc: Arun Sharma , freebsd-ports@FreeBSD.ORG Subject: Re: qt-2.2.1_1 with -gif ? References: <20001029185121.A27542@sharmas.dhs.org> <20001029215606.M10767@puck.firepipe.net> X-Face: #PFJ%E?"C]hg]n/b(X~UrRpjsGT[!dwR>L]h\8|Da#kz,&TBB`@{JN'iLB+X5K6F#+cio5k 9MWHi#f=+FO5(1l0EGJcylJm40p,/7p6fpK#2l3egDrl^v]:Es&xg!g|G:)6W\2}|@UgN=k*sCt_KH +DKCDZ5R|4%P&jN|WnreN`8"KC;y,&drj Date: 29 Oct 2000 21:42:36 -0700 In-Reply-To: Will Andrews's message of "Sun, 29 Oct 2000 21:56:06 -0500" Message-ID: Lines: 16 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews writes: > > Any chance of finding such a precompiled package ? I can't view gifs > > in my just downloaded kde-2.0 konqueror. > > Nope, sorry. Just isn't going to happen, because of their reputation > for hunting down folks who break their patent. Instead of just disabling GIF support, can't you just make that the default with `-gif' as an option in an env variable or make.conf so that the port maintainer isn't responsible for whether we break the patent or not? Otherwise, apps such as konqueror are more or less useless since GIF is still so widely used. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 20:46:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id CE22837B479 for ; Sun, 29 Oct 2000 20:46:46 -0800 (PST) Received: by puck.firepipe.net (Postfix, from userid 1000) id D578819CD; Sun, 29 Oct 2000 23:46:45 -0500 (EST) Date: Sun, 29 Oct 2000 23:46:45 -0500 From: Will Andrews To: Jason R Mastaler Cc: Will Andrews , Arun Sharma , freebsd-ports@FreeBSD.ORG Subject: Re: qt-2.2.1_1 with -gif ? Message-ID: <20001029234645.R10767@puck.firepipe.net> Reply-To: Will Andrews References: <20001029185121.A27542@sharmas.dhs.org> <20001029215606.M10767@puck.firepipe.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jason@mastaler.com on Sun, Oct 29, 2000 at 09:42:36PM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Oct 29, 2000 at 09:42:36PM -0700, Jason R Mastaler wrote: > Instead of just disabling GIF support, can't you just make that the > default with `-gif' as an option in an env variable or make.conf so > that the port maintainer isn't responsible for whether we break the > patent or not? No, because it's not just the maintainer - it's also FreeBSD.org. Do you want to pay FreeBSD.org/BSDI's legal bills ? > Otherwise, apps such as konqueror are more or less useless since GIF > is still so widely used. C'est la vie. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 20:59:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 0A70C37B479 for ; Sun, 29 Oct 2000 20:59:37 -0800 (PST) Received: from dwcjr (DWCJR.inethouston.net [216.118.21.147]) by leviathan.inethouston.com (Postfix) with ESMTP id 8CD25177EB3; Sun, 29 Oct 2000 23:04:17 -0600 (CST) Message-ID: <0d7701c0422e$a057a080$931576d8@inethouston.net> From: "David W. Chapman Jr." To: "Jason R Mastaler" Cc: References: <20001029185121.A27542@sharmas.dhs.org><20001029215606.M10767@puck.firepipe.net> Subject: Re: qt-2.2.1_1 with -gif ? Date: Sun, 29 Oct 2000 22:51:14 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yes you can do that with the port, but I believe Arun Sharma is trying to install the package which isn't possible to change that option after its compiled ----- Original Message ----- From: "Jason R Mastaler" To: "Will Andrews" Cc: "Arun Sharma" ; Sent: Sunday, October 29, 2000 10:42 PM Subject: Re: qt-2.2.1_1 with -gif ? > Will Andrews writes: > > > > Any chance of finding such a precompiled package ? I can't view gifs > > > in my just downloaded kde-2.0 konqueror. > > > > Nope, sorry. Just isn't going to happen, because of their reputation > > for hunting down folks who break their patent. > > Instead of just disabling GIF support, can't you just make that the > default with `-gif' as an option in an env variable or make.conf so > that the port maintainer isn't responsible for whether we break the > patent or not? > > Otherwise, apps such as konqueror are more or less useless since GIF > is still so widely used. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 21:43:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bsdvm.jtjang.idv.tw (253.c74.ethome.net.tw [210.58.74.253]) by hub.freebsd.org (Postfix) with ESMTP id 47B1A37B4C5 for ; Sun, 29 Oct 2000 21:43:20 -0800 (PST) Received: (from keith@localhost) by bsdvm.jtjang.idv.tw (8.11.1/8.11.1) id e9U5h8226938 for freebsd-ports@FreeBSD.ORG; Mon, 30 Oct 2000 13:43:08 +0800 (CST) (envelope-from keith) Date: Mon, 30 Oct 2000 13:43:08 +0800 From: Jing-Tang Keith Jang To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/22341: New port: chinese/netscape47-communicator Message-ID: <20001030134308.B10718@bsdvm.jtjang.idv.tw> Reply-To: keith@freebsd.sinica.edu.tw Mail-Followup-To: freebsd-ports@FreeBSD.ORG References: <200010291820.KAA33992@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200010291820.KAA33992@freefall.freebsd.org>; from sada@bsdclub.org on Sun, Oct 29, 2000 at 10:20:02AM -0800 X-Operating-System: FreeBSD bsdvm.jtjang.idv.tw 5.0-CURRENT FreeBSD 5.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, I didn't notice that the netscape port has been updated to 4.76. Since this port fetches XFree86 source and builds its own aout libX11.so, vanilla has suggested that maybe we should make another zh-XFree86-aoutlibs port to get rid of the mess. I'll discuss with him to work out the best solution then resubmit. Thanks. On 10/29/00, SADA Kenji wrote: > > Could you please upgrade this and c/n47-n port to 4.76 ? -- Keep it simple and stupid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 21:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4270437B4C5 for ; Sun, 29 Oct 2000 21:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA81157; Sun, 29 Oct 2000 21:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 6109437B680 for ; Sun, 29 Oct 2000 21:48:14 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 321E15730B; Sun, 29 Oct 2000 23:48:18 -0600 (CST) Message-Id: <20001029234818.A2129@peorth.iteration.net> Date: Sun, 29 Oct 2000 23:48:18 -0600 From: "Michael C . Wu" Reply-To: "Michael C . Wu" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22407: Request to add ports/chinese/rxvt26-big5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22407 >Category: ports >Synopsis: Request to add ports/chinese/rxvt26-big5 >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 Oct 29 21:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael C. Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: iteration.net >Environment: FreeBSD recursive.pgplabs.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 28 19:51:19 CDT 2000 keichii@recursive.pgplabs.com:/usr/src/sys/compile/RECURSIVE i386 >Description: The current ports/chinese/rxvt cannot handle combinations of fixed fonts with TrueType fonts well. (Chinese fixed+ASCII TTF, or ASCII fixed+Chinese TTF) In addition, rxvt 2.7.x freezes for no reason sometimes both on releng4 and current. The problem can be solved by using this port. This port is for the Traditional Chinese speakers in Taiwan. >How-To-Repeat: >Fix: Please add this port --0OAP2g/MAC+5xKAE Content-Type: application/x-tar-gz Content-Disposition: attachment; filename="rxvt26-big5.tgz" Content-Transfer-Encoding: base64 H4sIAEIJ/TkAA+3SXWvCMBQG4N6aXxGcd6Ox1dbCWMfEVSnDD6qOXQyGH9kM1lZqnAXxvy/d xLkx79Rd7H1oG044Jz1wkqRvslTRh+LVLmonQi3DsW2qUWo6tpmtirFdtwF1TMcpGZZKVWmm YxoatU/V0L7lQg4SSrUpF6OJEAfzVhPOw3M0dF7J3vybgyl/ESE/9j9Mw6hY1uH5WxX7x/zL VrmkUePYjfzmn8+/We32vODOD9zPWRTWrNbP4k2RsexJTbOYXRLCRDQKl2NO84X1rmqzuzR5 QjrtoNeqNj2XfhRk4YMXdP12y6UlVmFlQi52p1wPF2M2jxPJ5glns+kN6dw3supO4NX9xytX tfJtZyNXOiGkWfVbPfV6gZvbzuxWSJ4MpIgjFnGpcmrtVt1v9APvuRo0upcu1XUeDYYh11Mx +wqyS0+fSC6324l4KvXFKInDUKWthJzo6uiZm2ZffRSHcaKOJ389NAAAAAAAAAAAAAAAAAAA AACArXfhCo56ACgAAA== --0OAP2g/MAC+5xKAE-- >Release-Note: >Audit-Trail: >Unformatted: --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 22: 0: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47AAD37B4C5 for ; Sun, 29 Oct 2000 22:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA84657; Sun, 29 Oct 2000 22:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id 0509337B479 for ; Sun, 29 Oct 2000 21:50:50 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 3818C5730B; Sun, 29 Oct 2000 23:50:54 -0600 (CST) Message-Id: <20001029235054.A2148@peorth.iteration.net> Date: Sun, 29 Oct 2000 23:50:54 -0600 From: "Michael C . Wu" Reply-To: "Michael C . Wu" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22408: Reqeust to add ports/chinese/rxvt26-gb Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22408 >Category: ports >Synopsis: request to add ports/chinese/rxvt26-gb >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 Oct 29 22:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael C. Wu >Release: FreeBSD 5.0-CURRENT i386 >Organization: iteration.net >Environment: FreeBSD recursive.pgplabs.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 28 19:51:19 CDT 2000 keichii@recursive.pgplabs.com:/usr/src/sys/compile/RECURSIVE i386 >Description: The current ports/chinese/rxvt cannot handle combinations of fixed fonts with TrueType fonts well. (Chinese fixed+ASCII TTF, or ASCII fixed+Chinese TTF) In addition, rxvt 2.7.x freezes for no reason sometimes both on releng4 and current. The problem can be solved by using this port. This port is for the Simplified Chinese speakers in China using zh_CN locale. This will allow the zh_CN users to have a XIM term in the ports to use with chinese/chinput, compared to the brute force cxterm. >How-To-Repeat: >Fix: Please add this port --5vNYLRcllDrimb99 Content-Type: application/x-tar-gz Content-Disposition: attachment; filename="rxvt26-gb.tgz" Content-Transfer-Encoding: base64 H4sIAEwJ/TkAA+3STWvCQBAG4FzdX7FYbyVroomB0pSKjRKKH0QtPRSKxq0uxkRirAHxv3fT SqQt3tQe+j4kWWaZ2QzMxul7Uqmp03FZORtqaJZpUoVS3TL1bJW0/boPqKVbVkUzZKpM0w2z olDzfC0drFfJKKZUmXPhz4Q4mreZcR5coqHLivP5t0dz/iYCfvp/6JpWM4zj8zdq5o/5V3XL UKh2+lZ+++fzb9f7A8d7cD37axalLWsMs3hXZix7Ul0vZ5eEMBH6wXrCabG0zat2+bUpEtLr eoNOve3Y9LMgC58cr+92OzatsBqrEnKVn3I7Xk3YMooTtow5W8zvSO+xlVX3PKfpPt/YspVv Ozs/VAkh7brbGcjX8ezCfmb3IuHxKBFRyEKeyJxGt9N0W0PPea17rf61TVWVh6NxwNVULA7B WExN+kIKhXwn5Gmirvw4CgKZthHJTJVHL+w0+6p+FESxPJ789dAAAAAAAAAAAAAAAAAAAAAA APY+APKEjtgAKAAA --5vNYLRcllDrimb99-- >Release-Note: >Audit-Trail: >Unformatted: --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Oct 29 22: 0:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64AF237B4D7 for ; Sun, 29 Oct 2000 22:00:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA84666; Sun, 29 Oct 2000 22:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E3E0B37B479; Sun, 29 Oct 2000 21:52:59 -0800 (PST) Message-Id: <20001030055259.E3E0B37B479@hub.freebsd.org> Date: Sun, 29 Oct 2000 21:52:59 -0800 (PST) From: dwcjr@inethouston.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/22409: Update port: mail/postfix-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22409 >Category: ports >Synopsis: Update port: mail/postfix-current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 22:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: David W. Chapman Jr. >Release: 4.1.1-STABLE >Organization: Raintree Network Services >Environment: FreeBSD leviathan.inethouston.com 4.1.1-STABLE FreeBSD 4.1.1-STABLE #1: Sat Oct 14 09:05:21 CDT 2000 root@leviathan.in ethouston.com:/usr/src/sys/compile/LEVIATHAN i386 >Description: Postfix-current out outdated by a few releases and the maintainer has failed to respond to emails with patches I have created for a few days now. >How-To-Repeat: >Fix: begin 644 postfix-current.diff.gz M'XL(`,3P_#D``]U=>7/;.++_V_X42*U?;2:F*/'2M4G*WHRSY9W82=G>HVIG MGHHB(8FQ1')XQ-;.YKMO-TE0O,5#RN0]52+))(#N_G6CT4"#D&XL%J3G.[?$ MMEQO83SW--]QJ.GQEF,L^S?J(UT8:YJ]&]\X[?5ZU55/[GV3?-0\(DZ(*$SE M\52"+X/!X/3\_+RTW6RMR500PUH7%Z0WY$;D'-\N+D[)'T[)*?GT\>[A]O+F MZLU)U.)I#R_]_>KN_OKC[9L3K#I0).'T/'=9&(B34_+N\N'J+Q_OKJ_NWYQL M5&-]2FXN[Q^N[F;WUP]X;>'9TWX?WOD-=0R/I[K?CTCUZ;,-US;`O[KNDY]/ MR4FBN.<_`R#+ONW/^R;U2BNA7$(@F,`D2S:CN=!2;TZ=M6'R.HV;0U[K,;(Q M')4/.("JO@G%Z]75+!WJ:9Z/,O/>$Y)]LIS'BNJGO1^O[R-]N*9JNRO+Z^U4 M4'#S[+>$7KZB1F\NKV\?X/_5'2C$<%USN38?+UR3@H4X_T9(H50`FC3@!`%@ M"S\#X"X6ED,6Q#`#`U/7ANH&WS35"S\M<\%L+_A\-+3'X,O:6H;"XQ\;U0XN MNCX(1UQJZB@S^1/1K;#0V6_7M_R/-);DJ<5I6O2VY#! M2%&@;.\$"__C[J?[NW=?^V=G"_Q/0.J[J_?7__S:=^>&&5SZ$Q0^3Q5V'6U? M!7*B6R9%U$XN2EE"UG7'LI$K,>9J1P<%Q?OQERPU=AWY2[-7ORI)*>?LMYO+ M6^%K,T"'L@QE]6K'I1NN9Y@+*^=@V(URQ\5*-'-<9;4FT\%PY[C03-%">S<_ M*N1EKFOPGNKPRW__0-X092XJ:Z.M8$8"+?!'JR M1!/B4-$6HDAU>2#*\X6L45U:J,I0%X>B,):U?1BB'W;[MNII*W`\.8G3M\OQ M3)=KAFIUW5C[Y*]`E4$B^/>V](/CJ4T^+/2;T1Y/7%E,LQ5Z;+7((/>,-.=ML=0O+A&RQ=O&/ M7+LO7H2][<6+EA2*11D+G#B6#B]*U.XW%$42AYPDC@\N"FOW6XH"PYPDB;$H M)5*X'G6R5-Y9&QR@B>5[Q%M1<+#&YPW=E&0D44F%![Y6E)JU@\ M9<1)RN3PFHK:_9::&DXX:22T%,6A:W6[@@(%LD0-=Y6EA$2Q,&.P]'';'I2D MA!_\9LNG)(I:/Z1$63K%8DW&G#P8M!0+!GUUOJ8SW71G:\MZ]&T7"&^I&TD5 M-=Y5J@HRA4+)PHB3A3I]R'-4T[4MQ\O8>`0:2;_<#4P(0M$8B2:BM2)6+*`H M<;(XW.<#&9(OXD9C%F80VB.(*]5=38NY#,3JAW(%(D=$:[O%NN3WP95DI!@. M2>9D*0W'O4TU8[$EK^=O]?FF1,37_?E;8BS(UO)A>K,%/[XAOHMV1:**08D@ M"H-X'>ZK.K$6X3V\Q9,'"VZ;>N#GGU8PO<(YD[>U61]@O"51R_"V3_XCXC7PK`!&\6@C,"?C0MBVTH/!@,+Q;F1ZAE6-&RB:S;5#>5V MO9\C:TM3UUFGG7#KL_`:=!O6I9KVYARK>8^4]$:!!P*"ADY[2]6C3^J63]Y_ M"?/8)]717;1&YR*\_D.DP@BJG'^LZ?:_-6AU?%`%^\IGKDG M'LW&H@%H1*=K`SK#EJA+N!FI+6H\V?-JA[WUR!0+-8&Q9:)\GQX\XNW_F@>? M3#AE(*0@?;TVWK;VXM@(\Z"!^]16JKFD57X\8B&)7`T6ZJ#9C)E"@!0)N),/ M,3W!_AW\S;O6AMJ.]05Z.G0-:Q/BP"@=,KJOHEDLK@),#-N*J],%=68QLF[$ M`7GYT5QO"2YHAF;M@@;`.,&XB67V=!KH5C?4M6^3ZT_1X,!8Z3PO.!13Q8#! M$*:,#SXU2G"W&;ZSF&A@$0*B,YCPJ=P