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= +